File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Learning Webservices Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Learning Webservices" Watch "Learning Webservices" New topic
Author

Learning Webservices

Carina Caoor
Greenhorn

Joined: Jan 21, 2013
Posts: 7
I am trying to learn webservices and very much confused where to start from, I started with the oracle docs and could not concentrate much on it i feel the docs are very dry for a newbie, Can anyone suggest me a user freindly book like servlets and JSP by Cathy. Any tutorial or any pdf. I dont even know what to start with either JAX RPC or JAXWS

Thanks,
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35442
    
    9
JAX-RPC is dead; don't even read up on it. JAX-WS (for SOAP-based WS) and JAX-RS (fro RESTful WS) are the APIs to use these days. Start reading here: https://www.coderanch.com/how-to/java/WebServicesFaq


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Learning Webservices
 
Similar Threads
What is the average praparation time for this test?
When to RPC webservice and When to use WS webservice
Quick start webservices
how to pass the SOAPMessage object as argument to the server interface class from cli
RESTFul webservice with axis2