« 19 November 2003 - Jakarta Velocity Tools 1.1-beta1 Released | Main | 21 November 2003 - Xerces-J 2.6.0 Released »

November 20, 2003

20 November 2003 - Incubated-JaxMe 0.2 Released

JaxMe is an incubated subproject under the sponsorship of the Apache
Software Foundation's (ASF) Web Services project. Incubation is required of
all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have
stabilized in a manner consistent with other successful ASF projects. While
incubation status is not necessarily a reflection of the completeness or
stability of the code, it does indicate that the project has yet to be fully
endorsed by the ASF.

incubated-jaxme 0.2 is available for download.
For questions or suggestions, contact the mailing list jaxme-dev@ws.apache.org.

Finally, the Apache Bugzilla
may be used for bug reports.

incubated-jaxme 0.2 includes the following components:

  • JaxMe, an in-progress implementation of the JAXB specification. See

    JaxMe homepage and
    JAXB specification

    for details.


  • JaxMePM, a persistence management framework for JAXB generated classes.
    The framework includes an object-relational mapper and two accessors
    for XML databases via XML:DB or the native Tamino API. The framework
    is currently loosely coupled to JaxMe, but could very well be used
    with any JAXB generator. See

    here

    for details.


  • A clean room implementation of the JAXB API. See

    here

    for details. This implementation replaces the files jaxb-api.jar,
    jax-qname.jar, and namespace.jar from the JAXB RI.



  • JaxMeXS, a parser for XML Schema, specifically designed for code
    generators based on XML Schema or language extensions like JAXB.
    See

    here

    for details.


  • JaxMeJS, a generic framework for writing source generators. It views
    the generated sources as an object tree, which may be manipulated in
    multiple stages. For example, in the case of JaxMe, one distinguishes
    between elements with multiplicity 1 (single objects) and multiplicity
    > 1 (lists). The pipelining process enables handling of these elements
    in two stages, where stage 2 (lists) is based on the work of stage 1
    (single objects). JaxMeJS includes a framework for generating SQL
    queries, following the same ideas. See

    here

    for details.


---- Posted by Tetsuya Kitahata at November 20, 2003 03:52 AM
http://www.apachenews.org/archives/000032.html
[ Category : Apache Incubator ] (PDF)(XML)
[ Category : Apache WebServices ] (PDF)(XML)