zoukankan      html  css  js  c++  java
  • interaction-oriented architecture

    MVC(Model-View-Controller),它是专门针 对交互系统提出的,所以如果我们要构建一个交互系统,那么我们就可以直接应用MVC模式,然后 在该模式所搭建的场景的启发下去发现Model、View以及Controller,在这个大的场景的指导下根 据其它的需求(模式)构建一些小的场景对系统进行有效的分化。 

    Interaction-Oriented Architecture

    The primary objective of interaction-oriented architecture is to separate the interaction of user from data abstraction and business data processing. The interaction-oriented software architecture decomposes the system into three major partitions −

    • Data module − Data module provides the data abstraction and all business logic.
    • Control module − Control module identifies the flow of control and system configuration actions.
    • View presentation module − View presentation module is responsible for visual or audio presentation of data output and it also provides an interface for user input.

    Interaction-oriented architecture has two major styles − Model-View-Controller (MVC) 

  • 相关阅读:
    我为何需要使用空接口?
    Castle 整合.NET Remoting
    MVC结构简介
    在asp.net页面上得到Castle容器的实例
    Castle.MVC框架介绍
    08.vue-router动态路由匹配
    07. vue-router嵌套路由
    06.路由重定向
    04 Vue Router路由管理器
    ES6新特性之 let 、const
  • 原文地址:https://www.cnblogs.com/feng9exe/p/10255410.html
Copyright © 2011-2022 走看看