OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Announce: JaxMe Java/XML binding tool with EJB generator

[ Lists Home | Date Index | Thread Index ]


Hi,

I'd like to announce the release 1.03 of JaxMe, a Java/XML
binding tool. This version comes with a generator for
entity beans with BMP.

The generated beans have methods

  void create(XMLObject)
  void update(XMLObject)
  XMLObject getXML()

that are mainly bulk accessors for the complete data stored
in the bean. An XMLObject is a type safe representation of
an XML document, that can be serialized into a stream, or
vice versa, can be read from a stream via an also generated
SAX 2 parser.

The suggested use is not using the generated classes
directly, but to manually derive a subclass for more
granular access to the XML data. For example, the
subclass might contain methods getState() and/or
setState().

JaxMe is available from

  http://jaxme.sourceforge.net

Any feedback welcome,

Jochen




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS