[jbosstools-commits] JBoss Tools SVN: r41734 - in trunk/ws/docs/restful_reference/en-US: images and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Jun 6 00:35:45 EDT 2012
Author: irooskov at redhat.com
Date: 2012-06-06 00:35:35 -0400 (Wed, 06 Jun 2012)
New Revision: 41734
Modified:
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_simple_web_service_03.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-test_web_service_prelim.xml
trunk/ws/docs/restful_reference/en-US/simple_web_service.xml
Log:
updated for JBDS-2004
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-06-06 03:23:03 UTC (rev 41733)
+++ trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml 2012-06-06 04:35:35 UTC (rev 41734)
@@ -11,7 +11,7 @@
<xi:include href="sample_web_service_wizards.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="working_with_RESTful_web_services.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include>
-<xi:include href="resteasy_simple_project_example.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" />
<xi:include href="JAX-RS_Validation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
Modified: trunk/ws/docs/restful_reference/en-US/images/image-jbt-generate_a_simple_web_service_03.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-06-06 03:23:03 UTC (rev 41733)
+++ trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml 2012-06-06 04:35:35 UTC (rev 41734)
@@ -7,7 +7,7 @@
<title>Generate a sample RESTful web service</title>
<important><title>Target runtime must have RESTEasy installed</title>
<para>
- The sample RESTful web service will not work unless it is deployed to a server with RESTEasy installed.
+ The sample RESTful web service will not work unless it is deployed to a server with RESTEasy installed, such as JBoss SOA-P.
</para>
</important>
<step>
@@ -71,7 +71,7 @@
</mediaobject>
</figure>
<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.
+ 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. The JARs are necessary for JBoss SOA-P servers.
</para>
</step>
<step>
Modified: trunk/ws/docs/restful_reference/en-US/proc-jbt-test_web_service_prelim.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/proc-jbt-test_web_service_prelim.xml 2012-06-06 03:23:03 UTC (rev 41733)
+++ trunk/ws/docs/restful_reference/en-US/proc-jbt-test_web_service_prelim.xml 2012-06-06 04:35:35 UTC (rev 41734)
@@ -33,19 +33,7 @@
</step>
<step>
<para>
- A web service has been deployed to the <filename>deploy</filename> directory of the chosen server profile as described in:
- <itemizedlist>
- <listitem>
- <para>
- <xref linkend="proc-jbt-export-war_export"/> for the <application>RestfulSample</application> project; or
- </para>
- </listitem>
- <listitem>
- <para>
- <xref linkend="proc-jbt-new_project_example"/> for the <application>RESTEasy</application> sample project.
- </para>
- </listitem>
- </itemizedlist>
+ A web service has been deployed to the <filename>deploy</filename> directory of the chosen server profile. <!-- as described in <xref linkend="proc-jbt-new_project_example"/> for the <application>RESTEasy</application> sample project. -->
</para>
</step>
<step>
Modified: trunk/ws/docs/restful_reference/en-US/simple_web_service.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/simple_web_service.xml 2012-06-06 03:23:03 UTC (rev 41733)
+++ trunk/ws/docs/restful_reference/en-US/simple_web_service.xml 2012-06-06 04:35:35 UTC (rev 41734)
@@ -8,6 +8,9 @@
<para>
This chapter describes how to create a simple web service.
</para>
+ <para>
+ You must have a previously created <guilabel>Dynamic Web Project</guilabel> available in your workbench before create a simple web service. For information on how to create a <guilabel>Dynamic Web Project</guilabel> see the <emphasis>Getting Started Guide</emphasis> for this release.
+ </para>
<xi:include href="generation-simple_web_service_wizard.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- <xi:include href="deployment-simple_web_service_wizard.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
More information about the jbosstools-commits
mailing list