Hm - why didn't I think about THAT? After all the concrete Daos are in fact derived from an abstract base Dao.
Thanks for reminding me!
Type: Posts; User: ernestv; Keyword(s):
Hm - why didn't I think about THAT? After all the concrete Daos are in fact derived from an abstract base Dao.
Thanks for reminding me!
Initialization Sequence Dilemma
I am currently designing a DAO manager bean that holds references to other beans that are derived from SimpleDaoSupport. The Daos supply the manager with...
Thanks for your answer Marten.
Actually what I want to achieve is to have a "generic" user credentials bean injected into the controller that is either request based (if no user session is...
Does anyone know, when I define a bean to be session scoped, would that implicitly create a session (getSession(true)) even if no session existed at the given time?
In other words, I want a bean...
Thanks for answering and - unfortunately - confirming my expectations... meanwhile I've found another good explanation that may help others:...
Hi all,
first of all I apologize for submitting a problem that is not directly related to Spring but to Java. My only excuse is that there are a lot of highly experienced Java gurus in the forum,...