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 "Talk:EclipseLink/UserGuide/DBWS"

(Suggestions for changes to high-level outline: new section)
m
Line 6: Line 6:
 
##Runtime
 
##Runtime
 
##Creating DBWS Services from DBWS
 
##Creating DBWS Services from DBWS
#Creating from a Database Table
+
#[[EclipseLink/UserGuide/DBWS/Creating from a Database Table|Creating from a Database Table]]
#Creating from a SQL Statement
+
#[[EclipseLink/UserGuide/DBWS/Creating from a SQL Statement|Creating from a SQL Statement]]
#Creating from a Stored Procedure
+
#[[EclipseLink/UserGuide/DBWS/Creating from a Stored Procedure|Creating from a Stored Procedure]]
#Creating from a Stored Function
+
#[[EclipseLink/UserGuide/DBWS/Creating from a Stored Function|Creating from a Stored Function]]
 
#Creating from an overloaded PL/SQL Stored Procedure
 
#Creating from an overloaded PL/SQL Stored Procedure
 
#Using DBWS with ANT and javac
 
#Using DBWS with ANT and javac

Revision as of 12:14, 28 September 2011

http://wiki.eclipse.org/EclipseLink/Examples/DBWS Based on EL DBWS 2.3

  1. Overview http://wiki.eclipse.org/EclipseLink/UserGuide/DBWS/Creating_Deployable_EclipseLink_DBWS_Services_%28ELUG%29
    1. Designtime (DBWS Builder)
    2. Runtime
    3. Creating DBWS Services from DBWS
  2. Creating from a Database Table
  3. Creating from a SQL Statement
  4. Creating from a Stored Procedure
  5. Creating from a Stored Function
  6. Creating from an overloaded PL/SQL Stored Procedure
  7. Using DBWS with ANT and javac
  8. Using Customizer
  • Using as a library (?) Low priority

Suggestions for changes to high-level outline

I think that the current outline 'dives deep' too quickly into things like deployment, runtime vs. design-time, etc

Overview (Creating_Deployable_EclipseLink_DBWS_Services)
        Designtime (DBWS Builder)
        Runtime
        Creating DBWS Services from DBWS 
    Creating from a Database Table
    Creating from a SQL Statement
    Creating from a Stored Procedure
    Creating from a Stored Function
    Creating from an overloaded PL/SQL Stored Procedure
    Using DBWS with ANT and javac
    Using Customizer 

    Using as a library (?) Low priority 

The first item should describe in as simple terms as possible what DBWS does:

EclipseLink DBWS enables simple and efficient access to relational database artifacts via a Web service, providing Java EE-compliant client-neutral access to the database without having to write Java code.

Back to the top