Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/2.4.0"

(New page: = EclipseLink 2.4.0 Development Plans = This page is a working document for what is being planned and developed for EclipseLink 2.4.0, which is scheduled for fall/winter 2011. == Feature...)
 
Line 3: Line 3:
 
This page is a working document for what is being planned and developed for EclipseLink 2.4.0, which is scheduled for fall/winter 2011.
 
This page is a working document for what is being planned and developed for EclipseLink 2.4.0, which is scheduled for fall/winter 2011.
  
== Features by Component ==
+
== Features ==
  
=== CORE ===
+
* '''JPA: Enhanced Schema Provisioning'''
 
+
=== JPA ===
+
 
+
* '''Enhanced Schema Provisioning'''
+
 
** Schema upgrade to handle application version upgrades. Upon request the Schmea will be extended to add additional tables, columns, indexes  
 
** Schema upgrade to handle application version upgrades. Upon request the Schmea will be extended to add additional tables, columns, indexes  
 
+
* '''DBWS: RESTful JPA''': Provide a JAX-RS solution for easily making a JPA persistence unit available through REST calls.
=== MOXy JAXB/SDO ===
+
 
+
=== DBWS ===
+
 
+
* '''RESTful JPA''': Provide a JAX-RS solution for easily making a JPA persistence unit available through REST calls.
+

Revision as of 11:14, 6 June 2011

EclipseLink 2.4.0 Development Plans

This page is a working document for what is being planned and developed for EclipseLink 2.4.0, which is scheduled for fall/winter 2011.

Features

  • JPA: Enhanced Schema Provisioning
    • Schema upgrade to handle application version upgrades. Upon request the Schmea will be extended to add additional tables, columns, indexes
  • DBWS: RESTful JPA: Provide a JAX-RS solution for easily making a JPA persistence unit available through REST calls.

Back to the top