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

JAX-RS @QueryParam , @DefaultValue and @Context with example

What is QueryParam ? Before understanding QueryParam, we need to know about Query String. What is Query String ? It is basically a part of URL which contains the values in the key value form. It specifies these values after the question mark(?) in the URL and multiple key values are separated by “&”. Example: […]

Share this article on
< Previous Next >