• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Simple examples

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I have been doing some reading for the exam. Here is my problem. Almost all resources give you the source files and directions to build but I haven't come across any example yet that will give you the instructions step by step.

Building using ant is extremely confusing(atleast for a newbie like me) because I cannot find which files were src files are written and which ones were generated. Im also a little confused by code that uses annotations for Web Services, especially when I try to compile them manually....

Can anyone point me to a resource that has simple example as they pertain to the test objectives....

Thanks
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This comes closest to a step-by-step introduction (with Axis):
Creating Web Services with Apache Axis.
For other info you can have a look at the Web Services FAQ.

Ultimately you will need to become comfortable with Ant, otherwise you wouldn�t be able to study the relevant Sun J2EE and Web Service tutorials with the Sun Application Server and the JWSDP.

how to read RMH
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,

The following url has three parts of web services tutorial.
http://ammai.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=4&page=1


Originally posted by Devendra Patel:
Hi All
I have been doing some reading for the exam. Here is my problem. Almost all resources give you the source files and directions to build but I haven't come across any example yet that will give you the instructions step by step.

Building using ant is extremely confusing(atleast for a newbie like me) because I cannot find which files were src files are written and which ones were generated. Im also a little confused by code that uses annotations for Web Services, especially when I try to compile them manually....

Can anyone point me to a resource that has simple example as they pertain to the test objectives....

Thanks

 
Don't touch me. And dont' touch this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic