• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

AJAX in JSF application

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Ranch Hand
Posts: 106
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ajax4jsf wins...
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic