3 Replies Latest reply on Mar 15, 2003 5:21 PM by jhaynie

    Any plans for Jini&JBoss

    peed2

      Is there any plans for using jini for locating services with JBoss?? I heard something about this a year ago or so, but now I can't find anything about this.

      I'd like to use Jini to locate the service instead of the jndi.

        • 1. Re: Any plans for Jini&JBoss

          Jini is released under the SCSL which prevents us
          from openly distributing it.

          Regards,
          Adrian

          • 2. Re: Any plans for Jini&JBoss
            belaban

            Why do you need Jini when you have JavaGroups ? :-)

            The clustering subsystem provides a number of services which you could use to dynamically discover services, e.g. HAJNDI, or DistributedStateManager (which is essentially a replicated hashmap).

            I'm working on a replicated cache (check out org.jboss.cache), which will have the form of a tree (similar to org.javagroups.blocks.ReplicatedTree). You could use this as a decentralized non-spof registry, a la JavaSpaces.

            Bela

            • 3. Re: Any plans for Jini&JBoss
              jhaynie

              probably no reason we can't provide JBoss detection by using the Jini Location service (reggie). however, i'm not sure what it really buys you ...