Author: irooskov(a)redhat.com
Date: 2012-01-08 23:14:51 -0500 (Sun, 08 Jan 2012)
New Revision: 37710
Modified:
trunk/ws/docs/restful_reference/en-US/Book_Info.xml
trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml
trunk/ws/docs/restful_reference/en-US/images/image-jbt-generate_a_sample_restful_web_service_02.png
trunk/ws/docs/restful_reference/en-US/images/image-jbt-generate_a_simple_web_service_02.png
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_simple_web_service.xml
Log:
updated for 3.3.0.M5
Modified: trunk/ws/docs/restful_reference/en-US/Book_Info.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/Book_Info.xml 2012-01-09 04:07:08 UTC (rev
37709)
+++ trunk/ws/docs/restful_reference/en-US/Book_Info.xml 2012-01-09 04:14:51 UTC (rev
37710)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
- <pubsnumber>3</pubsnumber>
+ <pubsnumber>4</pubsnumber>
<abstract>
<para>The JBoss RESTful Web Services User Guide explains how to use RESTful Web
Services to implement web services in Java.</para>
</abstract>
Modified: trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml
===================================================================
---
trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml 2012-01-09
04:07:08 UTC (rev 37709)
+++
trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml 2012-01-09
04:14:51 UTC (rev 37710)
@@ -9,6 +9,7 @@
</xi:include>
<xi:include href="working_with_RESTful_web_services.xml"
xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include>
+<xi:include href="simple_web_service.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="sample_web_service_wizards.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="resteasy_simple_project_example.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="web_service_test_view.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
Modified:
trunk/ws/docs/restful_reference/en-US/images/image-jbt-generate_a_sample_restful_web_service_02.png
===================================================================
(Binary files differ)
Modified:
trunk/ws/docs/restful_reference/en-US/images/image-jbt-generate_a_simple_web_service_02.png
===================================================================
(Binary files differ)
Modified:
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml
===================================================================
---
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml 2012-01-09
04:07:08 UTC (rev 37709)
+++
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml 2012-01-09
04:14:51 UTC (rev 37710)
@@ -70,7 +70,9 @@
</textobject>
</mediaobject>
</figure>
- <!-- <para>&HORIZ_LINE;</para>-->
+ <para>
+ Due to the nature in which JBoss Application Server 7 and JBoss Enterprise
Application Server 5 handle JAX-RS support, the wizard can now be completed without the
need for RESTEasy JARs in the project classpath or associated project runtime.
+ </para>
</step>
<step>
<title>Define the service attributes</title>
@@ -117,6 +119,14 @@
<entry>Check this box to add the service to the deployment
descriptor.</entry>
<entry>This option is checked by default and may be unchecked
when deploying to JBoss AS 6.0 or RESTEasy 2.0 servers. Service information is not
required in the deployment descriptor for these servers.</entry>
</row>
+ <row>
+ <entry>
+ </entry>
+ <entry>Add RESTEasy Jars from root runtime directory</entry>
+ <entry>no</entry>
+ <entry>Check this box to add RESTEasy JARs to the project.</entry>
+ <entry>This option allows you to add RESTEasy JARs to the project if they
appear in the root runtime directory but are not installed in the runtime. While this is
not required, it will assist when working with JBoss Application Server 5 and JBoss
Enterprse Application Platform 5 web service projects.</entry>
+ </row>
<row>
<entry>Sample Web Service Class</entry>
<entry>Package</entry>
Modified:
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_simple_web_service.xml
===================================================================
---
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_simple_web_service.xml 2012-01-09
04:07:08 UTC (rev 37709)
+++
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_simple_web_service.xml 2012-01-09
04:14:51 UTC (rev 37710)
@@ -121,6 +121,14 @@
<entry>Checkbox is checked by default, but is not mandatory.</entry>
<entry>Leaving this checked will add your new service to the
<filename>web.xml</filename> in your project.</entry>
</row>
+ <row>
+ <entry>
+ </entry>
+ <entry>Add RESTEasy Jars from root runtime directory</entry>
+ <entry>no</entry>
+ <entry>Check this box to add RESTEasy JARs to the project.</entry>
+ <entry>This option allows you to add RESTEasy JARs to the project if they appear
in the root runtime directory but are not installed in the runtime. While this is not
required, it will assist when working with JBoss Application Server 5 and JBoss Enterprse
Application Platform 5 web service projects.</entry>
+ </row>
<row>
<entry>Service implementation</entry>
<entry>Package</entry>