aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes AJAX in JSF application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "AJAX in JSF application" Watch "AJAX in JSF application" New topic
Author

AJAX in JSF application

Abhishekh Padmanabhan
Greenhorn

Joined: Sep 26, 2006
Posts: 5
I have been using the ajax4jsf library found at (https://ajax4jsf.dev.java.net/nonav/ajax/ajax-jsf/) on our JSF applications.

It appears to be a convenient way to ajaxify JSF applications quickly. However i have not used AJAX on other web frameworks. My question is how different is it from ajaxifying in other web frameworks (for e.g. when using Struts or for that matter simple JSP).

The ajax4jsf seems to dynamically update the JSF tree model rather than working with JSON or XML and the HTML DOM. Which is more efficient ?
[ December 19, 2006: Message edited by: Abhishekh Padmanabhan ]
Neerav Narielwala
Ranch Hand

Joined: Dec 08, 2006
Posts: 106
ajax4jsf wins...


<a href="http://www.java-tips.org/java-tutorials/tutorials/" target="_blank" rel="nofollow">Java Tutorials</a> | <a href="http://www.planet-java.org" target="_blank" rel="nofollow">Java Weblog</a> | <a href="http://computer-engineering.science-tips.org" target="_blank" rel="nofollow">Computing Articles</a>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: AJAX in JSF application
 
Similar Threads
Which Framework Combination do you use?
DynaFaces
Why Facelets, Ajax4jsf and Seam?
not enamored by JSF 1.1
JSF ever become web standard