• 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

XML - most books pre 2005, which ones to buy ?

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I saw some books on XML from amazon. All are pre 2005/7 books. There is only one which will be released in around september 2012 and I cant wait for that one. Would books that old be outdated ? One example is learning xml by o'reilly. Can I use those old books to learn XML for today's applications ?
 
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
XML hasn't changed all that much so I think you'd be fine.

In fact, XML has lost a lot of its luster. XHTML is dead, JSPX was dead on arrival, and JSON is rapidly replacing it as the transport format of choice in modern web apps and web services.

It's still an important technology -- it's just not being applied absolutely everywhere (usually inappropriately) like it was just a few years ago.
 
David Payne
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bear Bibeault wrote:XML hasn't changed all that much so I think you'd be fine.

In fact, XML has lost a lot of its luster. XHTML is dead, JSPX was dead on arrival, and JSON is rapidly replacing it as the transport format of choice in modern web apps and web services.

It's still an important technology -- it's just not being applied absolutely everywhere (usually inappropriately) like it was just a few years ago.



So, can i learn JSON instead of XML ? Or do i learn both to have better knowledge ?
Is it possible to use json instead of xml in deployment descriptors for jsp, servlet based webapps ? my book still uses xml.
 
Bear Bibeault
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

David Payne wrote:Or do i learn both to have better knowledge ?


Both. As I said, XML is still an important technology.

Is it possible to use json instead of xml in deployment descriptors for jsp, servlet based webapps ?


No. I never said that JSON was being used in place of XML for configuration.
 
reply
    Bookmark Topic Watch Topic
  • New Topic