when do use application scope »
By Ramakrishna on Nov 18, 2008 in define application scope | 0 Comments
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 [...]
