• 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
  • Paul Clapham
  • Tim Cooke
  • Ron McLeod
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Junilu Lacar
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Stephan van Hulst
  • Peter Rooke
  • Mikalai Zaikin
Bartenders:
  • Himai Minh

JWSDP 1.6 tutorial

 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

If anyone knows where the JWSDP 1.6 tutorial is, can you please provide me the link to download?

There are several doubts for me on the concepts behind running the JAX-RPC examples of JWSDP 1.6 on Sun App Server 8. For example when I tried to inspect the jaxrpc-HelloWorld.war sample war file contents. The things which confused me are:
1. The .wsdl file is present directly under WEB-INF as against to WEB-INF/wsdl folder.
2. There are couple of other .xml files which I never read in my RMH book.

To understand the above and to build and deploy my own jax-rpc webservices, I have to refer the JWSDP1.6 tutorial.

I fully know that JWSDP 2.0 with JEE1.5 and Sun App Server 9 are the latest ones people are following (atleast who are advanced). But I feel working on JWSDP 1.6 is good to start.

Thanks in advance.

Regards,
Naren
[ April 06, 2008: Message edited by: Naren Chivukula ]
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The tutorial is available here.WSDP 1.6 tutorial

And wsdp 1.6 is available here wsdp1.6

[ April 07, 2008: Message edited by: Suryakumar Surendran ]

[ UD: fixed URL ]
[ April 08, 2008: Message edited by: Ulf Dittmer ]
 
Naren Chivukula
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Excellent!
Thank you very much buddy. If you know where we can get the .pdf version of this tutorial, that will be great. I don't know when sun will remove this link.

Regards,
Naren
 
Naren Chivukula
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here I've got the link.

JWSDP 1.6 Tutorial PDF

Thanks and Regards,
Naren
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To save anyone else some more pain hunting down JWSDP 1.6 - found the link above broken - please use http://repository.jboss.com/sun-jwsdp/1.6/ instead.
 
reply
    Bookmark Topic Watch Topic
  • New Topic