Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Indigo"

(Features)
m (Features)
Line 28: Line 28:
 
** [[EclipseLink/Development/339371 | Extensible Domain Models]]
 
** [[EclipseLink/Development/339371 | Extensible Domain Models]]
 
*** [http://wiki.eclipse.org/EclipseLink/Development/339381 XML Extensions]
 
*** [http://wiki.eclipse.org/EclipseLink/Development/339381 XML Extensions]
 +
*** [http://wiki.eclipse.org/EclipseLink/Development/343615 Support JAXBContext refresh]
 
** [[EclipseLink/Development/339373 | Multiple Bindings File Support]]
 
** [[EclipseLink/Development/339373 | Multiple Bindings File Support]]
 +
** [[EclipseLink/Development/339596 | XPath Mapping with Predicates]]
  
 
* DBWS
 
* DBWS
** JAX-RS infrastructure
+
** Added support for complex PL/SQL arguments for stored functions
** JAX-RS Generation from Database (using DBWS Builder)
+
** Ability to handle overloaded Stored Procedure/Functions as WSDL operations
** JAX-RS Development using existing JPA PU
+
* *JAX-WS Development using existing JPA PU
+
  
 
== Indigo Schedule ==
 
== Indigo Schedule ==

Revision as of 12:05, 3 June 2011

Theme: Scaling to the Cloud

Application developers are continuously faced with deploying to larger clusters and application grids as well as public and private clouds with SaaS and PaaS. In order to do this effectively they are challenged with how to address persistence in these environments as well as how to minimize future development costs as they address:

  • Monitoring and Management
  • Growing volumes of data using partitioning strategies
  • Built in support for end user extensible applications
  • Multiple tenant data architectures
  • Application version upgrade

While EclipseLink has supported these advanced persistence capabilities in previous releases the Indigo release will focus on simplifying how these are used, educating the community on their use, and supporting their use with documentation and examples.

Features

The above listed themes for this release are translated into the following features.

  • DBWS
    • Added support for complex PL/SQL arguments for stored functions
    • Ability to handle overloaded Stored Procedure/Functions as WSDL operations

Indigo Schedule

The [Indigo/Simultaneous_Release_Plan] governs the overall release. The EclipseLink contribution dates to the release are:

  • Indigo M5+1 - Jan 31
  • Indigo M6+1 - March 14
  • Indigo M7+1 - May 2
  • Indigo RC1-4 May 16,23,30 and June 6
  • Indigo GA - June 22

Back to the top