文件名称:lab6
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-06-01
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- 黄**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写一个StudentServlet,完成下列要求:
① 该Servlet提供学生学号界面查询如下;
② 当学生输入学号,且按下查询按钮后,该Servlet完成数据库查询,将该学生的记录显示输出。
③ 如果数据库没有当前用户输入学生学号,该Servlet显示无记录!
④ 该Servlet 通过JNDI访问数据源,进行数据库连接查询。
⑤ 设计后台数据库:学生及考试信息
学生学号(PK)+姓名+语文成绩+数学成绩
-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
① 该Servlet提供学生学号界面查询如下;
② 当学生输入学号,且按下查询按钮后,该Servlet完成数据库查询,将该学生的记录显示输出。
③ 如果数据库没有当前用户输入学生学号,该Servlet显示无记录!
④ 该Servlet 通过JNDI访问数据源,进行数据库连接查询。
⑤ 设计后台数据库:学生及考试信息
学生学号(PK)+姓名+语文成绩+数学成绩
-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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