随笔分类 -  Struts入门

常用的struts-config.xml元素
摘要:元素 struts-config.xml中的内容如下: type="struts.loginForm"> 元素 input="/login.jsp" name="loginForm" path="/W... 阅读全文
posted @ 2008-09-13 22:37 忘记 阅读(221) 评论(0) 推荐(0)
Struts配置文件struts-config.xml
摘要:struts-config.xml是Struts的核心文件,该文件可配置各种组件。 一个简单的struts-config.xml文件 在上述的xml文件中,根元素是它包含了两个... 阅读全文
posted @ 2008-09-13 22:10 忘记 阅读(705) 评论(0) 推荐(0)
一个Strut写的简单登陆系统
摘要:业务流程 开始是一个login.jsp页面。用户输入用户名和密码正确后转入main.jsp页面。登陆失败转入register.jsp页面。 数据库设计 /*MySQL Data TransferSource Host: localhostSource Database: userTarget Host: localhostTarget Database: userDa... 阅读全文
posted @ 2008-09-13 17:11 忘记 阅读(471) 评论(0) 推荐(0)