• 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

new bie to webservices

 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

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..


Thanks in advance
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The WebServicesFaq points to lots of introductory articles and such.

The WebServicesLinks hast a list of relevant books, as does the Bunkhouse.
 
Neha Mohit
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ulf,

But there are a couple of them, can you recommend me one or two from the list


thanks in advance
neha
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Neha Mohit
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can we expose the Object class of java as a parameter in a webservice method

thanks in advance
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
J2EE Web Services (RMH; Richard Monson-Haefel) (amazon US) is a bit out of date but it is unique in that it covers the Java aspect as well as the services aspect - though many do not find it an easy read.

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.

To learn about services in general (without any reference to the implementation platform (no Java)):
SOA Principles of Service Design (amazon US)
Service-Oriented Architecture (SOA): Concepts, Technology, and Design (amazon US)

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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic