-
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
Author Archives: Christophe Coenraets
New Flex 4 / Spring Integration Article
Along with the new Spring / BlazeDS Test Drive, I also updated my Flex / Spring integration article for Flex 4. It also reflects the changes in the latest version of the Spring / BlazeDS Integration Project (version 1.0.3). The article is available here. Check it out… Flex + Spring is really a great platform [...]
Posted in Flex 5 Comments
New Spring / BlazeDS Test Drive Available: Flex 4, BlazeDS 4, and Spring / BlazeDS Integration 1.0.3
For the Flex 4 launch, I created a new version of the Spring / BlazeDS Test Drive. All the sample applications are now built with Flex 4. By popular demand, I also recreated an out-of-the-box “Test Drive Server”. This new Test Drive Server consists of a minimal version of Tomcat with BlazeDS 4 and the [...]
Posted in Flex 15 Comments
Flex 4 and Flash Builder 4 Released!
Flex 4 and Flash Builder (previously known as Flex Builder) 4 have been released. You can download the products here. Also check out the brand new flex.org, and the reorganized Tour de Flex with a lot of new Flex 4 samples. In addition to the new Spark component model which enables a new level of [...]
Posted in Flex 2 Comments
FlexStore Revisited: Building an Animated Spark Layout
Six years ago, I wrote the FlexStore sample application for Flex 1.0 (code name Royale at the time). The original version is still running here and shows the progress we have made in six years! Two years later, I rewrote the application for Flex 2. One major difference in the Flex 2 version was that [...]
Posted in Flex 27 Comments
More Flex 4 / Spark ItemRenderer Samples
Here are a few additional examples of Flex 4 / Spark ItemRenderers. They are similar to the examples I provided in my previous post with a different set of items.
Posted in Flex 6 Comments
Cool ItemRenderers Made Easy in Flex 4
Flex 4 makes a lot of things a lot easier to build. After looking at custom components and skins in my previous post, here are a couple of samples focusing on ItemRenderers, States, and Animations. In this first example, I use the new “depth” attribute together with the new States syntax to make sure that [...]
Posted in Flex 6 Comments
Creating a Custom Component and Skins in Flex 4
The basic idea behind the Spark component model in Flex 4 is to entirely decouple the behavior of a component from its visual representation. You code the behavior of a component in one class and its visual representation in interchangeable MXML skin classes. This new architecture leads to lighter weight and easier to customize components. [...]
Posted in Flex 9 Comments
Tampa Bay Adobe Developer Event this Thursday
I’ll be in Tampa with James Ward and Greg Wilson this week, and we thought it would be great to put together an informal event for the local Tampa bay developer community. The details below are from Greg’s original post. When: Thursday, Jan 21 6:30pm-8:30pm Location: Taverna Opa Tampa – Channelside – next to Splitsville [...]
Posted in Flex 2 Comments
AIR 2.0 Web Server using the New Server Socket API
After exploring Java integration using the new Native Process API (here and here), Excel integration using the new file.openWithDefaultApplication(), and the new Microphone API, here is another application I wrote, this time to explore the new Adobe AIR 2.0 Server Socket API. The “Mini AIR Web Server” is a simplistic implementation of an HTTPServer. Needless [...]
Posted in Flex 23 Comments
Flex 4 Sample Application using a Java Back-End, BlazeDS 4 and Flash Builder 4 Data Wizards