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"

(Advanced Examples)
m
(20 intermediate revisions by 4 users not shown)
Line 2: Line 2:
  
 
The following examples are intended to help consumers get started with EclipseLink DBWS and easily use the key features.
 
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.
+
See the ''[http://www.eclipse.org/eclipselink/documentation/ Developing Persistence Architectures Using EclipseLink Database Web Services]'' guide for complete information.
 +
 
 +
 
 
__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/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]]
 +
* [[EclipseLink/Examples/DBWS/DBWSBasicAutoGenSchema| EclipseLink DBWS Service based on schema-formatted Results from custom SQL <code>SELECT</code> statements]]
 +
* [[EclipseLink/Examples/DBWS/DBWSBasicStoredProcedure| EclipseLink DBWS Service based on Stored Procedure]]
 +
* [[EclipseLink/Examples/DBWS/DBWSComplexArgStoredProcedure| EclipseLink DBWS Service based on Stored Procedure with complex PL/SQL arguments]]
 +
* [[EclipseLink/Examples/DBWS/DBWSBasicStoredFunction| EclipseLink DBWS Service based on Stored Function]]
 +
* [[EclipseLink/Examples/DBWS/DBWSComplexArgStoredFunction| EclipseLink DBWS Service based on Stored Function with complex PL/SQL arguments]]
 +
* [[EclipseLink/Examples/DBWS/DBWSOverloadStoredProcedure| EclipseLink DBWS Service based on overloaded PL/SQL Stored Procedure]]
 +
 +
== Builder Examples ==
 +
 +
*[[EclipseLink/Examples/DBWS/DBWSBuilder using ANT | DBWSBuilder using ANT and javac]]
  
 
== Intermediate Examples ==
 
== Intermediate Examples ==
 +
 
* [[EclipseLink/Examples/DBWS/DBWSIntermediateAttribute|Change an &lt;element-tag&gt; to an "attribute"]]
 
* [[EclipseLink/Examples/DBWS/DBWSIntermediateAttribute|Change an &lt;element-tag&gt; to an "attribute"]]
 
* [[EclipseLink/Examples/DBWS/DBWSIntermediateIgnoreColumn|Skip a column so it does not become an &lt;element-tag&gt;]]
 
* [[EclipseLink/Examples/DBWS/DBWSIntermediateIgnoreColumn|Skip a column so it does not become an &lt;element-tag&gt;]]
 +
* [[EclipseLink/Examples/DBWS/DBWSIntermediateCustomizer|Use EclipseLink Customizer]]
  
 
== Advanced Examples ==
 
== Advanced Examples ==
 
* [[EclipseLink/Examples/DBWS/ExistingMappingFiles|EclipseLink DBWS Service based upon existing ORM and OXM Projects]]
 
* [[EclipseLink/Examples/DBWS/ExistingMappingFiles|EclipseLink DBWS Service based upon existing ORM and OXM Projects]]
 
* [[EclipseLink/Examples/DBWS/AdvancedJavase6Containerless|EclipseLink DBWS Service deployed as a JavaSE 6 'containerless' EndPoint]]
 
* [[EclipseLink/Examples/DBWS/AdvancedJavase6Containerless|EclipseLink DBWS Service deployed as a JavaSE 6 'containerless' EndPoint]]
 +
* [[EclipseLink/Examples/DBWS/AdvancedOSGi|EclipseLink DBWS Service deployed in an OSGi (Equinox) environment]]
  
[[Category:EclipseLink_Examples_DBWS]]
+
[[Category:EclipseLink/Example|DBWS Examples]]

Revision as of 19:02, 1 February 2013


The following examples are intended to help consumers get started with EclipseLink DBWS and easily use the key features. See the Developing Persistence Architectures Using EclipseLink Database Web Services guide for complete information.


Basic Examples

Builder Examples

Intermediate Examples

Advanced Examples

Copyright © Eclipse Foundation, Inc. All Rights Reserved.