| 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>
|
 |
 |
|
|
subject: AJAX in JSF application
|
|
|