Author: irooskov(a)redhat.com
Date: 2012-01-10 22:17:39 -0500 (Tue, 10 Jan 2012)
New Revision: 37755
Added:
trunk/ws/docs/restful_reference/en-US/JAX-RS_Validation.xml
trunk/ws/docs/restful_reference/en-US/images/JAX-RS_Validaiton_01.png
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/master.xml
Log:
added new chapter with validator content 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-11 01:54:58 UTC (rev
37754)
+++ trunk/ws/docs/restful_reference/en-US/Book_Info.xml 2012-01-11 03:17:39 UTC (rev
37755)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
- <pubsnumber>4</pubsnumber>
+ <pubsnumber>5</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>
Added: trunk/ws/docs/restful_reference/en-US/JAX-RS_Validation.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/JAX-RS_Validation.xml
(rev 0)
+++ trunk/ws/docs/restful_reference/en-US/JAX-RS_Validation.xml 2012-01-11 03:17:39 UTC
(rev 37755)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<chapter id="JAX-RS_Validation">
+ <title>JAX-RS Validation</title>
+ <para>
+ JAX-RS validation is enabled by default. Validation allows your project to be checked
for errors. If an error is discovered a <guilabel>Problems</guilabel> tab will
appear in the bottom section of your workbench, outlining the errors found.
+ </para>
+ <para>
+ If you wish to turn off JAX-RS Validation, you can do so by first navigating to
<menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Preferences</guimenuitem><guimenuitem>Validation</guimenuitem></menuchoice>.
In the <guilabel>Validator</guilabel> section of the dialog, deselect the
checkboxes for <guilabel>JAX-RS Metamodel Validator</guilabel> and click the
<guibutton>Apply</guibutton> button, followed by
<guibutton>OK</guibutton>.
+ </para>
+ <figure id="Validator_preferences">
+ <title>Validator preferences</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/JAX-RS_Validaiton_01.png"
format="PNG"/>
+ </imageobject>
+ <textobject>
+ <para>Validator preferences</para>
+ </textobject>
+ </mediaobject>
+ </figure>
+</chapter>
\ No newline at end of file
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-11
01:54:58 UTC (rev 37754)
+++
trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml 2012-01-11
03:17:39 UTC (rev 37755)
@@ -13,6 +13,7 @@
<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" />
+<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" />
<xi:include href="Revision_History.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
</book>
Added: trunk/ws/docs/restful_reference/en-US/images/JAX-RS_Validaiton_01.png
===================================================================
(Binary files differ)
Property changes on:
trunk/ws/docs/restful_reference/en-US/images/JAX-RS_Validaiton_01.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/ws/docs/restful_reference/en-US/master.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/master.xml 2012-01-11 01:54:58 UTC (rev 37754)
+++ trunk/ws/docs/restful_reference/en-US/master.xml 2012-01-11 03:17:39 UTC (rev 37755)
@@ -6,6 +6,7 @@
<!ENTITY samplewizard SYSTEM "sample_web_service_wizards.xml">
<!ENTITY resteasyexample SYSTEM "resteasy_simple_project_example.xml">
<!ENTITY testview SYSTEM "web_service_test_view.xml">
+<!ENTITY validation SYSTEM "JAX-RS_Validation.xml">
]>
<book>
@@ -31,11 +32,7 @@
<author>
<firstname>Brian </firstname>
<surname>Fitzpatrick</surname>
- </author>
- <author>
- <firstname>Ben</firstname>
- <surname>Clare</surname>
- </author>
+ </author>
<editor>
<firstname>Isaac</firstname>
<surname>Rooskov</surname>
@@ -62,4 +59,5 @@
&samplewizard;
&resteasyexample;
&testview;
+ &validation;
</book>