users@glassfish.java.net

Re: Ejb container

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Wed, 16 Mar 2011 11:54:49 -0700

You inject proxies, not real instances. As long as they are sequential
calls, they can all be served by the same bean instance.

-marina

forums_at_java.net wrote:
> 1) I called beans from servlet
>
> 2)I created 30 references to EJB annotated with @EJB in servlet(The code
> is ugly but only for test purposes, I dodnt want to use context.lookup).
>
>
> --
>
> [Message sent by forum member 'tetyanac']
>
> View Post: http://forums.java.net/node/780199
>
>