added more detail java_tasklist_89600_t2b_b
authorjstein@netbeans.org
Fri, 06 Apr 2007 20:56:53 +0000
changeset 2696d3117b63f6a
parent 268 1d0309f3f43e
child 270 acd4eef59c8d
added more detail
sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/about.html
sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/jndiinput.html
sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/operspecsel.html
sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/tableobjsel.html
sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/wsdlprops.html
     1.1 --- a/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/about.html	Fri Apr 06 18:42:52 2007 +0000
     1.2 +++ b/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/about.html	Fri Apr 06 20:56:53 2007 +0000
     1.3 @@ -5,17 +5,65 @@
     1.4  * Use is subject to license terms.
     1.5  -->
     1.6  <html>
     1.7 -    <head>
     1.8 -        <link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
     1.9 -        <title>About the JDBC Wizard</title>
    1.10 -    </head>
    1.11 -    <body>
    1.12 -        <h2>
    1.13 -             About the JDBC Wizard
    1.14 -        </h2>
    1.15 -       
    1.16 -        <p>
    1.17 -           Document Me!!
    1.18 -        </p>
    1.19 -       </body>
    1.20 +
    1.21 +<head>
    1.22 +<title>About the JDBC Database Wizard</title>
    1.23 +<link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
    1.24 +</head>
    1.25 +
    1.26 +<body>
    1.27 +
    1.28 +<h2>About the JDBC Database Wizard</h2>
    1.29 +<p><small><a href="#seealso">See Also</a></small></p>
    1.30 +
    1.31 +<p>The JDBC Database wizard allows you to quickly create a WSDL file for access to one or more tables in a datasource. 
    1.32 +The wizard also generates a corresponding XML Schema file that defines the elements for the database tables and columns referenced in the WSDL file.</p>
    1.33 +
    1.34 +<p>The generated WSDL file contains port type elements and binding elements for the following database operations:</p>
    1.35 +
    1.36 +<ul>
    1.37 +<li>Insert</li>
    1.38 +<li>Update</li>
    1.39 +<li>Delete</li>
    1.40 +<li>Find</li>
    1.41 +<li>Poll Records</li>	
    1.42 +</ul>
    1.43 +
    1.44 +<p>The generated WSDL file also contains a service element that specifies a JNDI address location.</p>
    1.45 +
    1.46 +<p>After you create the WSDL file, you can modify the file according to your specific needs by using the WSDL Editor.</p>
    1.47 +
    1.48 +<ul class="note">
    1.49 +  <li>Before running the JDBC Database wizard, make sure you are connected to the database you want to use. 
    1.50 +  Connect to a database from the Databases node in the Runtime window.</li>
    1.51 +</ul>
    1.52 +
    1.53 +<p><b>To start the JDBC Database wizard:</b></p>
    1.54 +
    1.55 +<ol>
    1.56 +<li>In the Projects window, right-click the Process Files folder and choose New &gt; Other.</li>
    1.57 +<li>Select the Service Oriented Architecture category and the WSDL From Database file type.</li>
    1.58 +<li>Click Next.<br>
    1.59 +The wizard pages that follow implement the JDBC Database Wizard.</li>
    1.60 +</ol>
    1.61 +
    1.62 +<dl>
    1.63 +<dt><a name="seealso">See Also</a></dt>
    1.64 +<!--
    1.65 +<dd>JDBC Binding Component User Guide</dd>
    1.66 +-->
    1.67 +<dd><a href="wizard/wsdlprops.html" title="JDBC Database Wizard: Enter WSDL Name Page">JDBC Database Wizard: Enter WSDL Name Page</a></dd>
    1.68 +<dd><a href="wizard/tableobjsel.html" title="JDBC Database Wizard: Select DataSource and Table Objects Page">JDBC Database Wizard: Select DataSource and Table Objects Page</a></dd>
    1.69 +<dd><a href="wizard/operspecsel.html" title="JDBC Database Wizard: Select Operation Specific Attributes Page">JDBC Database Wizard: Select Operation Specific Attributes Page</a></dd>
    1.70 +<dd><a href="wizard/jndiinput.html" title="JDBC Database Wizard: Enter JNDI Name Page">JDBC Database Wizard: Enter JNDI Name Page</a></dd>
    1.71 +</dl>
    1.72 +<hr>
    1.73 +<small>  
    1.74 +<a href="credits.html">Legal Notices</a></small>
    1.75 +<table border="0" cellpadding="150">
    1.76 +<tr><td>&nbsp;</td></tr>
    1.77 +<tr><td>&nbsp;</td></tr>
    1.78 +<tr><td>&nbsp;</td></tr>
    1.79 +</table>
    1.80 +</body>
    1.81  </html>
     2.1 --- a/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/jndiinput.html	Fri Apr 06 18:42:52 2007 +0000
     2.2 +++ b/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/jndiinput.html	Fri Apr 06 20:56:53 2007 +0000
     2.3 @@ -18,7 +18,7 @@
     2.4  
     2.5  <p>The JDBC Database wizard enables you to create a WSDL file for accessing tables in a database.</p>
     2.6  
     2.7 -<p>The Enter JNDI Name page contains the following fields:</p>
     2.8 +<p>The Enter JNDI Name page contains the following field:</p>
     2.9  
    2.10  <ul>
    2.11  
    2.12 @@ -26,19 +26,18 @@
    2.13  
    2.14  </ul>
    2.15  
    2.16 -<p>When you click Finish, the WSDL file and the XML schema file are created.</p>
    2.17 -
    2.18 -</ul>
    2.19 +<p>When you click Finish, the wizard generates the WSDL file and the XML schema file in the location that you specified earlier.</p>
    2.20  
    2.21  <dl>
    2.22  <dt><a name="seealso">See Also</a></dt>
    2.23 +<dd><a href="../about.html" title="About the JDBC Database Wizard">About the JDBC Database Wizard</a></dd>
    2.24  <dd><a href="wsdlprops.html" title="JDBC Database Wizard: Enter WSDL Name Page">JDBC Database Wizard: Enter WSDL Name Page</a></dd>
    2.25  <dd><a href="tableobjsel.html" title="JDBC Database Wizard: Select DataSource and Table Objects Page">JDBC Database Wizard: Select DataSource and Table Objects Page</a></dd>
    2.26  <dd><a href="operspecsel.html" title="JDBC Database Wizard: Select Operation Specific Attributes Page">JDBC Database Wizard: Select Operation Specific Attributes Page</a></dd>
    2.27  </dl>
    2.28  <hr>
    2.29  <small>  
    2.30 -<a href="credits.html">Legal Notices</a></small>
    2.31 +<a href="../credits.html">Legal Notices</a></small>
    2.32  <table border="0" cellpadding="150">
    2.33  <tr><td>&nbsp;</td></tr>
    2.34  <tr><td>&nbsp;</td></tr>
     3.1 --- a/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/operspecsel.html	Fri Apr 06 18:42:52 2007 +0000
     3.2 +++ b/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/operspecsel.html	Fri Apr 06 20:56:53 2007 +0000
     3.3 @@ -16,28 +16,35 @@
     3.4  <h2>JDBC Database Wizard: Select Operation Specific Attributes Page</h2>
     3.5  <p><small><a href="#seealso">See Also</a></small></p>
     3.6  
     3.7 -<p>The JDBC Database wizard enables you to create a WSDL file for accessing tables in a database.</p>
     3.8 -
     3.9 -<p>The Operation Specific Attributes page contains the following fields:</p>
    3.10 +<p>The JDBC Database wizard enables you to create a WSDL file for accessing tables in a database. 
    3.11 +The wizard generates default WSDL elements for the following database operations:</p>
    3.12  
    3.13  <ul>
    3.14 +<li>Insert</li>
    3.15 +<li>Update</li>
    3.16 +<li>Select</li>
    3.17 +<li>Poll</li>
    3.18 +</ul>
    3.19  
    3.20 -<li><b>Select.</b> To select a table, select this checkbox.</li>
    3.21 -<li><b>Table Name.</b> 
    3.22 -Specifies a table name.</li>
    3.23 -<li><b>Properties.</b> To set the properties, click Advanced.</li>
    3.24 +<p>The Select Operation Specific Attributes page allows you to select the columns to include in the generated WSDL file. 
    3.25 +For each column selected, you can also specify which database operations to include in the generated file.</p>
    3.26  
    3.27 +<ul>
    3.28 +<li><b>Select.</b> Select the tables to include in the generated WSDL file.</li>
    3.29 +<li><b>Advanced.</b> Opens a window that allows you to select specific columns and database operations to include in the generated WSDL file. 
    3.30 +By default, all columns and database operations are selected.</li>
    3.31  </ul>
    3.32  
    3.33  <dl>
    3.34  <dt><a name="seealso">See Also</a></dt>
    3.35 +<dd><a href="../about.html" title="About the JDBC Database Wizard">About the JDBC Database Wizard</a></dd>
    3.36  <dd><a href="wsdlprops.html" title="JDBC Database Wizard: Enter WSDL Name Page">JDBC Database Wizard: Enter WSDL Name Page</a></dd>
    3.37  <dd><a href="tableobjsel.html" title="JDBC Database Wizard: Select DataSource and Table Objects Page">JDBC Database Wizard: Select DataSource and Table Objects Page</a></dd>
    3.38  <dd><a href="jndiinput.html" title="JDBC Database Wizard: Enter JNDI Name Page">JDBC Database Wizard: Enter JNDI Name Page</a></dd>
    3.39  </dl>
    3.40  <hr>
    3.41  <small>  
    3.42 -<a href="credits.html">Legal Notices</a></small>
    3.43 +<a href="../credits.html">Legal Notices</a></small>
    3.44  <table border="0" cellpadding="150">
    3.45  <tr><td>&nbsp;</td></tr>
    3.46  <tr><td>&nbsp;</td></tr>
     4.1 --- a/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/tableobjsel.html	Fri Apr 06 18:42:52 2007 +0000
     4.2 +++ b/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/tableobjsel.html	Fri Apr 06 20:56:53 2007 +0000
     4.3 @@ -22,21 +22,26 @@
     4.4  
     4.5  <ul>
     4.6  
     4.7 -<li><b>Data Source.</b> Select the data source.</li>
     4.8 -<li><b>Available Tables and Selected Tables.</b> 
     4.9 -Select the tables by moving them from the Available Tables list to the Selected Tables list.</li>
    4.10 +<li><b>Data Source.</b> A drop-down list of all currently available data sources. Select a data source from the list to display the available tables from the data source.</li>
    4.11 +
    4.12 +<ul class="note">
    4.13 +  <li>Even if there is only one data source listed, you must select it to display the available tables.</li>
    4.14 +</ul>
    4.15 +
    4.16 +<li><b>Available Tables and Selected Tables.</b> Select one or more tables from the list of displayed tables and move them to the Selected Tables list.</li>
    4.17  
    4.18  </ul>
    4.19  
    4.20  <dl>
    4.21  <dt><a name="seealso">See Also</a></dt>
    4.22 +<dd><a href="../about.html" title="About the JDBC Database Wizard">About the JDBC Database Wizard</a></dd>
    4.23  <dd><a href="wsdlprops.html" title="JDBC Database Wizard: Enter WSDL Name Page">JDBC Database Wizard: Enter WSDL Name Page</a></dd>
    4.24  <dd><a href="operspecsel.html" title="JDBC Database Wizard: Select Operation Specific Attributes Page">JDBC Database Wizard: Select Operation Specific Attributes Page</a></dd>
    4.25  <dd><a href="jndiinput.html" title="JDBC Database Wizard: Enter JNDI Name Page">JDBC Database Wizard: Enter JNDI Name Page</a></dd>
    4.26  </dl>
    4.27  <hr>
    4.28  <small>  
    4.29 -<a href="credits.html">Legal Notices</a></small>
    4.30 +<a href="../credits.html">Legal Notices</a></small>
    4.31  <table border="0" cellpadding="150">
    4.32  <tr><td>&nbsp;</td></tr>
    4.33  <tr><td>&nbsp;</td></tr>
     5.1 --- a/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/wsdlprops.html	Fri Apr 06 18:42:52 2007 +0000
     5.2 +++ b/sql.help/javahelp/org/netbeans/modules/jdbc/jdbchelp/wizard/wsdlprops.html	Fri Apr 06 20:56:53 2007 +0000
     5.3 @@ -1,9 +1,9 @@
     5.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     5.5 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     5.6 +>
     5.7  <!--
     5.8  * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
     5.9  * Use is subject to license terms.
    5.10  -->
    5.11 -
    5.12  <html>
    5.13  
    5.14  <head>
    5.15 @@ -16,31 +16,47 @@
    5.16  <h2>JDBC Database Wizard: Enter WSDL Name Page</h2>
    5.17  <p><small><a href="#seealso">See Also</a></small></p>
    5.18  
    5.19 -<p>The JDBC Database wizard enables you to create a WSDL file for accessing tables in a database. 
    5.20 -The WSDL file defines the WSDL port type and binding elements for the supported database operations 
    5.21 -(insert, update, delete, find, pollrecords).</p>
    5.22 +<p>The JDBC Database wizard allows you to quickly create a WSDL file for access to one or more tables in a datasource. 
    5.23 +The wizard also generates a corresponding XML Schema file that defines the elements for the database tables and columns referenced in the WSDL file.</p>
    5.24  
    5.25 -<p>The wizard also generates an XML schema file corresponding to the tables in the database. 
    5.26 -This schema file is referenced in the generated WSDL file.</p>
    5.27 +<p>The generated WSDL file contains port type elements and binding elements for the following database operations:</p>
    5.28 +
    5.29 +<ul>
    5.30 +<li>Insert</li>
    5.31 +<li>Update</li>
    5.32 +<li>Delete</li>
    5.33 +<li>Find</li>
    5.34 +<li>Poll Records</li>	
    5.35 +</ul>
    5.36 +
    5.37 +<p>The generated WSDL file also contains a service element that specifies a JNDI address location.</p>
    5.38 +
    5.39 +<p>After you create the WSDL file, you can modify the file according to your specific needs by using the WSDL Editor.</p>
    5.40 +
    5.41 +<ul class="note">
    5.42 +  <li>Before running the JDBC Database wizard, make sure you are connected to the database you want to use. 
    5.43 +  Connect to a database from the Databases node in the Runtime window.</li>
    5.44 +</ul>
    5.45  
    5.46  <p>The Enter WSDL Name page contains the following fields:</p>
    5.47  
    5.48  <ul>
    5.49  <li><b>File Name.</b> Enter a name for the WSDL file.</li>
    5.50 -<li><b>Project.</b> This field is read only.</li>
    5.51 -<li><b>Folder.</b> If you want to change the default folder, then click Browse and select the new folder.</li>
    5.52 -<li><b>Created File. </b> This field is read only.</li>
    5.53 +<li><b>Project.</b> The name of the project is displayed. You cannot edit the name of the project in the wizard.</li>
    5.54 +<li><b>Folder.</b> The default location for the WSDL file is displayed. To select an alternate location, click Browse and navigate to the desired folder.</li>
    5.55 +<li><b>Created File.</b> Displays the complete path to the WSDL file.</li>
    5.56  </ul>
    5.57  
    5.58  <dl>
    5.59  <dt><a name="seealso">See Also</a></dt>
    5.60 +<dd><a href="../about.html" title="About the JDBC Database Wizard">About the JDBC Database Wizard</a></dd>
    5.61  <dd><a href="tableobjsel.html" title="JDBC Database Wizard: Select DataSource and Table Objects Page">JDBC Database Wizard: Select DataSource and Table Objects Page</a></dd>
    5.62  <dd><a href="operspecsel.html" title="JDBC Database Wizard: Select Operation Specific Attributes Page">JDBC Database Wizard: Select Operation Specific Attributes Page</a></dd>
    5.63  <dd><a href="jndiinput.html" title="JDBC Database Wizard: Enter JNDI Name Page">JDBC Database Wizard: Enter JNDI Name Page</a></dd>
    5.64  </dl>
    5.65  <hr>
    5.66  <small>  
    5.67 -<a href="credits.html">Legal Notices</a></small>
    5.68 +<a href="../credits.html">Legal Notices</a></small>
    5.69  <table border="0" cellpadding="150">
    5.70  <tr><td>&nbsp;</td></tr>
    5.71  <tr><td>&nbsp;</td></tr>