Location:
Search - JSP mvc
Search list
Description: 源码一
jsp+servlet+javaBean实现MVC
源码二
Struts+Hibernate实现MVC
源码一
jsp+servlet+javaBean实现MVC
源码二
Struts+Hibernate实现MVC
-a jsp source servlet javaBean MVC source Struts H 2 ibernate achieve a jsp MVC source servlet javaBean MVC source Hibernate code two Struts MVC
Platform: |
Size: 503517 |
Author: 333666 |
Hits:
Description: 数据库语句.txt中是用来建立数据库的 所有功能模块已经完成 Controller为ServletController.class,ProcessComand.class包含了各种操作UserManager.class的命令,UserManager.class负责与数据库交互。 由于时间原因upload.jsp没有改写成java类
Platform: |
Size: 1001142 |
Author: macmicro@163.com |
Hits:
Description: 现在有好多初学jsp的网友经常会问数据库怎么连接啊,怎么老出错啊?所以我集中的在这写篇文章供大家参考,其实这种把数据库逻辑全部放在jsp里未必是好的做法,但是有利于初学者学习,所以我就这样做了,当大家学到一定程度的时候,可以考虑用MVC的模式开发。-now with a lot of beginners jsp netizens often ask how database connectivity ah, ah how old mistakes? So I concentrated on writing this article for reference, but in fact this database logic placed jsp Lane is not necessarily a good practice, but is conducive to beginners learning, so I do this, when we learn a certain extent, we can consider the use of the MVC pattern of development.
Platform: |
Size: 4096 |
Author: 梁尤卓 |
Hits:
Description: JSP的强大优势在于把一种应用的商务逻辑和它的介绍分离开来。用 Smalltalk的面向对象的术语来说, JSP鼓励MVC(model-view-controller)的web应用。JSP的classes 或 beans 是模型, JSP 是这个视图, 而Servlet是控制器。这个例子是一个简单的留言板-JSP powerful advantage lies in a business application logic and its presentation to the left. Smalltalk object-oriented terminology, JSP encourage MVC (model-view-controller) web applications. JSP classes or beans is the model, is the view JSP and Servlet controller. This example is a simple message board
Platform: |
Size: 4096 |
Author: leon |
Hits:
Description: jsp+servlet+javaBean实现MVC -jsp servlet javaBean MVC
Platform: |
Size: 488448 |
Author: 罗森 |
Hits:
Description: jsp+servlet+javaBean实现MVC-jsp servlet javaBean MVC
Platform: |
Size: 487424 |
Author: blue |
Hits:
Description: 源码一
jsp+servlet+javaBean实现MVC
源码二
Struts+Hibernate实现MVC
源码一
jsp+servlet+javaBean实现MVC
源码二
Struts+Hibernate实现MVC
-a jsp source servlet javaBean MVC source Struts H 2 ibernate achieve a jsp MVC source servlet javaBean MVC source Hibernate code two Struts MVC
Platform: |
Size: 502784 |
Author: 333666 |
Hits:
Description: jsp+servlet+javaBean实现MVC-jsp servlet javaBean MVC
Platform: |
Size: 490496 |
Author: pipi |
Hits:
Description: 软件开发过程通常包括五个阶段:分析、设计、编码、测试和发布。如果在Web应用开发中套用现成的Struts框架,则可以简化每个开发阶段的工作,开发人员可以更加有针对性地去分析应用需求,不必重新设计框架,而只需要在Struts框架的基础上,设计MVC各个模块的具体组件(JSP、Action、ActionForm以及业务组件JavaBean等)。在编码过程中,可以充分利用Struts提供的各种实用类和标签库,简化编码工作。-software development process usually includes five phases : analysis, design, coding, testing and released. If the Web Application Development use existing Struts framework, we can simplify the development of each stage of work, developers can be more targeted to analyze the application requirements, without re-design framework, only need the Struts framework, based on the MVC design modules specific components (JSP, Action, ActionForm and business JavaBean components, etc.). During the encoding process, can fully utilize the various Struts provide practical classes and the labels, simplified coding work.
Platform: |
Size: 1305600 |
Author: qaz |
Hits:
Description: 这程序利用就java和jsp实现bbs论坛系统,在开发过程中运用了javabean和jsp的使用技巧,并利用mvc构架web应用程序-use of this procedure on java and jsp achieve bbs Forum, in the process of developing the use of javabean jsp and the use of skills mvc framework and the use of the web application
Platform: |
Size: 2863104 |
Author: qzhong2000 |
Hits:
Description: 基于mvc的宠物管理系统。servlet+jsp-Mvc-based pet management system. servlet+ jsp
Platform: |
Size: 1698816 |
Author: richard |
Hits:
Description: 电子商务网站使用MVC模式B/S结构功能不是很全适合初学者看-E-commerce website using MVC pattern of B/S structure and function is not very suitable for beginners the whole look
Platform: |
Size: 4155392 |
Author: wangjinxiu |
Hits:
Description: 此文件是一个jsp报表自动生成系统,文件中含有系统的主要程序代码.
Platform: |
Size: 207872 |
Author: 明 |
Hits:
Description: 留言管理程序
jsp+servlet+DAO+MVC实现留言程序-Message management procedures jsp+ Servlet+ DAO+ MVC procedures realize Message
Platform: |
Size: 14336 |
Author: 54545 |
Hits:
Description: jsp+mysql+servlet mvc 的BBS-jsp+ mysql+ servlet mvc
Platform: |
Size: 2021376 |
Author: 程风 |
Hits:
Description: 此项目以JSP、servlet、JavaBean实现MVC三层架构.-This item to JSP, servlet, JavaBean realize MVC three-tier structure.
Platform: |
Size: 2172928 |
Author: 李玉寿 |
Hits:
Description: 基于mvc框架 实现留言板 JSP+Servlet+javabean -Mvc framework based on the message board to achieve JSP+ Servlet+ javabean
Platform: |
Size: 13312 |
Author: cyz |
Hits:
Description: jsp+javabean+servlet做的图书馆管理系统-jsp+ javabean+ servlet to do the library management system
Platform: |
Size: 1949696 |
Author: 周成 |
Hits:
Description: 在MVC模式下使用severlet实现的购物车实例
其数据库采用的mysql-Used in the MVC pattern implementation cart severlet its database using the mysql instance
Platform: |
Size: 1353728 |
Author: 蒋 |
Hits:
Description: JSP MVC 下实现的购物车实例
起数据库为mysql
希望对新学着有用-JSP MVC to achieve the shopping cart instance from the database is mysql want to learn to be useful for new
Platform: |
Size: 1226752 |
Author: 蒋 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
34
»