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) 

  • 相关阅读:
    jackson自动将东八区时间转成标准时间
    开发项目和所用时间 感想
    自我介绍
    后缀数组模板
    lucas模板
    后缀数组da3模板
    cf#366....
    第1月2周1天
    第1月2周2天
    第1月1周1天
  • 原文地址:https://www.cnblogs.com/feng9exe/p/10255410.html
Copyright © 2011-2022 走看看