Jersey

Spring Boot Jersey Project Structure

Create Jersey REST APIs with Spring Boot

Learn to configure and create JAX-RS 2.0 REST APIs using Spring Boot and Jersey framework. This example application uses Jersey’s ServletContainer to deploy the REST APIs.

Jersey Entity Data Filter Example

Learn to configure and use SelectableEntityFilteringFeature for implementing the entity data filtering in Jersey controlled from the clients.

Jersey: Case-insensitive @Path URLs

By default in JAX-RS, ALL URLs specified in @Path annotations are case-sensitive. Learn to support case-insensitive URLs using regex and ResourceConfig.

Getting Started with Jersey Client

Jersey 2 client API finds inspiration in the proprietary Jersey 1.x Client API. In this Jersey client example, we will learn to build client API and invode different REST methods and consule the API results.

Jersey Hello World Example

This Jersey tutorial will help you set up the Jersey environment in your local machine and get started with a simple Hello World REST API.

About Us

HowToDoInJava provides tutorials and how-to guides on Java and related technologies.

It also shares the best practices, algorithms & solutions and frequently asked interview questions.