Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to create webservice using Jersey and I am using Glassfish with Eclipse.

So far, I find different tutorial but they are either using Maven or they used different application server (tomcat etc), which dosen't help me (I have not used Maven previously)

I want to create webservice using which client will provide TaskId and other parameters using webservice url. I want to get those values and do processing based on that.

Any reference or good tutorial will be very helpful. Thanks.

share|improve this question
Why don't you want to use Maven? Do you have an alternative build tool you prefer like Ant? – Adriaan Koster Jun 26 '11 at 10:00
Actually I have not used Maven previously. Any good reference with Maven based Jersey will be helpful for me. – user816119 Jun 26 '11 at 12:26
So far, I unable to create dynamic web project in eclipse using Glassfish and Maven :(? – user816119 Jun 26 '11 at 12:49

closed as not a real question by Kev Aug 5 '12 at 14:03

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.