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

Line 1: Line 1:
== EclipseLink Database Web Services (DBWS) ==
+
__TOC__
 +
 
 +
== What is EclipseLink DBWS? ==
 +
 
 
===Overview===
 
===Overview===
 +
 
{{:EclipseLink/UserGuide/DBWS/Overview#EclipseLink_DBWS_Overview}}
 
{{:EclipseLink/UserGuide/DBWS/Overview#EclipseLink_DBWS_Overview}}
 
==== Design Documentation ====
 
[[EclipseLink/Development/DBWS|Design Docs]]
 
  
 
==== Who uses this feature? ====
 
==== Who uses this feature? ====
 +
 
Anyone who wishes to expose a database artifact as a Web Service.
 
Anyone who wishes to expose a database artifact as a Web Service.
  
Line 15: Line 17:
 
==== What technologies apply? ====
 
==== What technologies apply? ====
  
EclipseLink ORM, OXM, XRM, [http://jcp.org/en/jsr/detail?id=224 JAX-WS]
+
EclipseLink JPA/ORM, MOXy, [http://jcp.org/en/jsr/detail?id=224 JAX-WS]
 +
 
 +
== What version of JavaSE does DBWS support? ==
  
Using the EclipseLink DBWS design-time tools requires JDK 1.6 (or higher).
+
Using the EclipseLink DBWS design-time tools requires JDK 1.6 (or higher) while the DBWS runtime requires JDK 1.5 or higher.
  
[[Category:EclipseLink FAQ]]
+
[[Category:EclipseLink FAQ|DBWS]]

Revision as of 14:20, 4 August 2009

What is EclipseLink DBWS?

Overview

For the current version, see: Developing Persistence Architectures Using EclipseLink Database Web Services, Release 2.4

For EclispeLink DBWS Overview, see http://www.eclipse.org/eclipselink/documentation/2.4/dbws/overview.htm

Who uses this feature?

Anyone who wishes to expose a database artifact as a Web Service.

Why do they use it?

EclipseLink DBWS provides a simple light-weight metadata model that requires no Java programming, yet is highly extensible.

What technologies apply?

EclipseLink JPA/ORM, MOXy, JAX-WS

What version of JavaSE does DBWS support?

Using the EclipseLink DBWS design-time tools requires JDK 1.6 (or higher) while the DBWS runtime requires JDK 1.5 or higher.

Back to the top