Description: Based MVC, simple student information management, model (M) general JavaBean view (V) using JSP and control (C) using Servlet implementation. In addition, in view of part of the JSP, the need to provide two versions, namely general Scriplet (Java code) and EL.
To Search:
File list (Check if you may need any files):
Experiment3\.classpath
...........\.mymetadata
...........\.project
...........\.myeclipse
...........\.settings\.jsdtscope
...........\.........\org.eclipse.wst.jsdt.ui.superType.container
...........\.........\org.eclipse.wst.jsdt.ui.superType.name
...........\.settings
...........\src\javabean\Studentbeans.java
...........\...\javabean
...........\...\servlet\StudentServlet.java
...........\...\servlet
...........\src
...........\WebRoot\edituser.jsp
...........\.......\index.jsp
...........\.......\studentlist.jsp
...........\.......\META-INF\MANIFEST.MF
...........\.......\META-INF
...........\.......\WEB-INF\web.xml
...........\.......\.......\classes\javabean\Studentbeans.class
...........\.......\.......\.......\javabean
...........\.......\.......\.......\servlet\StudentServlet.class
...........\.......\.......\.......\servlet
...........\.......\.......\classes
...........\.......\.......\lib
...........\.......\WEB-INF
...........\WebRoot
Experiment3