JAXB
Tuesday, June 6th, 2006 Posted in JAVA, XML | 1 Comment »The JavaTM Architecture for XML Binding (JAXB) provides an API and tools that automate the mapping between XML documents and Java objects. The JAXB framework enables developers to perform the following operations: Unmarshal XML content into a Java representation Access and update the ...