REST 2

REST (Representational State Transfer) is an architectural style for building web APIs. These posts cover designing RESTful services, consuming REST APIs, and best practices for HTTP-based communication in Java applications.

Jul 13, 2020 · 9 min

A Spring REST and H2 database application on the Raspberry Pi

Java on Raspberry Pi The “Pi” in the name of the Raspberry Pi refers to Python, but as a Java developer I love to know and experiment with the various Java frameworks I …

#java#spring#rest#raspberry-pi
May 23, 2019 · 6 min

Pi4J - Adding a REST interface with Spring Boot

As I was learning Spring Boot myself, I thought the easiest way to learn was trying to build an example and write about it. So here we go… :-)

#java#spring#pi4j#rest