Prev Next

Java / JAXB

Difference between JAXP and JAXB.

JAXP (Java API for XML Processing) refers to the outdated low-level XML APIs in JavaSE, such as DOM, SAX and StAX.

JAXB (Java Architecture for XML Binding) uses annotations to bind XML documents to a java object model.

More Related questions...

Show more question and Answers...

JMS

Comments & Discussions