Author: irooskov(a)redhat.com
Date: 2010-12-01 09:47:27 -0500 (Wed, 01 Dec 2010)
New Revision: 27056
Modified:
trunk/ws/docs/reference/en-US/Book_Info.xml
trunk/ws/docs/reference/en-US/overview.xml
Log:
updated number for brew
Modified: trunk/ws/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/ws/docs/reference/en-US/Book_Info.xml 2010-12-01 14:44:43 UTC (rev 27055)
+++ trunk/ws/docs/reference/en-US/Book_Info.xml 2010-12-01 14:47:27 UTC (rev 27056)
@@ -1,4 +1,4 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
-<bookinfo><title>JBoss Web Services User
Guide</title><subtitle>Provides information relating to the JBoss Web Services
module.</subtitle><productname>JBoss Developer
Studio</productname><productnumber>4.0</productnumber><edition>4.0.0</edition><pubsnumber>16</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><corpauthor><inlinemediaobject><imageobject><imagedata
fileref="Common_Content/images/title_logo.svg"
format="SVG"></imagedata></imageobject></inlinemediaobject></corpauthor><xi:include
href="Common_Content/Legal_Notice.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include&g...
href="Author_Group.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include&g...
+<bookinfo><title>JBoss Web Services User
Guide</title><subtitle>Provides information relating to the JBoss Web Services
module.</subtitle><productname>JBoss Developer
Studio</productname><productnumber>4.0</productnumber><edition>4.0.0</edition><pubsnumber>17</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><corpauthor><inlinemediaobject><imageobject><imagedata
fileref="Common_Content/images/title_logo.svg"
format="SVG"></imagedata></imageobject></inlinemediaobject></corpauthor><xi:include
href="Common_Content/Legal_Notice.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include&g...
href="Author_Group.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include&g...
Modified: trunk/ws/docs/reference/en-US/overview.xml
===================================================================
--- trunk/ws/docs/reference/en-US/overview.xml 2010-12-01 14:44:43 UTC (rev 27055)
+++ trunk/ws/docs/reference/en-US/overview.xml 2010-12-01 14:47:27 UTC (rev 27056)
@@ -2,7 +2,7 @@
<chapter id="overview">
<title>JBossWS Runtime Overview</title>
- <para>JBossWS is a web service framework developed as a part of the JBoss
Application Server. It implements the JAX-WS specification that 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).</para>
+ <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>
<section>
@@ -33,6 +33,16 @@
<entry><para>JBossWS implements both the JAX-WS and
JAX-RPC specifications.</para></entry>
</row>
+
+ <row>
+ <entry>
+ <para>JAX-RS support</para>
+ </entry>
+ <entry>
+ <para>JBossWS implements the JAX-RS specification.</para>
+ </entry>
+
+ </row>
<row>
<entry><para>EJB 2.1, EJB3 and JSE
endpoints</para></entry>