EclipseLink 1.1.0 is now complete and available for download here:
www.eclipse.org/eclipselink/downloads .
There are some useful links off of the download page including a 'getting
started page', and the 'release notes' for 1.1.
As well as bug fixes, 1.1 introduces feature enhancements in the following
areas:
First release of DBWS
The first release of EclipseLink DBWS allows developers to easily and
efficiently expose database constructs (tables, SQL, stored procedures).
Enhancements in JPA include:
- a new 1:M mapping without that doesn't require a back pointer or a
separate join table to hold the associations.
- TABLE_PER_CLASS Inheritance has been added giving greater flexibility
in how your relational tables associate with the classes in a hierarchy.
Enhancements in SDO include:
This release of EclipseLink includes an implementation of SDO 2.1.1 (JSR
235). This implementation conforms to the final draft and is being
included with the final draft as the reference implementation.
Also I would like to say, thanks to everyone involved for all the hard
work in putting this together.
I searched the docs and cannot find which libraries are required to drop into a JPA application. I am assuming eclipselink.jar and
javax.persistence_1.0.0.jar but I don't know if javax.persistence_1.99.0.jar is required or not. This is not an OSGi related
application.
Can anyone point me to the docs page where this might be detailed?
Thanks.
Peter Krogh wrote:
> EclipseLink 1.1.0 is now complete and available for download here:
> www.eclipse.org/eclipselink/downloads .
> There are some useful links off of the download page including a
> 'getting started page', and the 'release notes' for 1.1.
>
> As well as bug fixes, 1.1 introduces feature enhancements in the
> following areas:
>
> First release of DBWS The first release of EclipseLink DBWS allows
> developers to easily and efficiently expose database constructs (tables,
> SQL, stored procedures).
> Enhancements in JPA include:
> - a new 1:M mapping without that doesn't require a back pointer or a
> separate join table to hold the associations.
> - TABLE_PER_CLASS Inheritance has been added giving greater flexibility
> in how your relational tables associate with the classes in a hierarchy.
> Enhancements in SDO include:
> This release of EclipseLink includes an implementation of SDO 2.1.1 (JSR
> 235). This implementation conforms to the final draft and is being
> included with the final draft as the reference implementation.
> Also I would like to say, thanks to everyone involved for all the hard
> work in putting this together.
> Peter Krogh and Doug Clarke
>