COMP 655: Distributed/Operating Systems - Summer 2011
2024-04-19 08:24:15 UTC
Home
Lectures
Assignments
Books, web, tools
 
Turnitin.com
Guidelines
Writing help
Plagiarism
 
DiNo
Glassfish
RESTful client
Menu service
JAX-RS
JAXB
EJB
Java
 
Bulletin board
Contact
 JAXB
JAXB is the "Java API for XML Binding", a standard part of Java EE. Beginning with Java 1.6, it is also included in Java SE.

JAXB is a large and complex API. For 655, it should be possible to use only a very small subset of it, especially if you are using JAX-RS as well.

JAXB provides extensive support for mapping between Java classes and XML documents.

Resources