Posted on February 26, 2008, 2:24 pm, by christophe, under
Air,
Flex,
SQLite.
Here is a new version of my AIR-based SQLite Admin application updated for AIR 1.0. You can use this application to examine the structure of a database, create a new database or open an existing one, execute any type of SQL statement, etc.
An interesting aspect of this version is that the application itself uses a [...]
Posted on February 26, 2008, 2:10 pm, by christophe, under
Air,
Flex,
SQLite.
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 the [...]
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 application [...]
Posted on February 8, 2008, 11:25 am, by christophe, under
Flex.
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 on February 5, 2008, 12:25 pm, by christophe, under
Flex.
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 my [...]
I will be presenting at Flex 360 in Atlanta. My session will be focused on building Flex and AIR applications that leverage the new features of BlazeDS and of the next (and never demonstrated before) version of LiveCycle Data Services. Once again, this promises to be a really great event with great speakers and Flex [...]
Posted on February 4, 2008, 3:01 pm, by christophe, under
Flex.
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 two new [...]
Posted on February 4, 2008, 12:14 pm, by christophe, under
Air,
Flex,
SQLite.
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 [...]