The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for jitu during July 2006

javax.xml.ws.Endpoint has publish(Object serverContext) method. Lot of developers have questions on how to publish endpoints using this particular method. JAX-WS RI works with the HTTP server API(slightly diffferent for tiger version). There are times one requires a complete control on the http server. In fact, some of the features like basic auth, HTTPS support for Endpoint can only be provided...
You have already seen quite a few examples of JAX-WS clients accessing RESTful clients. Marc's blog. I wrote a sample RESTful webservice using latest mustang JDK(b91). A inventory store is implemented as a RESTful web service and the inventory items are accessed and updated as URL resources. The client is the browser and uses javascript's XMLHttpRequest to issue HTTP GET, PUT, POST, DELETE...