Author: irooskov(a)redhat.com
Date: 2011-06-26 23:22:15 -0400 (Sun, 26 Jun 2011)
New Revision: 32366
Modified:
trunk/ws/docs/reference/en-US/overview.xml
trunk/ws/docs/reference/en-US/preference.xml
trunk/ws/docs/reference/en-US/sample_web_service_wizards.xml
Log:
updated with patch file from TOOLSDOC-141
Modified: trunk/ws/docs/reference/en-US/overview.xml
===================================================================
--- trunk/ws/docs/reference/en-US/overview.xml 2011-06-26 22:55:41 UTC (rev 32365)
+++ trunk/ws/docs/reference/en-US/overview.xml 2011-06-27 03:22:15 UTC (rev 32366)
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="overview">
- <title>JBossWS Runtime Overview</title>
-
+ <title>JBossWS Runtime and Tools support Overview</title>
<para>JBossWS is a web service framework developed as a part of the JBoss
Application Server. It implements the JAX-WS and JAX-RS specifications. JAX-WS (Java API
for XML Web Services) defines a programming model and run-time architecture for
implementing web services in Java, targeted at the Java Platform, Enterprise Edition 5
(Java EE 5). JAX-RS (Java API for RESTful Web Services) is a Java API that supports the
creation of Representational State Transfer (REST) web services, using annotations.
</para>
- <para>JBossWS integrates with most current JBoss Application Server releases as
well as earlier ones, that did implement the J2EE 1.4 specifications. Even though JAX-RPC,
the web service specification for J2EE 1.4, is still supported JBossWS does put a clear
focus on JAX-WS.</para>
-
+ <para>JBossWS integrates with most current JBoss Application Server releases as
well as earlier ones, that did implement the J2EE 1.4 specifications. Even though JAX-RPC,
the web service specification for J2EE 1.4, is still supported JBossWS does put a clear
focus on JAX-WS.</para>
+ <para>JBossWS Tool works with <property>JBossWS Runtime</property>.
Users can easily create, deploy and run a Web Service(WSDL base or RESTful base) and a Web
Service Client using JBossWS Tool and JBossWS Runtime.</para>
+ <para>Also JBossWS Tool gives a way to test a web service running on a
server.</para>
<section>
<title>Key Features of JBossWS</title>
+
<para>For a start, we propose you to look through the table of main features of
JBossWS Runtime:</para>
-
<table>
<title>Key Functionality for JBossWS</title>
@@ -71,9 +71,7 @@
</tbody>
</tgroup>
- </table>
-
-
+ </table>
</section>
<section>
<title>Other relevant resources on the topic</title>
@@ -82,15 +80,14 @@
<itemizedlist>
<listitem>
<para>
- <ulink
url="http://www.jboss.org/community/wiki/JBossWS-FAQ#Tools">... Tools
Wiki FAQ.</ulink>
+ <ulink
url="http://www.jboss.org/community/wiki/JBossWS-FAQ#Tools">... Wiki
FAQ.</ulink>
</para>
</listitem>
- </itemizedlist>
-
-
- </section>
-
-
-
-
+ <listitem>
+ <para>
+ <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewforum&...
Tools Forum.</ulink>
+ </para>
+ </listitem>
+ </itemizedlist>
+</section>
</chapter>
\ No newline at end of file
Modified: trunk/ws/docs/reference/en-US/preference.xml
===================================================================
--- trunk/ws/docs/reference/en-US/preference.xml 2011-06-26 22:55:41 UTC (rev 32365)
+++ trunk/ws/docs/reference/en-US/preference.xml 2011-06-27 03:22:15 UTC (rev 32366)
@@ -98,13 +98,5 @@
</imageobject>
</mediaobject>
</figure>
-
- <para>
- On the whole, this guide covers the fundamental concepts of work with tooling for
<property>JBossWS</property>. It describes how to easily create a Web Service
and a Web Service Client using JBossWS Runtime and adjust JBossWS and development
environment as well.
- </para>
-
- <para>
- If the information on JBossWS tools in this guide isn't enough for you, ask
questions on our <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewforum&...;.
Your comments and suggestions are also welcome.
- </para>
</section>
</chapter>
Modified: trunk/ws/docs/reference/en-US/sample_web_service_wizards.xml
===================================================================
--- trunk/ws/docs/reference/en-US/sample_web_service_wizards.xml 2011-06-26 22:55:41 UTC
(rev 32365)
+++ trunk/ws/docs/reference/en-US/sample_web_service_wizards.xml 2011-06-27 03:22:15 UTC
(rev 32366)
@@ -16,7 +16,7 @@
</listitem>
<listitem>
<para>
- <guilabel>Create a sample RESTful Web Service</guilabel> for a JAX-WS
web service.
+ <guilabel>Create a sample RESTful Web Service</guilabel> for a JAX-RS
web service.
</para>
</listitem>
</itemizedlist>