← Prev in month ← Prev in thread
Next in thread → Next in month →

Announce: JaxMe Java/XML binding tool with EJB generator

From
Wiedmann, Jochen <>
To
"''" <>
Date
2002-01-07T17:32:57Z
ID
<>
Thread
Announce: JaxMe Java/XML binding tool with EJB generator
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
← Prev in month ← Prev in thread
Next in thread → Next in month →