文件名称:Servlet
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-12-16
- 文件大小:
- 15kb
- 下载次数:
- 0次
- 提 供 者:
- r**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. 掌握Web应用程序的DD文件web.xml的配置方法和作用;
2. 掌握如何通过ServletConfig获取Servlet的初始化参数;
3. 掌握ServletContext的概念,如何获得ServletContext对象;
4. 掌握如何通过RequestDispatcher转发请求。
-Master Web application DD file web.xml configuration and role
Learn how to get through ServletConfig servlet initialization parameters
3 to grasp the the ServletContext concept, how to get ServletContext object
4 learn how RequestDispatcher forwards requests.
2. 掌握如何通过ServletConfig获取Servlet的初始化参数;
3. 掌握ServletContext的概念,如何获得ServletContext对象;
4. 掌握如何通过RequestDispatcher转发请求。
-Master Web application DD file web.xml configuration and role
Learn how to get through ServletConfig servlet initialization parameters
3 to grasp the the ServletContext concept, how to get ServletContext object
4 learn how RequestDispatcher forwards requests.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Servlet
.......\ConfigDemoServle101164016
.......\.........................\.classpath
.......\.........................\.myeclipse
.......\.........................\.mymetadata
.......\.........................\.project
.......\.........................\WebRoot
.......\.........................\.......\META-INF
.......\.........................\.......\........\MANIFEST.MF
.......\.........................\.......\WEB-INF
.......\.........................\.......\.......\classes
.......\.........................\.......\.......\.......\com
.......\.........................\.......\.......\.......\...\demo
.......\.........................\.......\.......\.......\...\....\ConfigDemoServle.class
.......\.........................\.......\.......\lib
.......\.........................\.......\.......\web.xml
.......\.........................\.......\index.jsp
.......\.........................\src
.......\.........................\...\com
.......\.........................\...\...\demo
.......\.........................\...\...\....\ConfigDemoServle.java
.......\ServerInfo101164016
.......\...................\.classpath
.......\...................\.myeclipse
.......\...................\.mymetadata
.......\...................\.project
.......\...................\WebRoot
.......\...................\.......\META-INF
.......\...................\.......\........\MANIFEST.MF
.......\...................\.......\WEB-INF
.......\...................\.......\.......\classes
.......\...................\.......\.......\.......\com
.......\...................\.......\.......\.......\...\demo
.......\...................\.......\.......\.......\...\....\ServerInfo.class
.......\...................\.......\.......\lib
.......\...................\.......\.......\web.xml
.......\...................\.......\index.jsp
.......\...................\src
.......\...................\...\com
.......\...................\...\...\demo
.......\...................\...\...\....\ServerInfo.java