Site Archive (Complete)
Web Development
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
July 30, 2008
Building RIAs on J2EE Foundations

ColdFusion

(Page 1 of 3)
Joe Rinehart
Joe uses ColdFusion 8 to design and build an AdobeFlex RIA that enables collaborative management of a list of tasks using a rich front-end and real-time communications.
Joe builds and develops Adobe ColdFusion, Flash, Flex, and Ajax applications for all manner of organizations. He can be contacted at www.firemoss.com.


I've been hooked on Rich Internet Applications (RIA) since the release of Adobe Flash 5. Unlike traditional HTML-based web applications, RIAs take advantage of client runtimes (like Adobe Flash Player) to deliver engaging user experiences. For instance, to write this article I used an Adobe RIA called "Buzzword" (labs.adobe.com/technologies/buzzword), a full-featured word processor running within my browser that lets me collaborate and work simultaneously—functionality that can't be found in traditional HTML-based web applications.

Adobe Flex RIAs become even more useful to users when they use server-side components for connectivity to databases, media, and other services. I've developed the server-side of RIAs using Java, SOAP, .NET, PHP, Rails, and ColdFusion. In the process, ColdFusion has become my application server of choice for RIA service layer development. Why? Because ColdFusion combines straightforward development with features such as Flash Remoting and real-time messaging gateways that simplify communication between the application server and Flex RIAs.

To see why ColdFusion is an important addition to a RIA developer's toolbox, in this article, I design and build a Flex application using ColdFusion 8. This application, named "Task List," enables collaborative management of a list of tasks using a rich front-end and real-time communications; see Figure 1. The complete source code for the Task List application is available online (www.ddj.com/code/).

Figure 1: The Task List application.

The goals of the Task List application include:

  • It should be deployable as a Java WAR, allowing simple management and installation.
  • When users run the application, they should see a simple list of tasks, each clickable to indicate completion.
  • A text box and "OK" button should let users add new tasks.
  • Upon adding a new task or completing a task, the update should be pushed in real-time to other users running the application.

1 RIAs | 2 Building the Flex UI | 3 Creating the ColdFusion Service Layer Next Page
TOP 5 ARTICLES
No Top Articles.
DR. DOBB'S CAREER CENTER
Ready to take that job and shove it? open | close
Search jobs on Dr. Dobb's TechCareers
Function:

Keyword(s):

State:  
  • Post Your Resume
  • Employers Area
  • News & Features
  • Blogs & Forums
  • Career Resources

    Browse By:
    Location | Employer | City
  • Most Recent Posts:



    MICROSITES
    FEATURED TOPIC

    ADDITIONAL TOPICS

    INFO-LINK



     



    Related Sites: DotNetJunkies, SD Expo, SqlJunkies