Test project to show how to do different functions in Java.
This is just a simple project to quickly show a handful of functions and how to do them in Java:
- Get the user's IP address (access enviornment variable
- Get the user's location (local system call)
- Get the weather at the user's location (HTTP request + JSON parsing)
- Access a database
- Read/write a Properties configuration file