[jboss-user] [EJB 3.0] - Is @Remote the same as extending java.rmi.Remote?

dwin do-not-reply at jboss.com
Tue Jan 16 01:09:42 EST 2007


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 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002131#4002131

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002131



More information about the jboss-user mailing list