JAX-RS
-
Enterprise Java
What are JAX-RS Annotations? (Part 2)
Overview of JAX-RS Annotations (Part 2) This is a three-part series looking at the annotation that is used to implement REST…
Read More » -
Enterprise Java
What are JAX-RS Annotations?
Overview of JAX-RS (Part 1) The JAX-RS API forms an important part of the Java EE platforms commitment to provide…
Read More » -
Enterprise Java
Keep your promises: contract-based testing for JAX-RS APIs
It’s been a while since we talked about testing and applying effective TDD practices, particularly related to REST(ful) web services…
Read More » -
Enterprise Java
Laziness at extreme: developing JAX-RS services with Spring Boot
I think it would be fair to state that we, as software developers, are always looking for the ways to…
Read More » -
Enterprise Java
Continuous Stress Testing for your JAX-RS (and JavaEE) applications with Gatling + Gradle + Jenkins Pipeline
In this post I am going to explain how to use Gatling project to write stress tests for your JAX-RS Java EE endpoints,…
Read More » -
Enterprise Java
Your JAX-RS APIs were not born equal: using dynamic features
This time we are going to talk a little bit about JAX-RS 2.0 APIs and touch on one very interesting…
Read More » -
Enterprise Java
CDI interceptor of HTTP Request and Header params – simple example
While developing and evolving a REST API, using Java EE , there are some cases where you would like to…
Read More » -
Enterprise Java
JAX-RS and JSON-P integration
This short post talks about support for JSON-P in JAX-RS 2.0 JSON-P …? The JSON Processing API (JSON-P) was introduced…
Read More » -
Enterprise Java
A WildFly Swarm JAX-RS Microservice in a Docker Container
Everybody is talking about microservices these days. And there are plenty of opinions and ideas and very few examples about…
Read More »