JINI (4)
Defines object interactions, not implementations
Helps in developing reliable, distributed applications
Service is defined by one or more Interfaces
- service has a front-end proxy object which implements Java interfaces
- clients only know about Java interfaces
Set of services includes: devices, software services, business objects, etc
Jini requires Java at the network (services identified by Java type; proxies may need code downloaded)