ejb@glassfish.java.net

: stateful EJB

From: נחום מורדוכוביץ <nahummor_at_gmail.com>
Date: Wed, 13 Jan 2010 14:42:25 +0200

*
*
*hi,
*
*I started recently to study EJB,*
I wrote a small program, a stateful ejb with two business methods,
getX() and increaseX()
my question is whay when i call the ejb from more then one session
(Different browsers)
i get the same instance time ?

Are every new session make a new instance of stateful ejb ?

thank you
nahummor