users@glassfish.java.net

Re: pass by reference question

From: <glassfish_at_javadesktop.org>
Date: Fri, 11 Apr 2008 02:51:27 PDT

This element is used to change the way remote ejbs are treated when colocated on the same VM. In that case you might want to use "pass by reference"- instead of "pass by value"-semantics to prevent unnecessary copying of attributes.

Of course apps that depend on this feature are not portable to other containers that do not support this behaviour as well. Thus you should think twice before using it.
[Message sent by forum member 'writtmeyer' (writtmeyer)]

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