[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Fri Dec 8 21:10:52 UTC 2006


gordonp
Fri Dec  8 16:10:52 EST 2006
Update of /home/repository/moby/moby-live/Java/docs
In directory dev.open-bio.org:/tmp/cvs-serv1971

Modified Files:
	deployingServices.html index.html 
Added Files:
	servletSecondaries.html 
Log Message:
Updated secondary article docs
moby-live/Java/docs servletSecondaries.html,NONE,1.1 deployingServices.html,1.11,1.12 index.html,1.29,1.30
===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/deployingServices.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- /home/repository/moby/moby-live/Java/docs/deployingServices.html	2006/12/06 16:07:10	1.11
+++ /home/repository/moby/moby-live/Java/docs/deployingServices.html	2006/12/08 21:10:52	1.12
@@ -3,11 +3,11 @@
   <head>
     <link rel="stylesheet" href="images/stylesheet.css" type="text/css">
     <link rel="shortcut icon" href="images/whale.gif">
-    <title>Ridiculously Easy MOBY Service Creation</title>
+    <title>Super-Easy MOBY Service Creation</title>
   </head>
 
   <body>
-    <h1>Ridiculously Easy MOBY Service Creation</h1>
+    <h1>Super-Easy MOBY Service Creation</h1>
 
     <h2>What is this?</h2>
     <p>
@@ -151,7 +151,8 @@
       the base MobyServlet to do all the input type checking for you.  If you've specified the annotation 
       correctly, you are guaranteed that <code>processRequest</code> will only receive syntactically 
       and semantically valid data.  The same annotation is eventually used to publish your service's meta-data to 
-      MOBY Central.</p>
+      MOBY Central.  If want to specify secondary parameters for a service, 
+      <a href="servletSecondaries.html">look here</a> for the syntax</p>
 
     <p>That's it for the coding. Really!  Now compile it (Ant will automatically fetch the 
       <code>MobyServlet.war</code> you are extending), running the following command in the same 
@@ -224,7 +225,7 @@
     If the service fails, a useful error message should be printed to help you diagnose the problem.
     This would usually be because the data type you return isn't what you declared
     (this is the first occasion your output is thoroughly checked).
-    If you get a <code>java.lang.NoClassDefFoundError</code>, please see the notes below.  If that doesn't help,
+    If you get a <code>java.lang.NoClassDefFoundError</code>, please
     let me know (<code>gordonp</code><!-- no un-solic-ited mail please... 
        -->&#160;&#64;&#32;
        <tt>ucalgary&#46;ca</tt>) and I'll try to help you:  
@@ -323,7 +324,7 @@
     <address><a href="mailto:gordonp at ucalgary.ca">Paul Gordon</a></address>
 <!-- Created: Wed Jul 20 11:44:30 MDT 2005 -->
 <!-- hhmts start -->
-Last modified: Wed Dec  6 08:39:50 MST 2006
+Last modified: Fri Dec  8 12:49:28 MST 2006
 <!-- hhmts end -->
   </body>
 </html>

===================================================================
RCS file: /home/repository/moby/moby-live/Java/docs/index.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- /home/repository/moby/moby-live/Java/docs/index.html	2006/12/06 16:25:51	1.29
+++ /home/repository/moby/moby-live/Java/docs/index.html	2006/12/08 21:10:52	1.30
@@ -140,7 +140,9 @@
 		  <li class="tiny"><img src="images/updated.gif"
 border=0/><a href="deployingServices.html">How to develop a BioMoby
 service, an alternate mechanism for the Extremely Lazy, Complete
-Idiots, Dummies, etc.</a>
+Idiots, Dummies, etc. (a.k.a. "MobyServlet")</a>
+		  <li class="tiny"><img src="images/new.gif"
+border=0/><a href="servletSecondaries.html">A note on using secondary articles with MobyServlet</a>
 		  <li class="tiny"><a href="DataPackageInAnger.html">The
 <code>org.biomoby.shared.data</code> package "In Anger": creating data
 instances</a></li>
@@ -190,7 +192,7 @@
 <div align=right class="address">
 <address><A HREF="mailto:martin.senger at gmail.com">Martin Senger</A><BR></address>
 <!-- hhmts start -->
-Last modified: Wed Dec  6 09:24:31 MST 2006
+Last modified: Fri Dec  8 14:09:26 MST 2006
 <!-- hhmts end -->
 </div>
 </body> </html>




More information about the MOBY-guts mailing list