Hi, I'm looking for some best practices guidelines when configuring business objects and DAOs with Spring when using Struts. Specifically, should these objects be set as singletons or not as singletons (singleton="false")?
If you use singletons are there any design issues that one should keep in mind (other than not to use instance variables)?
Thanks
Marcus.


Reply With Quote