-

Twitter
- Blogged: "FlexStore Revisited: Building an Animated Spark Layout" http://bit.ly/96JOa7 #Flex4
- Blogged "More #Flex4 / Spark ItemRenderer Samples" http://bit.ly/c5wcGF
- Principal Flex UI Engineer/Architect position at Attivio, a great startup in the Boston Area. http://www.attivio.com/attivio/careers.html
- Blogged: "Cool ItemRenderers Made Easy in Flex 4" http://bit.ly/bnyGwI
- Blogged "Creating a Custom Component and Skins in Flex 4" http://bit.ly/8Hng9b
Archives
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- May 2008
- April 2008
- February 2008
- December 2007
- November 2007
- October 2007
- August 2007
- July 2007
- June 2007
- May 2007
- March 2007
- February 2007
- January 2007
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
Categories
Category Archives: BlazeDS
New Update to the Spring BlazeDS Integration Test Drive
I made some additional changes to the Spring BlazeDS Integration (RC1) Test Drive:
The Test Drive now includes an annotation-based configuration sample (the Company Manager sample). Spring annotations such as @Service, @RemotingDestination, @Autowired, @RemotingInclude, and @RemotingExclude make it really easy to configure your beans and make them available through Remoting. As an example, here is the [...]
Also posted in Flex, Java, Spring 27 Comments
Speaking at the New England Java User Group on Thursday (May 14th)
Also posted in Flex, Java, Spring 7 Comments
New Test Drive for Spring BlazeDS Integration RC1
UPDATE: An updated version of this Test Drive is available here
SpringSource just released the RC1 build for the Spring / BlazeDS integration project. The key new feature in RC1 is the integration of the BlazeDS Message Service.
I updated my Spring BlazeDS Integration Test Drive to showcase the messaging integration.
In addition to Remoting and Security samples, [...]
Also posted in Flex, Java, LCDS, Spring 19 Comments
Externalizing Service Configuration using BlazeDS and LCDS
A typical source of confusion when developers start working with RemoteObject or other BlazeDS/LCDS related classes is where and most importantly *when* the configuration of your services is being read.
The question often arises after an application stops working when you move it to another server. This is one of the most frequently asked questions related [...]
Also posted in Air, Flex, LCDS 26 Comments
Spring / BlazeDS Integration on Adobe TV
In this new Adobe TV episode, I demonstrate how to build Flex applications that connect to a Spring back-end using the new Spring / BlazeDS Integration project.
If you are interested in this integration, make sure you check out the Spring / BlazeDS Integration page on the SpringSource web site and the new Spring / BlazeDS [...]
Also posted in Flex, Java, Spring 42 Comments
Sample application using the Swiz Framework and BlazeDS
There have been a lot of discussions around Flex Frameworks lately. Tony Hillerson has an interesting series here: 1 2 3 4 5 6
A relative newcomer on the list is Swiz, the work of Chris Scott. I figured I would give it a try, and create a Swiz version of the inSync application that I [...]
Also posted in Air, Flex, Java, LCDS 11 Comments
New Spring/BlazeDS Integration Test Drive
UPDATE: I posted a new version of the Test Drive for the M2 build of the Spring / BlazeDS integration project here. Please use that version.
SpringSource recently announced the Spring / BlazeDS Integration project. You can read more about the project and download the bits at http://www.springsource.org/spring-flex.
To help developers get started with the integration, I [...]
Also posted in Air, Flex, Spring 50 Comments
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 [...]
Also posted in Flex 24 Comments
My MAX LCDS/BlazeDS Sessions Materials Available
Many of you have asked me for the materials I used in my LCDS/BlazeDS hands-on sessions at MAX.
Here are the links:
Lab instructions PDF (Powering Flex Applications with BlazeDS and Data Services)
Lab files (including final solutions)
If you didn’t have a chance to attend, you should be able to use this as a BlazeDS/LCDS tutorial [...]
Also posted in Air, Flex, LCDS, MAX 11 Comments

Building the Server-Side of the “Tour de Flex” Real-Time Dashboard