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

EclipseLink/Development/DBWS/RestfulComponent/Overview

EclipseLink DBWS Restful Component Overview

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

DBWS-R 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.

Back to the top