Warning: Trying to access array offset on value of type bool in /home/www/blog/wp-content/themes/catch-box/functions.php on line 1079

REST Client calls with Scala and Jersey (JAX-RS)

[UPDATE] this post is really old. I’ve written a new one: klick [/UPDATE] Usually client calls to Jersey (see API) are looking like this: … WebResource resource = client.resource(baseURI); Units units = resource.path(“units/” + id).accept(MediaType.APPLICATION_XML). get(Units.class); … Using many different Continue reading REST Client calls with Scala and Jersey (JAX-RS)