~/tags
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.
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 …
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… :-)