What is the default scope in the web context? Technology Community › Category: Spring › What is the default scope in the web context? 0 Vote Up Vote Down VietMX Staff asked 4 years ago The singleton scope is the default scope for a Spring bean, even in the web context. The other three web context-aware scopes are a request, session, and global-session, which are only available in a web application aware ApplicationContext object.