Posts for the 'JAX-WS' Category

Will JAX-WS Become the Primary Mechanism for Invoking RESTful Services?

Saturday, June 2nd, 2007
Developers working with REST and XML/HTTP services have traditionally used light-weight APIs, such as java.net classes or Apache HttpClient. Web services APIs provided by JAX-RPC were SOAP and "enterprise" only and they required J2EE libraries. The situation changed with the release of JAX-WS and its inclusion into Java SE 6. JAX-WS supports [...]

Create JAX-WS Service in 5 Minutes (Tutorial)

Thursday, April 19th, 2007
This is a brief tutorial describing how to create a Web service using WSDL and annotations. The approach presented here allows you to design and implement your WSDL/Schema and Java classes independently without having to generate anything. You can then use annotations to map Java classes to appropriate WSDL and Schema elements. Since JAXB and JAX-WS [...]