aspose file tools
The moose likes Web Services and the fly likes Java Webservices newbie Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Java Webservices newbie" Watch "Java Webservices newbie" New topic
Author

Java Webservices newbie

Chris Donald
Greenhorn

Joined: Jul 15, 2008
Posts: 21
Hello,
I am not clear about the Java Web services space.There seem to be many APIs(JWSDP,Spring etc) and many ways of creating web services in Java.Which is the most commonly used API that will help me develop web services that can be deployed on various application servers.Also is Spring a good option for this?Please advise.

Thanks
Chris
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
The most commonly used APIs are JAX-WS (for SOAP-based WS) and JAX-RS (for RESTful WS). JAX-WS is implemented by several toolkits like Apache Axis2 and Metro (on dev.java.net), while the most common JAX-RS implementation is Sun's reference implementation called Jersey (also on dev.java.net).

JWSDP is obsolete; don't use it for anything.

Not sure what Spring offers; check for its JAX-WS and JAX-RS support.

The WebServicesFaq should be of help in your quest to learn about Java WS.


Android appsImageJ pluginsJava web charts
Chris Donald
Greenhorn

Joined: Jul 15, 2008
Posts: 21
Thanks a lot for the reply.I now know where to begin.


Regards
Chris
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Java Webservices newbie
 
Similar Threads
Generating a web service client
Axis2 Vs. CXF
What's next after servlets?
Spring web services
Java web services