CN105549982A - Automated development platform based on model configuration - Google Patents

Automated development platform based on model configuration Download PDF

Info

Publication number
CN105549982A
CN105549982A CN201610024028.8A CN201610024028A CN105549982A CN 105549982 A CN105549982 A CN 105549982A CN 201610024028 A CN201610024028 A CN 201610024028A CN 105549982 A CN105549982 A CN 105549982A
Authority
CN
China
Prior art keywords
manager
model
data
user
sql
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
CN201610024028.8A
Other languages
Chinese (zh)
Other versions
CN105549982B (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.)
MATERIAL SUPPLY COMPANY SHANDONG ELECTRIC POWER Corp
Materials Branch of State Grid Shandong Electric Power Co Ltd
Original Assignee
MATERIAL SUPPLY COMPANY SHANDONG ELECTRIC POWER Corp
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 MATERIAL SUPPLY COMPANY SHANDONG ELECTRIC POWER Corp filed Critical MATERIAL SUPPLY COMPANY SHANDONG ELECTRIC POWER Corp
Priority to CN201610024028.8A priority Critical patent/CN105549982B/en
Publication of CN105549982A publication Critical patent/CN105549982A/en
Application granted granted Critical
Publication of CN105549982B publication Critical patent/CN105549982B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06F8/355Round-trip engineering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • 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

Abstract

The invention discloses an automated development platform based on model configuration, comprising a visualization work engine module and a database engine. For the visualization work engine module, the inside is divided according to system implementation functions, each divided part contains foreground and background related logics, the visualization work engine module works according to an agile developing model, and loose coupling is carried out among the parts; the database engine comprises a database connection manager, a sql manager, a things manager and an external interface, and is used for creating and managing database connections and maintaining data persistence; the sql manager is used for generating a corresponding sql object according to a data model configured by a user and transmitting the sql object to a tbl class in the visualization work engine module, and the tbl class executes the sql and makes corresponding response; and the platform automatically generates corresponding pages according to the configured data model, realizes insert, delete, update and select of simple functions, improves development efficiency and reduces workload of development.

Description

A kind of development of automation platform based on model configuration
Technical field
The present invention relates to a kind of development of automation platform based on model configuration.
Background technology
Along with the development of science and technology and the raising day by day of social life rhythm, user also uprises for the requirement of software application thereupon.Although the standardization degree of domestic software enterprise constantly promotes, also day by day universal to the use of software development aided tool on stream.But Chinese software enterprise still has major part to be in original development state, so also need really to understand the technician of software engineering technology and management and the self-perfection of domestic software Counseling Technique enterprise and growth.
Along with the demand of present stage improves day by day, for the composite request also corresponding raising of managerial personnel and developer, and along with the impact of social environment and other each side reasons, the integration capability of domestic-developed personnel is relatively on the low side, this cost of labor just causing software enterprise's exploitation also increases thereupon, business burden is increased the weight of, and profit is relatively on the low side.
Nowadays market is directed to the quick development platform that above-mentioned present situation releases relatively less, technology is not very ripe, and function is simple, and dirigibility is inadequate, can not meet the demand of multiple environment.Result of use is not clearly.
Summary of the invention
The present invention is in order to solve the problem, and propose a kind of development of automation platform based on model configuration, this platform is by the data model of configuration, and automatically generate respective page, the additions and deletions realizing simple functions change looks into, and improves development efficiency, reduces development amount.
To achieve these goals, the present invention adopts following technical scheme:
Based on a development of automation platform for model configuration, comprise visual work engine modules, database engine, wherein:
Described visual work engine modules, inside divides according to system realizing function, and every part of division all comprises Foreground and Background interrelated logic, carries out, carry out loose coupling between each several part according to agile development pattern;
Described database engine, comprises dbConnect Manager, sql manager, things manager and external interface, for creating and managed database, maintains data persistence;
Described sql manager, for according to user configured data model, generate corresponding sql object and pass to the tbl class in visual work engine modules, tbl class performs this sql and makes corresponding response;
Described dbConnect Manager, for making user by front end page input database link information, click after preserving, data source connection information is saved in database table by system, the data source of current activation state can be selected during startup, and connect, generate database connection pool, use for user;
Described task manager, for management database things, carries out data rewind, submission, is connected with dbConnect Manager;
Described initialization manager, for when system model is changed to some extent or when list structure changes, re-starts DataBase combining, loaded with new data, and need not restart system server.
Described visual work engine modules, comprise jsp masterplate manager, data model manager, command manager, data dictionary management device, rights manager, swdp-manager, sequence manager, menu manager, Role Management device and user and division management device, user and division management device connection data model manager, data model manager connects sql manager, loose coupling between other manager.
Described data model manager, user clicks interpolation function, and insert data table name, click after preserving, the model cootrol layer model class on system request backstage, Parameter transfer is generated sql object to the sql class of sql manager according to respective request by data model manager, call tbl class loading of databases connect and perform sql statement, the table Information encapsulation inquired is become listview object, turns back to front end page successively, and by table information in page presentation.
Described data model manager, whether the setup of attribute in the field information of displaying comprises table major key, model major key, sequence names, data type, field another name, data length, data precision, preservation expression formula, default value, maximal value, minimum value, dictionary name, whether can be sky, shows control and can edit.
Based on the method for work of said system, comprise the following steps:
(1) interpolation function is clicked model management controller interface user, and insert data table name, click after preserving, the model cootrol layer model class on system request backstage, Parameter transfer is generated sql object to sql class according to respective request by model, calls tbl class loading of databases and connects and perform sql statement, the table Information encapsulation inquired is become listview object, turn back to front end page successively, and by table information in page presentation;
(2), time user carries out data inputting by system call model, sequential value according to the growth rule of the sequence of customization, can be preserved in a database by the field of specified sequence;
(3) when user uses page masterplate manager to carry out page generation, system can according to the dictionary name lookup of specifying in model corresponding dictionary information, and be appended in list box, when page data is shown, system can mate the displayed value of corresponding dictionary according to the value deposited in table;
(4) user enters page masterplate administration interface, click and create new page, the ID of the data model created in model ID, selects the page type that will generate, the list of fields that system can show under searching this model according to user's input information in drop-down list.
In described step (2), time user carries out data inputting by system call model, the field of specified sequence can according to the growth rule of the sequence of customization, sequential value is preserved in a database, the Format Series Lines that customization is dissimilar, according to step-length, prefix, suffix, width, the supplementary string of left supplementary string and the right side of user's request adjustment sequence.
In described step (4), automatic production of HTML page interface, user inputs necessary information, template manager loads Template Information, model data, and the list of fields that can show under searching this model according to user's input information, whether User Defined field data shows and display position, system by the jsp page, with json packet be saved in assigned catalogue.
In described step (4), order management is not in order to reveal the path position of the page, add the function of order management, the order of foreground request and the real order run are one to one stored in database table, when transmission one paths request, first can search this table, find real operating path.
Beneficial effect of the present invention is:
(1) robotization is high, development efficiency is high, cost of saving time, save labour turnover, professional require low, leak is few, code specification, safely, be simple and easy to, complete function.
Accompanying drawing explanation
Fig. 1 is structural representation of the present invention;
Fig. 2 is menu rights manager operational process schematic diagram of the present invention;
Fig. 3 is Role Management device operational process schematic diagram of the present invention;
Fig. 4 is the general process schematic diagram of data inputting of the present invention;
Fig. 5 is the general process schematic diagram of data processing of the present invention;
Fig. 6 is command manager operational process schematic diagram of the present invention.
Embodiment:
Below in conjunction with accompanying drawing and embodiment, the invention will be further described.
As shown in Figure 1, a kind of development of automation platform based on model configuration, comprises visual work engine modules, database engine, wherein:
Visual work engine modules, inside divides according to system realizing function, and every part of division all comprises Foreground and Background interrelated logic, carries out, carry out loose coupling between each several part according to agile development pattern;
Database engine, comprises dbConnect Manager, sql manager, things manager and external interface, for creating and managed database, maintains data persistence;
Sql manager, for according to user configured data model, generate corresponding sql object and pass to the tbl class in visual work engine modules, tbl class performs this sql and makes corresponding response;
DbConnect Manager, for making user by front end page input database link information, click after preserving, data source connection information is saved in database table by system, the data source of current activation state can be selected during startup, and connect, generate database connection pool, use for user;
Task manager, for management database things, carries out data rewind, submission, is connected with dbConnect Manager;
Initialization manager, for when system model is changed to some extent or when list structure changes, re-starts DataBase combining, loaded with new data, and need not restart system server.
Visual work engine modules, comprise jsp masterplate manager, data model manager, command manager, data dictionary management device, rights manager, swdp-manager, sequence manager, menu manager, Role Management device and user and division management device, user and division management device connection data model manager, data model manager connects sql manager, loose coupling between other manager.
Data model manager, user clicks interpolation function, and insert data table name, click after preserving, the model cootrol layer model class on system request backstage, Parameter transfer is generated sql object to the sql class of sql manager according to respective request by data model manager, call tbl class loading of databases connect and perform sql statement, the table Information encapsulation inquired is become listview object, turns back to front end page successively, and by table information in page presentation.
Data model manager, whether the setup of attribute in the field information of displaying comprises table major key, model major key, sequence names, data type, field another name, data length, data precision, preservation expression formula, default value, maximal value, minimum value, dictionary name, whether can be sky, shows control and can edit.
Based on the method for work of said system, comprise the following steps:
(1) interpolation function is clicked model management controller interface user, and insert data table name, click after preserving, the model cootrol layer model class on system request backstage, Parameter transfer is generated sql object to sql class according to respective request by model, calls tbl class loading of databases and connects and perform sql statement, the table Information encapsulation inquired is become listview object, turn back to front end page successively, and by table information in page presentation;
(2), time user carries out data inputting by system call model, sequential value according to the growth rule of the sequence of customization, can be preserved in a database by the field of specified sequence;
(3) when user uses page masterplate manager to carry out page generation, system can according to the dictionary name lookup of specifying in model corresponding dictionary information, and be appended in list box, when page data is shown, system can mate the displayed value of corresponding dictionary according to the value deposited in table;
(4) user enters page masterplate administration interface, click and create new page, the ID of the data model created in model ID, selects the page type that will generate, the list of fields that system can show under searching this model according to user's input information in drop-down list.
In step (2), time user carries out data inputting by system call model, the field of specified sequence can according to the growth rule of the sequence of customization, sequential value is preserved in a database, the Format Series Lines that customization is dissimilar, according to step-length, prefix, suffix, width, the supplementary string of left supplementary string and the right side of user's request adjustment sequence.
In step (4), automatic production of HTML page interface, user inputs necessary information, template manager loads Template Information, model data, and the list of fields that can show under searching this model according to user's input information, whether User Defined field data shows and display position, system by the jsp page, with json packet be saved in assigned catalogue.
In step (4), order management is not in order to reveal the path position of the page, add the function of order management, the order of foreground request and the real order run are one to one stored in database table, when transmission one paths request, first can search this table, find real operating path.
One, visual workbench management:
The core of this module is data model manager, and the correlation function of platform is all carry out around this module.
1, data model manager:
At model management controller, interface user can click interpolation function, and insert data table name, click after preserving, the model cootrol layer model class on system request backstage, Parameter transfer is generated sql object to sql class according to respective request by model, calls tbl class loading of databases and connects and perform sql statement, the table Information encapsulation inquired is become listview object, turn back to front end page successively, and by table information in page presentation.Now just complete one and simply singly show data model.
Whether the setup of attribute in the field information that this model is shown comprises table major key, model major key, sequence names, data type, field another name, data length, data precision, preservation expression formula, default value, maximal value, minimum value, dictionary name, whether can be sky, shows control, can edit, be introduced when association attributes is quoted in subsequent module, do not do too much explanation at this.
This model can generate complicated multilist correlation model, again clicks and adds button, can continue load table information in this model in the manner described above.And select incidence relation type according to actual conditions, incidence relation type mainly contains three kinds: interior connection, left connection, only connection do not show (does not show sublist data in the page generated, but can cascading delete data manipulation be carried out), the interior connection in the corresponding sql statement of first two pattern difference is connected with left.
2, sequence manager: this module is the matching component of data model manager, time user carries out data inputting by system call model, the field of specified sequence can according to the growth rule of the sequence of customization, sequential value is preserved in a database, this function can be the dissimilar Format Series Lines of customization, can adjust the step-length of sequence, prefix, suffix, width, leftly supplement string, rightly supplement string according to user's request.
3, data dictionary management device: this module is the matching component of data model.User can specify dictionary name to certain field.When user uses page masterplate manager to carry out page generation, system can according to the dictionary name lookup of specifying in model corresponding dictionary information, and be appended in list box, when page data is shown, system can mate the displayed value of corresponding dictionary according to the value deposited in table, soft coding can be realized, avoid revising the page in a large number.
4, menu manager: major maintenance system user interface menu Back ground Information.
5, menu rights manager: menu authority is safeguarded (to be configured by role, department, post, individual, can configure simultaneously get union) pass through in data inputting menu management, stored in database, by configuring the menu authority of role, menu can be associated with role, to reach the object that different role can check different menu, when foreground loads, by the role that rights manager inquiry active user has, and read menu information according to the menu associated under role, be illustrated in system interface.System operation is with shown in Fig. 2.
6, Role Management device:
Being concentrated disaggregatedly with the role of its correspondence by different user is entered in this element, input database.System operation is with shown in shown in Fig. 3.
7, department and User Manager:
Related personnel's Back ground Information under this part operation department fundamentals information and department.Department information can be used as data permission, menu authority, page elements authority.The general process of data inputting is with shown in Fig. 4.
8, page masterplate manager:
User enters page masterplate administration interface, click and create new page, the ID of the data model that data front creates in model ID, in drop-down list, select the page type that will generate (to mainly contain form page, list view page, the mixing page of form and list view, tree-like results page), click next step, the list of fields that system can show under searching this model according to user's input information, whether user can custom field data show and display position, click next step and can generate page preview, click next step system by the jsp page, assigned catalogue is saved in json packet (page permissions with), this jsp page can be deployed in project by user, when this page of system loads, data automatic filling is to assigned address, decrease developer and carry out repeatability increasing, delete, change, the code looked into is write, improve the reusability of code.The general process of data processing is with shown in Fig. 5.
9, command manager:
Order management (preventing geology from revealing the potential safety hazard caused) is not in order to reveal the path position of the page, add the function of order management, the order of foreground request and the real order run are one to one stored in database table, when transmission one paths request, first can search this table, find real operating path, thus reach hiding object, as shown in Figure 6.
10, page permissions manager:
Page permissions manages: can generate JSON packet after automatically generating the page by data model simultaneously, after text file is imported from page permissions administration page, page all elements can be loaded in page permissions administrative class table, multiple application scenarios can be created, and check role, department and operating right to the distribution of each page elements.
11, data set management: can expand for data model, realize data filtering, configuration data authority, system can check when stress model whether this model is configured with the relevant information of data set management, and after configuration, then after the sql statement automatically generated, the logical message of supplemental data collection configuration generates new sql statement and performs.
Data source manager: user is by front end page input database link information, and click after preserving, data source connection information is saved in database table by system.When platform starts, system can select the data source of current activation state, and connects, and generates database connection pool, uses for user.
Slq manager: this module, according to user configured data model, generates corresponding sql object and passes to TBl class, and tbl class performs this sql and makes corresponding response.
Things manager: management database things, carries out data rewind, submission.
Initialization manager: when system model is changed to some extent or when list structure changes, this function available re-starts DataBase combining, loaded with new data, and need not restart system server.
By reference to the accompanying drawings the specific embodiment of the present invention is described although above-mentioned; but not limiting the scope of the invention; one of ordinary skill in the art should be understood that; on the basis of technical scheme of the present invention, those skilled in the art do not need to pay various amendment or distortion that creative work can make still within protection scope of the present invention.

Claims (8)

1., based on a development of automation platform for model configuration, it is characterized in that: comprise visual work engine modules, database engine, wherein:
Described visual work engine modules, inside divides according to system realizing function, and every part of division all comprises Foreground and Background interrelated logic, carries out, carry out loose coupling between each several part according to agile development pattern;
Described database engine, comprises dbConnect Manager, sql manager, things manager and external interface, for creating and managed database, maintains data persistence;
Described sql manager, for according to user configured data model, generate corresponding sql object and pass to the tbl class in visual work engine modules, tbl class performs this sql and makes corresponding response;
Described dbConnect Manager, for making user by front end page input database link information, click after preserving, data source connection information is saved in database table by system, the data source of current activation state can be selected during startup, and connect, generate database connection pool, use for user;
Described task manager, for management database things, carries out data rewind, submission, is connected with dbConnect Manager;
Described initialization manager, for when system model is changed to some extent or when list structure changes, re-starts DataBase combining, loaded with new data, and need not restart system server.
2. as claimed in claim 1 a kind of based on model configuration development of automation platform, it is characterized in that: described visual work engine modules, comprise jsp masterplate manager, data model manager, command manager, data dictionary management device, rights manager, swdp-manager, sequence manager, menu manager, Role Management device and user and division management device, user and division management device connection data model manager, data model manager connects sql manager, loose coupling between other manager.
3. as claimed in claim 1 a kind of based on model configuration development of automation platform, it is characterized in that: described data model manager, user clicks interpolation function, and insert data table name, click after preserving, the model cootrol layer model class on system request backstage, Parameter transfer is generated sql object to the sql class of sql manager according to respective request by data model manager, call tbl class loading of databases connect and perform sql statement, the table Information encapsulation inquired is become listview object, turn back to front end page successively, and by table information in page presentation.
4. as claimed in claim 1 a kind of based on model configuration development of automation platform, it is characterized in that: described data model manager, whether the setup of attribute in the field information of displaying comprises table major key, model major key, sequence names, data type, field another name, data length, data precision, preservation expression formula, default value, maximal value, minimum value, dictionary name, whether can be sky, shows control and can edit.
5. based on the method for work of the system according to any one of claim 1-4, it is characterized in that: comprise the following steps:
(1) interpolation function is clicked model management controller interface user, and insert data table name, click after preserving, the model cootrol layer model class on system request backstage, Parameter transfer is generated sql object to sql class according to respective request by model, calls tbl class loading of databases and connects and perform sql statement, the table Information encapsulation inquired is become listview object, turn back to front end page successively, and by table information in page presentation;
(2), time user carries out data inputting by system call model, sequential value according to the growth rule of the sequence of customization, can be preserved in a database by the field of specified sequence;
(3) when user uses page masterplate manager to carry out page generation, system can according to the dictionary name lookup of specifying in model corresponding dictionary information, and be appended in list box, when page data is shown, system can mate the displayed value of corresponding dictionary according to the value deposited in table;
(4) user enters page masterplate administration interface, click and create new page, the ID of the data model created in model ID, selects the page type that will generate, the list of fields that system can show under searching this model according to user's input information in drop-down list.
6. method of work as claimed in claim 5, it is characterized in that: in described step (2), time user carries out data inputting by system call model, the field of specified sequence can according to the growth rule of the sequence of customization, sequential value is preserved in a database, the Format Series Lines that customization is dissimilar, according to step-length, prefix, suffix, width, the supplementary string of left supplementary string and the right side of user's request adjustment sequence.
7. method of work as claimed in claim 5, it is characterized in that: in described step (4), automatic production of HTML page interface, user inputs necessary information, template manager loads Template Information, model data, and the list of fields that can show under searching this model according to user's input information, whether User Defined field data shows and display position, system by the jsp page, with json packet be saved in assigned catalogue.
8. method of work as claimed in claim 5, it is characterized in that: in described step (4), order management is not in order to reveal the path position of the page, add the function of order management, the order of foreground request and the real order run are one to one stored in database table, when transmission one paths request, first can search this table, find real operating path.
CN201610024028.8A 2016-01-14 2016-01-14 A kind of development of automation platform based on model configuration Active CN105549982B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610024028.8A CN105549982B (en) 2016-01-14 2016-01-14 A kind of development of automation platform based on model configuration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610024028.8A CN105549982B (en) 2016-01-14 2016-01-14 A kind of development of automation platform based on model configuration

Publications (2)

Publication Number Publication Date
CN105549982A true CN105549982A (en) 2016-05-04
CN105549982B CN105549982B (en) 2018-08-10

Family

ID=55829180

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610024028.8A Active CN105549982B (en) 2016-01-14 2016-01-14 A kind of development of automation platform based on model configuration

Country Status (1)

Country Link
CN (1) CN105549982B (en)

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106227545A (en) * 2016-07-28 2016-12-14 武汉源启科技股份有限公司 The method for designing of development platform and device
CN106446182A (en) * 2016-09-29 2017-02-22 贵州云众知乐教育科技有限公司 Database engine
CN106709030A (en) * 2016-12-28 2017-05-24 深圳市华傲数据技术有限公司 Data source management function development method and system
CN106909610A (en) * 2017-01-10 2017-06-30 中电科华云信息技术有限公司 Visualization based on browser pulls the method and system of inquiry data
CN107341021A (en) * 2017-07-14 2017-11-10 中南大学 The software network of large complicated software belt restraining logical attribute represents, storage and retrieval method
CN107341648A (en) * 2017-07-04 2017-11-10 中国人民解放军63796部队 Remote collaborative class multi-systems integration command and display integrated approach
CN107729305A (en) * 2017-10-10 2018-02-23 中国航发控制系统研究所 Conference materials automatic generation method based on database and front end Display Technique
CN107817968A (en) * 2017-11-13 2018-03-20 重庆首亨软件有限公司 A kind of computer software development system
CN108170770A (en) * 2017-12-26 2018-06-15 山东联科云计算股份有限公司 A kind of analyzing and training platform based on big data
CN108228762A (en) * 2017-12-25 2018-06-29 石化盈科信息技术有限责任公司 For the method and system of primary database common template to be configured
CN108259199A (en) * 2016-12-29 2018-07-06 大唐移动通信设备有限公司 A kind of automation command generating method and device
CN108268289A (en) * 2016-12-30 2018-07-10 阿里巴巴集团控股有限公司 Method for parameter configuration, the apparatus and system of web applications
CN108304172A (en) * 2017-01-13 2018-07-20 北京畅游天下网络技术有限公司 A kind of web development approaches and web develop engine
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment
CN108776610A (en) * 2018-06-27 2018-11-09 中国建设银行股份有限公司 A kind of interface configuration method and device
CN109213754A (en) * 2018-03-29 2019-01-15 北京九章云极科技有限公司 A kind of data processing system and data processing method
CN109240735A (en) * 2018-07-27 2019-01-18 平安科技(深圳)有限公司 Demand rollback scheme filling method, device, terminal and readable storage medium storing program for executing
CN109284469A (en) * 2018-10-23 2019-01-29 中山市晋华软件科技有限公司 Webpage development frame
CN109471797A (en) * 2018-10-23 2019-03-15 深圳市佰仟金融服务有限公司 A kind of environment configurations management method, system and terminal device
CN109522139A (en) * 2018-11-23 2019-03-26 杭州数梦工场科技有限公司 A kind of tables of data service creation call method, device, equipment and storage medium
CN109614085A (en) * 2018-10-23 2019-04-12 深圳微迅信息科技有限公司 Function realizing method, device, computer equipment and storage medium
CN109828806A (en) * 2018-12-24 2019-05-31 苏州蜗牛数字科技股份有限公司 A kind of optimization method based on the customized diversified control combing of UI
CN109933310A (en) * 2019-03-11 2019-06-25 山东鲁能软件技术有限公司 A kind of configurable JAVA development platform based on data template
CN110162342A (en) * 2019-04-03 2019-08-23 重庆钢铁集团电子有限责任公司 Realize the configurable method of the page
CN110413605A (en) * 2018-04-26 2019-11-05 中移(苏州)软件技术有限公司 A kind of method and apparatus of data visualization
CN110554860A (en) * 2019-06-27 2019-12-10 北京大学 Construction method and code generation method of software project natural language programming interface (NLI)
CN110830455A (en) * 2019-10-22 2020-02-21 武汉理工光科股份有限公司 Equipment model description method
CN106648647B (en) * 2016-12-13 2020-03-24 北京中船信息科技有限公司 Comprehensive management and control system for dynamically creating object based on Spring dependence injection
CN111259043A (en) * 2020-01-09 2020-06-09 苏州浪潮智能科技有限公司 Method, device, computer storage medium and terminal for realizing information processing
CN111459907A (en) * 2020-03-04 2020-07-28 石化盈科信息技术有限责任公司 Method, system and storage medium for configuring master data through model
CN112035104A (en) * 2020-08-28 2020-12-04 重庆长安汽车股份有限公司 Modeling method for dynamically changing function configuration of mobile application
CN112214202A (en) * 2020-09-27 2021-01-12 西思艾(北京)软件有限公司 Mobile phone program development platform without writing codes
CN112328212A (en) * 2020-09-08 2021-02-05 中国电子系统技术有限公司 Rapid development platform based on separation of front end and rear end of engine mode and use method thereof
CN113391803A (en) * 2021-05-19 2021-09-14 成都易达数安科技有限公司 Method and device for creating object management engine, terminal equipment and storage medium
CN113434130A (en) * 2021-06-25 2021-09-24 平安科技(深圳)有限公司 SQL automatic generation method and device
CN115860697A (en) * 2023-02-18 2023-03-28 南通九维软件科技有限公司 Automatic data management system based on intelligent recognition

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030023953A1 (en) * 2000-12-04 2003-01-30 Lucassen John M. MVC (model-view-conroller) based multi-modal authoring tool and development environment
CN102591627A (en) * 2011-01-13 2012-07-18 腾讯科技(深圳)有限公司 Flash application program development system and application request processing method
CN103473041A (en) * 2013-07-12 2013-12-25 西北工业大学 Visualized data processing method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030023953A1 (en) * 2000-12-04 2003-01-30 Lucassen John M. MVC (model-view-conroller) based multi-modal authoring tool and development environment
CN102591627A (en) * 2011-01-13 2012-07-18 腾讯科技(深圳)有限公司 Flash application program development system and application request processing method
CN103473041A (en) * 2013-07-12 2013-12-25 西北工业大学 Visualized data processing method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
杨文韬: "基于SSH框架的智能社区信息管理系统的设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (51)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106227545A (en) * 2016-07-28 2016-12-14 武汉源启科技股份有限公司 The method for designing of development platform and device
CN106227545B (en) * 2016-07-28 2019-09-10 武汉源启科技股份有限公司 The design method and device of development platform
CN106446182A (en) * 2016-09-29 2017-02-22 贵州云众知乐教育科技有限公司 Database engine
CN106648647B (en) * 2016-12-13 2020-03-24 北京中船信息科技有限公司 Comprehensive management and control system for dynamically creating object based on Spring dependence injection
CN106709030A (en) * 2016-12-28 2017-05-24 深圳市华傲数据技术有限公司 Data source management function development method and system
CN108259199B (en) * 2016-12-29 2020-04-21 大唐移动通信设备有限公司 Automatic command generation method and device
CN108259199A (en) * 2016-12-29 2018-07-06 大唐移动通信设备有限公司 A kind of automation command generating method and device
CN108268289A (en) * 2016-12-30 2018-07-10 阿里巴巴集团控股有限公司 Method for parameter configuration, the apparatus and system of web applications
CN106909610A (en) * 2017-01-10 2017-06-30 中电科华云信息技术有限公司 Visualization based on browser pulls the method and system of inquiry data
CN106909610B (en) * 2017-01-10 2020-11-24 中电科华云信息技术有限公司 Method and system for visually dragging and querying data based on browser
CN108304172A (en) * 2017-01-13 2018-07-20 北京畅游天下网络技术有限公司 A kind of web development approaches and web develop engine
CN108304172B (en) * 2017-01-13 2021-10-08 北京畅游天下网络技术有限公司 Web development method and web development engine
CN107341648A (en) * 2017-07-04 2017-11-10 中国人民解放军63796部队 Remote collaborative class multi-systems integration command and display integrated approach
CN107341021B (en) * 2017-07-14 2020-05-15 中南大学 Software network representation, storage and retrieval method for large complex software with constraint logic attribute
CN107341021A (en) * 2017-07-14 2017-11-10 中南大学 The software network of large complicated software belt restraining logical attribute represents, storage and retrieval method
CN107729305B (en) * 2017-10-10 2020-10-09 中国航发控制系统研究所 Automatic conference material generation method based on database and front-end display technology
CN107729305A (en) * 2017-10-10 2018-02-23 中国航发控制系统研究所 Conference materials automatic generation method based on database and front end Display Technique
CN107817968A (en) * 2017-11-13 2018-03-20 重庆首亨软件有限公司 A kind of computer software development system
CN108228762A (en) * 2017-12-25 2018-06-29 石化盈科信息技术有限责任公司 For the method and system of primary database common template to be configured
CN108170770A (en) * 2017-12-26 2018-06-15 山东联科云计算股份有限公司 A kind of analyzing and training platform based on big data
CN109213754A (en) * 2018-03-29 2019-01-15 北京九章云极科技有限公司 A kind of data processing system and data processing method
CN109213754B (en) * 2018-03-29 2020-02-28 北京九章云极科技有限公司 Data processing system and data processing method
CN110413605A (en) * 2018-04-26 2019-11-05 中移(苏州)软件技术有限公司 A kind of method and apparatus of data visualization
CN108733375A (en) * 2018-05-29 2018-11-02 厦门白山耘科技有限公司 Web front-end configuration melts forwarding method, device, storage medium and computer equipment
CN108776610A (en) * 2018-06-27 2018-11-09 中国建设银行股份有限公司 A kind of interface configuration method and device
CN109240735A (en) * 2018-07-27 2019-01-18 平安科技(深圳)有限公司 Demand rollback scheme filling method, device, terminal and readable storage medium storing program for executing
CN109240735B (en) * 2018-07-27 2021-09-24 平安科技(深圳)有限公司 Requirement rollback scheme filling method and device, terminal and readable storage medium
CN109284469B (en) * 2018-10-23 2021-01-05 中山市晋华软件科技有限公司 Webpage development framework
CN109471797A (en) * 2018-10-23 2019-03-15 深圳市佰仟金融服务有限公司 A kind of environment configurations management method, system and terminal device
CN109284469A (en) * 2018-10-23 2019-01-29 中山市晋华软件科技有限公司 Webpage development frame
CN109614085A (en) * 2018-10-23 2019-04-12 深圳微迅信息科技有限公司 Function realizing method, device, computer equipment and storage medium
CN109522139A (en) * 2018-11-23 2019-03-26 杭州数梦工场科技有限公司 A kind of tables of data service creation call method, device, equipment and storage medium
CN109828806A (en) * 2018-12-24 2019-05-31 苏州蜗牛数字科技股份有限公司 A kind of optimization method based on the customized diversified control combing of UI
CN109933310A (en) * 2019-03-11 2019-06-25 山东鲁能软件技术有限公司 A kind of configurable JAVA development platform based on data template
CN110162342A (en) * 2019-04-03 2019-08-23 重庆钢铁集团电子有限责任公司 Realize the configurable method of the page
CN110554860A (en) * 2019-06-27 2019-12-10 北京大学 Construction method and code generation method of software project natural language programming interface (NLI)
CN110830455A (en) * 2019-10-22 2020-02-21 武汉理工光科股份有限公司 Equipment model description method
CN110830455B (en) * 2019-10-22 2021-12-10 武汉理工光科股份有限公司 Equipment model description method
CN111259043A (en) * 2020-01-09 2020-06-09 苏州浪潮智能科技有限公司 Method, device, computer storage medium and terminal for realizing information processing
CN111459907A (en) * 2020-03-04 2020-07-28 石化盈科信息技术有限责任公司 Method, system and storage medium for configuring master data through model
CN111459907B (en) * 2020-03-04 2023-07-18 石化盈科信息技术有限责任公司 Method, system and storage medium for configuring main data through model
CN112035104A (en) * 2020-08-28 2020-12-04 重庆长安汽车股份有限公司 Modeling method for dynamically changing function configuration of mobile application
CN112035104B (en) * 2020-08-28 2024-03-22 重庆长安汽车股份有限公司 Modeling method for dynamically changing functional configuration of mobile application
CN112328212A (en) * 2020-09-08 2021-02-05 中国电子系统技术有限公司 Rapid development platform based on separation of front end and rear end of engine mode and use method thereof
CN112214202A (en) * 2020-09-27 2021-01-12 西思艾(北京)软件有限公司 Mobile phone program development platform without writing codes
CN112214202B (en) * 2020-09-27 2023-12-15 西思艾(北京)软件有限公司 Mobile phone program development system without writing codes
CN113391803A (en) * 2021-05-19 2021-09-14 成都易达数安科技有限公司 Method and device for creating object management engine, terminal equipment and storage medium
CN113391803B (en) * 2021-05-19 2023-12-05 成都易达数安科技有限公司 Method, device, terminal equipment and storage medium for creating object management engine
CN113434130A (en) * 2021-06-25 2021-09-24 平安科技(深圳)有限公司 SQL automatic generation method and device
CN115860697A (en) * 2023-02-18 2023-03-28 南通九维软件科技有限公司 Automatic data management system based on intelligent recognition
CN115860697B (en) * 2023-02-18 2023-08-18 南通九维软件科技有限公司 Automatic data management system based on intelligent recognition

Also Published As

Publication number Publication date
CN105549982B (en) 2018-08-10

Similar Documents

Publication Publication Date Title
CN105549982A (en) Automated development platform based on model configuration
CN114035773B (en) Configuration-based low-code form development method, system and device
CN101894192B (en) Simulation and demonstration system for design and validation of AFDX (Avionics Full Duplex Switched Ethernet) network and simulation and demonstration method thereof
US20180081642A1 (en) Connectors framework
CN106293664A (en) Code generating method and device
US10448227B2 (en) Mobile database access application development system and method
CN110413281B (en) Drag-based enterprise circulation flow management and control method
CN110807015A (en) Big data asset value delivery management method and system
CN105761007B (en) Auxiliary method and system for information management software design
US20140359576A1 (en) Application building blocks for on demand and on premise usage
CN102222148A (en) Method and device for automatically generating detailed statement of three-dimensional assembly drawing
JP2002259643A (en) Business process control program
CN104217270A (en) Business process application file generating and execution methods, client, device and system
CN108228762B (en) Method and system for configuring master database universal templates
CN111158670A (en) Visual auxiliary software development method and system
US10235191B2 (en) Application specific configurable graphical user interface
CN103164573A (en) Product data management (PDM) design system
CN109408322B (en) A kind of automatic business process implementation method of cloud platform
CN103593188A (en) System and method for managing what-you-see-is-what-you-get menus of instrument
WO2016201813A1 (en) Dynamic layout method and system based on android
Xiaohua et al. Design and implementation of OpenDayLight manager application
CN103186405A (en) Method and device for implementing unified control of equipment
CN112860247B (en) Custom generation method, device, equipment and medium of model component
CN114117645B (en) Ship overall performance forecasting integrated application system
CN115203162A (en) WYSIWYG graph data construction method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant