• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JINI Standard

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do not fully understand JINI so hopefully I do not sound too ignorant. I was wondering if JINI is being setup as a standard or if Sun has full control of this technology? What kind of partnerships are currently being developed to make this technology work?
Thank you for any input.
 
Author
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Glade,
Good question!

Originally posted by Glade Wishart:
I do not fully understand JINI so hopefully I do not sound too ignorant. I was wondering if JINI is being setup as a standard or if Sun has full control of this technology? What kind of partnerships are currently being developed to make this technology work?


Jini is released under the latest version of the Sun Community Source License. This means that you have no-cost access to the source and binaries to do, for the most part, anything you want. The only real requirement is that if you plan to release any Jini apps onto the net for "real" use, you have to use the Jini Compatibility Kit to ensure that everything works as advertised. (This is my reading of the license anyway, but I'm not a lawyer so take with a grain of salt.)
Changes, additions, and updates to Jini are controlled through the Jini Community Process. This is an open process where people from various companies using Jini get together and can vote on what goes in and what goes out. See http://www.jini.org for more details about how this works.
I hope this helps!
-keith

------------------
Keith Edwards
xerox palo alto research center
author of: Core Jini
Which is also available as A Video Course
Read an Example Chapter - Chapter 3 or Chapter 10.
 
Glade Wishart
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you!
reply
    Bookmark Topic Watch Topic
  • New Topic