Search code examples
javaclient-serverrmi

Verifying that classes on server and client are identical


In a Java RMI Client/Server application, is there a way to verify that the classes on the server and client are identical?


Solution

  • Use the codebase feature so that they are single-sourced from the codebase server.