CN106372152B - Online form development system - Google Patents

Online form development system Download PDF

Info

Publication number
CN106372152B
CN106372152B CN201610767969.0A CN201610767969A CN106372152B CN 106372152 B CN106372152 B CN 106372152B CN 201610767969 A CN201610767969 A CN 201610767969A CN 106372152 B CN106372152 B CN 106372152B
Authority
CN
China
Prior art keywords
module
model
view
data
user
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.)
Active
Application number
CN201610767969.0A
Other languages
Chinese (zh)
Other versions
CN106372152A (en
Inventor
程宏亮
肖斌
王锟
白朝旭
王永峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Meritdata Technology Co ltd
Original Assignee
Meritdata Technology Co ltd
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 Meritdata Technology Co ltd filed Critical Meritdata Technology Co ltd
Priority to CN201610767969.0A priority Critical patent/CN106372152B/en
Publication of CN106372152A publication Critical patent/CN106372152A/en
Application granted granted Critical
Publication of CN106372152B publication Critical patent/CN106372152B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an online form development system, which comprises: the system comprises a user-defined module, a database, a data model module, a business model module and a view model module, wherein the user-defined module is set by a user and is connected with the database; the model checking engine module is connected with the database and used for verifying the parameters set by the custom module and screening out the custom modules meeting the rules; the view model module, the corresponding data model module and the service model module are connected with the model checking engine module; the view model module displays data through a view rendering engine module, the data model module is connected with a database through a data access engine module, and the service model module is connected with the data access engine module through a service logic engine module. The key point of the invention is to quickly construct a Web application system in an online mode based on the domain model language technology.

Description

Online form development system
Technical Field
The invention belongs to the technical field of data visualization and the field of computer language systems, and particularly relates to an online form development system.
Background
Performing model definition by adopting a domain model language technology, developing based on JAVA and JS technical components, performing visual design on a page in an online mode, and constructing a view model according to page elements; when the page is accessed, the view rendering engine is used for dynamically analyzing the view model and rendering the view model into the page. However, the existing development process has more and complicated procedures and cannot be developed quickly.
Disclosure of Invention
The invention aims to provide an online form development system, which simplifies the design complexity of an enterprise-level application system based on Web, expands the complexity and the development efficiency and provides a flexible man-machine interaction mode of visual design; the development efficiency is greatly improved.
In order to achieve the purpose, the technical scheme of the invention is as follows:
an online form development system comprising:
the system comprises a user-defined module, a database, a data model module, a business model module and a view model module, wherein the user-defined module is set by a user and is connected with the database;
the model checking engine module is connected with the database and used for verifying the parameters set by the custom module and screening out the custom modules meeting the rules;
the view model module, the corresponding data model module and the service model module are connected with the model checking engine module; the view model module displays data through a view rendering engine module, the data model module is connected with a database through a data access engine module, and the service model module is connected with the data access engine module through a service logic engine module.
In a preferred embodiment of the present invention, the data model module includes one or more relational databases of three kinds of relational databases, namely Oracle, Mysql or SQLServer.
In a preferred embodiment of the present invention, the business model module is configured to set page foreground interaction rules, background data processing rules, and common component configuration rules.
In a preferred embodiment of the present invention, the view model module is used for setting a presentation mode of a page.
In a preferred embodiment of the invention, the custom module provides system data model building functions in an online manner in the system.
Through the technical scheme, the invention has the beneficial effects that:
the method completes the definition of a view model, a data model and a business logic model in an online mode; using a model grammar checking rule to carry out grammar checking on an existing model; and analyzing the view model by using a view rendering engine, rendering the view model into a view page based on HTML, generating and executing business logic by using a business execution engine according to a business logic model, and calling a data access engine operation data model based on the JDBC protocol to perform addition, deletion, modification and check operations on data. The key point of the invention is to quickly construct a Web application system in an online mode based on the domain model language technology
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only examples of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is an overall technical structural view of the present invention.
Fig. 2 is an overall architecture diagram of the present invention.
Detailed Description
In order to make the technical means, the creation characteristics, the achievement purposes and the effects of the invention easy to understand, the invention is further explained below by combining the specific drawings.
Referring to fig. 1 and 2, an online form development system includes: the system comprises a user-defined module, a database, a data model module, a business model module and a view model module, wherein the user-defined module is set by a user and is connected with the database;
the model checking engine module is connected with the database and used for verifying the parameters set by the custom module and screening out the custom modules meeting the rules;
the view model module, the corresponding data model module and the service model module are connected with the model checking engine module; the view model module displays data through a view rendering engine module, the data model module is connected with a database through a data access engine module, and the service model module is connected with the data access engine module through a service logic engine module.
Specifically, the self-defining module provides a system data model building function in an online mode in the system, and a data model module, a business logic model module and a view model module are built through the configuration of a user foreground page.
The model checking engine module provides a model checking function in a service mode in the system, and the function performs validity checking on the model according to the corresponding checking rule of the model and outputs the legal model. In the interface definition process of database extraction, different models exist in different Model objects, and the different models correspond to different rules, so that the system is ensured to be adapted to the interface levels of all the models. The check rule is checked by the Drools technology component. The model checking engine is a rule checking mechanism for calling the technical component, and finally provides a model conforming to the rule.
And the view rendering engine module is used for performing dynamic analytic rendering on the view model in a service mode in the system to obtain a functional page. And each view model inherits the base class App, and the Render method of the base class is rewritten, so that the adaptation function of the rendering engine to each view model is ensured. Each page object can self-define a rendering tool of the page object, so that the view object and the rendering tool are abstracted, each model object can independently change, the view object and the rendering tool are managed through a construction factory of the view model, dynamic coupling is realized, and more flexibility is increased.
The view model is a model with a hierarchical relationship, and each model has a rendering tool customized by the model. When the view rendering engine is used for analyzing the view model, the rendering method of the model is called recursively according to the hierarchical relation, and finally the view page corresponding to the view model based on the HTML is returned and finally displayed to a user through the Freemarker technology.
And the business execution engine module is used for dynamically analyzing the business logic model in a service mode in the system to generate common business functions. The business rule models exist in different models, and the base class of each Model is unified, so that the business execution engine can automatically adapt to each Model. The generation of the business logic rule is realized based on the Freemarker technology, so that the expandability of each business model is ensured, and more flexibility is increased.
Generating and executable business logic by using a business execution engine according to the business logic model through semantic analysis on the business model; .
And the data access engine module is used for performing increasing, deleting, modifying and checking operation on the data according to the generated business logic based on the JDBC protocol. The data access engine provides parsing of the data model, performs processing of results according to associated business rules, and provides support for connection management, transaction management, configuration loading, and caching processing of data sources to provide a basis for operation of the data access engine.
Through semantic analysis of the data model, the data access engine performs data adding, deleting, modifying and checking operations according to the generated business logic based on the JDBC protocol.
The foregoing shows and describes the general principles and broad features of the present invention and advantages thereof. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (5)

1. An online form development system, comprising:
the system comprises a user-defined module, a database, a data model module, a business logic model module and a view model module, wherein the user-defined module is set by a user and is connected with the database, and the user-defined module is used for constructing the data model module, the business logic model module and the view model module in an online mode through the configuration of a foreground page of the user and setting parameters of the data model module, the business model module and the view model module;
the business execution engine module is used for dynamically analyzing the business logic model in a service mode in the system to generate a common business function;
the model checking engine module is connected with the database and provides a function of checking the model in a service mode, checks the legality of the model according to the corresponding checking rule of the model, outputs a legal model and is used for verifying the parameters set by the custom module and screening out the custom module which accords with the rule;
different models exist in different Model objects, and the different models correspond to different rules, so that the system is ensured to be adapted to all Model interface levels;
the view model module, the corresponding data model module and the service model module are connected with the model checking engine module; the view model module displays data through a view rendering engine module, the data model module is connected with a database through a data access engine module, and the service model module is connected with the data access engine module through a service logic engine module;
the view rendering engine module is used for executing dynamic analysis rendering of the view model in a system in a service mode to obtain a functional page; the view rendering engine analyzes the view model and renders the view model into a view page based on HTML;
the view rendering engine module recursively calls a rendering method of the model according to the hierarchical relationship, finally returns a view page based on HTML and corresponding to the view model, and finally displays the view page to a user through a Freemarker technology;
and the data access engine module calls a data access engine operation data model based on the JDBC protocol to perform addition, deletion, modification and check operations on data.
2. The online form development system of claim 1, wherein the data model module comprises one or more of Oracle, Mysql, and SQLServer relational databases.
3. The system of claim 1, wherein the business model module is configured to set foreground interaction rules, background data processing rules, and common component configuration rules.
4. The system of claim 1, wherein the view model module is configured to set a presentation mode of a page.
5. The online form development system of claim 1, wherein the customization module provides system data model building functionality in an online manner in the system.
CN201610767969.0A 2016-08-30 2016-08-30 Online form development system Active CN106372152B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610767969.0A CN106372152B (en) 2016-08-30 2016-08-30 Online form development system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610767969.0A CN106372152B (en) 2016-08-30 2016-08-30 Online form development system

Publications (2)

Publication Number Publication Date
CN106372152A CN106372152A (en) 2017-02-01
CN106372152B true CN106372152B (en) 2020-07-07

Family

ID=57901606

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610767969.0A Active CN106372152B (en) 2016-08-30 2016-08-30 Online form development system

Country Status (1)

Country Link
CN (1) CN106372152B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107844591A (en) * 2017-11-17 2018-03-27 南京感度信息技术有限责任公司 A kind of self-defining data modelling technique and application
CN110737709B (en) * 2019-09-23 2022-10-28 紫光云(南京)数字技术有限公司 Formula model generation method based on visual editing system
CN112465620B (en) * 2020-12-30 2023-12-19 广东金赋科技股份有限公司 Terminal form filling service linkage method and device based on dynamic form and rule engine

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103809951A (en) * 2012-11-12 2014-05-21 方欣科技有限公司 Graphical service arrangement and management device based on FLEX technology
CA2895121A1 (en) * 2014-09-05 2016-03-05 Gravity Partners Limited Systems and methods for analyzing and deriving meaning from large scale data sets
CN105808701B (en) * 2015-11-23 2018-07-24 江苏中威科技软件系统有限公司 Realize the method and system communicated between list automatic Verification and multisystem

Also Published As

Publication number Publication date
CN106372152A (en) 2017-02-01

Similar Documents

Publication Publication Date Title
US9483240B1 (en) Data binding dependency analysis
WO2017162024A1 (en) Method of developing component and template using visual expression, storage medium, and apparatus
CN110825362A (en) Low-code application software development system and method
US8095570B2 (en) Decorated model architecture for efficient model-driven application development
US11531914B2 (en) Artificial intelligence (AI) based automatic rule generation
US9182944B2 (en) Managing lifecycle of objects
US8843836B2 (en) Model driven content development
CN108108986B (en) Design method and device of customer relationship management system and electronic equipment
US9104724B2 (en) Dynamic bridging of application and data servers
CN106372152B (en) Online form development system
JP2022177793A (en) Operator registration method and apparatus for deep learning framework, device and storage medium
JP2018514878A (en) A computer-implemented method for displaying software-type applications based on design specifications
US10936810B2 (en) Token embedding based on target-context pairs
CN111581920A (en) Document conversion method, device, equipment and computer storage medium
CN111414350A (en) Service generation method and device
CN111125064A (en) Method and device for generating database mode definition statement
Tauscher et al. A modular graph transformation rule set for IFC‐to‐CityGML conversion
CN113778897A (en) Automatic test method, device, equipment and storage medium of interface
CN103793227A (en) Method for achieving WCF service
Wanderley et al. MBA: A system of systems architecture model for supporting collaborative work
CN116360735A (en) Form generation method, device, equipment and medium
JP2013235508A (en) Object-oriented program generation device, method therefor, and program
JP2012048329A (en) Object oriented program generating device, method therefor and program
CN112445499A (en) Derived variable determination method, device, equipment and storage medium
CN109597611A (en) Front end data flow control Components Development system, method, equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 710065 Shaanxi hi tech Zone, Xi'an science and technology zone, No. 68 Xi'an Software Park, Han Yun Ge C501

Applicant after: MERITDATA TECHNOLOGY CO.,LTD.

Address before: 710065 Shaanxi hi tech Zone, Xi'an science and technology zone, No. 68 Xi'an Software Park, Han Yun Ge C501

Applicant before: XI'AN MERITDATA TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder

Address after: 710075 6th floor, national e-commerce demonstration base, No.528, tianguba Road, software new town, high tech Zone, Xi'an City, Shaanxi Province

Patentee after: MERITDATA TECHNOLOGY CO.,LTD.

Address before: 710065 C501, hanyunge, Xi'an Software Park, No. 68, Keji Second Road, high tech Zone, Xi'an, Shaanxi

Patentee before: MERITDATA TECHNOLOGY CO.,LTD.

CP02 Change in the address of a patent holder