users@glassfish.java.net

Re: POJO serialization between JSF managed bean and EJB session bean

From: <glassfish_at_javadesktop.org>
Date: Mon, 05 Nov 2007 10:23:29 PST

If you want an optimized invocation path between a web component and an EJB, your best bet is to use the Local EJB view instead of the Remote view. In the Local EJB view, parameters and return values are passed by reference. You'll need to package your .war and ejb-jar within the same .ear.
[Message sent by forum member 'ksak' (ksak)]

http://forums.java.net/jive/thread.jspa?messageID=243919