openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Axis (Java)
Settings
|
Report Duplicate
136
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Sep 26, 2024 — Sep 26, 2025
Showing page 436 of 441
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Minor bug fix in options processing
Doug Davis
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
Doug Davis
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
Doug Davis
More...
over 24 years ago
Just some minor updates - added more objects to the MessageContext.
Doug Davis
More...
over 24 years ago
Just some minor updates - added more objects to the MessageContext.
Doug Davis
More...
over 24 years ago
Promote TargetService to the same level as the incoming and outgoing messages in the MessageContext object.
Doug Davis
More...
over 24 years ago
Promote TargetService to the same level as the incoming and outgoing messages in the MessageContext object.
Doug Davis
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
Doug Davis
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
Doug Davis
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.
Doug Davis
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.
Doug Davis
More...
over 24 years ago
Fixing compile bug and added a few more Debug lines
Doug Davis
More...
over 24 years ago
Fixing compile bug and added a few more Debug lines
Doug Davis
More...
over 24 years ago
Fix up a few things, and implement SupplierRegistries.
Glen Daniels
More...
over 24 years ago
Fix up a few things, and implement SupplierRegistries.
Glen Daniels
More...
over 24 years ago
Added a few more comments
Doug Davis
More...
over 24 years ago
Added a few more comments
Doug Davis
More...
over 24 years ago
More cleanup and constant shuffling and documentation updates.
jacek
More...
over 24 years ago
More cleanup and constant shuffling and documentation updates.
jacek
More...
over 24 years ago
Changed AdminClient's cmd options to look more like GetQuote's
Doug Davis
More...
over 24 years ago
Changed AdminClient's cmd options to look more like GetQuote's
Doug Davis
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.
Doug Davis
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.
Doug Davis
More...
over 24 years ago
Changed the constructor to allow passing in of HandlerRegistries
James M. Snell
More...
over 24 years ago
Changed the constructor to allow passing in of HandlerRegistries
James M. Snell
More...
over 24 years ago
Cleaning out the old.. getting ready for the new
James M. Snell
More...
over 24 years ago
Cleaning out the old.. getting ready for the new
James M. Snell
More...
over 24 years ago
Fixed license to remove IBM Made more handlers extend BasicHandler instead of implementing Handler directly
Doug Davis
More...
over 24 years ago
Fixed license to remove IBM Made more handlers extend BasicHandler instead of implementing Handler directly
Doug Davis
More...
over 24 years ago
Forgot a new file
Doug Davis
More...
over 24 years ago
←
1
2
…
432
433
434
435
436
437
438
439
440
441
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree