-

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: Air
“Voice Notes”: Record Voice Notes and Persist them in SQLite with AIR 2
As you probably already know, the Flash Player 10.1 and AIR 2 betas are now available on Adobe Labs. I’ve been playing with the Microphone API in AIR 2 while working on the booth here at Devoxx, and built this small sample application that allows you to record voice notes and store them in the [...]
Also posted in Flex 6 Comments
New Version of Salesbuilder with Ribbit Integration: Source Code Available
Many people have asked for the source code of the new version of Salesbuilder that includes Ribbit (phone service) integration, an offline calendar (using the ILog component), and the KapIT visualizer component.
You can now download the source code here.
As a reminder, you can watch a screencast showing the key features of the application here (go [...]
Also posted in Flex, KapIT, Ribbit, ilog 16 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 BlazeDS, Flex, LCDS 26 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 BlazeDS, 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 BlazeDS, Flex, Spring 50 Comments
Using the SQLite Database Access API in AIR… Part 2: Using the DAO Pattern
The first version of our contact management application introduced us to the database access API in AIR. However, the lack of “application partitioning” or “separation of concerns” in that first implementation represented a poor architecture with no potential for reusability.
In this second version, we use the Data Access Object pattern to improve the overall architecture [...]
Also posted in Flex, MAX, SQLite 7 Comments
Using the SQLite Database Access API in AIR… Part 1
In my MAX session called “Liberate your Data with AIR”, I presented different approaches to access local data using the SQLite database access API in AIR.
The list of approaches included:
“SQL in View”
Data Access Object (DAO) pattern
Using an Object Relational Mapping (ORM) framework
I demonstrated a version of inSync (a simple contact management application) built with each [...]
Also posted in Flex, MAX, SQLite 7 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 BlazeDS, Flex, LCDS, MAX 11 Comments

“Open in Excel”: Another AIR 2 Mini Sample