Hi there,
I just moved to Spring 2.0 and read that it does support session scoped beans. But the documentation didn't tell how to use it.
Basically I want to make one of my service layer beans a session scoped bean, so that it gets created any time a new session is opened in Spring MVC.
Can somebody help me?
Thanks in advance.
Dominik
