Programming Tutorials

Comment on Tutorial - Java Bean Scopes in JSF By Ivan Lim



Comment Added by : Abhilash

Comment Added at : 2010-06-09 04:29:39

Comment on Tutorial : Java Bean Scopes in JSF By Ivan Lim
What I understand from the above explanation is that a bean in application scope is available as long as the application is active; correct me if I am wrong a web-application will be always active. So what is the difference between keeping a bean in session scope and keeping a bean in application scope?

View Tutorial