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

EclipseLink/Development/JPA-RS

< EclipseLink‎ | Development
Revision as of 09:03, 16 August 2012 by Unnamed Poltroon (Talk) (New page: __NOTOC__ = EclipseLink JPA-RS Development = The EclipseLink 2.4.0 release introduced JPA-RS allowing developers to easily expose persistence units over REST (JAX-RS). The intent was to a...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

EclipseLink JPA-RS Development

The EclipseLink 2.4.0 release introduced JPA-RS allowing developers to easily expose persistence units over REST (JAX-RS). The intent was to allow clients (HTML5/JS, Mobile, JavaSE/JavaFX) to easily access persistent data over REST with JSON or XML. This page tracks the ongoing feature development of JPA-RS including planned features for upcoming releases as well as a back-log of future enhancements. The details of each item will be tracked within its bug and associated wiki pages or documents.

Planned Features

Bug Issue Description Target Release

Proposed Features

Issue Description
Pagination Support pagination (count, first, max) using URI query parameters.

Back to the top