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

Talk:EclipseLink/UserGuide/DBWS

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
    1. Creating from a Stored Function with complex PL/SQL arguments
  6. Creating from a PL/SQL Stored Procedure
    1. Creating from an overloaded PL/SQL Stored Procedure
  7. Advanced Methods of Accessing DBWS Designtime API
    1. Integration with Oracle JDeveloper
    2. Using DBWS with ANT and javac
  8. Using EclipseLink SessionCustomizer
  • 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