4 Replies Latest reply on Dec 18, 2002 4:58 AM by jens

    JBoss & RMI

      Hi
      I am new to JBoss. I would like to know whether JBoss provides any support to RMI. I searched for this information. But I dont see anything. Any help is appreciated.
      Thanks
      Ramesh

        • 1. Re: JBoss & RMI
          sgturner

          Yes. Absolutely. What kind of support do you need?

          • 2. Re: JBoss & RMI

            Here are the things that I would like to see in the JBoss's RMI implementation.

            1. Efficient thread & socket handling.
            2. Using non blocked IO approach.
            3. Provide JNDI & clustering support of the appserver.

            JDK's default implementation doesn't provide these features. But weblogic provides this support.
            Thanks for your help.
            Ramesh

            • 3. Re: JBoss & RMI
              dddu88

              EJB spec restricts threading and socketing and also IO handling, so how come weblogic can support these features.

              Anybody can explain?

              kd

              • 4. Re: JBoss & RMI
                jens

                Hi,

                first, I think Ramesh's question targets on the Client Server Communication, not the EJB Container, and is therefore a valid and quite interesting question.

                Second, you are right, the Spec restricts the use of Multithreading from EJBs, but you are allowed to use Socket Communication. Only Listening to a Socket (i.e. server mode) is forbidden.

                Jens