Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

webservices

  • submit to reddit

Developing WebServices using JDK6/JAX-WS is simple. Is it true?

In many articles and blogs we can see how to develop WebServices using JDK6's JAX-WS in-built support in just 5 minutes.We can simply write a POJO and annotate it with @WebService, publish it with Endpoint.publish(...) and you can see the generated wsdl by...

0 replies - 662 views - 10/03/11 by Sivaprasadreddy... in News

Two big reason why chose Apache CXF over Metro WS

 Apache CXF and Metro WS are two very popular webservice frameworks(which fully implements JAX-WS specification).Both are equally popular and widely used. Metro WS project has been receiving lot of attention, thanks to some good advertising and...

7 replies - 8379 views - 05/17/10 by Ramsundar Kuppusamy in Articles

Web Services Designer in NetBeans 6

If you think creating and deploying Web services in Java is hard, think again! NetBeans 6 has changed the landscape by adding a visual Web service designer and allows web services to be deployed directly to a variety of containers. Let's understand how....

1 replies - 7127 views - 01/30/08 by Arun Gupta in News