• 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 to web service

 
Ranch Hand
Posts: 98
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to create web service using eclipse and tomcat server . Any guide is welcome for step by step for starting a web service in java web application.
Any pdf link is also welcome.

Regards
Miku
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
First of all I would recommend using the Metro web service stack which can be installed in Tomcat, as described here: http://metro.java.net/2.1.1/
Then I have some examples on how to develop web services in Eclipse in one of my books (free download after registration): http://www.slideshare.net/krizsan/scdjws-5-study-notes-3085287
I used Eclipse and GlassFish when developing the examples in the book, but if you install Metro in Tomcat, the procedure should be identical.
Of course you will not be able to develop examples that require, for instance, an EJB container.
Best wishes!
 
reply
    Bookmark Topic Watch Topic
  • New Topic