Client-Server architecture using RMI.
- Matias Bugueño.
- Thomas Molina.
Import project to Eclipse and run RunServer as a Java application, then do the same with RunClient.
- RunClient: Offers a menu where you can create, search or display a person saved on the server. To finish executing the client, select the corresponding option.
- RunServer: Provides a menu to create and display personas. To finish the execution, select the option and the server will disconnect automatically.
- Client and Server are synchronized, so if a client saves a person, this will be reflected on the server.