when do use application scope »



Application Scope
If a single Java Bean Object that holds nothing specific to the client has to be used while processing multiple requests then we must use scope=”application”
For every application there will be several application preferences/setting we can store the application preferences as part of a table in DataBase as part of an XML file/as part [...]