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

Line 2: Line 2:
 
== Welcome to the Development Home page for the <b>EclipseLink Database REST Services (DBRS)</b> component ==
 
== Welcome to the Development Home page for the <b>EclipseLink Database REST Services (DBRS)</b> component ==
 
This page displays information about the current state of DBRS development.
 
This page displays information about the current state of DBRS development.
 +
 +
== What is EclipseLink DBRS? ==
 +
===Overview===
 +
{{:EclipseLink/DBRS/Overview#EclipseLink_DBRS_Overview}}
 +
 +
==== Who uses this feature? ====
 +
Anyone who wishes to expose a database artifact as a REST-ful 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).
 +
 +
== RoadMap ==
 
{{:EclipseLink/Development/DBRS/RoadMap}}
 
{{:EclipseLink/Development/DBRS/RoadMap}}

Revision as of 11:49, 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?

Overview

ignore

Who uses this feature?

Anyone who wishes to expose a database artifact as a REST-ful 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).

RoadMap

ignore

Back to the top