Motivation

Go jerseyless

We talk long in the previous example about Rest APIs. We decide to include an example with Spring flavor: the rest controllers.

We think it is important because it is one of the few frameworks that does not use Jersey as Rest API framework. The Spring approach is considerably different, it does not use JAX-RS specification and uses their own annotations to do the mapping.

Like the previous example, we decided to include an async controller example for the web scraping functionality (more explained in the previous motivation page).

Last updated

Was this helpful?