in eap-coffee-app/src/main/java/cafe/web/view/Cafe.java [80:84]
private void getAllCoffees() {
this.coffeeList = this.client.target(this.baseUri).path("/").request(MediaType.APPLICATION_JSON)
.get(new GenericType<List<Coffee>>() {
});
}