• 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: XML and JSON Parsing

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm one of the few folks in my development group who is actually trying to incorporate AJAX techniques into our JSF application, and one of the things I'm struggling with is handling data that is returned with the response.

How much do you guys get into the pros and cons of JSON vs. XML vs. Text, and will you have comprehensive examples for all of these cases?

The problem is that there's just a tidal wave of information out there and it's a bit overwhelming, so straightforward, thorough examples sure would be helpful.

Thanks!
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chapter 2 deals in-depth with the types of responses that can be returned as Ajax responses. There are copious examples of such reponses throught the book. And in the final chapter, in which we take a step-by-step guided tour through the design and implementation of an Ajax "mashup" application, we have a detailed discussion of the pros and cons of each type of response in order to determine which is best suited for the application.
reply
    Bookmark Topic Watch Topic
  • New Topic