Quantcast
Channel: A Java geek » Java
Viewing all articles
Browse latest Browse all 64

Changing default Spring bean scope

$
0
0
By default, Spring beans are scoped singleton, meaning there’s only one instance for the whole application context. For most applications, this is a sensible default; then sometimes, not so much. This may be the case when using a custom scope, which is the case, on the product I’m currently working on. I’m not at liberty [...]

Viewing all articles
Browse latest Browse all 64

Trending Articles