[jboss-user] [EJB 3.0] - Re: How does JBoss handle Local and Remote interfaces

jaikiran do-not-reply at jboss.com
Wed Oct 29 11:22:58 EDT 2008


For remote interfaces the params and return values are serialized/deserialized. Whereas calls through local interfaces don't involve these steps. So if you are using the beans within the same JVM, then its better to use local interfaces.
 

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

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



More information about the jboss-user mailing list