Java RMI Server and Client (1997)
A complete RMI example: a remote interface, a server implementation registered in the RMI registry, and a client that calls methods across the network — no external frameworks.
javarmidistributed-systemsnetworking
Remote interface, server skeleton, and client stub — the complete RMI stack from a 1997 Motorola project.