Apart from standard bean scope like Singleton, prototype, request, session and global Session, There is new bean scope added in Spring called thread scope which allows per thread instance like ThreadLocal. Spring also allow you to extend its functionality