Description: write a StudentServlet, complete the following requirements:
① The Servlet interface provides students learn inquiry follows
② When students enter the school, and press the search button, the Servlet database query is completed, the student s records show output.
③ If the database is not current user Students enter the Servlet shows no record!
④ The Servlet accessed via JNDI data sources, the database connection query.
⑤ design background database: Student and examination information
Students learn (PK)+ Name++ language scores in math
To Search:
File list (Check if you may need any files):
lab6\.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\test\DispServlet.java
....\...\....\MainServlet.java
....\...\....\MessageServlet.java
....\...\....\UserServlet.java
....\WebRoot\index.jsp
....\.......\META-INF\MANIFEST.MF
....\.......\WEB-INF\classes\test\DispServlet.class
....\.......\.......\.......\....\MainServlet.class
....\.......\.......\.......\....\MessageServlet.class
....\.......\.......\.......\....\UserServlet.class
....\.......\.......\web.xml
....\.......\.......\classes\test
....\.......\.......\classes
....\.......\.......\lib
....\src\test
....\WebRoot\META-INF
....\.......\WEB-INF
....\.myeclipse
....\.settings
....\src
....\WebRoot
lab6