Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink 2.4.0 - Juno

Congrats. The RESTFul Persistence looks like it could be a nice time saver for a very boilerplate use case.

-Noah


On Jun 27, 2012, at 11:31 AM, Peter Krogh wrote:

Hey all,

I am very excited to announce that EclipseLink 2.4.0 is now available for download http://www.eclipse.org/eclipselink/releases/2.4.php.

Highlights of this release include:....

RESTFul Persistence
Java Persistence units can now be exposed over REST using either JSON or XML media.

Tenant Isolation - Table per tenant
Developers can design and deploy applications where their persistent entities are stored in separate tables per tenant.

NoSQL
This release introduces EclipseLink's NoSQL support for MongoDB and Oracle NoSQL.    

JSON
EclipseLink MOXy can now be used for the marshaling and unmarshaling of JSON object.  This is core infrastructure to the JPA-RS feature.    

...  and much much more...

Please see this link (http://www.eclipse.org/eclipselink/releases/2.4.php) for a complete feature list and to download 2.4.0 to try it yourself!!

Peter
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top