views:

894

answers:

7

[sorry for my english]

Hi, I'm a Newbie in Web Services. I've a java desktop app and some JSP/Servlets working fine, and I need to comm. both with the logic, (must be) using java.

Which book/tutorial/how-to you recomend?

Thanks

+2  A: 

I'm a big fan of Spring Web Services: http://static.springframework.org/spring-ws/sites/1.5/reference/html/tutorial.html

tunaranch
A: 

One candidate is Programming Jakarta Struts from O'Reilly. This book explains some of the basic notions of web services in the introductory chapters.

rics
+1  A: 

http://www.agileskills2.org/DWSAA/index.html -- Axis2 book: Developing Web Services with Apache Axis2.

anjanb
A: 

It depends on which application server/web service framework you plan to use. If you plan to use WebLogic http://e-docs.bea.com/wlw/docs100/guide/webservices/WSTutorial/tutWebSvcIntro.html

Rejeev Divakaran
A: 

After you go through your tutorial, you'll want to build an application which consumes available web services. See this link for sites where you can pull available webservices,

http://stackoverflow.com/questions/192723/is-there-somewhere-i-can-search-for-available-webservices

There are several good ones mentioned that you can use.

Anjisan
A: 

If you would like to dig a little deeper into some of the concepts behind web services (SOA, et al.) I would recommend SOA using java web services by Mark Jensen found here: http://www.amazon.com/SOA-Using-Java-Web-Services/dp/0130449687/ref=sr_1_1?ie=UTF8&qid=1230047736&sr=8-1

neesh
A: 

Web Services Essentials Distributed Applications with XML-RPC, SOAP, UDDI & WSDL
Ethan Cerami

Publisher: O'Reilly

backslash17