Motivation

Put on the Rest Jersey

Rest APIs have been really popular for a long time. From a classical SOA application to a modern Microservices one a REST API is the default web service implementation and it's really easy to build since the great amount of frameworks available.

In this example, we would test these API with Jersey framework that is the built in option in Dropwizard. We think it's a wise desition because Jersey implements the standard JAX-RS and it's really adopted in the Java community.

In this example, we would explore asyncronic resources testing too. For that reason, we build a special functionality in both applications for updating the UVA exchange with web scraping.

Last updated

Was this helpful?