-
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: March 2009
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 [...]
Posted in Air, BlazeDS, Flex, LCDS 32 Comments
The Spring ActionScript Framework — Part 3: Injecting Services (and Mock Services)
In part 1 of this series, we saw how Flex AS allows you to externalize the configuration and the wiring of objects. In part 2, we discussed how you can “autowire” view properties. We intentionally kept the example simplistic by directly injecting the contact RemoteObject into the views. In real life, however, you generally don’t [...]
Posted in Flex 10 Comments
The “Spring ActionScript” Framework – Part 2: Autowiring
In the first part of this series, we looked at how the “Spring ActionScript” framework can help you externalize the configuration and the wiring of your components, and how you can easily obtain configured objects using applicationContext.getObject(). In this second part, we will discuss how you can make these objects available to the views of [...]
Spring/BlazeDS Integration Test Drive: M2 Update Available
UPDATE: This version of the Test Drive is now obsolete. I posted a new version of the Test Drive for the RC1 build of the Spring / BlazeDS integration project here. I updated my Test Drive for the M2 build of the Spring / BlazeDS integration project. The Test Drive now includes a sample demonstrating [...]
Posted in Flex, LiveCycle Data Services 40 Comments
The “Spring ActionScript” Framework – Part 1: The Basics
The “Spring ActionScript” framework (formerly known as Prana, and brainchild of Christophe Herreman) is being built as the ActionScript version of the Spring IoC framework hugely popular in the Java world. It is also part of a growing number of Flex frameworks that revolve around the Dependency Injection approach (the list also includes Swiz and [...]
Posted in Flex, Spring 13 Comments
Make and Receive Phone Calls in the New Version of the Salesbuilder Sample Flex Application