CN111831276A - Software visualization rapid development system - Google Patents

Software visualization rapid development system Download PDF

Info

Publication number
CN111831276A
CN111831276A CN202010607840.XA CN202010607840A CN111831276A CN 111831276 A CN111831276 A CN 111831276A CN 202010607840 A CN202010607840 A CN 202010607840A CN 111831276 A CN111831276 A CN 111831276A
Authority
CN
China
Prior art keywords
module
instruction
page
receiving
database
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.)
Granted
Application number
CN202010607840.XA
Other languages
Chinese (zh)
Other versions
CN111831276B (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.)
China Shipbuilding Digital Information Technology Co ltd
716th Research Institute of CSIC
Original Assignee
716th Research Institute of CSIC
CSIC Information 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 716th Research Institute of CSIC, CSIC Information Technology Co Ltd filed Critical 716th Research Institute of CSIC
Priority to CN202010607840.XA priority Critical patent/CN111831276B/en
Publication of CN111831276A publication Critical patent/CN111831276A/en
Application granted granted Critical
Publication of CN111831276B publication Critical patent/CN111831276B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/75Structural analysis for program understanding

Abstract

The invention discloses a visual rapid development system of software, which comprises: the self-defined component library construction module is used for constructing a packaging component for visual software development to form a self-defined component library; the packaging assembly comprises each designer, a development data assembly of the execution engine and a data assembly of the object model generation database; the first designer is used for building an object model in a self-defined mode; the second designer is used for customizing the development interface; the third designer is used for customizing a design page; and the execution engine is used for responding to the instructions of the first designer, the second designer and the third designer. The invention discloses a visual rapid development system of software, which is a platform for rapidly constructing software based on a page visual configuration engine. The user-defined component library is the foundation of the platform, and the designer and the execution engine are core components of the platform. The platform can realize low-code and even zero-code software development through visual design and engine type compiling.

Description

Software visualization rapid development system
Technical Field
The invention belongs to the field of software development, and particularly relates to a visual rapid software development system.
Background
In the field of enterprise management application software, enterprises usually have the following problems in software development:
1) the software development cycle is short, and the stability requirement is high: with the higher demand urgency of the current market environment, there is a higher expectation for the lead time of the software and the stability of the software.
2) The technical personnel level requirement is high: based on the requirements of rapid delivery, complex service, stable performance and the like, the requirements on the technical level and the capability of developers are continuously increased.
3) The development cost performance is low, and a large amount of codes are repeatedly built to cause resource waste: in actual software development, a large number of similar pages exist at the page end, and the page layout and processing logic are relatively fixed. On the server side, based on an object-oriented development mode, the running mode of basic service codes of each object is consistent, and therefore a large amount of repeated code development is brought.
At present, a software visualization quick development platform on the market is mostly concentrated on page design and lacks design construction of corresponding services of pages, so that development of an integral structure of software pages and services cannot be realized. On the other hand, for the particularity of the industry field, the scenes of the underlying technologies and the supporting depended on by the common development platform in the market are not suitable for the software requirements of the ship field.
Disclosure of Invention
The invention aims to solve the problems in the prior art, and provides a platform for quickly constructing software based on a page visualization configuration engine, so as to realize low-code and even zero-code software development.
The technical solution for realizing the purpose of the invention is as follows: a software visualization rapid development system, the system comprising:
the self-defined component library construction module is used for constructing a packaging component for visual software development to form a self-defined component library; the packaging assembly comprises each designer, a development data assembly of the execution engine and a data assembly of the object model generation database;
the first designer is used for building an object model in a self-defined mode;
the second designer is used for customizing the development interface;
the third designer is used for customizing a design page;
and the execution engine is used for responding to the instructions of the first designer, the second designer and the third designer.
Compared with the prior art, the invention has the following remarkable advantages: 1) the invention constructs the object model through the object model designer on line visualization, defines the service structure of the object model, and achieves the purpose that no development experiential personnel can complete the construction of the service object model; 2) according to the invention, the defined object model can be converted into the database table through the model database converter, so that various databases are supported, and the purpose of realizing free switching of a multi-database environment by depending on the object model is achieved; 3) the interface is developed through an online visual interface designer, the input and output parameters of the interface are defined, the interface conforming to REST specification is generated, and a standard format interface document is provided, so that the requirements of unified, standardized and standardized development of the interface are met; 4) according to the invention, the page is designed in an online visual manner through the page designer, developers can arrange the page in an online manner, the page assumption can be met through dragging the control, and the page can be previewed in real time; 5) according to the method, the defined page code can be exported through the code generator, and developers can perform secondary development based on the exported page code to meet the requirement of customized development; 6) the invention provides a method for on-line software development, which can be used by developers to carry out on-line software overall construction by taking a business model as a construction basis, further carry out on-line software development of the whole software, greatly reduce codes and even realize code-free construction of complete application software, shorten the software development period and reduce the software development threshold.
The present invention is described in further detail below with reference to the attached drawing figures.
Drawings
FIG. 1 is a general architecture diagram of a software visualization rapid development system in one embodiment.
FIG. 2 is a diagram of a first designer architecture in one embodiment.
FIG. 3 is a diagram of a second designer architecture in one embodiment.
FIG. 4 is a diagram of a third designer architecture in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
In one embodiment, in conjunction with fig. 1, there is provided a software visualization rapid development system, the system comprising:
the self-defined component library construction module is used for constructing a packaging component for visual software development to form a self-defined component library; the packaging assembly comprises each designer, a development data assembly of the execution engine and a data assembly of the object model generation database;
the first designer is used for building an object model in a self-defined mode;
the second designer is used for customizing the development interface;
the third designer is used for customizing a design page;
and the execution engine is used for responding to the instructions of the first designer, the second designer and the third designer.
The invention discloses a visual rapid development system of software, which is a platform for rapidly constructing software based on a page visual configuration engine. The user-defined component library is the foundation of the platform, and the designer and the execution engine are core components of the platform. The platform can realize low-code and even zero-code software development through visual design and engine type compiling.
Further, in one embodiment, in conjunction with fig. 2, the first designer includes, generated based on the package assembly:
the object model information definition module is used for self-defining the attribute information of the object model, including the description, the fields and the definition of each field;
here, the description includes a model identification, a model name, and an associated data table name, and so on.
Here, the field definition includes a field type, a length, whether non-empty, and the like.
The model element generation module is used for receiving a first trigger instruction of a user and generating model element data according to the attribute information of the object model;
the model building module is used for receiving a second trigger instruction of the user and building an object model based on the model metadata;
the first conversion module is used for receiving a third trigger instruction of a user and converting the object model into a database execution statement;
here, a variety of databases are supported, including Oracle, MySql, dreams, MSSQL, etc.
The second conversion module is used for receiving a fourth trigger instruction of the user and generating an object service code according to the object model;
and the first visualization module is used for visually displaying the attribute information of the object model, the model metadata, the object model, the database execution statement and the object service code in real time.
Further, in one embodiment, the first designer further comprises, generated based on the package components:
the database construction module is used for receiving a fifth trigger instruction of the user and constructing a database according to the database execution statement; the database comprises a data table corresponding to the object model;
and the database updating module is used for receiving a sixth trigger instruction of the user and starting an editable mode of the database execution statement, and the user performs custom modification and compilation on the database execution statement to realize custom updating of the database.
Further, in one embodiment, the first visualization module is further configured to visually display the database in real time.
Further, in one embodiment, in conjunction with fig. 3, the second designer includes, generated based on the package assembly:
the information configuration module is used for configuring interface information based on the object model, and the interface information comprises interface attributes, input parameters and output parameters;
the online testing module is used for receiving a seventh triggering instruction of the user, generating an object service corresponding to the object model, and testing the interface by the object service;
here, the object service includes services such as query, save, update, and deletion of object model structure data.
The interface description document generation module is used for receiving an eighth trigger instruction of the user and generating an interface description document;
the viewing module is used for receiving a ninth triggering instruction of the user, calling the interface description document and sending the interface description document to the second visualization module;
and the second visualization module is used for visually displaying the interface information, the interface test result and the interface description document in real time.
Further, in one embodiment, in conjunction with fig. 4, the third designer includes, generated based on the package assembly:
the page component library construction module is used for constructing page components to form a page component library;
here, the page component includes common forms, attachments and other components, and also includes custom packaging components such as pie charts, bar charts, dashboards, tree diagrams and the like.
The window construction module is used for receiving a tenth trigger instruction of a user, configuring a plurality of object models and interfaces according to user requirements in a user-defined mode, configuring page attributes, defining page events and constructing a page window;
the page layout module is used for setting the page components in the page window in a user-defined mode to realize online page design;
the third conversion module is used for receiving an eleventh trigger instruction of a user and generating a page code corresponding to the online design page and a data structure of the page layout module;
here, the page code may be HTML, JS code for subsequent development.
The editing module is used for receiving a twelfth trigger instruction of the user and starting an editable mode of the page code, and the user performs custom modification and compilation on the page code to realize custom adjustment and page updating;
and the third visualization module is used for visually displaying the page component library, the online designed page, the page code and the data structure of the page layout module in real time.
Further, in one embodiment, the third designer further comprises, generated based on the package assembly:
and the previewing module is used for receiving a thirteenth triggering instruction of the user and previewing the online designed page.
Further, in one embodiment, the execution engine comprises:
the first execution module is used for receiving a data generation instruction generated by the model element generation module after receiving the first trigger instruction, and executing the generation of the model element data according to the attribute information of the object model;
the second execution module is used for receiving the model building instruction generated by the model building module after receiving the second trigger instruction, and executing the object model built based on the model metadata;
a third execution module, configured to receive a first conversion instruction generated by the first conversion module after receiving the third trigger instruction, and execute the conversion of the object model into the database execution statement;
a fourth execution module, configured to receive a second conversion instruction generated by the second conversion module after receiving the fourth trigger instruction, and execute the object service code generated according to the object model;
a fifth execution module, configured to receive a database construction instruction generated by the database construction module after receiving the fifth trigger instruction, and execute the database construction according to the database execution statement;
a sixth execution module, configured to receive the first editable instruction generated by the database update module after receiving the sixth trigger instruction, and execute an editable mode in which the database execution statement is started;
the seventh execution module is used for receiving a fourteenth trigger instruction of the user and compiling the database execution statement;
the eighth execution module is configured to receive the test instruction generated by the online test module after receiving the seventh trigger instruction, execute the object service corresponding to the generated object model, and test an interface;
a ninth execution module, configured to receive a document generation instruction generated by the interface specification document generation module after receiving the eighth trigger instruction, and execute to generate the interface specification document;
the tenth execution module is used for receiving the viewing instruction generated by the viewing module after receiving the ninth triggering instruction, and executing to call the interface description document and send the interface description document to the second visualization module;
an eleventh executing module, configured to receive a second conversion instruction generated by the third conversion module after receiving the eleventh trigger instruction, and execute the data structure of the page code and page layout module corresponding to the generated online design page;
a twelfth execution module, configured to receive the second editable instruction generated by the editing module after receiving the twelfth trigger instruction, and execute an editable mode in which a page code is started;
and the thirteenth execution module is used for receiving a fifteenth triggering instruction of the user and compiling the page code.
Further, in one embodiment, the first execution module is further configured to generate a first feedback instruction and send the first feedback instruction to the first visualization module after generating the model metadata according to the attribute information of the object model, and trigger the first visualization module to display the model metadata visually;
the second execution module is further used for generating a second feedback instruction and sending the second feedback instruction to the first visualization module after the object model is constructed based on the model metadata, and triggering the first visualization module to realize visual display of the object model;
the third execution module is further used for generating a third feedback instruction and sending the third feedback instruction to the first visualization module after the object model is converted into the database execution statement, and triggering the first visualization module to realize visual display of the database execution statement;
the fourth execution module is further used for generating a fourth feedback instruction and sending the fourth feedback instruction to the first visualization module after the object service code is generated according to the object model, and triggering the first visualization module to realize the visual display of the object service code;
the fifth execution module is further configured to generate a fifth feedback instruction and send the fifth feedback instruction to the first visualization module after the database is built according to the database execution statements, and trigger the first visualization module to realize visual display of the database;
the eighth execution module is further configured to generate a sixth feedback instruction and send the sixth feedback instruction to the second visualization module after the object service corresponding to the generated object model is realized and the interface is tested, and trigger the second visualization module to realize a visual display interface test result;
the eleventh execution module is further configured to generate a seventh feedback instruction and send the seventh feedback instruction to the third visualization module after the generation of the data structure of the page code and page layout module corresponding to the online design page is realized, and trigger the third visualization module to realize visualization of the data structure of the page code and page layout module.
The foregoing illustrates and describes the principles, general features, and advantages of the present invention. 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 (9)

1. A software visualization rapid development system, the system comprising:
the self-defined component library construction module is used for constructing a packaging component for visual software development to form a self-defined component library; the packaging assembly comprises each designer, a development data assembly of the execution engine and a data assembly of the object model generation database;
the first designer is used for building an object model in a self-defined mode;
the second designer is used for customizing the development interface;
the third designer is used for customizing a design page;
and the execution engine is used for responding to the instructions of the first designer, the second designer and the third designer.
2. The software visualization rapid development system of claim 1, wherein the first designer comprises, generated based on the package component:
the object model information definition module is used for self-defining the attribute information of the object model, including the description, the fields and the definition of each field;
the model element generation module is used for receiving a first trigger instruction of a user and generating model element data according to the attribute information of the object model;
the model building module is used for receiving a second trigger instruction of the user and building an object model based on the model metadata;
the first conversion module is used for receiving a third trigger instruction of a user and converting the object model into a database execution statement;
the second conversion module is used for receiving a fourth trigger instruction of the user and generating an object service code according to the object model;
and the first visualization module is used for visually displaying the attribute information of the object model, the model metadata, the object model, the database execution statement and the object service code in real time.
3. The software visualization rapid development system of claim 2, wherein the first designer further comprises, generated based on the package component:
the database construction module is used for receiving a fifth trigger instruction of the user and constructing a database according to the database execution statement; the database comprises a data table corresponding to the object model;
and the database updating module is used for receiving a sixth trigger instruction of the user and starting an editable mode of the database execution statement, and the user performs custom modification and compilation on the database execution statement to realize custom updating of the database.
4. The software visualization rapid development system according to claim 3, wherein the first visualization module is further configured to visually display the database in real time.
5. The software visualization rapid development system of claim 1, wherein the second designer comprises, generated based on the package component:
the information configuration module is used for configuring interface information based on the object model, and the interface information comprises interface attributes, input parameters and output parameters;
the online testing module is used for receiving a seventh triggering instruction of the user, generating an object service corresponding to the object model, and testing the interface by the object service;
the interface description document generation module is used for receiving an eighth trigger instruction of the user and generating an interface description document;
the viewing module is used for receiving a ninth triggering instruction of the user, calling the interface description document and sending the interface description document to the second visualization module;
and the second visualization module is used for visually displaying the interface information, the interface test result and the interface description document in real time.
6. The software visualization rapid development system of claim 1, wherein the third designer comprises, generated based on the package component:
the page component library construction module is used for constructing page components to form a page component library;
the window construction module is used for receiving a tenth trigger instruction of a user, configuring a plurality of object models and interfaces according to user requirements in a user-defined mode, configuring page attributes, defining page events and constructing a page window;
the page layout module is used for setting the page components in the page window in a user-defined mode to realize online page design;
the third conversion module is used for receiving an eleventh trigger instruction of a user and generating a page code corresponding to the online design page and a data structure of the page layout module;
the editing module is used for receiving a twelfth trigger instruction of the user and starting an editable mode of the page code, and the user performs custom modification and compilation on the page code to realize custom adjustment and page updating;
and the third visualization module is used for visually displaying the page component library, the online designed page, the page code and the data structure of the page layout module in real time.
7. The software visualization rapid development system of claim 6, wherein the third designer further comprises, generated based on the package component:
and the previewing module is used for receiving a thirteenth triggering instruction of the user and previewing the online designed page.
8. The software visualization rapid development system according to any one of claims 2 to 7, wherein the execution engine comprises:
the first execution module is used for receiving a data generation instruction generated by the model element generation module after receiving the first trigger instruction, and executing the generation of the model element data according to the attribute information of the object model;
the second execution module is used for receiving the model building instruction generated by the model building module after receiving the second trigger instruction, and executing the object model built based on the model metadata;
a third execution module, configured to receive a first conversion instruction generated by the first conversion module after receiving the third trigger instruction, and execute the conversion of the object model into the database execution statement;
a fourth execution module, configured to receive a second conversion instruction generated by the second conversion module after receiving the fourth trigger instruction, and execute the object service code generated according to the object model;
a fifth execution module, configured to receive a database construction instruction generated by the database construction module after receiving the fifth trigger instruction, and execute the database construction according to the database execution statement;
a sixth execution module, configured to receive the first editable instruction generated by the database update module after receiving the sixth trigger instruction, and execute an editable mode in which the database execution statement is started;
the seventh execution module is used for receiving a fourteenth trigger instruction of the user and compiling the database execution statement;
the eighth execution module is configured to receive the test instruction generated by the online test module after receiving the seventh trigger instruction, execute the object service corresponding to the generated object model, and test an interface;
a ninth execution module, configured to receive a document generation instruction generated by the interface specification document generation module after receiving the eighth trigger instruction, and execute to generate the interface specification document;
the tenth execution module is used for receiving the viewing instruction generated by the viewing module after receiving the ninth triggering instruction, and executing to call the interface description document and send the interface description document to the second visualization module;
an eleventh executing module, configured to receive a second conversion instruction generated by the third conversion module after receiving the eleventh trigger instruction, and execute the data structure of the page code and page layout module corresponding to the generated online design page;
a twelfth execution module, configured to receive the second editable instruction generated by the editing module after receiving the twelfth trigger instruction, and execute an editable mode in which a page code is started;
and the thirteenth execution module is used for receiving a fifteenth triggering instruction of the user and compiling the page code.
9. The software visualization rapid development system according to claim 8, wherein the first execution module is further configured to generate a first feedback instruction and send the first feedback instruction to the first visualization module after generating model metadata according to the attribute information of the object model, so as to trigger the first visualization module to visually display the model metadata;
the second execution module is further used for generating a second feedback instruction and sending the second feedback instruction to the first visualization module after the object model is constructed based on the model metadata, and triggering the first visualization module to realize visual display of the object model;
the third execution module is further used for generating a third feedback instruction and sending the third feedback instruction to the first visualization module after the object model is converted into the database execution statement, and triggering the first visualization module to realize visual display of the database execution statement;
the fourth execution module is further used for generating a fourth feedback instruction and sending the fourth feedback instruction to the first visualization module after the object service code is generated according to the object model, and triggering the first visualization module to realize the visual display of the object service code;
the fifth execution module is further configured to generate a fifth feedback instruction and send the fifth feedback instruction to the first visualization module after the database is built according to the database execution statements, and trigger the first visualization module to realize visual display of the database;
the eighth execution module is further configured to generate a sixth feedback instruction and send the sixth feedback instruction to the second visualization module after the object service corresponding to the generated object model is realized and the interface is tested, and trigger the second visualization module to realize a visual display interface test result;
the eleventh execution module is further configured to generate a seventh feedback instruction and send the seventh feedback instruction to the third visualization module after the generation of the data structure of the page code and page layout module corresponding to the online design page is realized, and trigger the third visualization module to realize visualization of the data structure of the page code and page layout module.
CN202010607840.XA 2020-06-30 2020-06-30 Software visualization rapid development system Active CN111831276B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010607840.XA CN111831276B (en) 2020-06-30 2020-06-30 Software visualization rapid development system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010607840.XA CN111831276B (en) 2020-06-30 2020-06-30 Software visualization rapid development system

Publications (2)

Publication Number Publication Date
CN111831276A true CN111831276A (en) 2020-10-27
CN111831276B CN111831276B (en) 2022-09-13

Family

ID=72899571

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010607840.XA Active CN111831276B (en) 2020-06-30 2020-06-30 Software visualization rapid development system

Country Status (1)

Country Link
CN (1) CN111831276B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416351A (en) * 2020-11-24 2021-02-26 广州虎牙科技有限公司 Code adding method and device, electronic equipment and computer readable storage medium
CN112445477A (en) * 2020-12-09 2021-03-05 浙江源创建筑智能科技有限公司 Vue-based component visualization system and method
CN112732237A (en) * 2021-01-26 2021-04-30 长威信息科技发展股份有限公司 Method and system for constructing code-free development technology model
CN113268227A (en) * 2021-07-21 2021-08-17 武汉万云网络科技有限公司 Zero-code visualization software development platform and development method
CN113703749A (en) * 2021-09-06 2021-11-26 河北雄安新区公安局 Information system based on visual programming technology and construction method thereof
CN113778446A (en) * 2021-09-15 2021-12-10 航天新通科技有限公司 Low-code application development platform
CN114168121A (en) * 2021-12-07 2022-03-11 济南红旗信息科技有限公司 Software system, terminal and storage medium based on code factory mode development
CN114398038A (en) * 2022-03-25 2022-04-26 深圳市维度数据科技股份有限公司 Page construction method and device
CN116049020A (en) * 2023-04-03 2023-05-02 深圳市明源云科技有限公司 Automatic test method, device and equipment for software products and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102375731A (en) * 2010-08-23 2012-03-14 融建信息技术(厦门)有限公司 Coding-free integrated application platform system
CN105956830A (en) * 2016-05-11 2016-09-21 中煤电气有限公司 J2EE framework based enterprise-level visualization application development platform
CN107844299A (en) * 2017-12-01 2018-03-27 浪潮软件股份有限公司 A kind of implementation method of Web application development tools
EP3454203A1 (en) * 2017-09-12 2019-03-13 Servicenow, Inc. Data modelling and flow engine for building automated flows within a cloud based developmental platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102375731A (en) * 2010-08-23 2012-03-14 融建信息技术(厦门)有限公司 Coding-free integrated application platform system
CN105956830A (en) * 2016-05-11 2016-09-21 中煤电气有限公司 J2EE framework based enterprise-level visualization application development platform
EP3454203A1 (en) * 2017-09-12 2019-03-13 Servicenow, Inc. Data modelling and flow engine for building automated flows within a cloud based developmental platform
CN107844299A (en) * 2017-12-01 2018-03-27 浪潮软件股份有限公司 A kind of implementation method of Web application development tools

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘一田: "《可视化Web设计器》", 《计算机系统应用》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112416351A (en) * 2020-11-24 2021-02-26 广州虎牙科技有限公司 Code adding method and device, electronic equipment and computer readable storage medium
CN112445477A (en) * 2020-12-09 2021-03-05 浙江源创建筑智能科技有限公司 Vue-based component visualization system and method
CN112732237A (en) * 2021-01-26 2021-04-30 长威信息科技发展股份有限公司 Method and system for constructing code-free development technology model
CN113268227A (en) * 2021-07-21 2021-08-17 武汉万云网络科技有限公司 Zero-code visualization software development platform and development method
CN113703749A (en) * 2021-09-06 2021-11-26 河北雄安新区公安局 Information system based on visual programming technology and construction method thereof
CN113778446A (en) * 2021-09-15 2021-12-10 航天新通科技有限公司 Low-code application development platform
CN113778446B (en) * 2021-09-15 2024-02-13 航天新通科技有限公司 Low-code application development platform
CN114168121A (en) * 2021-12-07 2022-03-11 济南红旗信息科技有限公司 Software system, terminal and storage medium based on code factory mode development
CN114398038A (en) * 2022-03-25 2022-04-26 深圳市维度数据科技股份有限公司 Page construction method and device
CN116049020A (en) * 2023-04-03 2023-05-02 深圳市明源云科技有限公司 Automatic test method, device and equipment for software products and readable storage medium
CN116049020B (en) * 2023-04-03 2023-08-04 深圳市明源云科技有限公司 Automatic test method, device and equipment for software products and readable storage medium

Also Published As

Publication number Publication date
CN111831276B (en) 2022-09-13

Similar Documents

Publication Publication Date Title
CN111831276B (en) Software visualization rapid development system
CN110007917B (en) Visual page generation and browsing method based on browser
CN109657103A (en) Conversion method, device, computer equipment and the storage medium of data structure
CN111625226B (en) Prototype-based man-machine interaction design implementation method and system
CN115640045B (en) Low-code development platform based on domain-driven design and business system creation method
CN111596902B (en) Method, device, equipment and storage medium for building front-end and back-end development framework
CN103116500A (en) Method and device for structural body definition and structure output
CN114707474A (en) Report generation method and device, electronic equipment and computer readable storage medium
CN112286521A (en) Task flow processing method, storage medium and processor
WO2021129812A1 (en) Method and system for running artificial intelligence application, and device
CN114282129A (en) Information system page generation method, system, electronic equipment and storage medium
CN115469860B (en) Method and system for automatically generating demand-to-software field model based on instruction set
Goldschmidt et al. Evaluating domain-specific languages for the development of OPC UA based applications
CN111415129A (en) Workflow platform and terminal equipment with same
CN114036178A (en) Service interface generation method, device, computer and readable storage medium
CN113655996A (en) Enterprise-level system generation method based on demand model
CN112540988A (en) Service processing device, processing method and readable storage medium
CN112365226A (en) Software service business management system
CN111610964A (en) Encoding rule generation method and device
CN105824684A (en) Method for realizing multi-mode big data software simulator
Guojie et al. Enhancing software reuse through application-level component approach
CN110737980A (en) Electrical design system and electrical design method
CN111435365A (en) Data textualization task execution method
JPH10222355A (en) Gui application developing device
CN115357240B (en) Micro-service model construction method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 222001 No.18 Shenghu Road, Lianyungang City, Jiangsu Province

Patentee after: The 716th Research Institute of China Shipbuilding Corp.

Patentee after: CSIC Information Technology Co.,Ltd.

Address before: 222001 No.18 Shenghu Road, Lianyungang City, Jiangsu Province

Patentee before: 716TH RESEARCH INSTITUTE OF CHINA SHIPBUILDING INDUSTRY Corp.

Patentee before: CSIC Information Technology Co.,Ltd.

CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 222001 No.18 Shenghu Road, Lianyungang City, Jiangsu Province

Patentee after: The 716th Research Institute of China Shipbuilding Corp.

Patentee after: China Shipbuilding Digital Information Technology Co.,Ltd.

Address before: 222001 No.18 Shenghu Road, Lianyungang City, Jiangsu Province

Patentee before: The 716th Research Institute of China Shipbuilding Corp.

Patentee before: CSIC Information Technology Co.,Ltd.