Dependency management tools for Java

Regardless of your experience in Java, you have certainly heard about building applications. Even if your single Java code consists of just one class declaration with System.out.println (“Hello World!”) in the main method it has to be built. You are going to compile the class and make an executable jar to show your friend the … Continue reading

Example of simple Java app to access Moves App API

THE OBJECTIVE The objective is to find a technical possibility of implementing Fitness tracking solution using Java technologies and existing API available on public Web. The main functionality is recording an object’s moves. When the service is to be used, it is important to install a mobile application provided by a third-party service which will … Continue reading