users@glassfish.java.net

Re: EJB3 Remote Referece Thread Safe?

From: Witold Szczerba <pljosh.mail_at_gmail.com>
Date: Thu, 16 Oct 2008 10:31:22 +0200

2008/10/16 <glassfish_at_javadesktop.org>:
> There's only one issue, my clients make calls to the remote bean very often, and I don`t know if this "always refresh reference" would lead to an efficiency degradation. Perhaps somebody could "shed some light" on this.

What do you mean by "always refresh reference"? I use a fresh
reference in every application window, which is looked up only, when
someone opens new window, not every time when method is invoked.