Simple JAX-RS Client that use JAX-RS 2.1 Reactive Client API to chain 2 services invocations:
- Get the exposed IP adress from http://api.ipify.org/
- Based on the IP, get the location from https://ipvigilante.com
This demo relies on JAX-RS 2.1, JSON-B 1.0 & JSON-P 1.1.