Train Ticket Booking application with Java RMI and SQLite
Java RMI (Remote Method Invocation) is a mechanism in Java that allows objects in one Java Virtual Machine (JVM) to invoke methods on objects located in another JVM, either on the same machine or on a remote machine. RMI enables distributed computing by providing a way for Java objects to communicate and interact across different JVMs.
Developed by Lê Quốc Huy
Here are some useful Java RMI documentation links:
- Tutorialspoint: https://www.tutorialspoint.com/java_rmi/java_rmi_quick_guide.htm
- Baeldung: https://www.baeldung.com/java-rmi