l Jaxme is an open source implementation of JAXB (Java / XML binding specification)
l Java / XML Binding Compiler is a mode description: Most of them are XML patterns, or DTD, Relaxng mode, by reflecting JavaBean or database modes.
l Output is a series of Java classes:
Ø Javabean described in compatibility mode (if the pattern description is reflected Javabean, is the original javabean)
Ø Convert XML document into equivalent Javabean
Ø Violation, the parser converts JavaBean into the original XML document
l In JAXME applications, the generated class can also:
Ø Store JavaBean to the database, which can be an XML database, such as Exist, Xindice, Tamino, or a relational database, such as mysql
Ø Query the Bean instance in the database
Ø Entity bean or session bean that implements the same function
l In summary, through simple creation mode, run the JAXME binding compiler, you can automatically generate a class class for the entire workflow of the typical web application (translator: Is it too exaggerated?)