-
Projects
- Blogged: Real Time Trader Desktop for Android Updated http://bit.ly/dklYUR
- Blogged: Employee Directory for "AIR for Android" Updated - http://bit.ly/944cXJ
- Multi-User Google Map Collaboration on Android and other Platforms http://bit.ly/atVQwC #Android #AdobeAIR #Flex
- Blogged: "Multi-User Video Tic-Tac-Toe for Android" (and the browser) with source code http://bit.ly/a3waIt #Android #AdobeAIR
- RT @riacowboy: Just blogged a new tutorial and videos: Building Client / Cloud Apps with Flash Builder for Force.com http://bt.io/FhWc
Categories
Monthly Archives: February 2008
Salesbuilder for AIR 1.0
Now that Flex 3 and AIR 1.0 are generally available, it’s time to upgrade some of the sample applications I have been building during the beta program. So, here is Salesbuilder for AIR 1.0. Salesbuilder is a Sales Force Automation application written in Flex and deployed on the AIR runtime. It demonstrates local persistence using [...]
Posted in Air, Flex, SQLite 56 Comments
New Version of SalesBuilder using LiveCycle Data Services
I have often felt that we needed a more real-life/complex sample application to adequately demonstrate LiveCycle Data Services, and specifically the Data Management Service. So, I wrote a new version of Salesbuilder that uses LCDS to persist data at the server side. “Salesbuilder LCDS” demonstrates advanced LCDS features such as associations, lazy loading, etc. This [...]
Posted in Air, Flex, LiveCycle Data Services 87 Comments
Bug Fix in SQLite Admin
If you downloaded the SQLite Admin AIR application I posted on Tuesday, make sure you download the last version. The new version fixes a problem where you get the following exception: ‘Error #3115: SQL Error.’, details:’cannot rollback – no transaction is active’, operation:’rollback’. Many thanks to Barry Beattie for reporting the problem.
Posted in Flex 19 Comments
AIR-based SQLite Admin updated for Beta 3
Updated on Feb 8th 2008: If you downloaded this application before this date, make sure you download the new version (AIR file + source code) for the latest bug fixes. I’m in the process of updating some of the applications I wrote for earlier versions of Flex and AIR. Here is a new version of [...]
Posted in Flex 32 Comments
BlazeDS Release Candidate Available
Last Friday, we posted the BlazeDS Release Candidate on Labs. If you missed the beta announcement in December, Adobe is open sourcing its Remoting and Messaging technologies (previously available as part of LiveCycle Data Services) under a new open source product named BlazeDS. Compared to the Beta version, the Release Candidate includes bug fixes, and [...]
Posted in Flex 57 Comments
Salesbuilder Beta 3 (AIR file + Flex Source Code)
A number of you asked me for the beta 3 version of Salesbuilder. So here it is. I also took the opportunity to clean up the code, and improve a few things. The application is now using synchronous access to the local SQLite database (as opposed to the asynchronous data access strategy of the previous [...]
Posted in Air, Flex, SQLite 28 Comments
SQLite Admin for AIR 1.0