update
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Thu, 4 Aug 2011 13:22:09 +0000 (13:22 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Thu, 4 Aug 2011 13:22:09 +0000 (13:22 +0000)
git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4470 e3abac25-378b-4346-85de-24260fe3988d

how_to_add_new_webservice.txt

index 60a5803..b0a1d1b 100644 (file)
@@ -71,10 +71,12 @@ thus hard to debug. Check your data structure can be serialized!
 \r
 13) Modify the client to work with your new web service. Update Services \r
 enumeration to include new service and ensure that all the methods of this \r
-enumeration take into account the new service. Update the client help text \r
-(client_help.txt) and insert it into the Constraints class.   \r
+enumeration take into account the new service. In particular add the service to the \r
+compbio.ws.client.Services enumeration. Modify the getServiceImpl() and getServiceType()\r
+methods. Update the client help text (client_help.txt) and insert it into the Constraints class.   \r
 \r
-14) Test the web service with the client \r
+14) Test the web service with the client. \r
 \r
-15) Test on the cluster...\r
+15) Make sure the statistics collector works fine with a new web service. \r
 \r
+16) Test on the cluster...\r