Should service layer classes be singletons?

Posted by es11 on Stack Overflow See other posts from Stack Overflow or by es11
Published on 2010-01-31T19:29:56Z Indexed on 2010/05/06 2:08 UTC
Read the original article Hit count: 268

Filed under:
|
|
|

I am using Java EE with Spring framework. Should my service classes be created as singletons? Can someone please explain why or why not? Thanks!

© Stack Overflow or respective owner

Related posts about java-ee

Related posts about spring