Mark A. Basler's Weblog

All | Java
20061011 Wednesday October 11, 2006

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

The first articles in a 6 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 six article series is named "Hands-On Java EE 5" and currently 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 first in a six 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 second in a six article series talks about how to add AJAX functionality to a legacy application using Dojo.
The article is written by Rick Palkovic and Mark Basler


Future articles will be released in the upcoming weeks and will be accessible from the main "Hands-On Java EE 5" page.

Hope this helps...

Thanks - Mark


Posted by basler Oct 11 2006, 11:19:03 AM PDT Permalink Comments [4]

Comments:

Hi Mark, I'm studying the AJAX and JSF integration, and I read in your article https://blueprints.dev.java.net/bpcatalog/ee5/ajax/phaselistener.html this: "This approach also has its problems, which are as follows: * This approach doesn't handle AJAX calls that modify the component view state. This can cause problems if the AJAX call modifies state that is also maintained in the serialized view state that is reconstituted when a JSF form/action is submitted. There are emerging technologies we are researching that address this problem and will have future entries of the catalog detail our recommendations once they are finalized.." What do you want to say with "modify the component view state", using this way to integrate, I can only modify the values of the components? And I can't put or remove a component from the page? Thanks a lot Diego Marafon Florianopolis - Santa Catarina - Brasil

Posted by Diego Marafon on October 14, 2006 at 06:56 AM PDT #

Mark, Just another question... In the article "Using a Servlet with JavaServer Faces technology and AJAX" you write this: "This approach also has its problems, which are as follows:: - This method could be used for small groups but wouldn't be appropriate for a commercial component library. " I don't understand this...why this way wouldn't be appropriate for a commercial component? I see that some commercial component library use this idea! thanks a lot

Posted by Diego Marafon on October 14, 2006 at 10:28 AM PDT #

Hi Diego, Please see the forum posting located at http://forum.java.sun.com/thread.jspa?messageID=4426598 to address your questions. Hope this helps - Thanks - Mark

Posted by Mark Basler on October 17, 2006 at 10:23 AM PDT #

Hi Diego, Lets try that again :-) Please see the forum posting to address your questions. Hope this helps - Thanks - Mark

Posted by Mark Basler on October 17, 2006 at 10:24 AM PDT #

Post a Comment:

Comments are closed for this entry.