Particularly, a function block based model view control design pattern is constructed, and with the proposed design pattern, a prototype of drilling measurement and control system is designed. 利用IEC61499的功能块和MVC设计模式实现了IPMCS的开放式、模块化设计,并设计出钻孔机监控系统的原型系统。
To increase code reusability, portability and maintainability of schedule management components and reduce coupling between the view and logic of the components, the MVC design pattern is used to divide the components into three parts : model, view and control. 为提高进度管理组件代码的重用性、可移植性和可维护性,降低组件在视图和逻辑上的耦合性,采用了MVC设计模式将组件划分为模型、视图、控制三个部分。
The system used J2EE software framework, MVC ( Model, View, Control ) design module and O-O technology, thus it had such advantages as enabling span-platform system, easy maintaining and expanding. 系统实现采用J2EE软件架构、MVC(Model,View,Control)设计模式和面向对象的编程技术,从而使系统具有跨平台、易维护和易扩展等优点。
Struts is an open source framework based on modular application architecture Model, View and Control ( MVC ). It is an effective technique with which we constitute a WEB application including Java Servlet and JSP. Struts是一个基于模型、视图和控制器模式应用架构的一种开源框架,是利用Javaservlet和JSP构建Web应用的一种有效技术。
Both have a container in which the application code will execute; an MVC framework that helps to separate the application's model, view, and control; and a mechanism to persist data. 两者都有用来执行应用程序代码的容器;都有帮助分离应用程序的模型、视图和控件的MVC框架;以及持久存储数据的机制。