• 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

Web Services 1.6 certification material book

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi all,

I have comepleted SCJP and SCWCD certifications and looking to take up Web services 1.6 developer exam, after internet searching I see that Web services 1.6 is better choice than Web services 1.5 and I see the following link for Web services 1.6

http://www.epractizelabs.com/blog2/?p=110

Can you lead me about the best material to start studding it. there is recommended book "J2EE Web Service for Richard Monson Haefel" can I start studding it or there is better books than it.
thanks
 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recomend Java web services up and running is good start. I covers JAX-WS and JAX-RS, gives you explaination in nutshell about web services.

Pre-requisite for this book is to have good understanding of XML and XSD.
 
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think RESTful Java with JAX-RS (O'Reilly) and REST in Practice : Hypermedia and Systems Architecture (O'Reilly) are also a good supplement to Java Web Services Up and Running.
Reading the Up and Running book is not good enough because it does not cover enough about Jersey.

Read Ivan's notes and Mikalin's notes are helpful.
 
reply
    Bookmark Topic Watch Topic
  • New Topic