This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

The Open Source Zone


Apache JaxMe

Project logo
Project Name Apache JaxMe
Category Development tools
Programming Language Java
Project Home Page http://ws.apache.org/jaxme/
License(s) Apache Software License (version 2.0)
License URL(s) http://www.apache.org/licenses/LICENSE-2.0
Tags (edit) binding, xml

JaxMe 2 is an open source implementation of JAXB, the specification for Java/XML binding.

A Java/XML binding compiler takes as input a schema description (in most cases an XML schema but it may be a DTD, a RelaxNG schema, a Java class inspected via reflection or a database schema). The output is a set of Java classes:

  • A Java bean class compatible with the schema description. (If the schema was obtained via Java reflection, then the original Java bean class.)
  • An unmarshaller that converts a conforming XML document into the equivalent Java bean.
  • Vice versa, a marshaller that converts the Java bean back into the original XML document.

In the case of JaxMe, the generated classes may also

  • Store the Java bean into a database. Preferrably an XML database like eXist, Xindice, or Tamino, but it may also be a relational database like MySQL. (If the schema is sufficiently simple. :-)
  • Query the database for bean instances.
  • Implement an EJB entity or session bean with the same abilities.

Edit project.

Report abuse.

Similar Projects (edit)

Reviews

Be the first person to review this project!

User tips

Add a tip.

Related books

Title Authors
Using JAXB in J2EE-based enterprise applications: narrowing the bridge between XML and Java Part 2.(Java & XML) : An article from: Java Developer's Journal Tilak Mitra
Using JAXB in enterprise J2EE applications: incorporate XML data and processing functions Part 1.(Java & XML) : An article from: Java Developer's Journal Tilak Mitra
Using JAXB to develop enterprise applications: JAXB offers power, ease, and flexibility.(Websphere Studio) : An article from: WebSphere Journal Tilak Mitra
XML data binding with JAXB and UBL: process XML documents without SAX or DOM. (XML & Java). : An article from: Java Developer's Journal Ed Mooney et al.

Add more books.


Last modified on 2006-08-21 03:33:27.868 (rel. 9).