1 | 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) |
2 | The "Lookup Service" is just another Jini service |
3 | Java's Remote Method Invocation is the heart of Jini. RMI provides communication and security for Jini clients and servers. |
4 | RMI extends objects to the network |
5 | The entire Jini core code is 48 KB. The Java Archive (JAR) with the whole version of Jini is under 70 KB |