JINI Architecture (2)
When the Lookup Service does not exist, the client broadcasts a request for services to register with it (the client can act like its own lookup service)
The “Lookup Service” is just another Jini service
Java’s Remote Method Invocation is the heart of Jini. RMI provides communication and security for Jini clients and servers.
RMI extends objects to the network
The entire Jini core code is 48 KB. The Java Archive (JAR) with the whole version of Jini is under 70 KB