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.
Learn to use RESTEasy ContainerRequestFilter to create security filter which is able to to perform authentication and authorization on RESTEasy based web applications.
RESTEasy can generate a JavaScript API that uses AJAX calls to invoke JAX-RS operations. Learn to use JSAPIServlet with examples.
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 …
Learn to use ResteasyProviderFactory to share data between multiple classes and interceptors in a RESTEasy based web application.
Learn to use Jackson or Jettison libraries with RESTEasy to convert the API response into JSON format with example.
Learn to use Jackson with RESTEasy to convert the API response into XML format with example.
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.