Author: keith
Date: Thu Feb 19 04:09:06 2009
New Revision: 31119
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31119

Log:
Adding info abt ignoreUncited annotation and some library info


Modified:
   branches/mashup/java/1.5/java/xdocs/annotations.html
   branches/mashup/java/1.5/java/xdocs/community.html
   branches/mashup/java/1.5/java/xdocs/introduction.html
   branches/mashup/java/1.5/java/xdocs/restyservices.html
   branches/mashup/java/1.5/java/xdocs/toc.html

Modified: branches/mashup/java/1.5/java/xdocs/annotations.html
URL: 
http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/annotations.html?rev=31119&r1=31118&r2=31119&view=diff
==============================================================================
--- branches/mashup/java/1.5/java/xdocs/annotations.html        (original)
+++ branches/mashup/java/1.5/java/xdocs/annotations.html        Thu Feb 19 
04:09:06 2009
@@ -37,7 +37,7 @@
   <li><a href="#inputTypes">inputTypes and
 outputType Annotations</a></li>
 
-  <li><a href="#httpMethod">httpMethod and httpLocation 
Annotations</a></li><li><a href="#lifecycle">init, destroy and undispatched 
Annotations</a></li>
+  <li><a href="#httpMethod">httpMethod, httpLocation and ignoreUncited 
Annotations</a></li><li><a href="#lifecycle">init, destroy and undispatched 
Annotations</a></li>
 
 
   <li><a href="#Other">Other Annotations</a></li>
@@ -121,12 +121,12 @@
 
 <br>
 
-<h2 id="httpMethod">httpMethod and httpLocation Annotations</h2>
+<h2 id="httpMethod">httpMethod, httpLocation and ignoreUncited Annotations</h2>
 
 <br>
 
 Please refer documentation on <a href="restyservices.html">Writing
-RESTy Services</a>&nbsp;for details.<br>
+RESTful Services</a>&nbsp;for details.<br>
 
 <br><h2 id="lifecycle">init, destroy and undispatched Annotations</h2>
 

Modified: branches/mashup/java/1.5/java/xdocs/community.html
URL: 
http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/community.html?rev=31119&r1=31118&r2=31119&view=diff
==============================================================================
--- branches/mashup/java/1.5/java/xdocs/community.html  (original)
+++ branches/mashup/java/1.5/java/xdocs/community.html  Thu Feb 19 04:09:06 2009
@@ -60,6 +60,10 @@
 <h1>WSO2 Mashup Server Resources</h1>
 
 
+<h2>Articles, Tutorials, Webbinars</h2>
+    <br>
+    You could access various resources related to the Mashup Server on the <a 
href="http://wso2.org/library/mashup";>Library page</a> on the WSO2 Oxygen Tank.
+    <br>
     
 <p><strong>You can contribute to the WSO2 Mashup Server by joining our
         mailing lists, forums, and also by reporting issues.</strong></p>

Modified: branches/mashup/java/1.5/java/xdocs/introduction.html
URL: 
http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/introduction.html?rev=31119&r1=31118&r2=31119&view=diff
==============================================================================
--- branches/mashup/java/1.5/java/xdocs/introduction.html       (original)
+++ branches/mashup/java/1.5/java/xdocs/introduction.html       Thu Feb 19 
04:09:06 2009
@@ -111,7 +111,7 @@
 
 <h3>New features in the 1.5 release:</h3>
 <ul>
-  <li>Request object</li>
+  <li>Request Host Object</li>
   <li>Ability to secure hosted mashups using a set of commonly used security
     scenarios</li>
   <li>Ability to call secured services using the WSRequest host object</li>
@@ -120,7 +120,7 @@
   <li>OpenID login support</li>
   <li>Dashboard: Apache Shindig powered, Google compatible, per-user
     Dashboard and browser based editor support for developing gadgets for
-    hosted mashups (http://wso2.org/library/3813)</li>
+    hosted mashups (<a 
href="http://wso2.org/library/3813";>http://wso2.org/library/3813</a>)</li>
 </ul>
 
 <h3>Defect Fixes In This Release</h3>
@@ -136,7 +136,7 @@
 style="font-weight: normal;"
 href="http://wso2.org/project/mashup/@mashup_version@/release_note.html";>Mashup
 Server v...@mashup_version@ Release Note</a><span
-style="font-weight: normal;">for more details.</span><br>
+style="font-weight: normal;"> for more details.</span><br>
 </h3>
 <br>
 </div>

Modified: branches/mashup/java/1.5/java/xdocs/restyservices.html
URL: 
http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/restyservices.html?rev=31119&r1=31118&r2=31119&view=diff
==============================================================================
--- branches/mashup/java/1.5/java/xdocs/restyservices.html      (original)
+++ branches/mashup/java/1.5/java/xdocs/restyservices.html      Thu Feb 19 
04:09:06 2009
@@ -30,8 +30,8 @@
 <h1>Writing RESTful services</h1>
 
 <p>The Mashup Server helps you write RESTful services with relative
-ease, facilitated by the use of the httpMethod and the
-httpLocation annotations. As their names imply the httpMethod is used
+ease, facilitated by the use of the httpMethod, httpLocation and the
+ignoreUncited annotations. As their names imply the httpMethod is used
 to specify the HTTP method to be used and the httpLocation annotation
 specifies how the parameters can be sent in the request URI. These two
 annotation helps you build truly RESTful mashups. You can have a look at
@@ -173,6 +173,13 @@
 &nbsp;&nbsp; //&nbsp;&nbsp; &lt;/PUTWeather&gt;<br />
 }</p>
 
+<h2>ignoreUncited annotation</h2>
+
+    <p>This boolean indicates whether elements not cited in the httpLocation 
property MUST be
+        appended to the request IRI or ignored. If the value of this property 
is "false",
+        elements not cited in httpLocation will be appended to the request URI.
+        Otherwise, those are NOT serialized in the request IRI.</p>
+
 </div>
 
 <p>&copy; 2007-2008 WSO2 Inc.</p>

Modified: branches/mashup/java/1.5/java/xdocs/toc.html
URL: 
http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/xdocs/toc.html?rev=31119&r1=31118&r2=31119&view=diff
==============================================================================
--- branches/mashup/java/1.5/java/xdocs/toc.html        (original)
+++ branches/mashup/java/1.5/java/xdocs/toc.html        Thu Feb 19 04:09:06 2009
@@ -79,7 +79,7 @@
 <h3>Other References</h3>
 <ul>
 <li><a href="http://mooshup.com"; target="blank">mooshup.com</a></li>
-<li><a href="http://www.wso2.org/taxonomy/term/303/all"; target="blank">The 
WSO2 Oxygen Tank Library</a></li>
+<li><a href="http://wso2.org/library/mashup"; target="blank">Mashup Server 
Resources on the WSO2 Oxygen Tank</a></li>
 <li><a href="http://wso2.org/forum/226"; target="blank">WSO2
 Mashup Server Community Forum</a></li>
 </ul>

_______________________________________________
Mashup-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to