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

(Basic Examples)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
  
The following examples are intended to help consumers get started with EclipseLink DBWS and easily use the key features.   See [http://wiki.eclipse.org/Creating_EclipseLink_Files_for_Deployment_(ELUG)#Creating_Deployment_Files_for_EclipseLink_Database_Web_Services  Creating EclipseLink DBWS Deployment files] for more details.
+
The following examples are intended to help consumers get started with EclipseLink DBWS and easily use the key features.
 +
See [[EclipseLink/UserGuide/DBWS/Creating_Deployable_EclipseLink_DBWS_Services_(ELUG)|Creating Deployable EclipseLink DBWS Services]] for more details.
 
__TOC__
 
__TOC__
 
  
 
== Basic Examples ==
 
== Basic Examples ==
 
 
* [[EclipseLink/Examples/DBWS/DBWSBasicTable| EclipseLink DBWS Service based on Database Table]]
 
* [[EclipseLink/Examples/DBWS/DBWSBasicTable| EclipseLink DBWS Service based on Database Table]]
 
* [[EclipseLink/Examples/DBWS/DBWSBasicStoredProcedure| EclipseLink DBWS Service based on Stored Procedure]]
 
* [[EclipseLink/Examples/DBWS/DBWSBasicStoredProcedure| EclipseLink DBWS Service based on Stored Procedure]]
 
* [[EclipseLink/Examples/DBWS/DBWSBasicSQL| EclipseLink DBWS Service based on Results Sets from custom SQL <code>SELECT</code> statements]]
 
* [[EclipseLink/Examples/DBWS/DBWSBasicSQL| EclipseLink DBWS Service based on Results Sets from custom SQL <code>SELECT</code> statements]]
 +
 +
== Intermediate Examples ==
 +
* [[EclipseLink/Examples/DBWS/DBWSIntermediateAttribute|Change an &lt;element-tag&gt; to an "attribute"]]
  
 
== Advanced Examples ==
 
== Advanced Examples ==
 
+
* [[EclipseLink/Examples/DBWS/ExistingMappingFiles|Generating an EclipseLink DBWS Service from existing ORM and OXM Projects]]
* [[EclipseLink/Examples/DBWS/ExistingMappingFiles |Generating a Web Service using existing Native ORM and MOXy mappings]]
+
  
 
[[Category:EclipseLink_Examples_DBWS]]
 
[[Category:EclipseLink_Examples_DBWS]]

Revision as of 11:30, 2 April 2009


The following examples are intended to help consumers get started with EclipseLink DBWS and easily use the key features. See Creating Deployable EclipseLink DBWS Services for more details.

Basic Examples

Intermediate Examples

Advanced Examples

Back to the top