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"

(What version of JavaSE does DBWS support?)
Line 16: Line 16:
 
EclipseLink JPA/ORM, JAXB, JAX-RS (Jersey)
 
EclipseLink JPA/ORM, JAXB, JAX-RS (Jersey)
  
== What version of JavaSE does DBWS support? ==
+
==== 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).
 
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 15:36, 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 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). ignore

Back to the top