Article Discussion
Using Objects to Configure Jini Network Services
Summary: Secure large-scale Java distributed computing is at the heart of the 2.0 Jini release. Every aspect of building a secure distributed computing environment is configurable in Jini. However, that freedom introduces a new set of choices Jini developers and service deployers must make. To ease that complexity, Jini 2.0 introduces a service configuration model. Instead of the configuration language du jour - XML - the Jini model uses Java objects to configure complex services and their clients. This article provides a tutorial on using the Jini service configuration model, and also illuminates the decisions by the Jini architects to rely on objects, rather than on a document model, for service configuration.
3 posts.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: July 21, 2004 9:25 PM by Todd
    Frank
     
    Posts: 135 / Nickname: fsommers / Registered: January 19, 2002 7:24 AM
    Using Objects to Configure Jini Network Services
    June 28, 2004 8:00 PM      
    The freedom afforded by Jini's configurable security model introduces a new set of choices Jini developers and service deployers must make. Instead of the configuration language du jour - XML - the Jini model uses Java objects to configure complex services and their clients.

    http://www.artima.com/spontaneous/jiniconfig.html

    What do you think about using objects to configure network services?
    • Dan
       
      Posts: 4 / Nickname: dancres / Registered: April 10, 2003 2:49 AM
      Re: Using Objects to Configure Jini Network Services
      June 30, 2004 1:18 AM      
      Just wanted to mention that the JINI distribution also includes a tool (CheckConfigurationFile) to check the format of a configuration file.
    • dnovice
       
      Posts: 1 / Nickname: dnovice / Registered: February 11, 2003 0:19 PM
      Re: Using Objects to Configure Jini Network Services
      July 8, 2004 5:02 AM      
      Is there a way to get a collection of all the entries in a component of a configuration file? I would like to be able to find all the entries that someone has put into a configuration.
    • Todd
       
      Posts: 27 / Nickname: tblanchard / Registered: May 11, 2003 10:11 AM
      Round and Round
      July 21, 2004 9:25 PM      
      An early version of BEA Weblogic used configuration objects for configuring servlets and (I think) EJB deployments. It was abandoned after one release in favor of data files because it was considered too cumbersome.

      Nothing new under the sun.