Hi all,
I'm planning to use spring with Echo2 as the front end. I have already seached the web and haven't found any interesting articles of how to integrate Echo2 with spring. If anyone knows how it can be done please drop me a line.
My main question is concurrency management at business object level. If 100 clients want to run a particular method on a particular business object how does spring handle that?
If I don't configure it as a singleton, will spring created 100 instances of it?
If I configure it as a singleton, will it be thread safe? How will the locking happen? Do I have to program it with synchronisation?
I am used to program in PHP, there you don't have to worry about the concurrency issue, because the container manages it. In spring how can you manage that?
Your help will be much appreciated
Pradeep


Reply With Quote
) or considerer as substitute.
for me, as I'm much more DB developer then Java developer and am used to say to others "Do not try to reinvent the wheel and rely on DB as much as possible".