dug 01/06/28 07:53:48 Modified: java/samples/calculator README Log: update readme Revision Changes Path 1.8 +9 -0 xml-soap/java/samples/calculator/README Index: README =================================================================== RCS file: /home/cvs/xml-soap/java/samples/calculator/README,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- README 2001/05/16 03:50:42 1.7 +++ README 2001/06/28 14:53:42 1.8 @@ -17,6 +17,7 @@ ------ java samples.calculator.Calculator routerURL +java samples.calculator.Calc routerURL Additional Server Classpath Requirements: @@ -36,15 +37,23 @@ Explanation: ----------- +Calculator: This is a simple calculator client that talks to a Calculator service implemented in JavaScript. Enter a number by clicking the buttons, click the operation, enter another number and click the next operation to apply the first. Now enter another number etc. .. +Calc: +This is a simple reverse polish notation calculator that doesn't +require a GUI (like Calculator). See the help panel ("?") for +more details. + Sample Usage: ------------ java samples.calculator.Calculator \ http://localhost:2020/soap/servlet/rpcrouter + +java samples.calculator.Calc http://localhost:2020/soap/servlet/rpcrouter