Providers of JAX-RS annotations

Some of the Implementation providers of JAX-RS annotations All the above providers provide the libraries to support the JSR 311 specifications. We can use any one of these providers to develop the Restful web service. Let’s see the overview of each of these implementations Jersey Overview Jersey is an open source framework which can be […]

Share this article on

Hello world Rest Service project

Creating Hello world project with JAX-RS and Jersey Tools and Technologies used Step 1 Create a new maven Project in Eclipse In Eclipse,Go to File => New => Other Select Maven project Name the project as “JerseyHelloWorld” Select the archetype as maven-archetype-webapp and click on Next Provide Group Id, Artifact Id and package details as […]

Share this article on
< Previous Next >