• 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 Practice - Content of Book Questions

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use JSF as my primary user interface framework. I have played around a bit with AJAX and have found many issues related to integrating AJAX and JSF. There are some JSF tag libraries specifically for AJAX and I was wondering if your book addresses any of these types of libraries. Also, I have some experience using Direct Web Remoting (DWR) as an AJAX framework. I am wondering if your book addresses frameworks like DWR and if so, do you do a comparison among the different frameworks?

Thanks.
Dale Chapman
 
Author
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dale Chapman:
I use JSF as my primary user interface framework. I have played around a bit with AJAX and have found many issues related to integrating AJAX and JSF. There are some JSF tag libraries specifically for AJAX and I was wondering if your book addresses any of these types of libraries. Also, I have some experience using Direct Web Remoting (DWR) as an AJAX framework. I am wondering if your book addresses frameworks like DWR and if so, do you do a comparison among the different frameworks?

Thanks.
Dale Chapman



We do address DWR, and IceFaces, which you might be interested in, as it is Ajax for JSF. We don't really have a chapter which discusses a head-to-head comparison between different frameworks, but we do expose you to what can be done w/ each of them in several chapters.
reply
    Bookmark Topic Watch Topic
  • New Topic