Second year assignment
A Java web server which provides access to employee information data through a RESTful web service. The Java outputs data in JSON format, which is accessible through structured URLs.
An android application which communicates with the server in order to retrieve the employee data in JSON format, it then parses the data appropriately and displays it on screen.