Spreading the news...
-------- Original Message --------
Subject: Hyperjaxb3 release 0.2
Date: Wed, 19 Sep 2007 17:12:18 +0200
From: Aleksei Valikov <aleksei.valikov_at_gmail.com>
Reply-To: persistence_at_glassfish.dev.java.net
To: persistence_at_glassfish.dev.java.net <persistence_at_glassfish.dev.java.net>
Dear community! I'm glad to announce the 0.2 release of Hyperjaxb3.
Hyperjaxb3 [1] is a JAXB [2] plugin which annotates schema-derived
classes with Java Persistence API [3] annotations effectively making
these classes persistent.
Hyperjaxb3 resolves a lot of incompatibilities between JAXB and JPA,
taking into an account JPA limitations and JAXB peculiarities.
Generated annotations are 100% standard (no vendor extensions used)
meaning your classes will be portable across EJB3 containers. There
are no database dependencies - you can persist your schema-derived
classes in any database supported by your container. Hyperjaxb3
supports a very large set of schemas - and we are working towards
supporting all the schemas that JAXB supports.
This is a first public release of Hyperjaxb3. It implements most
features required by the real-life projects as well as most important
customizations. Both generated and runtime code is stable and can be
used in production.
Please visit the announcement page [0] for details, download and
documentation links.
Links
[0]
http://wiki.glassfish.java.net/Wiki.jsp?page=Hyperjaxb3Release0.2
[1]
https://hyperjaxb3.dev.java.net
[2]
https://jaxb.dev.java.net/
[3]
http://jcp.org/en/jsr/detail?id=220