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.