InfoQ

News

Ted Patrick on Flex 3 Beta 2

Posted by Jon Rose on Oct 03, 2007 08:29 AM

Community
Java
Topics
Rich Internet Apps
Tags
Adobe Integrated Runtime ,
Adobe ,
Flash ,
Flex
Ted Patrick of Adobe Systems has been blogging over the last week on some of the exciting new additions and improvements coming in the Beta 2 release of Flex 3. He finished Monday, announcing the most noteworthy change for developers considering the adoption of Flex, a price drop for the Flex Builder IDE.
Flex Builder 3 will ship in two editions: Flex Builder 3 Standard edition ($249 US) and Flex Builder 3 Professional edition ($699 US). Additionally on Nov. 1, we are repricing Flex 2 to align with Flex 3 and providing support upgrade options for Flex 3 starting at $99.

The Eclipse based development environment is the key tool for building Flex applications. The base price for purchasing the Flex Builder 2 IDE has been $499. The 50% reduction should help to lower the barrier for those that have been hesitant to use Flex because of the licensing cost for the tools.

He started his coverage last Wednesday detailing features to ease backend development, including CRUD generation and WDSL Introspection:
Flex Builder 3 Beta 2 has a new feature for generating server side code for data exchange with ASP.NET, PHP, and JAVA. Simply select a database, select the tables you want to edit, and presto, full CRUD, Create, Retrieve, Update, Delete.

To top that, we added WDSL Introspection to allow you to work with Web Services using Strong typing.

On Thursday, Patrick wrote about improvements to the tools and documentations to ease the learning curve. The documentation and examples have been improved to make “Flex more discoverable and easier to explore.”

Friday Patrick detailed improvements with code refactoring and navigation, the debugger, and the profiler.
The first changes target the code navigation and are extensions/refinement around language intelligence (refactoring, search, code model). To enable this feature simple hold down CTRL and click on any property to navigate into its definition. We supported this before but now you can navigate seamlessly into the Flex SDK codebase for any class, property, style, or event.

He displays the debugger improvements through screen shots, which appear to primarily be features to ease navigation and provide more detail on the Objects being debugged. From there Patrick discusses the profile enhancements:
The profiler is such a key addition to Flex and these refinements really make it essential. There is nothing worse than a profiler that points you in the wrong direction and the team has made some essential changes in how memory and performance are measured to make what is happening in your application clear.

Over the week, Patrick made it clear that Adobe is paying attention to all the details for their upcoming Flex 3 release.
You can do without the IDE by Per Olesen Posted Oct 3, 2007 12:23 PM
Re: You can do without the IDE by Per Olesen Posted Oct 3, 2007 1:20 PM
Re: You can do without the IDE by Geoffrey Wiseman Posted Oct 3, 2007 9:26 PM
$249 and $699 by Brian Ehmann Posted Oct 4, 2007 12:25 PM
Re: $249 and $699 by Roger Voss Posted Oct 5, 2007 9:39 PM
  1. Back to top

    You can do without the IDE

    Oct 3, 2007 12:23 PM by Per Olesen

    When you write "...The Eclipse based development environment is the key tool for building Flex applications...." I must disagree. FlexBuilder2 (and v3 I think) is NOT supported on linux. But you can do flex development without it, and without much hasle. Simply compile with the maven plugin from israfil (http://www.israfil.net/projects/mojo/maven-flex2-plugin/index.html). Edit sources with your favourite xml/javascript editor. Then, all is free...

  2. Back to top

    Re: You can do without the IDE

    Oct 3, 2007 1:20 PM by Per Olesen

  3. Back to top

    Re: You can do without the IDE

    Oct 3, 2007 9:26 PM by Geoffrey Wiseman

    Yeah, the Linux support is good news; that was a stumbling block on adoption for us.

  4. Back to top

    $249 and $699

    Oct 4, 2007 12:25 PM by Brian Ehmann

    Flex Builder is still to expensive. If Adobe really wants developers to pick up flex, they need to bite the bullet and give the development tools away for free. (think eclipse/netbeans) This will do 2 things: 1) encourage people to try out flex development (since there is no cost) 2) increase adoption in IT organizations since it will be easier to find people who know how to develop flex apps. Adobe needs to learn that designers and developers are two different breeds.

  5. Back to top

    Re: $249 and $699

    Oct 5, 2007 9:39 PM by Roger Voss

    Flex Builder is still to expensive. If Adobe really wants developers to pick up flex, they need to bite the bullet and give the development tools away for free. (think eclipse/netbeans) This will do 2 things: 1) encourage people to try out flex development (since there is no cost) 2) increase adoption in IT organizations since it will be easier to find people who know how to develop flex apps. Adobe needs to learn that designers and developers are two different breeds.
    Yeah, but then Adobe becomes left with no revenue stream off of Flex. When I evaluated Flex for use in a new product, the cost of the Builder and Charting package was not a factor. The fact that Flex was far superior to all of the alternatives we considered (and prototyped with) was. Naturally we wanted to use the best RIA technology that has a wide uptake in order to achieve a high quality product.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.