Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 413 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 413 Bytes

simple_rmi_application

This is a simple RMI application developed for testing purposes

This application is supposed to be composed of 3 tiers:

  1. Client tier, makes requests via RMI
  2. DataServer tier, makes receives RMI requests, runs the code and eventually talks to a database
  3. Database, this is on the todo, not yet implemented

Focus here is to play with the app and specially for monitoring purposes.