Jsp+Servlet+JavaBean 实现MVC模式的留言本

上传者: diplodocus | 上传时间: 2020-01-03 11:19:26 | 文件大小: 78KB | 文件类型: rar
Jsp+Servlet+JavaBean 实现MVC模式的留言本 声明:本留言本所有源代码开源,使用者可以自由修改和传播,但仅限于非商业用途。 作者:梁龙 博客:http://www.lianglong.net.cn 由于这是本人学习JAVA的第一个项目,是在边学边做的情况下完成的。所以,有什么不好的地方请大家多多指教。 相信现在很多人都已经在使用Struts框架了。但是我也相信,还有那么一部分的人还是在抱怨着JAVA是多么难。 就目前的情况来说,在国内说要找一个完整的Jsp+Servlet+JavaBean例子其实是不那么容易。当初我就找过。就找到了几个只实现了注册功能的吧。所以我就萌发了一个念头--把我的例子贡献给大家。希望能给初学者带来帮助。 本程序是在MyEclipse下开发的。现附上所有源代码和数据库代码。数据库是采用Mysql 分数不够的朋友请到我的博客上面下载 http://www.lianglong.org/article/107.html

文件下载

资源详情

[{"title":"( 38 个子文件 78KB ) Jsp+Servlet+JavaBean 实现MVC模式的留言本","children":[{"title":"www","children":[{"title":".project <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":".mymetadata <span style='color:#111;'> 285B </span>","children":null,"spread":false},{"title":"WebRoot","children":[{"title":"css","children":[{"title":"style.css <span style='color:#111;'> 2.65KB </span>","children":null,"spread":false}],"spread":true},{"title":"view.jsp <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"post.jsp <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"WEB-INF","children":[{"title":"web.xml <span style='color:#111;'> 2.69KB </span>","children":null,"spread":false},{"title":"lib","children":null,"spread":false},{"title":"classes","children":[{"title":"bean","children":[{"title":"SearchBean.class <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"showContent.class <span style='color:#111;'> 2.21KB </span>","children":null,"spread":false},{"title":"ContentBean.class <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false},{"title":"indexBean.class <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"showIndex.class <span style='color:#111;'> 2.29KB </span>","children":null,"spread":false},{"title":"showSearch.class <span style='color:#111;'> 2.56KB </span>","children":null,"spread":false}],"spread":true},{"title":"data","children":[{"title":"DataConn.class <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false}],"spread":true},{"title":"Servlet","children":[{"title":"view.class <span style='color:#111;'> 2.58KB </span>","children":null,"spread":false},{"title":"Do.class <span style='color:#111;'> 3.22KB </span>","children":null,"spread":false},{"title":"index.class <span style='color:#111;'> 2.38KB </span>","children":null,"spread":false},{"title":"Login.class <span style='color:#111;'> 3.33KB </span>","children":null,"spread":false},{"title":"Post.class <span style='color:#111;'> 3.28KB </span>","children":null,"spread":false},{"title":"Search.class <span style='color:#111;'> 2.88KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"index.jsp <span style='color:#111;'> 3.25KB </span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'> 39B </span>","children":null,"spread":false}],"spread":true},{"title":"search.jsp <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false}],"spread":true},{"title":".myeclipse","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'> 695B </span>","children":null,"spread":false},{"title":"src","children":[{"title":"bean","children":[{"title":"showSearch.java <span style='color:#111;'> 1.45KB </span>","children":null,"spread":false},{"title":"indexBean.java <span style='color:#111;'> 742B </span>","children":null,"spread":false},{"title":"SearchBean.java <span style='color:#111;'> 883B </span>","children":null,"spread":false},{"title":"ContentBean.java <span style='color:#111;'> 953B </span>","children":null,"spread":false},{"title":"showContent.java <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"showIndex.java <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false}],"spread":true},{"title":"data","children":[{"title":"DataConn.java <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false}],"spread":true},{"title":"Servlet","children":[{"title":"view.java <span style='color:#111;'> 1.81KB </span>","children":null,"spread":false},{"title":"Search.java <span style='color:#111;'> 2.73KB </span>","children":null,"spread":false},{"title":"Post.java <span style='color:#111;'> 3.29KB </span>","children":null,"spread":false},{"title":"index.java <span style='color:#111;'> 2.71KB </span>","children":null,"spread":false},{"title":"Do.java <span style='color:#111;'> 3.50KB </span>","children":null,"spread":false},{"title":"Login.java <span style='color:#111;'> 3.48KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".classpath <span style='color:#111;'> 362B </span>","children":null,"spread":false},{"title":"test.sql <span style='color:#111;'> 7.75KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • wxibm :
    代码写的相当值得学习
    2015-10-29
  • cxz7531 :
    给初学者参考是很不错的,代码可读性很好
    2015-04-06
  • 葛琪琪 :
    很好,很完整,谢谢
    2014-12-10
  • sarepo :
    很好,很清晰,很不错的例子。
    2014-06-08
  • Coding-lover :
    很好 结构很清晰 非常不错地学习地例子
    2014-05-22

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明