Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating a RESTful WebService without using Jersey or any other libs

Tags:

People also ask

What tools are used for creating RESTful web services?

The Java API for RESTful web services (JAX-RS) is the Java API for creating RESTful web services following the REST architectural pattern discussed in this chapter. JAX-RS is a part of the Java Platform Enterprise Edition (Java EE) platform and is designed to be a standard and portable solution.

Which of the following are REST framework which can be used to create RESTful web services?

REST has now become a standard way to develop web services, and When it comes to Java, there are many frameworks and libraries available, like JAX-RS, Restlet, Jersey, RESTEasy, Apache CFX, etc.. Still, I encourage Java developers to use Spring MVC to develop RESTful web services.

What is difference between Jersey and spring REST?

Jersey is the JAX-RS API example implementation provided by Sun, while Spring REST is of course Spring's implementation of the same API/JSRs. The major difference is that Spring REST easily integrates into other Spring APIs (if you wish) such as Spring Data Rest.


okay you might say its a duplicate of this.

It might be but the answer is still yet to be found.

Isn't there any way we can make a RESTful web service without using jersey or for that matter any other libs?

I am searching for the past 5 days for the answer to this question!!