[jboss-user] [Remoting] - Re: Remoting and seam app

ron.sigal@jboss.com do-not-reply at jboss.com
Thu Jun 5 12:28:27 EDT 2008


Well, I don't know anything about Seam, so I can't comment on that.  But your use of Remoting with EJB3 seems unnecessarily complex.  The point of EJBs is to hide all the communication complexity from the application.  If you look up the EJB in JNDI, you get an object that communicates directly and simply with the server side EJB.  Unless you have some very special requirements, I don't see any need to use Remoting to access the EJB.

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

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



More information about the jboss-user mailing list