• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Learning Webservices

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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://coderanch.com/how-to/java/WebServicesFaq
reply
    Bookmark Topic Watch Topic
  • New Topic