1. multi-threads and POJO forum.springsource.orgFirst of all: Spring doesn't add concurrency control to your structures. When multiple threads are using the same People object, and People object is mutable, you need to add synchronization. There ... |
2. Safe Publishe issue for a POJO used in Spring coderanch.com |