Twitter It!

Someone – actually, I failed to find out who – managed to create a magazine related to groovy:
GroovyMag. While, groovy isn’t strictly related to RIA, it may be used to write code for Adobe’s LiveCycle Server series of products.


Here a short list of what’s inside the currently PDF-only GroovyMag:

GroovyMagThe Future of Java is Groovy : Shawn Hartsock lays out his views for why Groovy should be your next language :: Getting to know your Grails : Walk through the basics (and not so basics) of Grails in this tutorial from Robert Fischer :: Building Rich Swing Applications with Groovy : Andres Almiray takes you through building a Swing application with Groovy. Part 1 in a mutlipart series. :: Groovy In The Wild : GroovyMag talks with companies who’ve made the switch to Groovy and Grails. This month: Minggl.com :: Community news : Catch up with the latest Groovy and Grails news with Dave Klein. :: Plugin Corner : Learn about a new Grails plugin each month with Dave Klein.

BTW: This reminds me to my idea to create a Flex compiler as a grails plugin


Twitter It!

A good place to share tips and tricks is Adobe’s Flex Cookbook. Adobe produces the site in cooperation with O’Reilly. Here are some of mine:

- Object-oriented game-style animation using libAnim2D [demo here]
- Preview a PDF inside your AIR application
- CPreferencesManager : A preferences manager for AIR
- Executing several SQL statements with one instance of SQLStatement

For my posts, I received a free printed issue of Flex 3 Cookbook from Adobe as a gift! Thx, nice idea!



Twitter It!

Update: Zwischenzeitlich liegen Photos vom Flex Camo in Hamburg bei Flickr. Have a look at this shot, where Sven Claar talks about brand new Adobe Inspire.

Deutschland hat sein erstes Flex Camp und es kommt am 06.11.2008 nach Hamburg! Im Rahmen des Flex Camps werden bekannte Spezialisten der Flex Szene Ideen und Konzepte präsentieren.

Weitere Infos zur Veranstaltung und zur Anmeldung finden sich bei der Flex User Group Hamburg.

Wer ein eigenes Projekt vor Ort live vorstellen möchte, ist gehalten, ein Laptop mitzubringen.


Twitter It!

Here’s a small helper class CPreferencesManager which manages application preferences by means of a key/value set, which I added as a comment to coldfusionjedi‘s nice blog:

Sample usecase: Make window positions persist after relaunch of an application:

Read more…

Twitter It!

Today, I joined the Flex User Group Hamburg. Athough I live roughly 100km away, I hope to meet some nice people in Hamburg soon.

In case you’d like to attend a meeting, just subscribe this RSS feed of Flex User Group Hamburg or join the Yahoo mailinglist.


Twitter It!

Just a short note, that Parleys just published a new video Enterprise RIA with Flex and Java.

As a Flex coder, you might give this AIR-based viewer a try and explore Parleys right from your desktop. Visit this page to learn more about Parleys Flex/AIR offerings.

Twitter It!

Much like Java, Flex compiles code into a bytecode representation for the Flash virtual machine (Flash VM). While opening VM code using a text editor, certain tools are able to retrieve significant portions of information for compiles Flex app. Much like obfuscators for JAVA, obfuscators for Flex/AS try to hide as much as possible in compiled code.

Read more…

Twitter It!

In case you want to add custom menu items to the default menu item of a Flex app, here is a small snippet to get you started:

Read more…

Twitter It!

UML – Design by picture

Most professional software designer use or at least know UML, the unified modelling language. By means of a formal visual language, software designer describe software systems. Having it roots around 1994 at Rational Software Corporation, UML finally became 2005 an ISO/IEC standard. Today, UML 2.x is able to describe functional, structural and dynamic system properties.

Read more…

Twitter It!

In case you’d like to learn how to visualize data using Flex or AIR, check this video and see how easy it is to visualize data using DataGrid, AdvandedDataGrid and a CoverFlow component of Doug McCune.

Actually, the author of the video uses one single data source and visualized it using different data-driven components.

Duration: 11 minutes.