| Author |
add a bean to many servlets which share their data
|
pankajjj jain
Greenhorn
Joined: Oct 12, 2005
Posts: 14
|
|
|
how can i add a bean to many servlets which share their data
|
 |
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
|
|
You must add the bean in some scope - application - will be shared in whole application session - will be shared on session level request - only request, not suitable for you
|
SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
|
 |
 |
|
|
subject: add a bean to many servlets which share their data
|
|
|