WO2020237899A1 - Command mode-based distributed application rapid development system - Google Patents

Command mode-based distributed application rapid development system Download PDF

Info

Publication number
WO2020237899A1
WO2020237899A1 PCT/CN2019/104933 CN2019104933W WO2020237899A1 WO 2020237899 A1 WO2020237899 A1 WO 2020237899A1 CN 2019104933 W CN2019104933 W CN 2019104933W WO 2020237899 A1 WO2020237899 A1 WO 2020237899A1
Authority
WO
WIPO (PCT)
Prior art keywords
layer
data
business
rapid development
application
Prior art date
Application number
PCT/CN2019/104933
Other languages
French (fr)
Chinese (zh)
Inventor
梁立新
Original Assignee
深圳技术大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳技术大学 filed Critical 深圳技术大学
Publication of WO2020237899A1 publication Critical patent/WO2020237899A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Definitions

  • the present invention relates to the field of computer technology, in particular to a distributed application rapid development system based on a command mode.
  • the present invention provides a rapid development system for distributed applications based on command mode.
  • the development system is a rapid development platform for distributed applications based on command mode, which can be applied to large and medium-sized projects in various industries. In development.
  • the invention provides a rapid development system for distributed applications based on a command mode.
  • the development system is a rapid development platform for distributed applications based on a command mode, which can be used in the development of large and medium-sized projects in various industries.
  • the present invention provides a distributed application rapid development system based on command mode, including: at least one application module;
  • the application module is a layered architecture, and each layer in the application module can be published as a service through a service-oriented architecture.
  • the application module includes: a presentation layer, a control layer, a business layer, and a data layer that are loosely coupled from top to bottom.
  • the presentation layer is used to provide users with a distributed user interaction interface.
  • control layer is used to realize the conversion between the business model in the business layer and the distributed user interaction interface in the presentation layer.
  • the business layer is used to enable business data and business data to execute the business according to preset rules.
  • the data layer is used to store business data.
  • the business data includes at least one of the following: mail data, directory data, file data, message data, public object request agency architecture data, service-oriented architecture data, and relational data.
  • the implementation of the presentation layer includes at least one of the following: a dynamic server page, a view layer component, and a custom tag library.
  • control layer includes at least one of the following: a command factory, a command component, a service connector, and a command server.
  • the invention provides a distributed application rapid development system based on a command mode, which includes a plurality of application modules.
  • the application modules have a layered architecture, and each layer in the application modules can be published as services through a service-oriented architecture. Developers make personalized settings according to business needs, complete rapid application development, and simplify the development process.
  • Fig. 1 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to an exemplary embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a distributed application rapid development system based on a command mode shown in the embodiment shown in FIG. 1 according to the present invention
  • FIG. 3 is a schematic diagram of the principle of a distributed application rapid development system based on a command mode shown in the embodiment shown in FIG. 2 according to the present invention
  • Fig. 4 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to another exemplary embodiment of the present invention.
  • the invention provides a rapid development system for distributed applications based on a command mode.
  • the development system is a rapid development platform for distributed applications based on a command mode, which can be used in the development of large and medium-sized projects in various industries.
  • Fig. 1 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to an exemplary embodiment of the present invention. As shown in Fig. 1, the present invention provides a system for rapid development of distributed applications based on command mode, including: at least one application module.
  • the application module has a layered architecture, and each layer in the application module can be published as a service through a service-oriented architecture.
  • Application modules include: a presentation layer, a control layer, a business layer, and a data layer that are loosely coupled from top to bottom. Layers are loosely coupled and can only be called between two adjacent layers.
  • metadata or metadata classes the value transfer specification between layers is standardized.
  • the layered open system technology is adopted, and application development capabilities are fully expanded. Each layer can be customized as required, and any complex business applications can be developed.
  • FIG. 2 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to the embodiment shown in FIG. 1 according to the present invention.
  • the presentation layer is used to provide users with a distributed user interaction interface.
  • the control layer is used to realize the transformation between the business model in the business layer and the distributed user interaction interface in the presentation layer.
  • the business layer is used to enable business data and business data to execute business with preset rules.
  • the data layer is used to store business data.
  • the persistence layer is used to implement database connections or provide I/O interfaces.
  • the user interface is a terminal service business system running on the client.
  • the rapid development system for distributed applications based on command mode is a multi-layer, distributed application model.
  • Application logic is divided into various components according to functions, and these components are installed on different machines according to the layer it belongs to in the environment, and both logically and physically support the distributed architecture idea.
  • FIG. 3 is a schematic diagram of the principle of the distributed application rapid development system based on the command mode shown in the embodiment of FIG. 2 according to the present invention.
  • the presentation layer can be implemented by dynamic server pages, custom tag libraries, view layer components, etc., where the dynamic server pages include HTML, JSP, and so on.
  • the control layer can be implemented through command factories, command components, service connectors (servlets), and command servers.
  • the presentation layer completes the display or display function, usually the user interface; the controller completes the process jump between the view and the model, and acts as a bridge.
  • the function of the model is to call business logic and functions, and to return the processing results to the visual view through the controller.
  • the system is based on a modular design idea and adopts a three-tier system structure of browser or mobile terminal/application server/database server, which has strong robustness and scalability.
  • the system guarantees the safe and stable operation of the system from all levels of hardware system, operating system, database system, and application software.
  • the system satisfies a flexible and friendly user experience. Users only need to master daily operations to use all the functions of the system, and it can be customized and personalized.
  • the command mode-based rapid development system for distributed applications includes multiple application modules.
  • the application modules have a layered architecture, and each layer in the application modules can be published as services through a service-oriented architecture. Developers make personalized settings according to business needs, complete rapid application development, and simplify the development process.
  • Fig. 4 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to another exemplary embodiment of the present invention.
  • the distributed application rapid development system based on the command mode includes a presentation layer, a control layer, a business layer, and a data layer.
  • the data layer is used to implement mail data, directory data, file data, message data, Common Object Request Broker Architecture (CORBA) data, and service-oriented architecture (Service-Oriented).
  • SOA Service-Oriented
  • SOA relational database management system
  • RDMS Database Management System
  • the business layer communicates through JAVAMAIL, JNDI, RMI and JDBC.
  • the presentation layer communicates with the user interface layer through SOAP and HTTP protocols.
  • the distributed application rapid development system based on command mode can solve the following problems:
  • the command mode-based rapid development platform for distributed applications implements standard design modes and development frameworks, which not only reduces the difficulty of development, but also enables high-quality development and applications, providing a powerful technical infrastructure for the implementation of distributed applications.
  • the rapid development platform for distributed applications based on the command mode realizes reusable general modules.
  • the development efficiency is high and the investment cost is low.
  • Ordinary large and medium-sized projects require only a few people to invest and can be delivered within three to six months of development.
  • Distributed applications are diverse and diverse.
  • the rapid development platform for distributed applications based on the command mode is not limited to certain types of applications, and can support the development of multiple industries.
  • Integrated with the operating system it can monitor, manage, and operate various resources in the resource pool, and manage databases, application servers, etc.
  • the rapid development platform of distributed applications based on command mode supports deployment and debugging based on online mode.
  • the client only needs a browser to complete.
  • each application module is divided into four layers: presentation layer, control layer, business layer and data layer. Developers make personalized settings according to business needs and complete application development.
  • Each layer of each application module is open and can be published as a service through a service-oriented architecture to become a shared business processing system.
  • the command mode-based rapid development platform for distributed applications has load balancing and cluster support to ensure the high availability and scalability of large applications and large concurrent services.
  • the command mode-based rapid development platform for distributed applications adopts standard and common technologies and development modes, and provides an open, transparent and loosely coupled technology architecture platform for application development, with good compatibility.
  • the distributed application rapid development platform based on command mode is an application platform
  • the rapid development platform for distributed applications based on command mode is an application platform built on various standard technology platforms.
  • the rapid development platform for distributed applications based on the command mode is based on standards, such as JavaEE, XML, server-oriented, etc.
  • the rapid development platform for distributed applications based on the command mode is relatively independent of specific technology platforms, such as operating systems, database systems, etc. , Has good portability and scalability.
  • a unified application framework not only improves the efficiency of product development, but also enables more efficient use of channel implementation and support resources. More importantly, customers' application upgrades and application integration will be fundamentally guaranteed, with good maintainability.
  • the distributed application rapid development platform based on the command mode supports the complete life cycle of the product, including development (DEVELOPMENT), deployment (DEPLOYMENT) to management (ADMINISTRATION). Partners can use the secondary development tools provided by the command mode-based distributed application rapid development platform to do customer customization; while customers can use the command-based distributed application rapid development platform to manage all applications.
  • the rapid development platform for distributed applications based on command mode has the following economic indicators:
  • the command mode-based rapid development platform for distributed applications adopts a low-cost solution.
  • the early stage is mainly software research and development and basic hardware investment, so the initial investment is relatively small. In the initial stage, it will be based on and focus on providing customers with high-efficiency, high-reliability, high-security, low-cost platform systems, and charge certain function usage fees through cloud accounts, while charging certain service fees based on offline value-added services.
  • the distributed application rapid development platform based on the command mode creates convenient and practical software design and development methods for people, and can create huge social benefits, promote the rapid development of related computer technology, and accelerate the popularization of Internet applications in the general public. Promote industrial transformation and economic development.

Abstract

Provided in the present invention is a command mode-based distributed application rapid development system. The system comprises: at least one application module. The application module has a layered architecture, and, the layers in the application module can be published as services via a service-oriented architecture. The system provided in the present invention comprises multiple application modules, the application modules have a layered architecture, and, the layers in the application modules can be published as services via the service-oriented architecture. Personalization is performed by a developer on the basis of service requirements, the rapid development of an application is achieved, and a development process is simplified.

Description

基于命令模式的分布式应用快速开发系统Distributed application rapid development system based on command mode 技术领域Technical field
本发明涉及计算机技术领域,尤其涉及一种基于命令模式的分布式应用快速开发系统。The present invention relates to the field of computer technology, in particular to a distributed application rapid development system based on a command mode.
背景技术Background technique
目前软件开发行业中强调质量和效率,技术要求比较高。产品和项目开发过程中,项目组既要精通技术又要精通业务;云计算、大数据和移动互联网等各种新技术,对现有开发带来新的挑战。在软件开发过程中,开发人员基本靠开发工具或开发工具衍生出来的辅助工具来实现,整个过程比较繁琐,涉及大量的代码和调试。这些都需要有一个开放优秀的应用开发平台作为技术保证。At present, the software development industry emphasizes quality and efficiency, and the technical requirements are relatively high. In the process of product and project development, the project team must be proficient in both technology and business; various new technologies such as cloud computing, big data and mobile Internet bring new challenges to existing development. In the software development process, developers basically rely on development tools or auxiliary tools derived from development tools to achieve this. The whole process is relatively cumbersome and involves a lot of code and debugging. All of these require an open and excellent application development platform as a technical guarantee.
为了解决上述软件开发过程中问题,本发明提供一种基于命令模式的分布式应用快速开发系统,该开发系统为基于命令模式的分布式应用快速开发平台,可以应用在各个行业领域的大中型项目开发中。In order to solve the above problems in the software development process, the present invention provides a rapid development system for distributed applications based on command mode. The development system is a rapid development platform for distributed applications based on command mode, which can be applied to large and medium-sized projects in various industries. In development.
技术问题technical problem
本发明提供一种基于命令模式的分布式应用快速开发系统,该开发系统为基于命令模式的分布式应用快速开发平台,可以应用在各个行业领域的大中型项目开发中。The invention provides a rapid development system for distributed applications based on a command mode. The development system is a rapid development platform for distributed applications based on a command mode, which can be used in the development of large and medium-sized projects in various industries.
技术解决方案Technical solutions
本发明提供一种基于命令模式的分布式应用快速开发系统,包括:至少一个应用模块;The present invention provides a distributed application rapid development system based on command mode, including: at least one application module;
所述应用模块为分层式架构,且所述应用模块中各层均可通过面向服务的架构发布为服务。The application module is a layered architecture, and each layer in the application module can be published as a service through a service-oriented architecture.
可选地,所述应用模块包括:从上至下依次松耦合的表现层、控制层、业务层以及数据层。Optionally, the application module includes: a presentation layer, a control layer, a business layer, and a data layer that are loosely coupled from top to bottom.
可选地,所述表现层用于为用户提供分布式用户交互接口。Optionally, the presentation layer is used to provide users with a distributed user interaction interface.
可选地,所述控制层用于实现所述业务层中业务模式与所述表现层中分布式用户交互接口之间转化。Optionally, the control layer is used to realize the conversion between the business model in the business layer and the distributed user interaction interface in the presentation layer.
可选地,所述业务层用于使业务数据和业务数据以预设规则执行业务。Optionally, the business layer is used to enable business data and business data to execute the business according to preset rules.
可选地,所述数据层用于存储业务数据。Optionally, the data layer is used to store business data.
可选地,所述业务数据包括如下至少一项:邮件数据、目录数据、文件数据、消息数据、公共对象请求代理体系结构数据、面向服务的架构数据以及关系型数据。Optionally, the business data includes at least one of the following: mail data, directory data, file data, message data, public object request agency architecture data, service-oriented architecture data, and relational data.
可选地,所述表现层的实现方式包括如下至少一项:动态服务器页面、视图层组件和自定义标签库。Optionally, the implementation of the presentation layer includes at least one of the following: a dynamic server page, a view layer component, and a custom tag library.
可选地,所述控制层的实现方式包括如下至少一项:命令工厂、命令组件、服务连接器及命令服务器。Optionally, the implementation of the control layer includes at least one of the following: a command factory, a command component, a service connector, and a command server.
有益效果Beneficial effect
本发明提供一种基于命令模式的分布式应用快速开发系统,包括多个应用模块,应用模块为分层式架构,且应用模块中各层均可通过面向服务的架构发布为服务。开发人员根据业务需要进行个性设置,完成应用快速开发,简化开发过程。The invention provides a distributed application rapid development system based on a command mode, which includes a plurality of application modules. The application modules have a layered architecture, and each layer in the application modules can be published as services through a service-oriented architecture. Developers make personalized settings according to business needs, complete rapid application development, and simplify the development process.
附图说明Description of the drawings
图1为本发明根据一示例性实施例示出的基于命令模式的分布式应用快速开发系统的结构示意图;Fig. 1 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to an exemplary embodiment of the present invention;
图2为本发明基于图1所示实施例示出的基于命令模式的分布式应用快速开发系统的结构示意图;FIG. 2 is a schematic structural diagram of a distributed application rapid development system based on a command mode shown in the embodiment shown in FIG. 1 according to the present invention;
图3为本发明基于图2所示实施例示出的基于命令模式的分布式应用快速开发系统的原理示意图;FIG. 3 is a schematic diagram of the principle of a distributed application rapid development system based on a command mode shown in the embodiment shown in FIG. 2 according to the present invention;
图4为本发明根据另一示例性实施例示出的基于命令模式的分布式应用快速开发系统的结构示意图。Fig. 4 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to another exemplary embodiment of the present invention.
本发明的实施方式Embodiments of the invention
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the objectives, technical solutions, and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be described clearly and completely in conjunction with the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments It is a part of the embodiments of the present invention, not all the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the protection scope of the present invention.
本发明提供一种基于命令模式的分布式应用快速开发系统,该开发系统为基于命令模式的分布式应用快速开发平台,可以应用在各个行业领域的大中型项目开发中。The invention provides a rapid development system for distributed applications based on a command mode. The development system is a rapid development platform for distributed applications based on a command mode, which can be used in the development of large and medium-sized projects in various industries.
图1为本发明根据一示例性实施例示出的基于命令模式的分布式应用快速开发系统的结构示意图。如图1所示,本发明提供一种基于命令模式的分布式应用快速开发系统,包括:至少一个应用模块。Fig. 1 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to an exemplary embodiment of the present invention. As shown in Fig. 1, the present invention provides a system for rapid development of distributed applications based on command mode, including: at least one application module.
在上述基于命令模式的分布式应用快速开发系统中,应用模块为分层式架构,且应用模块中各层均可通过面向服务的架构发布为服务。应用模块包括:从上至下依次松耦合的表现层、控制层、业务层以及数据层。层与层之间松耦合,只能在相邻两层之间进行调用,通过定义元数据或元数据类,规范了层与层之间的传值规范。在本实施例中,采用分层的开放体系技术,应用开发能力得到了充分地扩展,每层都可以根据需要进行定制,可以开发任何复杂的业务应用。In the above-mentioned command mode-based distributed application rapid development system, the application module has a layered architecture, and each layer in the application module can be published as a service through a service-oriented architecture. Application modules include: a presentation layer, a control layer, a business layer, and a data layer that are loosely coupled from top to bottom. Layers are loosely coupled and can only be called between two adjacent layers. By defining metadata or metadata classes, the value transfer specification between layers is standardized. In this embodiment, the layered open system technology is adopted, and application development capabilities are fully expanded. Each layer can be customized as required, and any complex business applications can be developed.
图2为本发明基于图1所示实施例示出的基于命令模式的分布式应用快速开发系统的结构示意图。如图2所示,表现层用于为用户提供分布式用户交互接口。控制层用于实现业务层中业务模式与表现层中分布式用户交互接口之间转化。业务层用于使业务数据和业务数据以预设规则执行业务。数据层用于存储业务数据。在数据层和业务层之间还设置有持久层,持久层用于实现数据库连接或者提供I/O接口。在表现层之上还有用户接口,用户接口为运行在客户机上的终端业务业务系统。FIG. 2 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to the embodiment shown in FIG. 1 according to the present invention. As shown in Figure 2, the presentation layer is used to provide users with a distributed user interaction interface. The control layer is used to realize the transformation between the business model in the business layer and the distributed user interaction interface in the presentation layer. The business layer is used to enable business data and business data to execute business with preset rules. The data layer is used to store business data. There is also a persistence layer between the data layer and the business layer. The persistence layer is used to implement database connections or provide I/O interfaces. There is also a user interface above the presentation layer. The user interface is a terminal service business system running on the client.
基于命令模式的分布式应用快速开发系统是一种多层的、分布式的应用模型。应用逻辑根据功能被划分成各种组件,而且这些组件依据它在环境中所属的层被安装在不同的机器上,不论逻辑上还是物理上都支持分布式架构思想。The rapid development system for distributed applications based on command mode is a multi-layer, distributed application model. Application logic is divided into various components according to functions, and these components are installed on different machines according to the layer it belongs to in the environment, and both logically and physically support the distributed architecture idea.
图3为本发明基于图2所示实施例示出的基于命令模式的分布式应用快速开发系统的原理示意图。如图3所示,在本实施例中表现层可以通过动态服务器页面、自定义标签库、视图层组件等实现,其中,动态服务器页面包括HTML、JSP等。控制层可以通过命令工厂、命令组件、服务连接器(servlet)及命令服务器等实现。FIG. 3 is a schematic diagram of the principle of the distributed application rapid development system based on the command mode shown in the embodiment of FIG. 2 according to the present invention. As shown in Fig. 3, in this embodiment, the presentation layer can be implemented by dynamic server pages, custom tag libraries, view layer components, etc., where the dynamic server pages include HTML, JSP, and so on. The control layer can be implemented through command factories, command components, service connectors (servlets), and command servers.
继续参考图3,在上述基于命令模式的分布式应用快速开发系统中,表现层完成展示或展现功能,通常为用户界面;控制器完成视图和模型之间的流程跳转,起到桥梁作用,模型的功能是调用业务逻辑和功能,将处理结果通过控制器返回给可视化视图。Continuing to refer to Figure 3, in the above-mentioned command mode-based distributed application rapid development system, the presentation layer completes the display or display function, usually the user interface; the controller completes the process jump between the view and the model, and acts as a bridge. The function of the model is to call business logic and functions, and to return the processing results to the visual view through the controller.
基于命令(Command Pattern)设计模式和分布式架构思想开发。该系统以模块化设计思想为依据,采用浏览器或移动终端/应用服务器/数据库服务器的三层体系结构,具有极强的健壮性和可扩展性。该系统从硬件系统、操作系统、数据库系统、应用软件等各个层面保证系统安全稳定运行。该系统满足灵活友好的用户体验,用户只需掌握日常操作即可使用系统的所有功能,并且可定制化和个性化。Command based Pattern) Design pattern and development of distributed architecture ideas. The system is based on a modular design idea and adopts a three-tier system structure of browser or mobile terminal/application server/database server, which has strong robustness and scalability. The system guarantees the safe and stable operation of the system from all levels of hardware system, operating system, database system, and application software. The system satisfies a flexible and friendly user experience. Users only need to master daily operations to use all the functions of the system, and it can be customized and personalized.
在本实施例提供的基于命令模式的分布式应用快速开发系统中,包括多个应用模块,应用模块为分层式架构,且应用模块中各层均可通过面向服务的架构发布为服务。开发人员根据业务需要进行个性设置,完成应用快速开发,简化开发过程。The command mode-based rapid development system for distributed applications provided in this embodiment includes multiple application modules. The application modules have a layered architecture, and each layer in the application modules can be published as services through a service-oriented architecture. Developers make personalized settings according to business needs, complete rapid application development, and simplify the development process.
图4为本发明根据另一示例性实施例示出的基于命令模式的分布式应用快速开发系统的结构示意图。如图4所示,本实施例提供的基于命令模式的分布式应用快速开发系统包括表现层、控制层、业务层以及数据层。其中,数据层用于实现邮件数据、目录数据、文件数据、消息数据、公共对象请求代理体系结构(Common Object Request Broker Architecture,简称:CORBA)数据、面向服务的架构(Service-Oriented Architecture,简称:SOA)数据以及关系型数据库管理系统(Relational Database Management System,简称:RDMS)中数据的存储。业务层通过JAVAMAIL、JNDI、RMI以及JDBC之间通信。表现层通过SOAP协议以及HTTP协议与用户接口层通信。Fig. 4 is a schematic structural diagram of a system for rapid development of distributed applications based on a command mode according to another exemplary embodiment of the present invention. As shown in FIG. 4, the distributed application rapid development system based on the command mode provided by this embodiment includes a presentation layer, a control layer, a business layer, and a data layer. Among them, the data layer is used to implement mail data, directory data, file data, message data, Common Object Request Broker Architecture (CORBA) data, and service-oriented architecture (Service-Oriented). Architecture, referred to as: SOA) data and relational database management system (Relational Data storage in Database Management System (RDMS for short). The business layer communicates through JAVAMAIL, JNDI, RMI and JDBC. The presentation layer communicates with the user interface layer through SOAP and HTTP protocols.
基于命令模式的分布式应用快速开发系统可以解决如下问题:The distributed application rapid development system based on command mode can solve the following problems:
(1)快速支撑项目的开发落地(1) Quickly support the development and landing of the project
基于命令模式的分布式应用快速开发平台实现了标准的设计模式和开发框架,不仅降低了开发难度,同时可以实现高质量的开发和应用,为分布式应用的落地提供了强大的技术基础设施。The command mode-based rapid development platform for distributed applications implements standard design modes and development frameworks, which not only reduces the difficulty of development, but also enables high-quality development and applications, providing a powerful technical infrastructure for the implementation of distributed applications.
(2)低成本低投入(2) Low cost and low investment
基于命令模式的分布式应用快速开发平台实现了可重用的通用模块,在进行项目设计和实施时,开发效率高,投入成本低。普通的大中型项目,投入只需要几个人,开发三到六个月就能够交付。The rapid development platform for distributed applications based on the command mode realizes reusable general modules. During project design and implementation, the development efficiency is high and the investment cost is low. Ordinary large and medium-sized projects require only a few people to invest and can be delivered within three to six months of development.
(3)具备承载多种应用开发的能力(3) Ability to carry multiple application development
分布式应用五花八门,多种多样,基于命令模式的分布式应用快速开发平台不只局限于某类应用,可以支持多个行业领域的开发。Distributed applications are diverse and diverse. The rapid development platform for distributed applications based on the command mode is not limited to certain types of applications, and can support the development of multiple industries.
(4)资源监控(4) Resource monitoring
与操作系统集成,可以监控、管理、操作资源池中的各种资源,管理数据库、应用服务器等。Integrated with the operating system, it can monitor, manage, and operate various resources in the resource pool, and manage databases, application servers, etc.
(5)在线部署和调试(5) Online deployment and debugging
基于命令模式的分布式应用快速开发平台支持基于在线模式的部署和调试。客户端只需要浏览器即可完成。The rapid development platform of distributed applications based on command mode supports deployment and debugging based on online mode. The client only needs a browser to complete.
(6)采用分层配置的技术(6) The use of hierarchical configuration technology
每个应用模块的实现都分四层:表现层、控制层、业务层和数据层。开发人员根据业务需要进行个性设置,完成应用开发。每个应用模块的各层都是开放的,都可以通过面向服务的架构发布成服务,成为一个共享的业务处理系统。The realization of each application module is divided into four layers: presentation layer, control layer, business layer and data layer. Developers make personalized settings according to business needs and complete application development. Each layer of each application module is open and can be published as a service through a service-oriented architecture to become a shared business processing system.
(7)负载均衡和集群(7) Load balancing and clustering
基于命令模式的分布式应用快速开发平台具备负载均衡和集群支持,确保大应用大并发业务的高可用和可扩展性。The command mode-based rapid development platform for distributed applications has load balancing and cluster support to ensure the high availability and scalability of large applications and large concurrent services.
(8)开发透明,可兼容性好(8) Transparent development and good compatibility
基于命令模式的分布式应用快速开发平台采用标准和通用的技术和开发模式,为应用开发提供了一个开放透明松散耦合的技术架构平台,具有好的可兼容性。The command mode-based rapid development platform for distributed applications adopts standard and common technologies and development modes, and provides an open, transparent and loosely coupled technology architecture platform for application development, with good compatibility.
在本实施例提供的基于命令模式的分布式应用快速开发系统中,具有如下技术优点:In the command mode-based rapid development system for distributed applications provided by this embodiment, the following technical advantages are provided:
(1)基于命令模式的分布式应用快速开发平台是一个应用平台(1) The distributed application rapid development platform based on command mode is an application platform
基于命令模式的分布式应用快速开发平台是建立在各种标准的技术平台之上的应用平台。基于命令模式的分布式应用快速开发平台是基于标准的,如JavaEE、XML、面向服务器等,基于命令模式的分布式应用快速开发平台是相对独立于具体的技术平台,如操作系统、数据库系统等,具有良好的可移植性和可扩展性。The rapid development platform for distributed applications based on command mode is an application platform built on various standard technology platforms. The rapid development platform for distributed applications based on the command mode is based on standards, such as JavaEE, XML, server-oriented, etc. The rapid development platform for distributed applications based on the command mode is relatively independent of specific technology platforms, such as operating systems, database systems, etc. , Has good portability and scalability.
(2)基于命令模式的分布式应用快速开发平台是一个应用框架(2) The distributed application rapid development platform based on command mode is an application framework
统一的应用框架不仅提高了产品开发的效率,也使渠道的实施和支持资源可以得到更高效率的利用。更重要的是,客户的应用升级、应用整合将从根本上得到保证,具有良好的可维护性。A unified application framework not only improves the efficiency of product development, but also enables more efficient use of channel implementation and support resources. More importantly, customers' application upgrades and application integration will be fundamentally guaranteed, with good maintainability.
(3)基于命令模式的分布式应用快速开发平台是一个应用工具(3) The distributed application rapid development platform based on command mode is an application tool
基于命令模式的分布式应用快速开发平台支持产品完整的生命周期,包括开发(DEVELOPMENT)、部署(DEPLOYMENT)到管理(ADMINISTRATION)。合作伙伴可以利用基于命令模式的分布式应用快速开发平台提供的二次开发工具做客户定制;而客户则可以利用基于命令模式的分布式应用快速开发平台来管理所有的应用。The distributed application rapid development platform based on the command mode supports the complete life cycle of the product, including development (DEVELOPMENT), deployment (DEPLOYMENT) to management (ADMINISTRATION). Partners can use the secondary development tools provided by the command mode-based distributed application rapid development platform to do customer customization; while customers can use the command-based distributed application rapid development platform to manage all applications.
基于命令模式的分布式应用快速开发平台存在如下经济指标:The rapid development platform for distributed applications based on command mode has the following economic indicators:
基于命令模式的分布式应用快速开发平台采用低成本的方案,前期主要是软件研发和基础硬件投入,因此先期的投入相对较小。初期将立足并专注于为客户提供高效率、高可靠性、高安全性、低成本的平台系统,并以云账号方式收取一定功能使用费,同时根据线下增值服务类型收取一定服务费。The command mode-based rapid development platform for distributed applications adopts a low-cost solution. The early stage is mainly software research and development and basic hardware investment, so the initial investment is relatively small. In the initial stage, it will be based on and focus on providing customers with high-efficiency, high-reliability, high-security, low-cost platform systems, and charge certain function usage fees through cloud accounts, while charging certain service fees based on offline value-added services.
基于命令模式的分布式应用快速开发平台的项目存在如下社会效益:The project of the rapid development platform for distributed applications based on command mode has the following social benefits:
基于命令模式的分布式应用快速开发平台为人们创造了方便实用的软件设计和开发方式,同时可以创造巨大的社会效益,推动了相关计算机技术的快速发展,加快了互联网应用在普通大众的普及,促进产业转型和经济发展。The distributed application rapid development platform based on the command mode creates convenient and practical software design and development methods for people, and can create huge social benefits, promote the rapid development of related computer technology, and accelerate the popularization of Internet applications in the general public. Promote industrial transformation and economic development.
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand: It is still possible to modify the technical solutions described in the foregoing embodiments, or equivalently replace some or all of the technical features; these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the technical solutions of the embodiments of the present invention range.

Claims (9)

  1. 一种基于命令模式的分布式应用快速开发系统,其特征在于,包括:至少一个应用模块;A rapid development system for distributed applications based on command mode, characterized in that it includes: at least one application module;
    所述应用模块为分层式架构,且所述应用模块中各层均可通过面向服务的架构发布为服务。The application module is a layered architecture, and each layer in the application module can be published as a service through a service-oriented architecture.
  2. 根据权利要求1所述的系统,其特征在于,所述应用模块包括:从上至下依次松耦合的表现层、控制层、业务层以及数据层。The system according to claim 1, wherein the application module comprises: a presentation layer, a control layer, a business layer, and a data layer that are loosely coupled from top to bottom.
  3. 根据权利要求2所述的系统,其特征在于,所述表现层用于为用户提供分布式用户交互接口。The system according to claim 2, wherein the presentation layer is used to provide a distributed user interaction interface for users.
  4. 根据权利要求2所述的系统,其特征在于,所述控制层用于实现所述业务层中业务模式与所述表现层中分布式用户交互接口之间转化。The system according to claim 2, wherein the control layer is used to realize the conversion between the business model in the business layer and the distributed user interaction interface in the presentation layer.
  5. 根据权利要求2所述的系统,其特征在于,所述业务层用于使业务数据和业务数据以预设规则执行业务。The system according to claim 2, wherein the business layer is used to enable business data and business data to execute business according to preset rules.
  6. 根据权利要求2所述的系统,其特征在于,所述数据层用于存储业务数据。The system according to claim 2, wherein the data layer is used to store business data.
  7. 根据权利要求6所述的系统,其特征在于,所述业务数据包括如下至少一项:邮件数据、目录数据、文件数据、消息数据、公共对象请求代理体系结构数据、面向服务的架构数据以及关系型数据。The system according to claim 6, wherein the business data includes at least one of the following: mail data, directory data, file data, message data, public object request agent architecture data, service-oriented architecture data, and relationship Type data.
  8. 根据权利要求2至6任一项所述的系统,其特征在于,所述表现层的实现方式包括如下至少一项:动态服务器页面、视图层组件和自定义标签库。The system according to any one of claims 2 to 6, wherein the implementation of the presentation layer includes at least one of the following: a dynamic server page, a view layer component, and a custom tag library.
  9. 根据权利要求2至6任一项所述的系统,其特征在于,所述控制层的实现方式包括如下至少一项:命令工厂、命令组件、服务连接器及命令服务器。The system according to any one of claims 2 to 6, wherein the implementation of the control layer includes at least one of the following: a command factory, a command component, a service connector, and a command server.
PCT/CN2019/104933 2019-05-29 2019-09-09 Command mode-based distributed application rapid development system WO2020237899A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910455431.XA CN110275714A (en) 2019-05-29 2019-05-29 Distributed Application rapid development system based on command mode
CN201910455431.X 2019-05-29

Publications (1)

Publication Number Publication Date
WO2020237899A1 true WO2020237899A1 (en) 2020-12-03

Family

ID=67960272

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/104933 WO2020237899A1 (en) 2019-05-29 2019-09-09 Command mode-based distributed application rapid development system

Country Status (2)

Country Link
CN (1) CN110275714A (en)
WO (1) WO2020237899A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140289391A1 (en) * 2013-03-19 2014-09-25 Cognizant Technology Solutions India Pvt. Ltd. Framework for facilitating implementation of multi-tenant saas architecture
CN107295077A (en) * 2017-06-16 2017-10-24 深圳易嘉恩科技有限公司 Distributed cloud platform system based on micro services framework
CN107959718A (en) * 2017-11-17 2018-04-24 西北工业大学 The micro services framework of enterprise-level application software under a kind of cloud computing environment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102736900B (en) * 2011-03-31 2017-09-12 新奥特(北京)视频技术有限公司 A kind of system and design method of the application system platform framework based on SOA

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140289391A1 (en) * 2013-03-19 2014-09-25 Cognizant Technology Solutions India Pvt. Ltd. Framework for facilitating implementation of multi-tenant saas architecture
CN107295077A (en) * 2017-06-16 2017-10-24 深圳易嘉恩科技有限公司 Distributed cloud platform system based on micro services framework
CN107959718A (en) * 2017-11-17 2018-04-24 西北工业大学 The micro services framework of enterprise-level application software under a kind of cloud computing environment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LI, CHUNYANG ET AL.: "Unified Application Development Platform Based on Micro-Service Architecture", COMPUTER SYSTEMS & APPLICATIONS, 26(04), 2017, 30 April 2017 (2017-04-30), pages 43 - 48, DOI: 20200219211340X *

Also Published As

Publication number Publication date
CN110275714A (en) 2019-09-24

Similar Documents

Publication Publication Date Title
CN102375731B (en) Coding-free integrated application platform system
CN1050916C (en) System for implementation-independent interface specification
CN109951545B (en) Self-adaptive container and cloud desktop fusion system and method for acquiring cloud resources by using same
CN113176875B (en) Resource sharing service platform architecture based on micro-service
CN102638566B (en) BLOG system running method based on cloud storage
CN104579792A (en) Architecture and method for achieving centralized management of various types of virtual resources based on multiple adaptive modes
JP2020109613A (en) Smart irrigation area e-platform based on four-layered architecture and data processing method
WO2020220717A1 (en) Decoupling elastic data warehouse architecture
US20230108560A1 (en) Methods and Systems for Representation, Composition and Execution of Artificial Intelligence Centric Applications
CN113835693A (en) Code generation method and device, electronic equipment and storage medium
AU2017254506A1 (en) Method, apparatus, computing device and storage medium for data analyzing and processing
CN114691050B (en) Cloud native storage method, device, equipment and medium based on kubernets
CN102929619A (en) Process automation software development system across hardware platform
Wang et al. Research based on web development of spring integration framework
WO2020237899A1 (en) Command mode-based distributed application rapid development system
Zhang et al. Research on it operation and maintenance and management and maintenance methods in cloud computing environment
CN114596046A (en) Integrated platform based on unified digital model of business center station and data center station
CN107479870A (en) A kind of third party's class libraries call method, device, mobile terminal and storage medium
Gressier-Soudan et al. Component oriented control architecture: the COCA project
CN102624766B (en) System integration method and apparatus thereof
CN111652727A (en) Block chain infrastructure construction method for share platform in securities future industry
Xiao et al. A Metadata-driven Cloud Computing Application Virtualization Model.
Jiao et al. Cloud and SNS supported collaboration in AEC industry
Ma et al. Integration of digital campus resources based on cloud computing
Auer et al. Towards a Framework and Platform for Mobile, Distributed Workflow Enactment Services on a Possible Future of ERP Infrastructure

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19930743

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19930743

Country of ref document: EP

Kind code of ref document: A1