Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » EclipseLink 1.1.0
EclipseLink 1.1.0 [message #386008] Thu, 12 March 2009 19:05 Go to next message
Peter Krogh is currently offline Peter KroghFriend
Messages: 8
Registered: July 2009
Junior Member
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
Re: EclipseLink 1.1.0 [message #386016 is a reply to message #386008] Thu, 19 March 2009 12:05 Go to previous messageGo to next message
Brett Bergquist is currently offline Brett BergquistFriend
Messages: 31
Registered: July 2009
Member
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
>
Re: EclipseLink 1.1.0 [message #386042 is a reply to message #386016] Thu, 19 March 2009 14:13 Go to previous messageGo to next message
Gordon Yorke is currently offline Gordon YorkeFriend
Messages: 78
Registered: July 2009
Member
Only eclipselink.jar and javax.persistence_1.0.0.jar are needed.
javax.persistence_1.99.0.jar is for OSGI
--Gordon
Re: EclipseLink 1.1.0 [message #386051 is a reply to message #386042] Fri, 20 March 2009 14:26 Go to previous message
Brett Bergquist is currently offline Brett BergquistFriend
Messages: 31
Registered: July 2009
Member
Thanks Gordon, but should there not be a page in the user documentation somewhere that says this? Or maybe I just cannot find it...

I appreciate the help in any case.

Brett

Gordon Yorke wrote:
> Only eclipselink.jar and javax.persistence_1.0.0.jar are needed.
> javax.persistence_1.99.0.jar is for OSGI
> --Gordon
>
Previous Topic:Using database views
Next Topic:@Transformation - Unknown state or association field
Goto Forum:
  


Current Time: Fri Mar 29 04:41:11 GMT 2024

Powered by FUDForum. Page generated in 0.07183 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top