The two beans are not interested in the request. They are session scoped, because they are stateful and the state must not be shared among users. I think this scenario is quite common.
As these...
Type: Posts; User: sebpaul; Keyword(s):
The two beans are not interested in the request. They are session scoped, because they are stateful and the state must not be shared among users. I think this scenario is quite common.
As these...
Hi,
I have two beans, whose implementation is session scoped. One of them gets the other autowired via its interface, and registers itself as a listener for a particular event. When it is disposed...