Author: irooskov(a)redhat.com
Date: 2011-06-26 17:01:00 -0400 (Sun, 26 Jun 2011)
New Revision: 32363
Modified:
trunk/ws/docs/reference/en-US/Book_Info.xml
trunk/ws/docs/reference/en-US/Revision_History.xml
trunk/ws/docs/reference/en-US/images/topdown/jbossws_ws_creation2.png
trunk/ws/docs/reference/en-US/topdown.xml
Log:
Updated with patch and new screenshot from Grid in TOOLSDOC-189
Modified: trunk/ws/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/ws/docs/reference/en-US/Book_Info.xml 2011-06-26 20:52:53 UTC (rev 32362)
+++ trunk/ws/docs/reference/en-US/Book_Info.xml 2011-06-26 21:01:00 UTC (rev 32363)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.1</productnumber>
<edition>4.1.0</edition>
- <pubsnumber>1</pubsnumber>
+ <pubsnumber>2</pubsnumber>
<abstract>
<para>The JBoss Web Services User Guide explains how to use the JBoss Web
Services module to implement web services in Java.</para>
</abstract>
Modified: trunk/ws/docs/reference/en-US/Revision_History.xml
===================================================================
--- trunk/ws/docs/reference/en-US/Revision_History.xml 2011-06-26 20:52:53 UTC (rev
32362)
+++ trunk/ws/docs/reference/en-US/Revision_History.xml 2011-06-26 21:01:00 UTC (rev
32363)
@@ -5,6 +5,17 @@
<title>Revision History</title>
<simpara>
<revhistory>
+ <revision>
+ <revnumber>3.0</revnumber><date>Mon Jun 27
2011</date>
+ <author>
+
<firstname>Isaac</firstname><surname>Rooskov</surname><email></email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Updated with new information concerning JBoss Web
Service Code Generation Configuration</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>2.0</revnumber><date>Tue Nov 16
2010</date>
<author>
Modified: trunk/ws/docs/reference/en-US/images/topdown/jbossws_ws_creation2.png
===================================================================
(Binary files differ)
Modified: trunk/ws/docs/reference/en-US/topdown.xml
===================================================================
--- trunk/ws/docs/reference/en-US/topdown.xml 2011-06-26 20:52:53 UTC (rev 32362)
+++ trunk/ws/docs/reference/en-US/topdown.xml 2011-06-26 21:01:00 UTC (rev 32363)
@@ -233,9 +233,61 @@
</imageobject>
</mediaobject>
</figure>
-
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ <emphasis> <property>WSDL Service</property>
</emphasis> : display the services in your WSDL file, you can select one to
generate Web Service.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>Source Folder</property>
</emphasis> : display the source codes folder in your web project, you can select
one to generate java codes.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>Package name</property>
</emphasis> : input a package name. You can click the Brown button to choose one. If
you don't input a package name, system will generate one for you.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>JAX-WS specificaiton</property>
</emphasis> : display the supported JAX-WS version, include, 2.0, 2.1, 2.2
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>Catalog file</property>
</emphasis> : specify a catalog file.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>Binding files</property>
</emphasis> : specify some binding files that are used by your WSDL file
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>Enable binding extension support (Only
available for JBossWS 3.0 or later)</property> </emphasis> : select it if you
need the binding extension support. Only work based on JBossWS 3.0 or later.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>Generate default Web Service
implementation classes</property> </emphasis> : select it if you want to
generate empty implementation classes for the selected WSDL Service.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>Update the default
Web.xml</property> </emphasis> : update the Web.xml file with your Web Service
servlets configured.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis> <property>Additional Options</property>
</emphasis> : the senior options for the generating process. Only for the senior
user.
+ </para>
+ </listitem>
+ </itemizedlist>
<para>
- On this page, the default package name comes from the namespace of the WSDL
document, you also can change it to any valid package name you want. JAX-WS specification
should be set to 2.0 if your JBossWS runtime in JBoss Server is JBossWS native runtime.
You can specify a catalog file and binding files if you have them. If you want the wizard
to generate empty implementation classes for the Web Service, check the <emphasis>
<property>Generate default Web Service implementation classes</property>
</emphasis> check box. If you want to update the default Web.xml file with the Web
Service servlets configured, check the <emphasis> <property>Update the default
Web.xml</property> </emphasis> check box. Click on the <emphasis>
<property>Next</property> </emphasis> or on the <emphasis>
<property>Finish</property> </emphasis> button to generate code.
+ Click on the <emphasis> <property>Next</property> </emphasis>
or on the <emphasis> <property>Finish</property> </emphasis>
button to generate code.
</para>
<para>
Show replies by date