0 Replies Latest reply on Jan 16, 2007 1:09 AM by dwin

    Is @Remote the same as extending java.rmi.Remote?

    dwin

      Hey guys

      Just out of curiousity, is @Remote the same as extending java.rmi.Remote?

      In the previous J2EE, EJBObject extends java.rmi.Remote, in the context of the JBoss EJB 3.0 implementation, is there any difference between

      @Remote
      public interface myInterface

      and

      public interface myInterface extends java.rmi.Remote


      thx for the info