javarmiRemote
javarmiRemote is a Java-based framework for remote procedure calls that enables applications to expose Java objects to remote clients and to invoke methods on those objects over a network. Designed to be lightweight and easily integrated with existing Java applications, it provides a simple API for publishing services, obtaining proxies, and performing remote invocations as if they were local calls.
Its architecture centers on a remote registry for discovery, endpoints that host remote objects, and a transport
Key features include dynamic proxy generation for client stubs, automatic object export and lifecycle management, and
Usage typically involves defining a remote service interface, implementing the interface, and registering the object with