i would be thankful, if you people can recommend me a book for webservices,i am new to it, hardly know what and where to start with... ; is there any thing from head first series ?
Please recommend me a few online study materials too..
I like the J2EE Web Services by Richard Monson-Haefel. It's a very good book to understand web services, but it's a bit outdated though.
SCJP 5.0, SCWCD 1.4, SCBCD 1.3, SCDJWS 1.4
My Blog
Neha Mohit
Ranch Hand
Joined: Apr 25, 2006
Posts: 87
posted
0
can we expose the Object class of java as a parameter in a webservice method
thanks in advance
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35438
9
posted
0
Originally posted by Neha Mohit: But there are a couple of them, can you recommend me one or two from the list
That would be hard, not knowing what you're most interested in. But the Bunkhouse entries all have reviews attached to them, so you should be able to get a feeling of what a book is about. There are also Amazon links, where you can find more information about each book.
can we expose the Object class of java as a parameter in a webservice method
Let's keep this thread to the original question of books. If you have other web service questions, feel free to start a new topic.
SOA Using Java� Web Services (amazon US) is more up to date but is much more focused on the Java API coverage, so the non-Java aspects of web service design and development can suffer a bit.
RESTful Web Services (amazon US) presents an alternative implementation strategy. While many of the code samples are in Ruby, the Java-based Restlet is introduced.