I want to build a webservice using Java webapi in Eclipse. This is RESTful web service creation. When I googled I found it that RESTful Java webapi can be built using frameworks like JAX-RS with jersey.
Is it mandatory to use a framework, or can I build a RESTful web service without using frameworks in Java ? If yes how can I achieve it?
Am I going in right direction by choosing jersey framework? These created web services will be used by other client applications like ASP.net.
I am very new to Eclipse and Java so Links regarding RESTful webservice creation in Eclipse and any suggestion regarding how to start with this are greatly appreciated.