Author: abogachuk
Date: 2009-04-15 12:59:30 -0400 (Wed, 15 Apr 2009)
New Revision: 14760
Modified:
trunk/ws/docs/reference/en/modules/client.xml
trunk/ws/docs/reference/en/modules/preference.xml
trunk/ws/docs/reference/en/modules/topdown.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-398 - the chapters are revised: initial and final
sentences are added, some sentences are rewritten to make the flow logical.
Modified: trunk/ws/docs/reference/en/modules/client.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/client.xml 2009-04-15 14:29:32 UTC (rev 14759)
+++ trunk/ws/docs/reference/en/modules/client.xml 2009-04-15 16:59:30 UTC (rev 14760)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="client" revisionflag="added">
<title>Creating a Web Service Client from a WSDL Document using JBoss
WS</title>
- <para>To create a Web Service Client from a WSDL Document using JBoss
WS:</para>
+ <para>To create a Web Service Client from a WSDL Document using JBoss WS you need
to fulfil the following steps:</para>
<para>Setup <link linkend="preference">JBoss WS and development
environment</link>.</para>
- <para><link linkend="createproject">Creating a Dynamic Web
project</link>.</para>
+ <para><link linkend="createproject">Create a Dynamic Web
project</link>.</para>
<para><link linkend="addfacet">Add JBossWS Facet to Web
project</link>.</para>
- <para>Create a Web Service Client from a WSDL document: </para>
+ <para>Then you can create a Web Service Client from a WSDL document:
</para>
<itemizedlist>
<listitem>
<para>Switch to the Java EE perspective
<emphasis><property>Window > Open Perspective > Java
EE</property></emphasis>.</para>
Modified: trunk/ws/docs/reference/en/modules/preference.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/preference.xml 2009-04-15 14:29:32 UTC (rev 14759)
+++ trunk/ws/docs/reference/en/modules/preference.xml 2009-04-15 16:59:30 UTC (rev 14760)
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="preference" revisionflag="added">
<title>JBoss WS and development environment</title>
+
+ <para>In this chapter you will learn how to change JBossWS preferences and how
to set default server and runtime.</para>
<section id="jbosswspreference">
+
+
<title>JBossWS Preferences</title>
<para>In this section you will know how JBossWS preferences can be modified
during the
@@ -28,7 +32,7 @@
<property>Add</property>
</emphasis> or <emphasis>
<property>Edit</property>
- </emphasis> button will open the form where you can configure a new
JbossWS runtime and
+ </emphasis> button will open the form where you can configure a new
JBossWS runtime and
change the path to JBossWS runtime home folder, modify the name and version
of the
existing JBossWS runtime settings. Press
<property>Finish</property> to apply the
changes.</para>
@@ -56,7 +60,7 @@
</mediaobject>
</figure>
<para>Click on
<emphasis><property>Apply</property></emphasis> and then on
<emphasis><property>Ok</property></emphasis>.</para>
- <para>To change Javadoc Location choose
<emphasis><property>Javadoc Location</property></emphasis> and
specify URL to the documentation generated by Javadoc. The Javadoc location will contain a
file called
<emphasis><property>package-list</property></emphasis>:</para>
+ <para>To change JavaDoc Location choose
<emphasis><property>Javadoc Location</property></emphasis> and
specify URL to the documentation generated by Javadoc. The Javadoc location will contain a
file called
<emphasis><property>package-list</property></emphasis>:</para>
<figure>
<title>Classpath Container: Javadoc Location</title>
Modified: trunk/ws/docs/reference/en/modules/topdown.xml
===================================================================
--- trunk/ws/docs/reference/en/modules/topdown.xml 2009-04-15 14:29:32 UTC (rev 14759)
+++ trunk/ws/docs/reference/en/modules/topdown.xml 2009-04-15 16:59:30 UTC (rev 14760)
@@ -193,7 +193,7 @@
</imageobject>
</mediaobject>
</figure>
-
+<para>In the next chapter you will find out how to create a Web service from a Java
bean.</para>
</section>
<section id="bottomupws">
@@ -377,6 +377,8 @@
</figure>
</listitem>
</itemizedlist>
+ <para>In the next chapter you will be able to create a Web Service Client from a
WSDL document using JBoss WS.</para>
+
</section>
</chapter>