• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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!
 
Get me the mayor's office! I need to tell her about this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic