0 Replies Latest reply on Jun 29, 2007 10:58 AM by lokeya

    JBoss and RMI

    lokeya

      I am trying to find out how to do RMI with JBoss. I want to make a call from my JBoss servlet to a method which is deployed in another Application Server. I understand that RMI and EJB are 2 ways to do remote method calls and i dont really need the services which EJB offers and want to do simple stuff. Assuming my other application server accepts RMI calls, can you point me to some document where i can learn where to place the RMI interfaces in JBoss and sample servlets having RMI call. My servelt(is going to be a RMI client.

      Thanks in advance.