课外天地 李树青学习天地JavaEE网站开发课件 → 程序代码——基于MVC的学生管理程序


  共有14287人关注过本帖树形打印复制链接

主题:程序代码——基于MVC的学生管理程序

帅哥哟,离线,有人找我吗?
admin
  1楼 博客 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信 管理员
等级:管理员 帖子:1938 积分:26572 威望:0 精华:34 注册:2003/12/30 16:34:32
程序代码——基于MVC的学生管理程序  发帖心情 Post By:2010/9/17 18:23:31 [只看该作者]

 下载信息  [文件大小:   下载次数: ]
图片点击可在新窗口打开查看点击浏览该文件:

Login Management System

MVC architecture
Model
javabeans.Student
javabeans.StudentList
Controller
servlets. AddStudentServlet
servlets. LoginStudentServlet
Add functions
Form repopulation
Automatic loading and saving of users data
ServletContextListener

Add functions
Register validation
If user has existed, current register will fail and register page will be display again
If not existed, user can automatically login after register
Display current user’s name after logining
Display all users in index.jsp

Automatic transfer
Using meta tag
<meta http-equiv="Refresh" c>
Using validation based on javascript

Final version
Handling Chinese character
Browsing user’s information at detail


[此贴子已经被作者于2010-12-12 18:16:27编辑过]

 回到顶部