aspose file tools
The moose likes Web Services and the fly likes What is JAXP? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "What is JAXP?" Watch "What is JAXP?" New topic
Author

What is JAXP?

Santosh Pasupuleti
Ranch Hand

Joined: Aug 10, 2005
Posts: 97
I am new to XML computing. All I know is the difference between DOM and SAX. Could somebody please tell me what are these terms JAXP, JAXB, Crimson, etc.
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
JAXP Java API for XML Processing (JAXP)
JAXB Java Architecture for XML Binding (JAXB) Bindings Schema for JAXB
Crimson is Sun's XML parser that ships with 1.4. Many applications use the Apache Xerces instead.

Have a look at Elliotte Rusty Harold'sProcessing XML with Java


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
Hi Santhosh,

May I ask you to take a minute for editing your display name so that it complies with our naming policy (to have firstname and lastname)?

Regards
Balaji
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: What is JAXP?
 
Similar Threads
Please Help .. Error Parsing XML File
Waht is the parser and Technology used by JAXP
Convert html file to normal text
SAAJ vs JAXP vs JAX-RPC
easy XML parser