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/DBWS/RestfulComponent"

(What version of JavaSE does DBWS support?)
Line 4: Line 4:
  
 
== What is EclipseLink DBRS? ==
 
== What is EclipseLink DBRS? ==
===Overview===
 
 
{{:EclipseLink/DBRS/Overview#EclipseLink_DBRS_Overview}}
 
{{:EclipseLink/DBRS/Overview#EclipseLink_DBRS_Overview}}
==== Who uses this feature? ====
 
Anyone who wishes to expose a database artifact as a RESTful web service.
 
 
==== Why do they use it? ====
 
EclipseLink DBRS provides a simple light-weight metadata model that requires no Java programming, yet is highly extensible.
 
 
==== What technologies apply? ====
 
 
EclipseLink JPA/ORM, JAXB, JAX-RS (Jersey)
 
 
==== What version of JavaSE does DBWS support? ====
 
The EclipseLink DBRS design-time tools requires JDK 1.6 (or higher); the DBRS runtime requires JDK 1.6 (or higher).
 
 
{{:EclipseLink/Development/DBRS/RoadMap}}
 
{{:EclipseLink/Development/DBRS/RoadMap}}

Revision as of 16:00, 17 October 2011

Welcome to the Development Home page for the EclipseLink Database REST Services (DBRS) component

This page displays information about the current state of DBRS development.

What is EclipseLink DBRS?

ignore ignore

Back to the top