• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

An easy process to learn XML all?

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody tell me an easy process to learn XML if based on IBM XML certificate?
Such as:
>>> Choose which book(s) will be enough to get all knowledge about XML (no more than three).
>>> What situation do I need to use which SW to run?
>>> Where can I find sample test in addition to IBM's? Thank a lot!
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I dont think so. A lot of important topics especially those related to implementation are not included in the certification and hence it is not the best way to learn XML technology. For instance, parsers are not given a lot of importance in the objectives of the exam on the other hand parsing is dealt with to a certain extent.
Ability to user different XML parsers and to understand subtle differences between them is a very important qualification of an XML developer and unfortunately the certification will not help you acquire this competence.
I suggest you to learn XML first, take one aspect of the technology at a time - XML, XSL, XSLT, parsing using DOM, parsing using SAX and using various different parsers. When you're feel comfortable you can take the test.
Good luck,
------------------
Ajith Kallambella M.
Sun Certified Programmer for the Java�2 Platform.
IBM Certified Developer - XML and Related Technologies, V1.
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So what's suggestion on the books?
 
Ranch Hand
Posts: 180
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java and XML from Oreilly publishing is a great reference for XML and how to handle it with Java. XML and XML in a Nutshell from Oreilly are also very informative.
------------------
Chris Stehno (Sun Certified Programmer for the Java 2 Platform)
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out the recommendations at the Bunkhouse:
http://www.javaranch.com/books.jsp
reply
    Bookmark Topic Watch Topic
  • New Topic