-
May 21st, 2009, 08:58 AM
#1
convert old code to stateless singleton service bean
i have a old code that needs to be converted to stateless service using springframeowrk
problem : the old code has a setter and getter for user object and this user object is used by all the function in the service code
how do i convert this internal state (user object) to external state, so that it is stateless and singleton service
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules