Article Discussion
Integrating Flex with a Java EE Application, Part I
Summary: Rich-client technologies can be analyzed according to how easy, or difficult, they make enhancing an existing enterprise application with rich-client features: a more interactive user interface and better use of a client's computing resources. This article series introduces five techniques to progressively enhance an existing enterprise application using Flex. The examples start with a non-intrusive way to replace an HTML table with a high-performance Flex datagrid, and culminate in integrating a Flex client with an enterprise Java message queue.
3 posts.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: April 21, 2009 8:49 AM by flex
    Frank
     
    Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
    Integrating Flex with a Java EE Application, Part I
    April 10, 2009 9:00 PM      
    Part I of this three-part article series demonstrates a non-intrusive way to replace an HTML table with a high-performance Flex datagrid.

    http://www.artima.com/articles/enterprise_flex_part_1.html

    What do you think of Flex's ability to integrate with enterprise Java applications?
    • James
       
      Posts: 3 / Nickname: jlward4th / Registered: June 29, 2006 3:20 AM
      Re: Integrating Flex with a Java EE Application, Part I
      April 11, 2009 6:03 AM      
      Hi Frank,

      Great article! Just FYI - the "Discuss" link in it points to the wrong forum.

      -James
      • Frank
         
        Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
        Re: Integrating Flex with a Java EE Application, Part I
        April 11, 2009 8:08 AM      
        Thanks, James. We just fixed it.
    • flex
       
      Posts: 1 / Nickname: flexwit / Registered: April 21, 2009 3:48 AM
      Re: Integrating Flex with a Java EE Application, Part I
      April 21, 2009 8:49 AM      
      Hello

      Is it possible to provide complete source code?