136
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Sep 26, 2024 — Sep 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor bug fix in options processing More... over 24 years ago
Added support for *.jws files. This allows you to place a *.jws file (a Java Web Service) file in your webapp dir and Axis will copy it to a *.java file, compile it and then use the RPCDispatchHandler to invoke it. Using this you can deploy new webserivces by simply placing the java/jws file in your web app dir and Axis does the rest. To access you just need to make sure the URL is correct. For example, I took the StockQuoteService.java file and renamed it to StockQuoteService.jws, placed it in the webapps/axis dir (oh, also removed the package line). Then to test it I ran: java samples.stock.GetQuote -lhttp://localhost:8080/axis/StockQuoteService.jws IBM More... over 24 years ago
Added support for *.jws files. This allows you to place a *.jws file (a Java Web Service) file in your webapp dir and Axis will copy it to a *.java file, compile it and then use the RPCDispatchHandler to invoke it. Using this you can deploy new webserivces by simply placing the java/jws file in your web app dir and Axis does the rest. To access you just need to make sure the URL is correct. For example, I took the StockQuoteService.java file and renamed it to StockQuoteService.jws, placed it in the webapps/axis dir (oh, also removed the package line). Then to test it I ran: java samples.stock.GetQuote -lhttp://localhost:8080/axis/StockQuoteService.jws IBM More... over 24 years ago
Just some minor updates - added more objects to the MessageContext. More... over 24 years ago
Just some minor updates - added more objects to the MessageContext. More... over 24 years ago
Promote TargetService to the same level as the incoming and outgoing messages in the MessageContext object. More... over 24 years ago
Promote TargetService to the same level as the incoming and outgoing messages in the MessageContext object. More... over 24 years ago
Added a doLocal opt to all samples (-t) Removed the test client stuff from .../axis/client and created a samples/misc/TestClient instead Made HTTPCall use HTTPMessage Fixed a bug in the RPCBody stuff More... over 24 years ago
Added a doLocal opt to all samples (-t) Removed the test client stuff from .../axis/client and created a samples/misc/TestClient instead Made HTTPCall use HTTPMessage Fixed a bug in the RPCBody stuff More... over 24 years ago
Added a generic options processing class (Options). Need to think about whether the algorithm used is the right one, but boy does it make the code in the samples a lot cleaner and now they'll all support the same options. More... over 24 years ago
Added a generic options processing class (Options). Need to think about whether the algorithm used is the right one, but boy does it make the code in the samples a lot cleaner and now they'll all support the same options. More... over 24 years ago
Fixing compile bug and added a few more Debug lines More... over 24 years ago
Fixing compile bug and added a few more Debug lines More... over 24 years ago
Fix up a few things, and implement SupplierRegistries. More... over 24 years ago
Fix up a few things, and implement SupplierRegistries. More... over 24 years ago
Added a few more comments More... over 24 years ago
Added a few more comments More... over 24 years ago
More cleanup and constant shuffling and documentation updates. More... over 24 years ago
More cleanup and constant shuffling and documentation updates. More... over 24 years ago
Changed AdminClient's cmd options to look more like GetQuote's More... over 24 years ago
Changed AdminClient's cmd options to look more like GetQuote's More... over 24 years ago
Made undo() abstract in BasicHandler - people need to explicitly think about what needs to happen during undo - for example, Router didn't have it implmented so it never undid anything - which is wrong. Since people need to put thought into the 'invoke' method I think they need to put thought into the 'undo' method as well. Having it just default to nothing is asking for trouble. More... over 24 years ago
Made undo() abstract in BasicHandler - people need to explicitly think about what needs to happen during undo - for example, Router didn't have it implmented so it never undid anything - which is wrong. Since people need to put thought into the 'invoke' method I think they need to put thought into the 'undo' method as well. Having it just default to nothing is asking for trouble. More... over 24 years ago
Changed the constructor to allow passing in of HandlerRegistries More... over 24 years ago
Changed the constructor to allow passing in of HandlerRegistries More... over 24 years ago
Cleaning out the old.. getting ready for the new More... over 24 years ago
Cleaning out the old.. getting ready for the new More... over 24 years ago
Fixed license to remove IBM Made more handlers extend BasicHandler instead of implementing Handler directly More... over 24 years ago
Fixed license to remove IBM Made more handlers extend BasicHandler instead of implementing Handler directly More... over 24 years ago
Forgot a new file More... over 24 years ago