COMP 655: Distributed/Operating Systems - Winter 2015 2025-01-30 23:32:08 UTC | |||||||||||||||||||||||
| 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
|