文件名称:JSPlab7
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2017-04-20
- 文件大小:
- 7kb
- 下载次数:
- 1次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1)定义一个JavaBean类,用来存放学生成绩信息。学生成绩信息包括:学生学号、姓名、课程名称、成绩。
(2)编写一个JSP页面scoreForm.jsp,在该页面中定义表单,用于输入学生成绩信息,并将表单提交到getScore.jsp页面。
(3)在getScore.jsp页面中使用<jsp:useBean>和<jsp:setProprty >动作创建JavaBean对象并将录入的学生及其成绩信息保存到Bean对象中,然后使用<jsp:getProperty>动作标记显示学生信息及成绩信息。-(1) defines a JavaBean class, used to store student achievement information. Student achievement information includes: student student number, name, course name, grade.
(2) Write a JSP page scoreForm.jsp, in which the form is defined for entering student achievement information and submitting the form to the getScore.jsp page.
(3) Use the <jsp: useBean> and <jsp: setProprty> actions on the getScore.jsp page to create the JavaBean object and save the entered student and its grade information into the bean object, and then use the <jsp: getProperty> action tag to display Student information and performance information.
(2)编写一个JSP页面scoreForm.jsp,在该页面中定义表单,用于输入学生成绩信息,并将表单提交到getScore.jsp页面。
(3)在getScore.jsp页面中使用<jsp:useBean>和<jsp:setProprty >动作创建JavaBean对象并将录入的学生及其成绩信息保存到Bean对象中,然后使用<jsp:getProperty>动作标记显示学生信息及成绩信息。-(1) defines a JavaBean class, used to store student achievement information. Student achievement information includes: student student number, name, course name, grade.
(2) Write a JSP page scoreForm.jsp, in which the form is defined for entering student achievement information and submitting the form to the getScore.jsp page.
(3) Use the <jsp: useBean> and <jsp: setProprty> actions on the getScore.jsp page to create the JavaBean object and save the entered student and its grade information into the bean object, and then use the <jsp: getProperty> action tag to display Student information and performance information.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
JSPlab7
.......\.classpath
.......\.project
.......\.settings
.......\.........\.jsdtscope
.......\.........\org.eclipse.jdt.core.prefs
.......\.........\org.eclipse.wst.jsdt.ui.superType.container
.......\.........\org.eclipse.wst.jsdt.ui.superType.name
.......\WebContent
.......\..........\META-INF
.......\..........\........\MANIFEST.MF
.......\..........\WEB-INF
.......\..........\.......\lib
.......\..........\.......\web.xml
.......\..........\getScore.jsp
.......\..........\scoreForm.jsp
.......\build
.......\.....\classes
.......\.....\.......\student
.......\.....\.......\.......\Stu.class
.......\src
.......\...\student
.......\...\.......\Stu.java