concurrency « JSF « Spring Q&A





1. Thread safety in JSF    stackoverflow.com

Assume that we have Spring bean UserController with singleton scope. All my further reasoning is based on my assumption that "singleton" scope is almost similar to application scope i.e. we have ...