JINI
JINI(tm) is a pseudo-acronym: Jini Is Not Initials that refers to a network architecture for the construction of distributed systems where scale, rate of change and complexity of interactions within and between networks are extremely important and cannot be satisfactorily addressed by existing technologies. Jini technology provides a flexible infrastructure for delivering services in a network and for creating spontaneous interactions between clients that use these services regardless of their hardware or software implementations.
Jini network technology is an open architecture that enables developers to create network-centric services -- whether implemented in hardware or software -- that are highly adaptive to change. Jini technology can be used to build adaptive networks that are scalable, evolvable and flexible as typically required in dynamic computing environments.
| Table of contents |
|
2 JINI and UPNP 3 See also 4 External links |
Qualities
- Code mobility: Extends the Java programming model to the network; i.e., moves data and executables via a Java object over a network
- Protocol agnostic: Provides the ultimate in design flexibility
- Leasing: Enables network self-healing and self-configuration; i.e. improving fault tolerance
- Resiliency - Networks readily adapt to changes in the computing environment
- Integration - Allows fast, easy incorporation of legacy, current, and future network components
- Licensing - Jini network technology is available free of charge with an evergreen license
When a service joins a network of Jini technology-enabled services and/or devices, it advertises itself by publishing a Java object that implements the service API. This object's implementation can work in any way the service chooses. The client finds services by looking for an object that supports the API. When it gets the service's published object, it will download any code it needs in order to talk to the service, thereby learning how to talk to the particular service implementation via the API. The programmer who implements the service chooses how to translate an API request into bits on the wire using RMI, CORBA, XML, or a private protocol.
The existence of the Java platform makes it possible to define the Jini networking technology which, in turn, enhances the value of the Java platform by making services available throughout the network. The Java platform specifies what is available on any particular machine that is running the platform. It defines a set of services (classeses and the Java Virtual Machine) that exist on a particular machine that can be used by the programss running on that machine. The Jini technology extends this notion of a platform from a particular machine to the network that connects machines which are running the Java platform. Jini technology-enabled services are not necessarily resident on any particular machine in the network, but are instead available to all of the machines through the network. The services do not need to be everywhere, but instead only need to be somewhere on the network to be available to all of the participants in the network.
JINI and UPNP
Using the Jini Surrogate Architecture, the two technologies could actually work together. A UPnP device through a surrogate operating on its behalf could access a Jini technology-enabled network.
See also
- Juxtapose (JXTA)
- Java Management Extensions (JMX)
- Universal Plug and Play (UPNP)
- Simple Network Management Protocol (SNMP)
- Zero Confguration Networking (Zeroconf)
External links


