[bytebrain.org]
Showing posts with label
Java - Web(JEE)
.
Show all posts
Showing posts with label
Java - Web(JEE)
.
Show all posts
Wednesday, October 7, 2009
Scope in Web Apps
Request Scope
Only during the life-time of a single page request->rendering process
Session Scope
For as long as a “User” session is maintained (eg: for a user logged in)
Application Scope
For as long as the Web App is running
Older Posts
Home
Subscribe to:
Comments (Atom)