Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What has replaced JINI?

Tags:

It seems that JINI is pretty much an abandoned project. The latest release from the Jini.org site is from last year, and there has been no news since then.

JINI appears to be very useful to provide services in a completely distributed minor. What happened to this technology? Also what has replaced this technology?

The thread that I linked to claims that web services have replaced this technology. However, web services are strictly a client and server setup, not meant for dynamic distribution for jobs. [It can but it doesn't have the framework to do this] I find it difficult to believe that this technology just disappeared due to a lack of need.

like image 530
monksy Avatar asked Nov 03 '09 02:11

monksy


People also ask

Which company calls Jini as spontaneous networking?

Sun even has a new phrase for this spontaneous networking: "Plug and Work!" Jini is all about providing users ubiquitous access to resources—be they hardware devices or software objects—within a dynamic, distributed Jini system or djinn.

What is Jini technology?

Jini is a service-oriented architecture that defines a programming model that both exploits and extends Java technology. This programming model enables the construction of secure, distributed systems consisting of federations of well-behaved network services.

Who invented Jini?

Originally developed by Sun Microsystems, Jini was released under the Apache License 2.0.


1 Answers

Jini didn't fail due to a lack of need. There were problems with:

  1. oppressive licensing when it was first released
  2. all-Java solution based on RMI
  3. complexity

By the time the licensing was sorted out it was too late. The moment had passed.

It's a brilliant idea, and Bill Joy's a genius, but like a lot of great technologies it simply didn't catch on. The marketplace didn't adopt it.

Jini didn't disappear. As you've noted, it's still available. The adoption rate hasn't been high because it isn't scratching anybody's itch.

like image 53
duffymo Avatar answered Sep 19 '22 02:09

duffymo