RESTEasy

RESTEasy

Securing REST APIs with RESTEasy Filter

Learn to use RESTEasy ContainerRequestFilter to create security filter which is able to to perform authentication and authorization on RESTEasy based web applications.

Consuming REST APIs with RESTEasy Client

So far in this blog, we have been learning about building RESTful webservices which are server side components. In this post, we will learn to build a RESTful client for consuming the webservices written in previous posts. I will be re-using the code base written for RESTEasy + JAXB xml …

JSON Response with RESTEasy

Learn to use Jackson or Jettison libraries with RESTEasy to convert the API response into JSON format with example.

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.