Mark A. Basler's Weblog

All | Java
20061127 Monday November 27, 2006

The last articles in the series named Hands-On Java EE 5 with AJAX has just be released on java.sun.com

The last 2 articles in a 5 article series have just been released on java.sun.com. They are made to target developers who are looking at retrofitting a legacy application with AJAX. The later articles introduce JSF components and customizations. It is basically showing how to limit the liability of introducing the latest technologies into an already existing application.


The four article series is named "Hands-On Java EE 5" and contains the following articles:

AJAX Design Strategies
The article "AJAX Design Strategies" talks about different design strategies on implementing AJAX functionality. This article is accompanied by the first articles in a five article series on "Hands-On Java EE 5"
The article is written by Ed Ort and Mark Basler


Creating an AJAX-Enabled Application, a Do-It-Yourself Approach
The article "Creating an AJAX-Enabled Application, a Do-It-Yourself Approach", the second in a five article series talks about how to add AJAX functionality to a legacy application.
The article is written by Rick Palkovic and Mark Basler


Creating an AJAX-Enabled Application, a Toolkit Approach
The article "Creating an AJAX-Enabled Application, a Toolkit Approach", the third in the series talks about how to add AJAX functionality to a legacy application using Dojo.
The article is written by Rick Palkovic and Mark Basler


Creating an Ajax-Enabled Application, a Component Approach
The article Creating an Ajax-Enabled Application, a Component Approach, the fourth in the series talks about an implementation where you create a custom JSF component to generate the JavaScript that executes the Ajax interactions on the client side. The JSF component is packaged with the application bundle and accessed directly. A Java Servlet on the server side responds to the Ajax request.
The article is written by Rick Palkovic and Mark Basler


Creating an Ajax-Enabled Application, a Phase Listener Approach
The article Creating an Ajax-Enabled Application, a Phase Listener Approach, the fifth in the series talks about an implementation where you expand the JavaServer Faces approach to include a phase listener component on the server that fufills the client component's resource requirements.
The article is written by Rick Palkovic and Mark Basler


Hope this helps...

Thanks - Mark


Posted by basler Nov 27 2006, 10:58:33 AM PST Permalink