JaxMe 2 as a Binding Mechanism
Blogger :
TopXML Latest Content
All posts :
All posts by TopXML Latest Content
Category :
XML
Blogged date : 2005 Dec 16
Apaches JaxMe is an open source implementation of JAXB (Java Architecture for XML Binding). It actually is a java source generator which may take as input an XML schema and create Java objects or vice versa i.e., converting the java objects into XML. To be more precise, it is an extended version of JAXB with many added features. JaxMe does not depend on DTDs and supports W3C XML schema.
One of the most important features is that it allows integration with the database. It is possible to store
Read comments or post a reply to : JaxMe 2 as a Binding Mechanism