Archive

Archive for the ‘BlazeDS’ Category

Take the Tour de Flex

November 17th, 2008

Over the past few months Greg Wilson, Christophe Coenraets, and myself have been hard at work on a secret project. So today we are proud to announce the new Tour de Flex has just gone live! Tour de Flex showcases the capabilities of Flex, BlazeDS, LCDS, Adobe AIR, and Flash Player (now collectively called the Adobe Flash Platform).

Like the old Flex Component Explorer, Tour de Flex can be used to find components. But it goes way beyond just out-of-the-box Flex components. This first release contains 217 components and samples including popular Cloud APIs like Salesforce.com and Intuit, numerous community components from people like Doug McCune and Tink, commercial components from companies like ILog, and numerous other goodies. If you find something missing you can submit it!

Also in this release is an Eclipse / Flex Builder plugin which allows you to find components from inside Flex Builder!

We hope the Tour de Flex will provide an easy way for you to find components and see what is great about the Adobe Flash Platform. Give it a try and let us know what you think!

Adobe AIR, BlazeDS, Flash Player, Flex, LCDS

Podcast about Adobe AIR, Flex and BlazeDS / LCDS

August 28th, 2008

A podcast I recently did with Chariot Solutions has just been published. Let me know what you think.

Adobe AIR, BlazeDS, Flex, Java, LCDS

Video: Flex and Java

July 21st, 2008

Here is the recording of a presentation I gave at the NLJUG a few weeks ago on Flex and Java. I hope you find this useful. Let me know what you think.

BlazeDS, Flex, Java, LCDS

Article & Videos on Integrating Flex and Java

July 9th, 2008

This week I’m in Europe speaking at various Java User Groups about integrating Flex and Java. I tend to move quickly through code demos so many people have asked me how they can continue learning. Here are a few resources to get you started:

InfoQ Article: Building Web and Desktop Applications with BlazeDS and AMF

Adobe TV Video: Flex Messaging Service

Adobe TV Video: The Data Management Service in LiveCycle Data Services

Email List: JavaFlexCoders Yahoo! Group

BlazeDS

LiveCycle Data Services 2.6 Beta

Hopefully that is enough to get you started. Have fun and let me know how it goes!

BlazeDS, Flex, Java, LCDS

My Adobe MAX 2008 Talk

July 9th, 2008

It’s hard to believe that Adobe MAX 2008 in the US is only 4 months away! It’s going to be another great MAX and I really hope that you can make it. This year I have one session:

Working with Data in Flex
Explore various methods for accessing data in applications built with Flex 3. We’ll discuss how to connect with back ends such as ColdFusion, PHP, .NET, and Java using REST and XML, Web Services, Remoting, Messaging, and the LiveCycle Data Management Service. We’ll also discuss underlying formats such as XML and how to manipulate it using E4X, AMF3, and JSON.

The session list is now online. So check it out and go register today!

.Net, BlazeDS, ColdFusion, Flex, Java, LCDS, PHP

Adobe Open Source Presentation in New York Tomorrow

May 14th, 2008

Tomorrow night I’ll be presenting at the New York GNU/Linux Meetup Group about Adobe Open Source - including the Adobe Flex SDK, Mozilla Tamarin, Adobe AIR (pieces like SQLite and WebKit), and BlazeDS. More details here. Hope to see you there!

Adobe AIR, BlazeDS, Flex, Linux, Open Source, Tamarin

Flex and Seam at JavaOne 2008

May 2nd, 2008

There will be numerous mini-sessions happening this year at the Adobe booth at JavaOne 2008. I’ll be doing a “Building High Performance RIAs” session and a “The Open Source RIA Stack” session. Chet Haase will be doing a “Filthy Rich [Flex] Clients” session. Bob Tierney will be doing a “LiveCycle Data Services” session and a “LiveCycle and BEA” session. Duane Nickull will also be doing sessions. We also have one guest presenter, Igor Polevoy from Exadel, who will be demonstrating Flex and Seam integration with Flamingo. Igor’s session will be at 1pm on Tuesday. Other session times are TBD - so stop by the booth on Tuesday to pickup a schedule. Also, make sure that you come to the Filthy Rich [Flex] Clients session with Stephan Jansen (of Parleys.com and JavaPolis), Chet Haase, and myself which precedes the Adobe party on Wednesday night. Stop by the booth to pickup an invite. See you there!

*** Quick Update: Duane will also be doing a hands-on Flex and AIR session at CommunityOne on Monday at noon. I’ll be doing a Lightning Talk at noon and hanging out with the RedMonk folks at CommunityOne. ***

BEA, BlazeDS, Flex, JBoss, Java, Seam

Count on Flex - 1,117,019

April 29th, 2008

1,117,019 = Number of Lines of Open Source code for Flex, BlazeDS, and Tamarin.

200,897 lines in the flex_sdk
218,789 lines in blazeds
353,644 lines in tamarin-central
343,689 lines in tamarin-tracing

That’s 1,117,019 more reasons you can Count on Flex!

“Count on Flex” is a series of blogs about the current state of the Flex ecosystem… by the numbers.


For this post I did a very basic calculation which doesn’t factor out comments and licenses. For the Flex SDK and BlazeDS I used this command:

find . \( -name "*.java" -or -name "*.as" -or -name "*.mxml" -or -name "*.css" \)|xargs wc -l

And for the two Tamarin projects I used this command:

find . \( -name "*.py" -or -name "*.as" -or -name "*.cpp" -or -name "*.h" -or -name "*.es" \)|xargs wc -l

BlazeDS, Flex, Tamarin

3… 2… 1… LIFT OFF!

February 25th, 2008

Today Adobe launched Flex 3 and Adobe AIR 1.0 – the most mature and comprehensive platform for Rich Internet Applications in existence.

The news of the launch is everywhere but I wanted to point out a few of the most exciting things related to this launch.

The Flex SDK and BlazeDS are now officially open source.

InfoQ has published an interview with me on the Flex 3 launch. They have also posted an interview with Kevin Hoyt on the AIR 1.0 launch as well as an overview of today’s announcements.

Salesforce.com and Adobe have launched the Force.com Toolkit for Adobe AIR and Flex.

Not really related to the launch but also very exciting – Chet Haase, Java Swing guru and co-author of Filthy Rich Clients has joined the Flex engineering team.

This launch is the biggest RIA launch ever! I can’t wait to see what you build with these awesome technologies!

Adobe AIR, BlazeDS, Flex, Java, Salesforce.com