-
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
Category Archives: Java
Building the Server-Side of the “Tour de Flex” Real-Time Dashboard
Greg Wilson and Damien Mandrioli are also blogging about the new Tour de Flex real time dashboard today. Greg is the inspiration behind everything “Tour de Flex”, including the idea of the dashboard. He has the story behind the genesis of this project on his blog. Damien (from IBM/ILOG) did a fantastic job at building [...]
Also posted in BlazeDS, Flex, LCDS 53 Comments
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 [...]
Also posted in BlazeDS, Flex, Spring 27 Comments
Speaking at the New England Java User Group on Thursday (May 14th)
Also posted in BlazeDS, Flex, Spring 8 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 [...]
Also posted in BlazeDS, Flex, LCDS, Spring 19 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 / [...]
Also posted in BlazeDS, Flex, Spring 40 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 [...]
Also posted in Air, BlazeDS, Flex, LCDS 13 Comments
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) [...]
Also posted in Collaboration, Flex 13 Comments
“Zero Code” Data Access using LiveCycle Data Services Runtime Configuration
When using the LCDS data management service, developers usually create a custom assembler for each destination, or use the Hibernate assembler if they happen to use Hibernate as their persistence framework. Other developers don’t use the data management service at all because of its perceived complexity. The Data Management Service provides a set of low [...]
Also posted in Flex, LiveCycle Data Services 37 Comments
Flex Test Drive Server for Java Developers (Tomcat-based)
I have been working on a Tomcat-based “Flex Test Drive Server”. The Test Drive Server is a minimal and ready-to-use version of Tomcat (currently version 5.5.20) in which the Flex Data Services (version 2.0.1) WAR file has already been deployed and configured along with a variety of tutorials and sample applications. It allows you to [...]
Also posted in Collaboration, Flex, Spring, hibernate 158 Comments
Flex 4 Sample Application using a Java Back-End, BlazeDS 4 and Flash Builder 4 Data Wizards