I am new to web services. I have been working with Java web applications for the past 3 years. Are there books that explain the basics of web services clearly. I have read Starting Java Web Services and feeling lost but I did not find a proper book recommendation there.
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
Restful Web Services was a real eye-opener for me. It actually focuses you on designing truly RESTFul services, irrespective of the implementing language (although there are plenty of Java examples). Libraries and languages always evolve, but the concepts of this book have stayed with me through out (much like some of the GoF patterns) |
|||||||||
|
|
I liked J2EE Web Services, but it's a bit dated now. Still good for its summaries of XML, XSD and JAXP from a web services standpoint, but it's totally focused on SOAP and doesn't discuss RESTful services at all. If you're working in a SOAP environment it's definitely handy, and it's certainly worth picking up a copy if you can find one used for ten bucks or so. |
|||
|
|