read-JpetStore-3-用户管理[1]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

    JPetStore用户管理分析

JPetStore将登陆后的用户ActionForm保持于Session作用域中,在页面中判断该ActionForm中的用户信息,实现了简单的用户验证。

 

Ø 进入用户管理

 <a href="<c:url value="/shop/signonForm.do"/>">

 

Ø Struts-config.xml配置

<action path="/shop/signonForm"

    type="org.springframework.samples.jpetstore.web.struts.DoNothingAction"

本文关键:read-JpetStore-3-用户管理
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top