Archive for December 2008

Sneak Peek of the New Flex/Spring Integration at FlexCamp Boston Tomorrow

FlexCamp Boston is tomorrow at the Bentley College. You can still register online, and you will also be able to register on site.
In addition to demonstrating Model Driven Development in Flex using Flex Builder 4 and LCDS “Next”, I will also “sneak peek” the new Spring integration announced earlier this week in collaboration with SpringSource. [...]

Adobe Collaborates with SpringSource for Enhanced Flex / Spring Integration

I have written several times about the Flex / Spring integration on this blog. Now things are about to get even simpler and more integrated. This is very exciting news!
From the press release:
Adobe Systems Incorporated today announced that it is working with SpringSource to simplify the development and deployment of rich enterprise Java(TM) applications through [...]

“Model Driven Development using Flex and LCDS Next” at FlexCamp Boston on Dec 12th

If you are not attending MAX Europe in Milan this week, I will present my “Model Driven Development using Flex Builder 4 and LCDS Next” session at FlexCamp Boston on December 12th as well. Hope to see you there!

MAX Europe New Session: Model Driven Development using Flex Builder 4 and LCDS Next

We just added a new session (not in the printed agenda) to talk about a brand new feature the LCDS and Flex Builder teams are working on…
Session details:
“Model Driven Development using Flex Builder 4 and LCDS Next”.
Wednesday, December 3, 1:30 pm - 2:30 pm, Yellow 2
In this session we take a Sneak Peek at [...]

Using the SQLite Database Access API in AIR… Part 3: Annotation-Based ORM Framework

In the second version of our contact management application, we encapsulated the data access logic for the Contact entity in a Data Access Object (ContactDAO). This separation of concerns represented a major improvement compared to our first approach. The remaining limitation we identified was the amount of SQL we had to write “manually”.
In this third [...]