文件名称:notebook_servlet
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.29mb
- 下载次数:
- 0次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用java的servlet技术实现网页留言板的功能,可以直接运行使用,对学习servlet的朋友会有很大帮助。-Java servlet technology to achieve the functionality of the Web message board, you can run directly, there will be a great help learning servlet friends.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
notebook_servlet\.classpath
................\.project
................\.settings\.jsdtscope
................\.........\org.eclipse.jdt.core.prefs
................\.........\org.eclipse.wst.jsdt.ui.superType.container
................\.........\org.eclipse.wst.jsdt.ui.superType.name
................\build\classes\com\tjitcast\common\ConnectionFactory.class
................\.....\.......\...\........\dao\DaoException.class
................\.....\.......\...\........\...\DaoFactory.class
................\.....\.......\...\........\...\impl\MessageDaoImpl.class
................\.....\.......\...\........\...\MessageDao.class
................\.....\.......\...\........\...\MessageDaoTest.class
................\.....\.......\...\........\entity\Message.class
................\.....\.......\...\........\......\PageModel.class
................\.....\.......\...\........\web\controller\IndexServlet.class
................\.....\.......\...\........\...\..........\InserMsgServlet.class
................\.....\.......\...\........\...\view\ViewIndexServlet.class
................\.....\.......\dao.properties
................\.....\.......\jdbc.properties
................\docs\readme.txt
................\src\com\tjitcast\common\ConnectionFactory.java
................\...\...\........\dao\DaoException.java
................\...\...\........\...\DaoFactory.java
................\...\...\........\...\impl\MessageDaoImpl.java
................\...\...\........\...\MessageDao.java
................\...\...\........\entity\Message.java
................\...\...\........\......\PageModel.java
................\...\...\........\web\controller\IndexServlet.java
................\...\...\........\...\..........\InserMsgServlet.java
................\...\...\........\...\view\ViewIndexServlet.java
................\...\dao.properties
................\...\jdbc.properties
................\test\com\tjitcast\dao\MessageDaoTest.java
................\WebContent\images\answer.gif
................\..........\......\fabiao.gif
................\..........\......\front.css
................\..........\......\guestbook.css
................\..........\......\jquery.js
................\..........\......\liuyan.gif
................\..........\......\question.gif
................\..........\......\title.jpg
................\..........\index.html
................\..........\main.html
................\..........\META-INF\MANIFEST.MF
................\..........\WEB-INF\lib\c3p0-0.9.1.2.jar
................\..........\.......\...\commons-dbutils-1.3.jar
................\..........\.......\...\mysql-connector-java-5.1.12-bin.jar
................\..........\.......\web.xml
................\build\classes\com\tjitcast\dao\impl
................\.....\.......\...\........\web\controller
................\.....\.......\...\........\...\view
................\.....\.......\...\........\common
................\.....\.......\...\........\dao
................\.....\.......\...\........\entity
................\.....\.......\...\........\web
................\src\com\tjitcast\dao\impl
................\...\...\........\web\controller
................\...\...\........\...\view
................\build\classes\com\tjitcast
................\src\com\tjitcast\common
................\...\...\........\dao
................\...\...\........\entity
................\...\...\........\web
................\test\com\tjitcast\dao
................\build\classes\com
................\src\com\tjitcast
................\test\com\tjitcast
................\WebContent\WEB-INF\lib
................\build\classes
................\src\com
................\test\com
................\WebContent\images
................\..........\META-INF
................\..........\WEB-INF
................\.settings
................\build
................\docs
................\src
................\test
................\WebContent
notebook_servlet