views:

31

answers:

2

I am using JSF 2.0, Spring, Hibernate and GlassFish v3 server and I need to make webservice and I am totally new to webservice can anyone suggest what kind of webservice I should go for...

A: 

This question is very vague and the mentioned technologies don't have much to do with web services. Anyway, my recommendation would be to use JAX-WS which is supported by GlassFish out of the box (the implementation is provided by Metro, the WS stack in GlassFish).

Here are a few tutorials:

Pascal Thivent
A: 

do you mean jax-ws (soap based) or jax-rs (rest based). if this is the case http://www.rekk.de/bloggy/2008/java-webservices-relationship-of-jax-ws-jax-rs-metro-and-jersey/

Pangea