0 Replies Latest reply on Dec 19, 2003 10:25 AM by l_lan

    normal interface and EJB remote interface

    l_lan

      I have a interface with the fefination of business method, I have implemtied it and run it with normal JVM with a test programm. Then I have written a session bean, which does the same thing, now, I want to test the business method for EJB, and I want to use the same test programm.

      Now I have created a Bean for the normal client, and I want to use it in the old test program, wich want a implementation from the normal interface.

      Is there connection between the normal interface and the ejb interface?


      thank you very much