搜索资源列表
guestbook-struts
- 用JSP+MySQL+Struts写的简单的留言版,采用MVC模式,很适合初学者来当做练习的一个例子
StudentManageSystem
- Java+jsp+mysql学生管理系统,功能相对比较简单,但是MVC的开发模式是可以值得学习的,希望各位可以借鉴一下-Java+ jsp+ mysql student management system, functionality is relatively simple, but the MVC pattern of development is worth learning, and I hope you can learn about
alumni
- 基于JSP+MySQL的校友录系统源代码-JSP MVC-alumni-based system source code
chap19
- jsp开发的网上购物系统 采用mysql 数据库mvc模式开发-jsp development of online shopping system uses a mysql database mvc pattern of development
library
- 感觉很好用的源代码,其中用到的语言以及工具有Java, MySql ,JAVAEE ,jsp Javascr ipt语言,javaee框架和mvc模式-Feel good with the source code, which uses the language and tools are Java, MySql, JAVAEE, jspJavascr ipt language, javaee model framework and mvc
ThesisManagement
- 大学生论文管理系统。 大学生论文管理系统是学校等机构在自己的局域网上搭建的B/S结构办公平台,用户打开浏览器即可方便快捷地使用该系统,进行论文的发布、管理和查阅工作。本章根据大学中的实际需求,介绍一个完整的学生论文管理系统从设计到实现的方法。 采用MySQL作为后台数据库,采用标准MVC三层架构(JSP-JavaBean-Servlet)开发模式。通过这种设计模型把应用逻辑,处理过程和显示逻辑分成不同的组件实现,这些组件可以进行交互和重用。 -Thesis Management Sy
javaForumCode
- java论坛代码。 mvc模式下的bbs论坛程序,界面仿国内高校的论坛。 jsp+javabeab+mysql,Structs。-Forum java code. mvc model bbs forum under the procedures, the interface of domestic colleges and universities like the forum. jsp+ javabeab+ mysql, Structs.
ddvip_com_022512f6300609
- java论坛代码,mvc模式下的bbs论坛程序,界面仿国内高校的论坛。jsp+javabeab+mysql,Structs。 -java code forum, mvc model bbs forum under the procedures, the interface of domestic colleges and universities like the forum. jsp+ javabeab+ mysql, Structs.
StrtsSPDemo
- 本案例重点讲解了如何Struts中实现分页程序,通过Struts+DAO的设计方式讲解了J2EE WEB端标准的分页程序。 产品:JDK 1.5、Tomcat 5.0、MySQL数据库 技术:Struts、JAVA、JSP内置对象、SQL语句、DAO设计模式、MVC设计模式 -Struts,DAO
sshUserSystem
- JAVA +MySql小型用户管理系统 运用Strust+Spring+Hibernate 3框架 实现mvc jsp融合Javascr ipt+Ajax 技术 程序还有待完善-Strust+Spring+Hibernate Javascr ipt+Ajax
xyyweb
- 基于TOMCAT5.5+MYSQL的网络留言板(MVC模式)-TOMCAT5.5+ MYSQL based web message board (MVC pattern)
MvcDaoNotegblmodi
- 基于JSP,采用MVC和DAO技术开发的公告栏程序,数据库用Mysql,学习的好案例,推荐下载研究。-Based on JSP, MVC and DAO using bulletin board technology development program, database with Mysql, a good case study is recommended to download research.
ShoppingBooks
- 网上购书项目 结合jsp,mvc,mysql 结构清晰,画面漂亮-Online textbook project combines jsp, mvc, mysql structure is clear, beautiful pictures
banking
- banking .rar is online banking using MVC design pattern jsp as front end and servlet as controller then java bean work as module the back end is mysql .
javasummary
- 本段资料总结了java基础知识,包括Oracle,MySQL,HTML,MVC,servlet/jsp,struts2等,详细,透彻。-This section summarizes the basic knowledge of java, including Oracle, MySQL, HTML, MVC, servlet/jsp, struts2, etc., detailed and lucid.
zxz
- jsp 网上购物系统 源码 mysql mvc-jsp online shopping
JSP-MVC-Shopping-Cart
- 在MVC模式下使用severlet实现的购物车实例 其数据库采用的mysql-Used in the MVC pattern implementation cart severlet its database using the mysql instance
myblog
- 基于jsp,mysql个人博客系统,采用mvc设计模式。-Based on JSP, mysql personal blog system, the MVC design mode
jspCourse
- JSP学习的例子,如何运用MVC和javabean编写程序(Examples for JSP learning MVC)
test_score
- 项目描述:该系统运行于linux Tomcat + mysql平台。 主要使用了JSP/Servlet、JavaBean、struts2、JS及JDBC技术。控制层由 Servlet控制流程,并调用业务层的相应方法进行不同的业务处理。表现层采用JSP及EL技术相结合,增强了系统的强壮性。该项目分为用户管理、管理员管理、2个模块。按照MVC的架构,采用struts来做页面的分发控制,JSP来做表示层。其中在模型层,又分为业务逻辑层和数据层,使用了工厂设计模式,严格的针对接口编程,降低了模块之间的耦