• 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

Some code to start with..

 
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, even I am like those who wonder what this technology to learn all about? Since the Head First series is absent for the WS exam, people find it difficult to make out what exactly a WS preparation path would be.

I have made my hand quite dirty in RMH, but gained little.

A fellow rancher (Sandeep) has passed some links which would be sort of Hello World example for the starters. Here are they:

step-by-step instructions on how to develop, deploy, and use web services, using the J2EE 1.4 SDK

Sample Calculator Service

I have not yet read these articles, but as I scroll them I feel these are a good place to start for some one who is in a condition 'show me some damn code please'

The experts here, can they please comment if it's safe to follw this as a intriduction for the 220 exam? I mean the server used in these articles etc.

Hope the links help Thanks Sandeep
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you mean to post this as a reply to some other post? If so, please provide the link to that post.
 
Niranjan Deshpande
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ulf,

I had read lots of older threads, there were many, so cannot give links to all here..
 
Niranjan Deshpande
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Calculator Service: uses JAX-WS2.0 and Glass Fish to demonstrate things. I dont think this is what the 220 exam expects. the JAX-WS2.0 uses annotations, and as far as I know we do not have anything like this on the exam. Am i right? Also I got error while running the glass fish server jar.I choose not to go for this tutorial.
I think the exam is on developing web services using JAX-RPC 1.1 API, so it's safe to ignore this link.


But i think the first link is fairly in sync with the exam and it is safe to follow that.


Comments?

[ July 14, 2008: Message edited by: Niranjan Deshpande ]
[ July 14, 2008: Message edited by: Niranjan Deshpande ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic