This post describes how you can install a tomcat server on your Raspberry Pi and access the ports via REST API running a JAVA webapp. Installing Tomcat 8 is pretty straight forward. First, make sure, that Java is installed (which is…
This post describes how you can install a tomcat server on your Raspberry Pi and access the ports via REST API running a JAVA webapp. Installing Tomcat 8 is pretty straight forward. First, make sure, that Java is installed (which is…
For quite some time my house has been heated by a pellet heating system from Solvis with a solar collector. The interesting in addition to the CO2 savings is the possibility to be able to query the current operating parameters…
Of course, no modern web architecture can exist without REST API! This is not just a hype it is really a standard which enables you to development fast and efficient and provides a lot of flexibility. It is also quite…