CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - model view controller

搜索资源列表

  1. JSP 的模板

    0下载:
  2. 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. Sm
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4kb
    • 提供者:leon
  1. Swing

    0下载:
  2. Swing组件简介 模型-视图-控制器设计模式 Swing组件都有三个要素:  内容,例如,按钮的状态(是否按下)或者文本框中的文本。  外观显示(颜色,尺寸)。  行为(对事件的反应)。 -About Swing components Model- View- Controller design pattern Swing component has three elements:  content, fo
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:14.32kb
    • 提供者:dongbeiren
  1. jDatePicker-1.1.0-src

    0下载:
  2. jdatepicker是一个swing开发的日期选择组件-JDatePicker and JDatePanel is a Java Swing component. It is designed with the Model View Controller pattern and it uses the Java Calendar object as the model. The component may be used via a popup control or embedded on a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:9.99kb
    • 提供者:jimlaren
  1. A_(part6)_161145782003

    0下载:
  2. This concept of using JDBC with reference to J2EE standards or Model View Controller [ MVC ] Architecture is a bit messed up and I read many book and Articles online about this and using Enterprise Java Beans [ EJB ] Database Connection Pool wit
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1.88kb
    • 提供者:avaga
  1. mvc_demo_src

    0下载:
  2. It describes the model view controller pattern. Model–View–Controller (MVC) is an architectural pattern used in software engineering. The pattern isolates business logic from input and presentation, permitting independent development, testing and m
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1.83kb
    • 提供者:Araz
  1. javaME

    0下载:
  2. 设计了一种基于Model View Controller(MVC)模式的手机应用程序新架构,试图解决代码繁杂、维护不方便等问题.架构以一个控制器为中心,协调视图和模型.控制器控制各个界面的切换,响应界面传导过来的用户事件.当业务模型的状态改变时,通过控制器将变化传递到界面.在手机程序开发中,遵循切换由控制器负责、通用业务模型与专用业务模型分离的原则实施.给出了该架构的具体实现,并分析了这种架构的优缺点. -Is designed based on Model View Controller
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:237.42kb
    • 提供者:刘杰
  1. java-student

    0下载:
  2. 基于java的学生信息管理系统,实现对学生具体信息的查询,修改,添加,删除-This paper first introduced the J2EE platform architecture and MVC (model-view-controller) development model, based on the J2EE platform and was widely used. Second, a brief descr iption of the system to use the
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:414.63kb
    • 提供者:sunna
  1. JSPGenCMS3_20100820

    0下载:
  2. JSPGenCMS(JSPGen Content Management System)内容管理系统【简称JSPGenCMS】是一款基于JSPGen3.0框架所开发的内容管理系统,集成了内容(审核)管理、节点管理、专题管理、推荐位管理、广告管理、调查问卷、网上留言、静态生成、内容检索等多项强大功能,采用 模型-视图-控制器(MVC) 设计模式实现了程序与模板完全分离,通过Dreamweaver软件能够任意编辑模板修改显示样式,生成纯静态页面。-JSPGenCMS Management System
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-20
    • 文件大小:5.47mb
    • 提供者:潘波
  1. Lab01

    0下载:
  2. Java source Eclipse tomcat Model-View-Controller-Java source Model-View-Controller Popularized by Erich Gamma, Richard Helm, John Vlissides and Ralf Johnson better known as the Gang of Four in their book called Design Patterns.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:10.86kb
    • 提供者:yzy
  1. yinhangjisuanjishiyongguanlixitong

    0下载:
  2. 计算机管理是旨在管理计算机及其使用者的全部信息的系统。本文首先介绍银行计算机使用管理的背景和意义及设计目的;在各个机构拥有多台计算机的方面分析,从机构,使用人,计算机信息三个方面出发,对计算机的信息进行统计。本系统采用面向对象的思想,用J2EE的MVC模式设计。将应用程序分为模型—视图—控制控制器三个部分,强制性的使应用程序的输入、处理和输出分开,成功地避免了代码的重复使用。最后针对银行计算机使用管理系统进行了测试,找出运行后的不足加以分析,并提出相应的解决方法。-Computer Manage
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:924.08kb
    • 提供者:killersking
  1. jquery-mvc

    0下载:
  2. CorMVC is a jQuery-powered Model-View-Controller (MVC) framework that can aide in the development of single-page jQuery applications. It evolved out of my recent presentation, Building Single-Page Applications Using jQuery And ColdFusion, and will co
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:112.54kb
    • 提供者:胡道
  1. jakarta-struts-1.1

    0下载:
  2. This subproject contains the source code for the "Struts" application support package, consisting of the following major components: - Controller servlet with action mapping technology, implementing the Model- View-Controller (MVC) design p
  3. 所属分类:Java Develop

    • 发布日期:2017-06-09
    • 文件大小:16.01mb
    • 提供者:KWON
  1. coba

    0下载:
  2. This program is my creation to help people who want to know about Model View Controller
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:55.34kb
    • 提供者:seekbang
  1. MVC

    0下载:
  2. INTEGRATING SERVLETS AND JSP: THE MODEL VIEW CONTROLLER (MVC) ARCHITECTURE. Servlets are great when your application requires a lot of real programming to accomplish its task. As illustrated earlier in this book, servlets can manipulate H
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:330.86kb
    • 提供者:Hikio
  1. MVC

    0下载:
  2. MVC Pattern: Model View Controller Sample in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:22.16kb
    • 提供者:Char_
  1. MVCPublishSubscribe

    0下载:
  2. MODEL-VIEW-CONTROLLER实例-MODEL-VIEW-CONTROLLER
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:18.49kb
    • 提供者:裘科灵
  1. paper-creator

    0下载:
  2. 本文首先在业务信息化不断发展的情况下,以题库管理和试卷生成在内部业务流程管理中遇到的问题为背景,分析了目前国内题库管理和试卷生成计算机管理的现状及存在的不足,以及发展趋势。分析了基于MVC的Java Web设计与开发。阐述了基于统一建模语言(UML)的可视化建模技术的概念和特点。介绍了MVC架构的概念、内容和特点及其主要技术。提出了利用当前成熟的、先进的基于MVC 架构的组件开发技术。使用基于UML 的可视化建模技术,对程序设计基础题库及试卷生成系统进行系统分析,通过系统的用例分析进行需求捕获。
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-06
    • 文件大小:1.29mb
    • 提供者:Peng Jin
  1. Guide_to_Web_Development_with_Java_Pub2012_Editio

    0下载:
  2. This comprehensive textbook introduces readers to the three-tiered, Model-View-Controller (MVC) architecture by using Hibernate, JSPs, and Java Servlets. These three technologies all use Java, so that a student with a background in programming will
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-24
    • 文件大小:7.77mb
    • 提供者:朴贤哲
  1. test

    0下载:
  2. spring3 MVC 简单Demo model——view-controller-spring3 the MVC simple Demo the model- view-controller
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2.91mb
    • 提供者:王志刚
  1. sphere_MVC

    0下载:
  2. mvc实现球体基本数据计算,通过建立模型、视图、控制器来实现基本功能-mvc implement basic data sphere, through the establishment of model, view, controller to achieve the basic functions
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:18.83kb
    • 提供者:华生
« 12 3 »
搜珍网 www.dssz.com