Is application context you load from .xml file is user specific level or application level, like context is once loaded for all the user? or every user has separate application context?
while using spring framework in java?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The context is application-wide, but individual beans can have narrower scopes.
The most common scopes are
Obviously, the latter two types are user-specific beans.
Reference: