Description: Experiment three simple MVC-based student information management functions
An experimental content
Based on MVC and JDBC, simple student information management, in which the model (M) using the general JavaBean, View (V) using JSP, control (C) using Servlet implementation. In addition, part of the JSP view, the need to provide two versions, namely the general Scriplet (Java code) and EL.
Second, the purpose of the experiment
More familiar with JSP+ Servlet+ JavaBean Java Web application model
Focus on understanding the Servlet preparation and configuration interaction JSP and Servlet, and write code to access the database JDBC-based simple operation.
Preliminary understanding of Java Web MVC-based application development
MVC in various parts of the master that the preparation and eventual integration JSP, Servlet and JavaBean procedures
To Search:
File list (Check if you may need any files):
test3\.classpath
.....\.mymetadata
.....\.project
.....\.settings\.jsdtscope
.....\.........\org.eclipse.jdt.core.prefs
.....\.........\org.eclipse.wst.jsdt.ui.superType.container
.....\.........\org.eclipse.wst.jsdt.ui.superType.name
.....\src\beans\Student.java
.....\...\servlets\StudentServlet.java
.....\WebRoot\edituser.jsp
.....\.......\index.jsp
.....\.......\login.jsp
.....\.......\META-INF\MANIFEST.MF
.....\.......\studentlist.jsp
.....\.......\WEB-INF\classes\beans\Student.class
.....\.......\.......\.......\servlets\StudentServlet.class
.....\.......\.......\web.xml
.....\.......\.......\classes\beans
.....\.......\.......\.......\servlets
.....\.......\.......\classes
.....\.......\.......\lib
.....\src\beans
.....\...\servlets
.....\WebRoot\META-INF
.....\.......\WEB-INF
.....\.myeclipse
.....\.settings
.....\src
.....\WebRoot
test3