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"

Line 6: Line 6:
  
 
== 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/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/DBWSBasicStoredProcedure| EclipseLink DBWS Service based on Stored Procedure]]
 
* [[EclipseLink/Examples/DBWS/DBWSBasicStoredProcedure| EclipseLink DBWS Service based on Stored Procedure]]
 +
 +
== Builder Examples ==
 +
 +
**[[EclipseLink/Examples/DBWS/DBWSBuilder using ANT]]
  
 
== 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;]]

Revision as of 13:13, 6 April 2010


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

Builder Examples

Intermediate Examples

Advanced Examples

Back to the top