CN105302575A - Foundational development framework - Google Patents
Foundational development framework Download PDFInfo
- Publication number
- CN105302575A CN105302575A CN201510811848.7A CN201510811848A CN105302575A CN 105302575 A CN105302575 A CN 105302575A CN 201510811848 A CN201510811848 A CN 201510811848A CN 105302575 A CN105302575 A CN 105302575A
- Authority
- CN
- China
- Prior art keywords
- layer
- service
- interface
- development framework
- log
- Prior art date
- Legal status (The legal status 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 status listed.)
- Withdrawn
Links
- 238000011161 development Methods 0.000 title claims abstract description 67
- 238000000034 method Methods 0.000 claims description 34
- 230000006870 function Effects 0.000 claims description 16
- 230000008569 process Effects 0.000 claims description 12
- 239000002131 composite material Substances 0.000 claims description 9
- 238000013461 design Methods 0.000 claims description 7
- 238000009825 accumulation Methods 0.000 claims description 6
- 238000003780 insertion Methods 0.000 claims description 6
- 230000037431 insertion Effects 0.000 claims description 6
- 230000002688 persistence Effects 0.000 claims description 6
- 230000003993 interaction Effects 0.000 claims description 2
- 230000018109 developmental process Effects 0.000 claims 14
- 230000008140 language development Effects 0.000 claims 1
- 239000007787 solid Substances 0.000 claims 1
- 238000003860 storage Methods 0.000 abstract description 19
- 238000012544 monitoring process Methods 0.000 abstract description 9
- 230000007246 mechanism Effects 0.000 abstract description 8
- 238000004519 manufacturing process Methods 0.000 abstract description 4
- 230000009286 beneficial effect Effects 0.000 abstract description 2
- 230000006378 damage Effects 0.000 abstract description 2
- 238000005516 engineering process Methods 0.000 description 8
- 238000004891 communication Methods 0.000 description 6
- 238000012545 processing Methods 0.000 description 5
- 230000000712 assembly Effects 0.000 description 4
- 238000000429 assembly Methods 0.000 description 4
- 230000008859 change Effects 0.000 description 3
- 230000006835 compression Effects 0.000 description 3
- 238000007906 compression Methods 0.000 description 3
- 238000010168 coupling process Methods 0.000 description 3
- 238000005859 coupling reaction Methods 0.000 description 3
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- 230000008878 coupling Effects 0.000 description 2
- 230000006837 decompression Effects 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000000338 in vitro Methods 0.000 description 2
- 238000002347 injection Methods 0.000 description 2
- 239000007924 injection Substances 0.000 description 2
- 238000002955 isolation Methods 0.000 description 2
- 238000012423 maintenance Methods 0.000 description 2
- 238000003672 processing method Methods 0.000 description 2
- 238000012795 verification Methods 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000000903 blocking effect Effects 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 230000009849 deactivation Effects 0.000 description 1
- 238000005538 encapsulation Methods 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 238000004806 packaging method and process Methods 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
- 230000002441 reversible effect Effects 0.000 description 1
- 239000000243 solution Substances 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
Landscapes
- Stored Programmes (AREA)
Abstract
本发明涉及一种基础开发框架,基础开发框架是使用C#、HTML、CSS和Javascript语言开发,包括:UI界面展示层、服务控制层、实体存储层、权限控制层、日志管理层和工具程序集;UI界面展示层、权限控制层、服务控制层和实体存储层依次连接;UI界面展示层通过HTML、CSS和JavaScript所构成的组件实现跨平台的应用开发、适用于B/S结构的Web应用程序的界面开发;所述服务控制层、实体存储层、权限控制层、日志管理层和工具程序集均采用Microsoft.NET Framework 4.0为基础,使用C#语言编写。本发明的有益效果为:采用独立程序域运行机制,通过实现一个程序执行池,将所有独立程序域的创建、更新、销毁进行统一管理,同时结合权限控制接口、日志生产接口进行监控。为业务类的执行控制提供一种手段。
The invention relates to a basic development framework. The basic development framework is developed by using C#, HTML, CSS and Javascript languages, including: UI interface display layer, service control layer, entity storage layer, authority control layer, log management layer and tool assembly ; UI interface display layer, authority control layer, service control layer and entity storage layer are connected sequentially; UI interface display layer realizes cross-platform application development through components composed of HTML, CSS and JavaScript, and is suitable for Web applications with B/S structure The interface development of the program; the service control layer, the entity storage layer, the authority control layer, the log management layer and the tool assembly are all based on Microsoft.NET Framework 4.0 and written in C# language. The beneficial effects of the present invention are: adopting the operating mechanism of the independent program domain, and implementing a program execution pool, the creation, update, and destruction of all independent program domains are managed in a unified manner, and at the same time, combined with the authority control interface and the log production interface for monitoring. It provides a means for the execution control of business classes.
Description
技术领域technical field
本发明属于开发框架,具体涉及一种基础开发框架。The invention belongs to a development framework, and in particular relates to a basic development framework.
背景技术Background technique
大多市场上常见的开发框架基本都是正对应用开发过程中的某一个环节的问题,针对性将强。很难将各个环节的技术有效、无缝的进行连接,同时这样也大大的增加了企业的学习成本、维护成本。Most of the common development frameworks in the market are basically facing the problem of a certain link in the application development process, and the pertinence will be strong. It is difficult to effectively and seamlessly connect the technologies of each link, and this also greatly increases the learning cost and maintenance cost of the enterprise.
企业应用开发过程中,由于企业缺少专业的程序开发人员,通常采取与IT服务公司合作的方式进行程序开发。由于IT公司本身技术积累、人员技能等原因,常常导致企业应用开发的技术手段、实现方式多样化,增加了企业应用的技术风险、学习成本、及维护成本。而企业本身由于技术和专业人员上的不对称,无法在根本上解决这个问题。In the process of enterprise application development, due to the lack of professional program developers, companies usually adopt the method of cooperating with IT service companies for program development. Due to the technology accumulation and personnel skills of the IT company itself, the technical means and implementation methods of enterprise application development are often diversified, which increases the technical risks, learning costs, and maintenance costs of enterprise applications. However, due to the asymmetry of technology and professionals, the enterprise itself cannot fundamentally solve this problem.
发明内容Contents of the invention
为了解决现有技术存在的上述问题,本发明提供了一种开发框架。本发明基础架构能够满足B/S客户端和C/S客户端两种方式,统一使用一个服务器端的业务处理层,使用统一的通讯协议。因此可以在一个服务器端上同时支持一个或多个应用的B/S客户端和C/S客户端。In order to solve the above-mentioned problems in the prior art, the present invention provides a development framework. The basic structure of the invention can meet the two modes of B/S client and C/S client, uniformly use a service processing layer at the server end, and use a unified communication protocol. Therefore, the B/S client and C/S client of one or more applications can be supported on one server side at the same time.
本发明所采用的技术方案为:The technical scheme adopted in the present invention is:
一种基础开发框架,其改进之处在于:所述基础开发框架是使用C#、HTML、CSS和Javascript语言开发,包括:UI界面展示层、服务控制层、实体存储层、权限控制层、日志管理层和工具程序集;A basic development framework, which is improved in that: the basic development framework is developed using C#, HTML, CSS and Javascript languages, including: UI interface display layer, service control layer, entity storage layer, authority control layer, log management layer and tool assemblies;
所述UI界面展示层、权限控制层、服务控制层和实体存储层依次连接;The UI interface display layer, the authority control layer, the service control layer and the entity storage layer are sequentially connected;
所述UI界面展示层通过HTML、CSS和JavaScript所构成的组件实现跨平台的应用开发、适用于B/S结构的Web应用程序的界面开发;The UI interface display layer realizes cross-platform application development through components composed of HTML, CSS and JavaScript, and is suitable for interface development of Web application programs with B/S structure;
所述服务控制层、实体存储层、权限控制层、日志管理层和工具程序集均采用Microsoft.NETFramework4.0为基础,使用C#语言编写。The service control layer, entity storage layer, authority control layer, log management layer and tool assembly are all based on Microsoft.NETFramework4.0 and written in C# language.
优选的,所述UI界面采用自主开发的JavascriptUI框架为基础,UI界面组件包括文本组件、下拉选择组件、分组复选/单选组件、列表组件和菜单组件;UI界面组件可进行自由组合,形成新的组件,其包括基础组件、复合组件和业务组件;Preferably, the UI interface is based on the self-developed JavascriptUI framework, and the UI interface components include text components, drop-down selection components, group check/radio components, list components and menu components; the UI interface components can be freely combined to form New components, including basic components, composite components and business components;
所述基础组件为最小化的功能组件,用于实现最小单元;The basic component is a minimum functional component, which is used to realize the smallest unit;
所述复合组件由两个以上的基础组件组合而成,用于实现最小单元的互动;The composite component is composed of more than two basic components, and is used to realize the interaction of the smallest unit;
所述业务组件由两个以上的基础组件或者复合组件组合而成,用于实现与直接业务功能关联的最小化。The business component is composed of two or more basic components or composite components, and is used to minimize the association with direct business functions.
优选的,所述服务控制层使服务与主程序、服务与服务之间相对隔离运行,同时引入服务版本管理,可以在不停机的情况下对服务进行升级、降级处理;所述服务控制层具体应用方法包括创建执行器、执行调用和卸载执行器。Preferably, the service control layer enables relatively isolated operation between the service and the main program, and between the service and the service, and at the same time introduces service version management, so that the service can be upgraded or downgraded without stopping the service; the service control layer specifically Apply methods include creating executors, executing calls, and unloading executors.
进一步的,所述创建执行器包括(1)、开始创建;(2)、创建应用程序域;(3)、加载公共程序集;(4)、判断是否加载成功;(5)、加载私有程序集;(6)、判断是否加载成功;(7)、成功则创建完成;其中,步骤(4)和步骤(6)中加载失败则向调用方抛出异常信息。Further, the creating executor includes (1), starting to create; (2), creating an application domain; (3), loading a public assembly; (4), judging whether the loading is successful; (5), loading a private program (6), judging whether the loading is successful; (7), if successful, the creation is completed; wherein, if the loading fails in steps (4) and (6), an exception message will be thrown to the caller.
进一步的,所述执行调用包括(1)、开始调用;(2)、创建调用信息对象;(3)、使用执行器执行调用;(4)、判断是否调用成功;(5)、返回调用执行结果;(6)、调用完成;其中,步骤(4)中调用失败则向调用方抛出异常信息。Further, the execution call includes (1), start calling; (2), create a call information object; (3), use the executor to execute the call; (4), determine whether the call is successful; (5), return call execution Result; (6), the call is completed; wherein, if the call fails in step (4), an exception message is thrown to the caller.
进一步的,所述卸载执行器包括(1)、开始卸载;(2)、获取应用程序域;(3)判断程序是否可以卸载;(5)、卸载应用程序域;(6)卸载完成;其中,步骤(3)中卸载失败则向调用方抛出异常信息。Further, the uninstallation executor includes (1), start uninstallation; (2), obtain the application domain; (3) judge whether the program can be uninstalled; (5), uninstall the application domain; (6) complete the uninstallation; If uninstallation fails in step (3), an exception message will be thrown to the caller.
优选的,所述实体存储层包括数据库连接池、SQLHelp帮助类、外层封装类和SQLXML读取和管理帮助类;Preferably, the entity storage layer includes a database connection pool, a SQLHelp help class, an outer packaging class, and a SQLXML reading and management help class;
所述数据库连接池用于数据持久化操作,其包括创建数据连结、释放数据连接、语句执行和有关数据持久化的操作;The database connection pool is used for data persistence operations, which include creating data connections, releasing data connections, statement execution and operations related to data persistence;
所述SQLHelp帮助类支持SQL变量替换插入、SQL事务、多种数据库类型、SQL文本的独立存储和微软实体模型的ORM对象存储;The SQLHelp helper class supports SQL variable replacement and insertion, SQL transactions, multiple database types, independent storage of SQL text, and ORM object storage of Microsoft Entity Model;
所述外层封装类支持SQL变量替换插入、SQL事务和多种数据库类型。The outer encapsulation class supports SQL variable replacement and insertion, SQL transactions and various database types.
优选的,所述权限控制层包括功能点管理模块、角色管理模块、角色权限管理模块和角色人员管理模块;权限控制层采用接口化设计,用于接入第三方的人员信息及SSO控制信息。Preferably, the authority control layer includes a function point management module, a role management module, a role authority management module, and a role personnel management module; the authority control layer adopts an interface design for accessing third-party personnel information and SSO control information.
优选的,所述日志管理层包括系统日志、业务日志和用户日志;Preferably, the log management layer includes system logs, business logs and user logs;
系统日志用于集成在服务控制成、实体存储层及权限控制层,自动记录所有调用日志信息;The system log is used to integrate in the service control layer, entity storage layer and authority control layer, and automatically record all call log information;
业务日志用于集成在服务控制成,自定记录所有业务数据日志信息;The business log is used to integrate in the service control system and record all business data log information by itself;
用户日志用于采用开放接口的形式对外释放,由开发者根据自身需要在程序代码中调用记录相关的日志信息。The user log is used for external release in the form of an open interface, and the developer calls and records relevant log information in the program code according to his own needs.
优选的,所述工具程序集包括字符处理程序集合、图片处理程序集合、序列化程序处理集合、加解密程序处理集合和压缩解压程序处理集合。Preferably, the tool program set includes a character processing program set, an image processing program set, a serialization program processing set, an encryption and decryption program processing set, and a compression and decompression program processing set.
本发明的有益效果为:The beneficial effects of the present invention are:
本发明采用独立程序域运行机制:该功能实现将业务类和基础架构类进行隔离,为业务类创建一个类似沙箱的运行环境。在基础架构中我们通过实现一个程序执行池,将所有独立程序域的创建、更新、销毁进行统一管理,同时结合权限控制接口、日志生产接口进行监控。为业务类的执行控制提供一种手段。包括:1、基础架构程序和业务程序隔离;2、标准统一的调用接口;3、所有业务程序自然具备接口对外接口,在需要开放接口时,无需二次开发;4、在某一个业务程序出现异常时,不会影响其它的业务程序,更不会影响到基础架构的运行。The present invention adopts an independent program domain operating mechanism: this function realizes the isolation of business classes and infrastructure classes, and creates a sandbox-like operating environment for business classes. In the infrastructure, we implement a program execution pool to manage the creation, update, and destruction of all independent program domains in a unified manner, and monitor them in conjunction with the authority control interface and log production interface. It provides a means for the execution control of business classes. Including: 1. Isolation of infrastructure programs and business programs; 2. Standard and unified call interface; 3. All business programs naturally have external interfaces, and no secondary development is required when an open interface is required; 4. When a certain business program appears When an exception occurs, it will not affect other business programs, nor will it affect the operation of the infrastructure.
本发明采用可回退式的版本控制机制:所有使用独立程序运行的类库,都需要使用基础架构内置的服务发布器进行发布。服务发布采用增量式添加策略,所有的历史版本均完整保存,为版本的回退提供基础。包括:1、生产状态的无需停机更新;2、所有发布版本使用增量式记录;3、可以随时回退到任意版本。The present invention adopts a reversible version control mechanism: all class libraries run by independent programs need to be released using the built-in service publisher of the infrastructure. Service publishing adopts an incremental adding strategy, and all historical versions are completely preserved, providing a basis for version rollback. Including: 1. No downtime update of production status; 2. All released versions use incremental records; 3. You can roll back to any version at any time.
本发明采用统一的通讯协议:在基础架构中采用Http、WCF两种基本通讯信息,使用XML、JSON作为数据记录格式,同时提供在线推送功能。同时接口程序的访问提供标准的WebService,为跨平台方位提供支持。在基础架构中已经基于JavaScript和C#的两种语言编写的客户端通讯程序类,方便使用基础架构的开发工作。包括:1、统一标准的Http、WCF调用协议;2、统一的消息推送机制;3、统一的接口调用规则;4、统一的信息压缩、加密规则;5、兼容iLook、MED通讯协议。The present invention adopts a unified communication protocol: two basic communication information of Http and WCF are adopted in the infrastructure, XML and JSON are used as data recording formats, and an online push function is provided at the same time. At the same time, the access of the interface program provides a standard WebService to provide support for cross-platform orientation. In the infrastructure, the client-side communication program class has been written in two languages based on JavaScript and C#, which facilitates the development of the infrastructure. Including: 1. Unified standard Http and WCF calling protocols; 2. Unified message push mechanism; 3. Unified interface calling rules; 4. Unified information compression and encryption rules; 5. Compatible with iLook and MED communication protocols.
本发明采用可复用的Web组件化开发:使用标准的jquery类库进行扩展,集合Ajax技术,实现Html页面的组件化编写,最大限度的实现组件的复用。组件分为:基础组件、业务组件、组合组件;基础组件,实现和业务零耦合,例如列表、翻页、树形菜单等,可以完全复用在任何一个使用基础架构开发的系统中(只需使用基础架构的前端架构即可)。业务组件,包含一个最小化的原子操作的业务处理,例如一个人员的信息显示、一个业务的添加页面等。组合组件,可以将一个或多个基础组件、业务组件进行耦合运行,实现一个相对复杂的业务操作,例如列表组件和翻页组件结合实现翻页时列表信息的改变。包括:1、采用比较成熟的jQuery运行库;2、使用动态加载技术,不使用不加载;3、使用可扩展的前台架构设计,实现Html+Js+CSS的组件化编写,不同于以往的页面的开发方式,同时也兼容传统的页面开发方法;4、将组件分为:基础组件和业务组件;5、组件与后台业务低耦合。The present invention adopts reusable Web component development: uses standard jquery class library to expand, integrates Ajax technology, realizes componentized writing of Html pages, and realizes component reuse to the greatest extent. Components are divided into: basic components, business components, combined components; basic components, realize zero coupling with business, such as lists, page turning, tree menus, etc., can be completely reused in any system developed using the infrastructure (just Use the infrastructure's front-end architecture). A business component contains a minimal atomic operation of business processing, such as a person's information display, a business add page, etc. Combination components can couple one or more basic components and business components to implement a relatively complex business operation, such as the combination of list components and page turning components to change the list information when turning pages. Including: 1. Adopt the relatively mature jQuery runtime library; 2. Use dynamic loading technology, no use or no loading; 3. Use scalable front-end architecture design to realize componentized writing of Html+Js+CSS, which is different from previous pages 4. Divide components into: basic components and business components; 5. Low coupling between components and background business.
本发明采用完善的日志生产机制:在基础架构的所有关键逻辑节点均已经添加日志记录,并且使用堆栈追踪技术,将出错方法的最原始调用位置记录下来,方便对错误信息的快速定位。同时提供一套相对完整的日志查询系统,能够对日志信息进行命名空间、类、方法、服务多个维度进行查询统计。除去基础架构自身使用外,日志同时对外提供调用接口,方便使用。包括:1、通过主动式日志和被动式日志两种日志记录方式;2、使用堆栈追踪技术,将日志产生的真实位置加以记录,不依赖于程序代码的输出信息;3、日志区分为操作日志和错误日志;4、完善的日志查询统计界面;5、日志可以同时采用文件记录和数据库记录;6、基础架构的所有运行环节均有日志产出。The present invention adopts a complete log production mechanism: log records have been added to all key logical nodes of the infrastructure, and the stack trace technology is used to record the most original call location of the error method, which facilitates the rapid positioning of error information. At the same time, it provides a relatively complete log query system, which can query and count log information in multiple dimensions such as namespace, class, method, and service. In addition to the use of the infrastructure itself, the log also provides an external call interface for easy use. Including: 1. Two log recording methods: active log and passive log; 2. Use stack trace technology to record the real location of the log, independent of the output information of the program code; 3. Logs are divided into operation logs and Error log; 4. Perfect log query and statistics interface; 5. Logs can be recorded in files and databases at the same time; 6. All operating links of the infrastructure have log output.
本发明采用可扩展的权限操作接口:在使用服务方式运行及独立程序域执行机制的基础上,我们可以对所有的服务调用进行检查,在每一个服务调用的关键阶段,均有事件抛出,为后期的权限检查提供基础。包括:1、预留前台Web组件和业务程序调用权限校验接口;2、权限校验可以使用第三方程序、接口实现;3、预制了移动单点登录接口。The present invention adopts an extensible permission operation interface: on the basis of using the service mode operation and the independent program domain execution mechanism, we can check all service calls, and events are thrown at each critical stage of service calls. Provide the basis for later permission checks. Including: 1. Reserve the front-end Web component and business program call permission verification interface; 2. The permission verification can be realized by third-party programs and interfaces; 3. The mobile single sign-on interface is prefabricated.
附图说明Description of drawings
图1是本发明提供的一种基础开发框架结构示意图;Fig. 1 is a schematic diagram of a basic development framework provided by the present invention;
图2是本发明提供的一种基础开发框架连接示意图。Fig. 2 is a schematic diagram of connection of a basic development framework provided by the present invention.
具体实施方式detailed description
如图1所示,本发明提供了一种基础开发框架。本发明基础开发框架用于程序员开发过程中,减少代码量、提高代码复用率及代码质量的工具。As shown in Figure 1, the present invention provides a basic development framework. The basic development framework of the present invention is used as a tool for reducing the amount of codes and improving the code reuse rate and code quality during the development process of programmers.
本发明框架采用Microsoft.NETFramework4.0为基础,使用C#、HTML、CSS、Javascript等语言编写,适用于开发B/S架构及C/S架构的应用程序开发。The framework of the present invention is based on Microsoft.NET Framework 4.0, written in C#, HTML, CSS, Javascript and other languages, and is suitable for developing application programs of B/S architecture and C/S architecture.
本发明一种基础开发框架,包括UI界面展示层、服务控制层、实体存储层、权限控制层、日志管理层和工具程序集六大部分,具体如下:A basic development framework of the present invention includes six major parts of a UI interface display layer, a service control layer, an entity storage layer, an authority control layer, a log management layer, and a tool assembly, specifically as follows:
UI界面展示层:UI interface display layer:
UI界面展示层采用HTML、CSS、Javascript语言编写,适用于B/S结构的Web应用程序的界面开发;The UI interface display layer is written in HTML, CSS, and Javascript languages, which is suitable for the interface development of Web application programs with B/S structure;
本发明中的UI界面展示层,采用组件化设计思路,最大化UI界面的复用性。使用完全自主开发的JavascriptUI框架为基础,并提供常用的界面组件如:文本组件、下拉选择组件、分组复选/单选组件、列表组件和菜单组件等;The UI interface display layer in the present invention adopts the concept of component design to maximize the reusability of the UI interface. Use the fully self-developed JavascriptUI framework as the basis, and provide common interface components such as: text components, drop-down selection components, group check/radio selection components, list components and menu components, etc.;
UI界面展示层采用面向对象的设计思路,可以多实例同时运行;并且组件可以进行自由组合,形成新的组件;组件可分为:基础组件、复合组件和业务组件;The UI interface display layer adopts an object-oriented design idea, which can run multiple instances at the same time; and components can be freely combined to form new components; components can be divided into: basic components, composite components and business components;
基础组件:最小化的功能组件,实现最小单元功能;Basic components: the minimum functional components to realize the smallest unit function;
复合组件:由两个以上的基础组件组合而成,实现最小单元的互动功能;Composite component: composed of more than two basic components to realize the interactive function of the smallest unit;
业务组件:由两个以上的基础组件或者复合组件组合而成,实现与直接业务功能关联的最小化功能;Business component: It is composed of two or more basic components or composite components, and realizes the minimum function associated with the direct business function;
同时该UI界面展示层框架可以很好的现在流行的javascript框架结合使用,以实现更多的功能;At the same time, the UI interface display layer framework can be used in combination with the popular javascript framework to achieve more functions;
javascript框架具体如下:The javascript framework is as follows:
jquery.IFrameWork.jsjquery.IFrameWork.js
对象列表object list
属性列表property list
方法列表method list
服务控制层:Service control layer:
服务控制层采用Microsoft.NETFramework4.0为基础,使用C#语言编写,结合MVC4的基于RESTful标准的WebAPI实现;并在原MVC4的基础上进行了深入改造,加入独有的服务控制机制:采用独立程序域运行服务代码;The service control layer is based on Microsoft.NETFramework4.0, written in C# language, combined with MVC4's RESTful standard-based WebAPI implementation; and has undergone in-depth transformation on the basis of the original MVC4, adding a unique service control mechanism: using an independent program domain run service code;
使服务与主程序、服务与服务之间相对隔离运行,不会因为一个服务存在问题而影响主程序的执行。同时引入服务版本管理,可以在不停机的情况下对服务进行升级、降级处理特别适用于生产型的应用程序更新;The service and the main program, and the service and the service are relatively isolated from each other, and the execution of the main program will not be affected because of a service problem. At the same time, it introduces service version management, which can upgrade and downgrade services without stopping, especially suitable for production-type application updates;
完善的日志记录,能够记录所有请求的相关信息,如调用时间、调用人、传入数据、传出数据等信息。为后期服务运行状况的分析提供基础数据;Perfect log records can record all relevant information of the request, such as call time, caller, incoming data, outgoing data and other information. Provide basic data for the analysis of service operation status in the later stage;
服务控制层具体应用业务流程包括1、创建执行器;2、执行调用;3、卸载执行器;The specific application business process of the service control layer includes 1. Create the executor; 2. Execute the call; 3. Uninstall the executor;
创建执行器包括(1)、开始创建;(2)、创建应用程序域;(3)、加载公共程序集;(4)、判断是否加载成功;(5)、加载私有程序集;(6)、判断是否加载成功;(7)、成功则创建完成;其中,步骤(4)和步骤(6)中加载失败则向调用方抛出异常信息;Creating an executor includes (1), starting to create; (2), creating an application domain; (3), loading public assemblies; (4), judging whether the loading is successful; (5), loading private assemblies; (6) , judging whether the loading is successful; (7), if successful, the creation is completed; wherein, if the loading fails in steps (4) and (6), an exception message is thrown to the caller;
执行调用包括(1)、开始调用;(2)、创建调用信息对象;(3)、使用执行器执行调用;(4)、判断是否调用成功;(5)、返回调用执行结果;(6)、调用完成;其中,步骤(4)中调用失败则向调用方抛出异常信息;Executing the call includes (1), starting the call; (2), creating the call information object; (3), using the executor to execute the call; (4), judging whether the call is successful; (5), returning the call execution result; (6) , the call is completed; wherein, if the call fails in step (4), an exception message is thrown to the caller;
卸载执行器包括(1)、开始卸载;(2)、获取应用程序域;(3)判断程序是否可以卸载;(5)、卸载应用程序域;(6)卸载完成;其中,步骤(3)中卸载失败则向调用方抛出异常信息。The uninstall executor includes (1), start to uninstall; (2), obtain the application domain; (3) determine whether the program can be uninstalled; (5), uninstall the application domain; (6) uninstall complete; wherein, step (3) If the unloading fails, an exception message will be thrown to the caller.
实体存储层:Physical storage layer:
实体存储层采用Microsoft.NETFramework4.0为基础,使用C#语言编写,结合EntitiesFramework实体框架技术实现。并在原框架的技术基础上进行了适当的改造。加入了适合企业应用开发的构造方法及控制接口;The entity storage layer is based on Microsoft.NETFramework4.0, written in C# language, combined with EntitiesFramework entity framework technology. Appropriate modifications have been made on the technical basis of the original frame. Added construction methods and control interfaces suitable for enterprise application development;
实体存储层包括数据库连接池、SQLHelp帮助类、外层封装类和SQLXML读取和管理帮助类;The entity storage layer includes database connection pool, SQLHelp helper class, outer wrapper class and SQLXML reading and management helper class;
数据库连接池:Database connection pool:
提供有关数据连接池的相关公共方法及其功能描述;Provide related public methods and their functional descriptions about the data connection pool;
主要用于数据持久化操作;Mainly used for data persistence operations;
包括创建数据连结、释放数据连接、语句执行、事物等有关数据持久化的操作;Including operations related to data persistence such as creating data connections, releasing data connections, statement execution, and things;
四种SQLHelp帮助类:Four SQLHelp help classes:
能够支持使用的最简单化调用,即只需提供SQL,无需关心数据连接的等其他事宜,就可拿到执行结果;The simplest call that can be used, that is, you only need to provide SQL, and you don’t need to care about other matters such as data connection, and you can get the execution result;
能够支持SQL变量替换插入,防止拼接SQL式的SQL注入;It can support SQL variable replacement and insertion to prevent splicing SQL-style SQL injection;
能够支持SQL事务,使用者只需声明是否使用事务,对于具体的实现无需参与;Can support SQL transactions, users only need to declare whether to use transactions, no need to participate in the specific implementation;
能够支持多种数据库类型,例如:MsSQL、MySQL、ORACLE等,以MSSQL为主要支持对象,并有能够支持MsSQL2005或更高版本;Can support multiple database types, such as: MsSQL, MySQL, ORACLE, etc., with MSSQL as the main support object, and can support MsSQL2005 or later;
能够支持SQL文本的独立存储功能;即SQL文本不出现在程序代码中,使用体外纪录的方式,程序中引用,可以在程序代码零修改的情况修改SQL文本,但同时应该满足一定的安全处理方式,防止SQL文本被非法修改;It can support the independent storage function of SQL text; that is, the SQL text does not appear in the program code, and the SQL text can be modified in the case of zero modification of the program code by using the method of in vitro recording and reference, but at the same time, it should meet certain security processing methods , to prevent the SQL text from being illegally modified;
能够支持微软实体模型的ORM对象存储;ORM object storage capable of supporting the Microsoft Entity Model;
外层封装类:Outer wrapper class:
能够支持使用的最简单化调用,即只需提供SQL,无需关心数据连接的等其他事宜,就可拿到执行结果;The simplest call that can be used, that is, you only need to provide SQL, and you don’t need to care about other matters such as data connection, and you can get the execution result;
能够支持SQL变量替换插入,防止拼接SQL式的SQL注入;It can support SQL variable replacement and insertion to prevent splicing SQL-style SQL injection;
能够支持SQL事务,使用者只需声明是否使用事务,对于具体的实现无需参与;Can support SQL transactions, users only need to declare whether to use transactions, no need to participate in the specific implementation;
能够支持多种数据库类型,例如:MsSQL、MySQL、ORACLE等,以MSSQL为主要支持对象,并有能够支持MsSQL2005或更高版本。It can support multiple database types, such as: MsSQL, MySQL, ORACLE, etc., with MSSQL as the main support object, and can support MsSQL2005 or later versions.
主要业务流程包括:1、初始化连接池;2、启动连接池服务;3、在连接池中申请一个连接;4、释放申请的数据库连接对象;5、停止连接池服务;6、检查连接池中连接是否有效;The main business process includes: 1. Initialize the connection pool; 2. Start the connection pool service; 3. Apply for a connection in the connection pool; 4. Release the applied database connection object; 5. Stop the connection pool service; 6. Check the connection pool whether the connection is valid;
1、初始化连接池包括:连接池置为新对象状态;初始化连接字符串、连接池类型、数据库类型、最大、最小连接数、每次创建连接的连接数、保留的实际空闲连接数、是否创建线程继续工作变量createThreadProcessRun、实际连接列表、需要创建的连接数createThreadProcessTemp_inside;创建线程同时创建监视器,注册连接检查事件;结束。1. Initializing the connection pool includes: setting the connection pool as a new object state; initializing the connection string, connection pool type, database type, maximum and minimum number of connections, number of connections created each time, actual number of idle connections reserved, whether to create The thread continues to work with the variable createThreadProcessRun, the actual connection list, the number of connections to be created createThreadProcessTemp_inside; create a thread and create a monitor at the same time, register the connection check event; end.
2、启动连接池服务:设置初始化工作模式为0、线程阻塞状态createThreadProcessRun=true;最小连接数;判断连接池状态是否已经创建;根据状态启动线程;初始化线程为连接池准备线程,并启动监视器。2. Start the connection pool service: set the initialization working mode to 0, the thread blocking state createThreadProcessRun=true; the minimum number of connections; judge whether the connection pool state has been created; start the thread according to the state; initialize the thread to prepare the thread for the connection pool, and start the monitor .
3、在连接池中申请一个连接:判断申请连接级别;分配ReadOnly级别连接、分配High级别连接、分配None级别连接和分配Bottom级别连接;向正在使用的连接列表里添加此连接;更新属性;返回DbConnection连接对象;结束。3. Apply for a connection in the connection pool: determine the application connection level; allocate ReadOnly level connection, High level connection, None level connection and Bottom level connection; add this connection to the connection list in use; update attributes; return DbConnection connection object; end.
4、释放申请的数据库连接对象:从正在使用的连接列表里找出要释放的连接;判断连接是否失效;否则更新连接属性使其可以被分配;从正在使用的连接列表中移除该连接;更新连接池属性;结束。4. Release the database connection object of the application: find the connection to be released from the connection list in use; determine whether the connection is invalid; otherwise, update the connection properties so that it can be allocated; remove the connection from the connection list in use; Update connection pool properties; end.
5、停止连接池服务:清空正在使用的连接列表;停止监视器计时;释放所有实际连接;设置连接池为停止状态;更新连接池属性;结束。5. Stop the connection pool service: clear the connection list in use; stop the monitor timing; release all actual connections; set the connection pool to stop state; update the connection pool properties; end.
6、检查连接池中连接是否有效:关闭监视器计时,以保证同时只有一个事件处理过程在运行;循环实际连接列表;测试连接是否过期;是则关闭连接并从实际连接列表中移除;更新连接池属性;空闲实际连接是否小于保留的实际空闲连接;启动创建线程工作模式;开启监视器计时;结束。6. Check whether the connection in the connection pool is valid: turn off the monitor timing to ensure that only one event processing process is running at the same time; loop the actual connection list; test whether the connection expires; if yes, close the connection and remove it from the actual connection list; update Connection pool attributes; whether the idle actual connection is smaller than the reserved actual idle connection; start creating thread working mode; enable monitor timing; end.
SQLXML读取和管理帮助类:SQLXML reading and management helper class:
SQL文本的独立存储功能;即SQL文本不出现在程序代码中,使用体外纪录的方式,程序中引用,可以在程序代码零修改的情况修改SQL文本,但同时应该满足一定的安全处理方式,防止SQL文本被非法修改。The independent storage function of SQL text; that is, the SQL text does not appear in the program code, and the SQL text can be modified in the case of zero modification of the program code by using the method of in vitro recording and reference in the program, but at the same time, it should meet certain security processing methods to prevent The SQL text was illegally modified.
SQLXML读取和管理帮助类业务流程包括1、实例化;2、文件监控Change;3、文件监控Deleted;4、文件监控Renamed;5、根据SQL语句序号获取SQL语句;6、根据SQLXML文件路径获取SQL实体;SQLXML reading and management help business processes include 1. Instantiation; 2. File monitoring Change; 3. File monitoring Deleted; 4. File monitoring Renamed; 5. Obtaining SQL statements according to the serial number of SQL statements; SQL entity;
1、实例化:判断是否存在SQLXML路径;否则创建路径;判断监视器是否存在;否则创建监视器;启动监视器;注册监视事件;结束。1. Instantiation: determine whether there is a SQLXML path; otherwise, create a path; determine whether a monitor exists; otherwise, create a monitor; start the monitor; register monitoring events; end.
2、文件监控Change:获取SQLXML文件名;从缓存中移除文件;根据SQLXML文件路径获取SQL实体;如果不存在本地SQLXML文件,或者序号和文件名不统一,重命名为源文件名+.bak扩展名;判断缓存中存在发生变化的SLQXML;移除旧的缓存,添加新的缓存;结束。2. File monitoring Change: Get the SQLXML file name; remove the file from the cache; get the SQL entity according to the SQLXML file path; if there is no local SQLXML file, or the serial number and the file name are inconsistent, rename it to the source file name +.bak extension; determine that there is a changed SLQXML in the cache; remove the old cache and add a new cache; end.
3、文件监控Deleted:获取SQLXML文件名;从缓存中移除文件;从缓存中获得SQL实体;移除旧的缓存;结束。3. File monitoring Deleted: get the SQLXML file name; remove the file from the cache; get the SQL entity from the cache; remove the old cache; end.
4、文件监控Renamed:获取SQLXML文件名;从缓存中移除文件;根据SQLXML文件路径获取SQL实体;如果不存在本地SQLXML文件,或者序号和文件名不统一,重命名为源文件名+.bak扩展名;选择缓存中存在发生变化的SLQXML;移除旧的缓存,添加新的缓存;结束。4. File monitoring Renamed: Get the SQLXML file name; remove the file from the cache; get the SQL entity according to the SQLXML file path; if there is no local SQLXML file, or the sequence number and file name are inconsistent, rename to the source file name +.bak Extension; select the changed SLQXML in the cache; remove the old cache and add a new cache; end.
5、根据SQL语句序号获取SQL语句:判断是否存在SQLXML路径;否则创建路径;判断监视器是否存在;否则创建监视器;启动监视器;注册监视事件;结束。5. Obtain the SQL statement according to the serial number of the SQL statement: determine whether there is a SQLXML path; otherwise, create a path; determine whether a monitor exists; otherwise, create a monitor; start the monitor; register a monitoring event; end.
6、根据SQLXML文件路径获取SQL实体:获取SQLXML文件名;从缓存中移除文件;根据SQLXML文件路径获取SQL实体;如果不存在本地SQLXML文件,或者序号和文件名不统一,重命名为源文件名+bak扩展名;判断缓存中存在发生变化的SLQXML;移除旧的缓存,添加新的缓存;结束。6. Obtain SQL entities according to the path of the SQLXML file: obtain the name of the SQLXML file; remove the file from the cache; obtain the SQL entity according to the path of the SQLXML file; if there is no local SQLXML file, or the sequence number and file name are inconsistent, rename it to the source file name+bak extension; determine that there is a changed SLQXML in the cache; remove the old cache and add a new cache; end.
权限控制层:Authority control layer:
权限控制层采用Microsoft.NETFramework4.0为基础,使用C#语言编写;分为功能点管理、角色管理、角色权限管理和角色人员管理几个控制维度。The authority control layer is based on Microsoft.NETFramework4.0 and written in C# language; it is divided into several control dimensions: function point management, role management, role authority management and role personnel management.
权限控制层用于控制服务层的自动载入并注册,省去了人工配制功能点容易出现错误的问题;The authority control layer is used to control the automatic loading and registration of the service layer, eliminating the problem of manual preparation of function points that are prone to errors;
人员采用接口化设计,可以很方面的接入第三方的人员信息,及SSO控制信息,实现无缝扩展。The interface design is adopted for personnel, which can easily access third-party personnel information and SSO control information to achieve seamless expansion.
日志管理层:Log management layer:
日志管理层采用Microsoft.NETFramework4.0为基础,使用C#语言编写;包括系统日志、业务日志、用户日志,三个方面;The log management layer is based on Microsoft.NETFramework4.0 and written in C# language; it includes three aspects: system log, business log, and user log;
系统日志:集成在服务控制成、实体存储层及权限控制层,自动记录所有调用日志信息;System log: integrated in the service control layer, entity storage layer and authority control layer, automatically records all call log information;
业务日志:集成在服务控制成,自定记录所有业务数据日志信息;Business log: integrated in the service control, self-recording all business data log information;
用户日志:采用开放接口的形式对外释放,由开发者根据自身需要在程序代码中调用记录相关的日志信息;User logs: Released in the form of an open interface, and the developers call and record relevant log information in the program code according to their own needs;
所有的日志信息,均支持日志文件输出和日志数据输出功能,并提供配套的日志查看及管理工具。All log information supports log file output and log data output functions, and provides supporting log viewing and management tools.
工具程序集:Tool assembly:
工具程序集采用Microsoft.NETFramework4.0为基础,使用C#语言编写;集成了企业软件开发中常用到非业务方法集合,分为:字符处理程序集合、图片处理程序集合、序列化程序处理集合、加解密程序处理集合、压缩解压程序处理集合等。The tool assembly is based on Microsoft.NETFramework4.0 and written in C# language; it integrates the collection of non-business methods commonly used in enterprise software development, and is divided into: character processing program collection, image processing program collection, serialization program processing collection, plus Decryption program processing collection, compression and decompression program processing collection, etc.
本发明基础架构中的个子模块能够形成一个相对独立的运行机制,模块之间采用低耦合设计,因此能够满足直接引用并使用某一个模块,为满足多种开发模式提供支持。The sub-modules in the basic framework of the present invention can form a relatively independent operating mechanism, and the modules adopt a low-coupling design, so it can satisfy direct reference and use of a certain module, and provide support for satisfying various development modes.
本发明基础架构支持的开发模式包括初级开发、中级开发和高级开发;The development mode supported by the infrastructure of the present invention includes primary development, intermediate development and advanced development;
初级开发:基础三层架构开发模式Primary development: basic three-tier architecture development model
基础架构能够满足,基础的三层架构开发即、展示层(UI界面展示层)、业务层(服务控制层)、数据层(实体存储层),及标准的MVC架构开发。使用这种开发模式只需直接应用基础架构的公共程序集、数据连接池、移动服务SDK接口进行简单的开发。这种开发模式可以用来开发标准的.netB/S架构的代码即常见的Aspx页面的开发;The infrastructure can meet the basic three-tier architecture development, namely, presentation layer (UI interface display layer), business layer (service control layer), data layer (entity storage layer), and standard MVC architecture development. Using this development mode only needs to directly apply the public assembly of the infrastructure, the data connection pool, and the mobile service SDK interface for simple development. This development mode can be used to develop standard .netB/S architecture codes, that is, the development of common Aspx pages;
也可以在此基础上使用基础架构的前端JavaScript类库进行Html组件的开发,和基础架构中的通讯层类库,开发相对复杂的业务系统。On this basis, you can also use the front-end JavaScript class library of the infrastructure to develop Html components, and the communication layer class library in the infrastructure to develop relatively complex business systems.
中级开发:简单业务服务开发模式Intermediate development: simple business service development model
使用基础框架的标准开发规范,进行服务方式的开发;所有业务方法使用标准的通讯协议进行调用执行,前端可以同时采用Aspx页面和Html页面,或者C/S架构的WinFrom程序进行调用,基础架构已经提供了B/S和C/S两种客户端调用程序集;Use the standard development specification of the basic framework to develop the service method; all business methods are called and executed using the standard communication protocol. The front end can use both Aspx pages and Html pages, or the WinFrom program of the C/S architecture to call. The basic structure has been Provides B/S and C/S two client calling assemblies;
这种开发模式比较适合需要大量开放接口的项目,所有的业务类方法使用服务的方式运行,满足WebService和Http两种调用方法,使用标准的XML和Json作为信息记录的载体,满足跨平台调用;This development mode is more suitable for projects that require a large number of open interfaces. All business methods run in the form of services, which meet the two calling methods of WebService and Http, and use standard XML and Json as the carrier of information records to meet cross-platform calls;
同时这种开发模式兼容标准的C#类库的服务化,通过服务发布器,无需对源码进行修改即可进行服务化运行,兼容初级开发中的三层架构开发模式生产的业务处理类库及第三方标准的C#类库。At the same time, this development model is compatible with the service of the standard C# class library. Through the service publisher, the service operation can be performed without modifying the source code. It is compatible with the business processing class library and the first three-tier architecture development model in the primary development. Three-party standard C# class library.
高级开发:集中管理控制开发模式Advanced development: centralized management control development mode
该种开发模式的开发方法和以上两种的开发模式完全相同,主要体现在安装部署上不同;可以单业务系统部署,也可以多业务系统部署,所有的业务均以服务的方式运行,兼容前两种开发模式生产的业务类;The development method of this development mode is exactly the same as the above two development modes, which is mainly reflected in the difference in installation and deployment; it can be deployed in a single business system or in multiple business systems, and all businesses are run as services, compatible with previous Business classes produced by two development modes;
这种模式主要的优点在于集中管理和控制,所有服务的发布、运行、更新、停用、等操作均有详细的日志产生,同时可以扩展权限控制。对系统的使用情况一目了然。The main advantage of this model lies in centralized management and control. Detailed logs are generated for all services’ release, operation, update, deactivation, and other operations, and at the same time, authority control can be extended. The usage of the system is clear at a glance.
本发明不局限于上述最佳实施方式,任何人在本发明的启示下都可得出其他各种形式的产品,但不论在其形状或结构上作任何变化,凡是具有与本申请相同或相近似的技术方案,均落在本发明的保护范围之内。The present invention is not limited to the above-mentioned best implementation mode, anyone can draw other various forms of products under the inspiration of the present invention, but no matter make any changes in its shape or structure, all those with the same or similar features as the present application Approximate technical solutions all fall within the protection scope of the present invention.
Claims (10)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510811848.7A CN105302575A (en) | 2015-11-19 | 2015-11-19 | Foundational development framework |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510811848.7A CN105302575A (en) | 2015-11-19 | 2015-11-19 | Foundational development framework |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105302575A true CN105302575A (en) | 2016-02-03 |
Family
ID=55199873
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510811848.7A Withdrawn CN105302575A (en) | 2015-11-19 | 2015-11-19 | Foundational development framework |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105302575A (en) |
Cited By (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107193668A (en) * | 2017-04-26 | 2017-09-22 | 深圳中兴网信科技有限公司 | The call method and system at interface service end |
CN107241361A (en) * | 2017-08-07 | 2017-10-10 | 中国石油工程建设有限公司 | A kind of unified identity authentication method based on cloud environment |
CN107305494A (en) * | 2017-06-28 | 2017-10-31 | 户帮户(杭州)科技有限公司 | A kind of enterprise-oriented system researches and develops framework |
CN107991905A (en) * | 2017-12-25 | 2018-05-04 | 南京邮电大学 | A kind of analogue system of the multiple no-manned plane mission planning based on Web |
CN108268268A (en) * | 2017-12-20 | 2018-07-10 | 成都志心科技有限公司 | A kind of method and its system for realizing multi-platform software dynamic control |
CN108932588A (en) * | 2018-06-29 | 2018-12-04 | 华中科技大学 | A kind of the GROUP OF HYDROPOWER STATIONS Optimal Scheduling and method of front and back end separation |
CN109284469A (en) * | 2018-10-23 | 2019-01-29 | 中山市晋华软件科技有限公司 | Webpage development frame |
CN109992256A (en) * | 2019-03-11 | 2019-07-09 | 宸瑞普惠(广州)科技有限公司 | The high reusability network architecture and its implementation that can be cross-platform |
CN110058900A (en) * | 2019-04-09 | 2019-07-26 | 上海交通大学 | Data transport service system based on pluggable component framework |
CN110471649A (en) * | 2019-07-11 | 2019-11-19 | 广州向导信息科技有限公司 | A kind of development platform and method for writing WEB service end program |
CN110609686A (en) * | 2018-06-15 | 2019-12-24 | 阿里巴巴集团控股有限公司 | Data system generation method and device, computer equipment and storage medium |
CN111596896A (en) * | 2020-04-26 | 2020-08-28 | 西安震有信通科技有限公司 | Interface calling method and device adaptive to different languages, equipment and medium |
CN111831718A (en) * | 2020-07-16 | 2020-10-27 | 北京思特奇信息技术股份有限公司 | Data extraction method, device and medium |
CN112148264A (en) * | 2020-09-29 | 2020-12-29 | 湖南快乐阳光互动娱乐传媒有限公司 | A cross-frame data interaction method and device |
CN112506514A (en) * | 2020-12-30 | 2021-03-16 | 江苏沙钢高科信息技术有限公司 | Multi-platform service sharing system |
CN113077171A (en) * | 2016-11-27 | 2021-07-06 | 合肥汉腾信息技术有限公司 | Single sign-on management information system for multiplexing collaboration between organizations |
CN113094024A (en) * | 2021-03-24 | 2021-07-09 | Oppo广东移动通信有限公司 | Application architecture, electronic equipment and storage medium |
CN113127442A (en) * | 2020-01-10 | 2021-07-16 | 马上消费金融股份有限公司 | Visualization method and device of data model and storage medium |
WO2024045909A1 (en) * | 2022-08-30 | 2024-03-07 | 武汉攀升鼎承科技有限公司 | Storage device with built-in independent data |
-
2015
- 2015-11-19 CN CN201510811848.7A patent/CN105302575A/en not_active Withdrawn
Cited By (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113077171A (en) * | 2016-11-27 | 2021-07-06 | 合肥汉腾信息技术有限公司 | Single sign-on management information system for multiplexing collaboration between organizations |
CN107193668A (en) * | 2017-04-26 | 2017-09-22 | 深圳中兴网信科技有限公司 | The call method and system at interface service end |
CN107305494A (en) * | 2017-06-28 | 2017-10-31 | 户帮户(杭州)科技有限公司 | A kind of enterprise-oriented system researches and develops framework |
CN107241361A (en) * | 2017-08-07 | 2017-10-10 | 中国石油工程建设有限公司 | A kind of unified identity authentication method based on cloud environment |
CN108268268A (en) * | 2017-12-20 | 2018-07-10 | 成都志心科技有限公司 | A kind of method and its system for realizing multi-platform software dynamic control |
CN107991905A (en) * | 2017-12-25 | 2018-05-04 | 南京邮电大学 | A kind of analogue system of the multiple no-manned plane mission planning based on Web |
CN110609686A (en) * | 2018-06-15 | 2019-12-24 | 阿里巴巴集团控股有限公司 | Data system generation method and device, computer equipment and storage medium |
CN108932588A (en) * | 2018-06-29 | 2018-12-04 | 华中科技大学 | A kind of the GROUP OF HYDROPOWER STATIONS Optimal Scheduling and method of front and back end separation |
CN108932588B (en) * | 2018-06-29 | 2021-04-02 | 华中科技大学 | Hydropower station group optimal scheduling system with separated front end and rear end and method |
CN109284469A (en) * | 2018-10-23 | 2019-01-29 | 中山市晋华软件科技有限公司 | Webpage development frame |
CN109992256A (en) * | 2019-03-11 | 2019-07-09 | 宸瑞普惠(广州)科技有限公司 | The high reusability network architecture and its implementation that can be cross-platform |
CN110058900B (en) * | 2019-04-09 | 2021-06-11 | 上海交通大学 | Data transmission service system based on pluggable component framework |
CN110058900A (en) * | 2019-04-09 | 2019-07-26 | 上海交通大学 | Data transport service system based on pluggable component framework |
CN110471649A (en) * | 2019-07-11 | 2019-11-19 | 广州向导信息科技有限公司 | A kind of development platform and method for writing WEB service end program |
CN113127442B (en) * | 2020-01-10 | 2023-12-22 | 马上消费金融股份有限公司 | Method, device and storage medium for visualizing data model |
CN113127442A (en) * | 2020-01-10 | 2021-07-16 | 马上消费金融股份有限公司 | Visualization method and device of data model and storage medium |
CN111596896A (en) * | 2020-04-26 | 2020-08-28 | 西安震有信通科技有限公司 | Interface calling method and device adaptive to different languages, equipment and medium |
CN111596896B (en) * | 2020-04-26 | 2023-06-02 | 西安震有信通科技有限公司 | Interface calling method, device, equipment and medium adapting to different languages |
CN111831718A (en) * | 2020-07-16 | 2020-10-27 | 北京思特奇信息技术股份有限公司 | Data extraction method, device and medium |
CN112148264A (en) * | 2020-09-29 | 2020-12-29 | 湖南快乐阳光互动娱乐传媒有限公司 | A cross-frame data interaction method and device |
CN112506514A (en) * | 2020-12-30 | 2021-03-16 | 江苏沙钢高科信息技术有限公司 | Multi-platform service sharing system |
CN113094024A (en) * | 2021-03-24 | 2021-07-09 | Oppo广东移动通信有限公司 | Application architecture, electronic equipment and storage medium |
WO2024045909A1 (en) * | 2022-08-30 | 2024-03-07 | 武汉攀升鼎承科技有限公司 | Storage device with built-in independent data |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105302575A (en) | Foundational development framework | |
Bellemare | Building event-driven microservices | |
Brown et al. | The Architecture of Open Source Applications: Elegance, Evolution, and a Few Fearless Hacks | |
US8788569B2 (en) | Server computer system running versions of an application simultaneously | |
US8141029B2 (en) | Method and system for executing a data integration application using executable units that operate independently of each other | |
US8095823B2 (en) | Server computer component | |
Seifzadeh et al. | A survey of dynamic software updating | |
US8984534B2 (en) | Interfacing between a receiving component of a server application and a remote application | |
US10684999B2 (en) | Multi-procedure support in data migration | |
US20070088707A1 (en) | Method for providing extensible software components within a distributed synchronization system | |
US20020144249A1 (en) | Method and apparatus for installing and upgrading an application in a computer system | |
US20040268187A1 (en) | Undo infrastructure | |
US8489547B2 (en) | System and method for transforming configuration data items in a configuration management database | |
US20080052308A1 (en) | Method and system for realizing automatic adaptation of data object model | |
US11055078B2 (en) | Systems and methods for deploying software products to environments | |
US12131143B2 (en) | Version management system and version management method | |
US10817285B1 (en) | Transactional migration system | |
US8738746B2 (en) | Configuration management for real-time server | |
US20080027901A1 (en) | Systems and methods for database processing and management | |
US20070185929A1 (en) | Method and apparatus for processing monitoring | |
US8433728B2 (en) | System and method for creating and managing business objects | |
US11237821B1 (en) | Configuring zero-downtime upgrades using automated development and test analysis | |
US11176314B2 (en) | XML schema description code generator | |
Wetherbee et al. | Beginning EJB 3: Java EE 7 Edition | |
Tok et al. | Microsoft SQL Server 2012 Integration Services |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C04 | Withdrawal of patent application after publication (patent law 2001) | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20160203 |