Xiaobo Sun

Eclipse-Unix http://umlfact.berlios.de/~s_xsun/

JSP Scope

There are 4 scopes application, session, request and page in the order of thier significance. 
 
Application represent the ServletContext. The scope is accesible throught out the application. 
 
session represents HTTPSession object. This is valid till the user requests the application. 
 
Request represent the HTTPServletRequest and valdi to a particular request. A request may span a single JSP page or multiple depending upon teh situations. 
 
Page is the least valid scope. It is valid to the particular JSP page only This is some thing like private variable 

posted on 2008-06-03 16:01 Xiaobo Sun 阅读(359) 评论(0)  编辑  收藏 所属分类: J2EE


只有注册用户登录后才能发表评论。


网站导航:
 
<2008年6月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

导航

统计

常用链接

留言簿(3)

随笔分类

随笔档案

搜索

最新评论

阅读排行榜

评论排行榜