This is a simple RMI application developed for testing purposes
This application is supposed to be composed of 3 tiers:
- Client tier, makes requests via RMI
- DataServer tier, makes receives RMI requests, runs the code and eventually talks to a database
- Database, this is on the todo, not yet implemented
Focus here is to play with the app and specially for monitoring purposes.