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"

(Replacing page with 'ignore')
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__== Database RESTful Service (DBRS) Overview ==
+
ignore
<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 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>
+

Latest revision as of 15:36, 7 November 2011

ignore

Back to the top