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

搜索资源列表

  1. JEgg1[1].0

    0下载:
  2. 使用JAVA开发的一个基于MVC模式的投蛋小游戏。一个典型的模型-视图-控制的例子。是软件体系结构中的一个典型。-use of a Java-based development of the MVC model for small eggs game. A typical model-view-control example. The software architecture of a typical.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:78136
    • 提供者:何芳
  1. javaproject

    0下载:
  2. 这是我在北大青鸟accp4.0 第一学期 的java 项目<员工管理系统>,采用db,model,view,三层关系. 连接数据库驱动为jdbc 用eclipse完成的手写的窗体代码,用jbuilder2006编译调试.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1327964
    • 提供者:asdffd
  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
    • 文件大小:4093
    • 提供者: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-15
    • 文件大小:14662
    • 提供者: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
    • 文件大小:10232
    • 提供者:jimlaren
  1. MVCModelUsingJavaApplicationDevelopment

    0下载:
  2. 采用Java编程语言,设计合理的类,分别扮演模型(Model)、视图(View)和控制器(Controller)的角色。编写图形界面的程序,展示这三个角色,观察三种角色间的相互关系。-Using Java programming language, designed categories, and to play a model (Model), view (View) and controller (Controller) roles. Procedures for the preparati
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:24460
    • 提供者:时间
  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
    • 文件大小:1925
    • 提供者:avaga
  1. GWAP

    0下载:
  2. 商城之家JSP商城企业版v7.0本系统包含N多个JavaBean类,整个系统全面实现MVC(模型 视图 控制)三层架构,大量的应用到了类的反射机制涉及STRUTS+HIBERNATER高级编成技术,体现了多层建构框架模式的绝优越性。 商城之家JSP商城企业版数据和逻辑处理由STRUTS的模型层Model进行处理,页面调转由STRUTS的控制层Controller实现,页面负责显示请求和响应,大大增强“人机”的互动性,这一层在STRUTS的视图层View用STRUTS标签+HTML等实现,同
  3. 所属分类:Java Develop

    • 发布日期:2017-05-28
    • 文件大小:11713153
    • 提供者:pippo
  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-12
    • 文件大小:1871
    • 提供者:Araz
  1. javaME

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

    • 发布日期:2017-03-26
    • 文件大小:243118
    • 提供者:刘杰
  1. java.odt.tar

    0下载:
  2. Creates, compiles and links two simple shaders. The vertex shader mimics the fixed function * pipeline and computes standard model view projection transformations. The fragment shader sets * the colour of fragments by reading the current glCol
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:25711
    • 提供者:veeresh
  1. denglu

    0下载:
  2. Struts 登陆的实现--MVC模式 希望它能起到作用。-Struts2-Login by Model,View and Controllar(MVC) Completely--I hope it is helpful .
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:18581
    • 提供者:王刚
  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
    • 文件大小:424577
    • 提供者:sunna
  1. bookshop

    0下载:
  2. 本系统包含250多个JavaBean类,整个系统全面实现MVC(模型 视图 控制)三层架构, 大量的应用到了类的反射机制涉及网络编程行业最高精尖技术STRUTS+HIBERNATER,最有说 服力的证实了多层建构框架模式的绝优越性。数据和逻辑处理由STRUTS的模型层Model进行处理, 页面调转由STRUTS的控制层Controller实现,页面负责显示请求和响应,大大增强了“人机”的 互动性,这一层在STRUTS的视图层View用STRUTS标签+HTML等实现,同时使用va
  3. 所属分类:Java Develop

    • 发布日期:2017-05-28
    • 文件大小:11664453
    • 提供者:zhongzh
  1. JSPGenCMS3_20100820

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

    • 发布日期:2017-05-20
    • 文件大小:5730640
    • 提供者:潘波
  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
    • 文件大小:11120
    • 提供者:yzy
  1. yinhangjisuanjishiyongguanlixitong

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

    • 发布日期:2017-03-27
    • 文件大小:946260
    • 提供者:killersking
  1. JsForum0.01beta

    0下载:
  2. java做的一个论坛,使用了JSP,Servlet,运用了MVC思想。- written in JSP and Servlets designed using the MVC (Model View Control) framework Struts
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:206211
    • 提供者:王强
  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-02
    • 文件大小:115245
    • 提供者:胡道
  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
    • 文件大小:16789719
    • 提供者:KWON
« 12 3 4 5 »
搜珍网 www.dssz.com