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"

m
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
http://wiki.eclipse.org/EclipseLink/Examples/DBWS
+
Notes (MWN)
Based on EL DBWS 2.3
+
* [[EclipseLink/UserGuide/DBWS/Overview|DBWS Overview]] : done
 +
** NB - I'm thinking of moving the section on Simple XML Format to the <i>CREATING DBWS SERVICE FROM A SQL STATEMENT</i> use case
 +
* [[EclipseLink/UserGuide/DBWS/Overview/Design_time|Creating EclipseLink DBWS Services using the DBWSBuilder utility]]: done
 +
** I'm thinking of eliminating the section [[EclipseLink/UserGuide/DBWS/Overview/Creating_DBWS_Services_from_DBWS|Creating EclipseLink DBWS Services]] since it is all covered by the above section
 +
* [[EclipseLink/UserGuide/DBWS/Creating_from_a_Database_Table|Creating DBWS Service from a Database Table]]: done
  
#[[EclipseLink/UserGuide/DBWS/Overview | Overview]] <br /> http://wiki.eclipse.org/EclipseLink/UserGuide/DBWS/Creating_Deployable_EclipseLink_DBWS_Services_%28ELUG%29
 
##[[EclipseLink/UserGuide/DBWS/Overview/Design_time|Designtime (DBWS Builder)]]
 
##Runtime
 
##Creating DBWS Services from DBWS
 
#[[EclipseLink/UserGuide/DBWS/Creating from a Database Table|Creating from a Database Table]]
 
#[[EclipseLink/UserGuide/DBWS/Creating from a SQL Statement|Creating from a SQL Statement]]
 
#[[EclipseLink/UserGuide/DBWS/Creating from a Stored Procedure|Creating from a Stored Procedure]]
 
#[[EclipseLink/UserGuide/DBWS/Creating from a Stored Function|Creating from a Stored Function]]
 
##[[EclipseLink/UserGuide/DBWS/Creating from a Stored Function with complex PL/SQL arguments|Creating from a Stored Function with complex PL/SQL arguments]]
 
#Creating from a PL/SQL Stored Procedure
 
##[[EclipseLink/UserGuide/DBWS/Creating from an Overloaded Stored Procedure|Creating from an overloaded PL/SQL Stored Procedure]]
 
#Advanced Methods of Accessing DBWS Designtime API
 
##Integration with Oracle JDeveloper
 
##[[EclipseLink/UserGuide/DBWS/Using with ANT and javc|Using DBWS with ANT and javac]]
 
#[[EclipseLink/UserGuide/DBWS/Using SessionCustomizer|Using EclipseLink SessionCustomizer]]
 
  
*Using as a library (?) Low priority
+
PL/SQL
 
+
* [[EclipseLink/UserGuide/DBWS/Creating_from_a_Stored_Function|Creating DBWS Service from a Stored Function]]
== Suggestions for changes to high-level outline ==
+
** [[EclipseLink/UserGuide/DBWS/Creating_from_a_Stored_Function_with_complex_PL/SQL_arguments|... with Complex PL/SQL Arguments]]
 
+
* Creating from a PL/SQL Stored Procedure  
I think that the current outline 'dives deep' too quickly into things
+
** [[EclipseLink/UserGuide/DBWS/Creating_from_an_Overloaded_Stored_Procedure|... from an Overloaded PL/SQL Stored Procedure]]
like deployment, runtime vs. design-time, etc
+
 
+
<pre>
+
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
+
</pre>
+
 
+
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.
+

Latest revision as of 16:43, 8 December 2011

Notes (MWN)


PL/SQL

Back to the top