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/Overview"

Line 1: Line 1:
 
__NOTOC__== Database RESTful Service (DBRS) Overview ==
 
__NOTOC__== Database RESTful Service (DBRS) Overview ==
 
<onlyinclude>
 
<onlyinclude>
DBRS provides platform-neutral, JAX-RS compliant access to relational database artifacts via RESTful web services. DBRS leverages EclipseLink's existing JPA and JAXB components as well as the Jersey JAX-RS v1.1 reference implementation.
+
DBRS provides platform-neutral, JAX-RS compliant access to relational database artifacts via RESTful web services. DBRS leverages EclipseLink's existing JPA and JAXB components as well as the JAX-RS v1.1 reference implementation ([http://jersey.java.net | Jersey]).
  
 
DBRS at its core is primarily a design-time utility - an <i>application generator</i> - that with a minimum amount of pre-existing configuration plus a database to 'scrape' for meta-data, generates a simple CRUD-style application.
 
DBRS at its core is primarily a design-time utility - an <i>application generator</i> - that with a minimum amount of pre-existing configuration plus a database to 'scrape' for meta-data, generates a simple CRUD-style application.
 
</onlyinclude>
 
</onlyinclude>

Revision as of 14:18, 18 October 2011

Database RESTful Service (DBRS) Overview

DBRS provides platform-neutral, JAX-RS compliant access to relational database artifacts via RESTful web services. DBRS leverages EclipseLink's existing JPA and JAXB components as well as the JAX-RS v1.1 reference implementation (| Jersey).

DBRS at its core is primarily a design-time utility - an application generator - that with a minimum amount of pre-existing configuration plus a database to 'scrape' for meta-data, generates a simple CRUD-style application.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.