CN109062567B - B/S structure-based information management system rapid development platform - Google Patents

B/S structure-based information management system rapid development platform Download PDF

Info

Publication number
CN109062567B
CN109062567B CN201810746117.2A CN201810746117A CN109062567B CN 109062567 B CN109062567 B CN 109062567B CN 201810746117 A CN201810746117 A CN 201810746117A CN 109062567 B CN109062567 B CN 109062567B
Authority
CN
China
Prior art keywords
menu
page
module
jsp
configuration
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
CN201810746117.2A
Other languages
Chinese (zh)
Other versions
CN109062567A (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.)
Nanjing Jundoo Technology Co ltd
Original Assignee
Nanjing Jundoo 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 Nanjing Jundoo Technology Co ltd filed Critical Nanjing Jundoo Technology Co ltd
Priority to CN201810746117.2A priority Critical patent/CN109062567B/en
Publication of CN109062567A publication Critical patent/CN109062567A/en
Application granted granted Critical
Publication of CN109062567B publication Critical patent/CN109062567B/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/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

Abstract

The invention provides a B/S structure-based rapid development platform of an information management system, which provides a visual development mode and comprises a JSP configuration module, a JAVA configuration module, a process configuration module and a menu configuration module. The invention realizes the rapid configuration of the front-end display interface, the back-end service processing logic and the service processing flow, not only supports the commonly used page elements, components and the commonly used service processing method, but also keeps the sufficient expandability, provides the introduction of the self-defined js, css and java methods, and greatly enhances the flexibility and the applicability. Meanwhile, once the development platform is deployed, developers can develop the system at any time and any place, the trouble of installing various development software is eliminated, and the working efficiency and the product quality are improved.

Description

B/S structure-based information management system rapid development platform
Technical Field
The invention relates to an information management system development tool, in particular to a B/S structure-based information management system rapid development platform.
Background
With the development of the times, informatization has become a great trend of the economic and social development of the world nowadays. All industries raise the wave of information system construction, and how to quickly develop an information management system with reliable quality and excellent experience aiming at the service characteristics of all industries becomes a problem which is urgently desired to be solved by people. In the prior art, the system development based on the MVC design pattern has huge workload and longer development period. The appearance of some front-end frameworks (such as html5/CSS3/JS/JQuery) shortens the development period and improves the user experience. However, there is still a need for the technical ability of the developer, which is not conducive to the control of development costs. Therefore, an effective development platform is needed to be designed, so that the developed information management system is guaranteed to be reliable in quality and excellent in experience, common personnel can use the platform through simple training, and the development of the information management system is completed quickly and accurately.
Disclosure of Invention
The invention aims to provide a B/S structure-based information management system rapid development platform, and provides the B/S structure-based information management system rapid development platform, so that a system developer can rapidly develop an information management system satisfying users through simple training.
The invention provides the following technical scheme:
a B/S structure-based information management system rapid development platform, which provides a visual development mode and comprises a JSP (JSP full name is Java Server Pages, Chinese name is Java Server page, which is a simplified Servlet design and is a dynamic webpage technical standard created by Sun Microsystems company advocated by many companies participating in the same), a JAVA configuration module, a process configuration module and a menu configuration module;
the JSP configuration module is used for providing a JSP configuration tool;
the JAVA configuration module is used for providing a JAVA configuration tool;
the process configuration module is used for providing a process configuration tool;
and the menu configuration module is used for providing a menu configuration tool.
The JSP configuration module comprises a page basic setting module, a page layout setting module and a custom JS/CSS module;
the page basic setting module is used for collecting the basic information of the page and storing the collected information into a JSP basic information table in a database;
the page layout setting module is used for setting components, component styles and component attributes of pages, storing the information into a JSP style information table in a database, and setting a main key of a basic information table as an external key;
the user-defined JS/CSS module is used for introducing external JS/CSS resources, storing the introduced external JS/CSS resource paths or self-defined codes into a JSP external resource table in the database, and setting a main key of the basic information table as an external key;
after the JSP configuration step is completed, the rapid development platform reads the JSP basic information table firstly, then reads the corresponding information of the JSP style information table and the JSP external resource table through the main key association, and generates the JSP file under the set generation path after the analysis. The JSP file is a data display interface of the information management system.
This feature provides the platform with features such as more than 60 page components for the system of FIG. 3, with default styles and properties set for each component. The interface of the page layout setting module is divided into a left part and a right part, wherein the left part is the number of component lists, and the right part is a page layout area. At the cursor position, a selected component can be inserted and displayed as a default style, a DIV is covered on a component area, the style of the DIV is semitransparent gray, a dotted line frame is formed, the component covered under the DIV can be seen, meanwhile, a mouse click event is bound by the DIV, the component style and attribute setting interface of the graph 4 pops up after clicking, and after setting and storing, the style displayed in the page layout area is updated, so that the visual layout of the page is realized.
The page basic setting module is provided with a list page and a form page,
the list page is used for displaying a data list;
the form page is used for displaying a tab page of the complex data list.
The platform provides a visual development mode, a needed component is selected from a list page, a page preview interface is added, the layout effect of the page can be checked in real time, and meanwhile, the platform can be switched to a code display mode to check the source code of the current interface.
The assembly provided by the platform mainly comprises: grouping, form elements, data comparisons, editable forms, buttons, functional components, and common templates;
the grouping includes: the method comprises the steps of normal grouping, input data grouping, panel, condition grouping, input button grouping, pasting and copying grouping, importing a jsp page and importing an excel page;
the table element includes: the method comprises the following steps of (1) form, input box, display text, number range, text field, time plug-in, date range, hidden text box, dictionary pull-down, background return list multi-choice pull-down, designated form and field pull-down, ajax pull-down with search, background return list multi-choice box, background return list radio box, number of pages, lines, text, pictures, star rating and the like;
the data alignment comprises: the method comprises the following steps of inputting a box, a text field, a time plug-in, a dictionary pull-down, a background return list pull-down, a designated table and field pull-down, an ajax pull-down, a background return list multi-selection box and a background return list radio box;
the editable form includes: editable forms, input boxes, time plugins, dictionary dropdowns, assignment tables and field dropdowns, ajax dropdowns, text fields;
the button includes: self-defining a button, adding, modifying, deleting, storing, temporarily storing, reporting, pulling down the button, storing as a bookmark, passing audit, returning audit, passing audit and reporting, canceling, invalidating, importing, exporting, printing, inquiring, resetting, displaying more inquiry conditions, opening a specified url modal frame and opening a specified id modal frame;
the functional components include: file uploading, multi-attachment uploading, picture uploading, multi-video uploading, picture interception uploading, input operation records, designated link Tab pages, static Tab pages, List summary information, ztree, modal boxes, custom modal boxes, text editors, wizard forms, identity card uploading and charts;
the common template includes: a list template;
each component provides a detailed attribute setting function and is used for meeting various common requirement function developments.
The platform provides a rapid configuration function of the background service processing method, the common functions of addition, deletion, modification and check can be directly generated without writing any java code, the complex service processing method complements the code generation of the service processing logic part by a configuration generation method structure body, and a developer supplements the code generation of the service processing logic part.
The platform provides a visual process permission configuration function, and the process configuration steps are as follows:
s1, creating a flow, filling in a flow code, a flow name, a flow reviewer and a flow using unit;
s2, dragging the flow nodes and lines to draw the flow trend;
s3, supporting single data and multiple data progressive audit and cross-level audit;
s4, supporting a special unit to customize a flow thereof;
s5, recording the operation process of each piece of data by using a complete flow log;
and S6, viewing the flow real-time diagram of the current data through the service data.
The invention has the beneficial effects that: the graphical interface is used in the browser, the rapid configuration of a front-end display interface, a back-end service processing logic and a service processing flow is realized, common page elements, components and common service processing methods are supported, meanwhile, the sufficient expandability is reserved, the introduction of self-defined js, css and java methods is provided, and the flexibility and the applicability are greatly enhanced. Meanwhile, once the development platform is deployed, developers can develop the system at any time and any place, the trouble of installing various development software is eliminated, and the working efficiency and the product quality are improved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1 is a schematic flow diagram of the present invention;
FIG. 2 is a schematic diagram of the basic setup of the JSP configuration page of the present invention;
FIG. 3 is a schematic view of the page layout arrangement of the present invention;
fig. 4 is a schematic diagram of a page element attribute setting page of the present invention.
Detailed Description
As shown in fig. 1 to 4, the present invention provides a platform for rapidly developing an information management system based on a B/S (Browser/Server) architecture, so that a system developer can rapidly develop an information management system satisfying a user through simple training. The method comprises the following steps:
1) the front-end display interface is developed quickly;
the front-end display interface is developed based on JSP + Bootstrap technology, the developed interface conforms to the response type layout characteristic, and the access requirements of various clients such as PC, mobile phone, PAD and the like can be met.
Firstly, the display page is divided into a list page for displaying a data list, a form page for displaying data details and a tab page for displaying a complex data list. Basic information of each page can be configured, including a page name, an affiliated service, a page type, whether a public header file is introduced, an affiliated node, a page path, an introduced plug-in, a corresponding hibernate entity and the like. Wherein, the platform provides abundant functional plug-in components and supplies the developer to select, mainly includes: form verification, date plug-in, picture cropping, file upload, tree plug-in, pop-up, scroll bar, wizard form, star rating, rich text editor, chart, picture preview, custom CSS/JS, etc.
Secondly, the detailed configuration development is carried out on the page completing the basic configuration. The platform provides a visual development mode, a needed component is selected from the component list, the layout effect of the page can be checked in real time by adding the component into the right page preview interface, and meanwhile, the platform can be switched to a code display mode to check the source code of the current interface. In addition, the platform provides in-form js editing and out-of-form js editing, as well as introducing external css/js resource functionality. The platform provides the subassembly mainly includes: grouping, form elements, data comparisons, editable forms, buttons, functional components, common templates.
a. The grouping includes: normal grouping, input data grouping, panel, conditional grouping, input button grouping, paste copy grouping, import jsp page, import excel page.
b. The table element includes: forms, input boxes, display text, numeric ranges, text fields, time plug-ins, date ranges, hidden text boxes, dictionary drop-downs, background return list multiple choice drop-downs, designated forms and field drop-downs, ajax drop-downs with search, background return list multiple choice boxes, background return list radio boxes, number of pages, lines, text, pictures, star ratings, and the like.
The data alignment comprises: the method comprises the steps of inputting a box, a text field, a time plug-in, a dictionary pull-down, a background return list pull-down, a designated table and field pull-down, an ajax pull-down, a background return list multi-selection box and a background return list radio box.
c. The editable form includes: editable forms, input boxes, time plugins, dictionary dropdowns, named tables and field dropdowns, ajax dropdowns, text fields.
d. The button includes: the method comprises the steps of customizing a button, adding, modifying, deleting, storing, temporarily storing, reporting, pulling down the button, storing as a bookmark, passing audit, returning audit, passing audit and reporting, canceling, invalidating, importing, exporting, printing, inquiring, resetting, displaying more inquiry conditions, opening a specified url modal frame and opening a specified id modal frame.
e. The functional components include: file uploading, multi-attachment uploading, picture uploading, multi-video uploading, picture interception uploading, input operation records, designated link Tab pages, static Tab pages, List summary information, ztree, modal boxes, custom modal boxes, text editors, wizard forms, identity card uploading, and charts.
f. The common template includes: list template.
Each component provides detailed attribute setting functions, such as id and item of elements, corresponding object fields, url of jumping after clicking, width, length, sequencing, prompt text, button color and the like, and can meet various commonly used requirements for function development.
And after the configuration development of the page is completed, adding a function menu in a menu maintenance interface, and pointing the url of the menu to the configured page.
2) Developing a background service processing method;
the platform provides a rapid configuration function of the background service processing method, the common functions of adding, deleting, modifying and checking can be directly generated without writing any java code, the complex service processing method can be realized by configuring a generating method structure body, and a developer can supplement codes of the service processing logic part.
Firstly, business processing classes can be added, modified and deleted in a java configuration menu, and names, paths, basic functions (addition, deletion, modification and check), introduced hibernet entities and the like of the business processing classes can be configured in a configuration interface.
Secondly, a url (Uniform Resource Locator), a method name, a received parameter, a controller return value type, a service return value, a comment, and the like of the request may be set for each method (mainly a custom method) of the service processing class.
3) Configuring a business process;
the platform provides a visual process permission configuration function, and the process configuration steps are as follows:
s1, creating a flow, filling in a flow code, a flow name, a flow reviewer and a flow using unit;
s2, dragging the flow nodes and lines to draw the flow trend;
s3, supporting single data and multiple data progressive audit and cross-level audit;
s4, supporting a special unit to customize a flow thereof;
s5, recording the operation process of each piece of data by using a complete flow log;
and S6, viewing the flow real-time diagram of the current data through the service data.
Namely, in a system management- > configuration management- > process management menu, functions of adding, modifying, deleting, releasing, canceling, copying, node setting and the like of the process are provided. Clicking the newly added flow, inputting the name, the code, the operation business table, the audit state field, the audit state dictionary, the year, whether cross-level audit is supported, the name of the executed storage process, the type of the flow, the affiliated department, the responsible person and the like of the flow. And setting the flow nodes after the recording is finished.
1. And the flow node sets a function, provides a visual interface, and completes the description of the trend of the business flow through a graph and a pointing arrow. And finally completing the configuration of the whole business process and the authority by setting contents such as a handler, a state before and after processing, a return permission, a report permission, a page url processing, a user-defined condition and the like on each node.
2. After configuration is completed, flow publishing is required, and the corresponding service module can be bound to the flow so as to be used.
A B/S structure-based information management system rapid development platform uses a graphical interface in a browser, realizes rapid configuration of a front-end display interface, a back-end service processing logic and a service processing flow, supports common page elements, components and common service processing methods, retains sufficient expandability, provides introduction of self-defined js, css and java methods, and greatly enhances flexibility and applicability. Meanwhile, once the development platform is deployed, developers can develop the system at any time and any place, the trouble of installing various development software is eliminated, and the working efficiency and the product quality are improved.
Although the present invention has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that changes may be made in the embodiments and/or equivalents thereof without departing from the spirit and scope of the invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (8)

1. A B/S structure-based information management system rapid development platform is characterized in that the platform provides a visual development mode and comprises a JSP configuration module, a JAVA configuration module, a process configuration module and a menu configuration module;
the JSP configuration module is used for providing a JSP configuration tool;
the JAVA configuration module is used for providing a JAVA configuration tool;
the process configuration module is used for providing a process configuration tool;
the menu configuration module is used for providing a menu configuration tool;
the JSP configuration module comprises a page basic setting module, a page layout setting module and a custom JS/CSS module;
the page basic setting module is used for collecting the basic information of the page and storing the collected information into a JSP basic information table in a database;
the page layout setting module is used for setting components, component styles and component attributes of pages, storing the information into a JSP style information table in a database, and setting a main key of a basic information table as an external key;
the user-defined JS/CSS module is used for introducing external JS/CSS resources, storing the introduced external JS/CSS resource paths or self-defined codes into a JSP external resource table in the database, and setting a main key of the basic information table as an external key;
after the JSP configuration step is completed, the rapid development platform reads a JSP basic information table, reads information corresponding to a JSP style information table and a JSP external resource table through main key association, and generates a JSP file under a set generation path after analysis, wherein the JSP file is a data display interface of the information management system;
the page basic setting module is provided with a list page and a form page,
the list page is used for displaying a data list;
the form page is used for displaying a tab page of a complex data list;
the platform provides a visual development mode and rich and diversified configuration components, each function module can be added by one key, a menu bar, function items and data items are customized, a system developer selects required components from list pages, the required components are added into the pages, the sizes and the positions of the function modules of the pages are automatically adjusted and configured, the layout effect of the pages can be checked in real time by previewing the interfaces, the pages support copying and are set as page templates, meanwhile, the code display mode can be switched, and the source codes of the current interfaces can be checked.
2. The B/S architecture based information management system rapid development platform of claim 1, wherein the platform provides rich and diverse components, which can be designed without coding, and the components mainly include: grouping, form elements, data comparisons, editable forms, buttons, functional components, and common templates;
the grouping includes: the method comprises the steps of normal grouping, input data grouping, panel, condition grouping, input button grouping, pasting and copying grouping, importing a jsp page and importing an excel page;
the table element includes: form, input box, display text, number range, text field, time plug-in, date range, hidden text box, dictionary drop-down, background return list multiple choice drop-down, designated form and field drop-down, ajax drop-down with search, background return list multiple choice box, background return list radio box, number of pages, lines, text, pictures, star rating;
the data comparison comprises the following steps: the method comprises the following steps of inputting a box, a text field, a time plug-in, a dictionary pull-down, a background return list pull-down, a designated table and field pull-down, an ajax pull-down, a background return list multi-selection box and a background return list radio box;
the editable form includes: editable forms, input boxes, time plugins, dictionary dropdowns, assignment tables and field dropdowns, ajax dropdowns, text fields;
the button includes: self-defining a button, adding, modifying, deleting, storing, temporarily storing, reporting, pulling down the button, storing as a bookmark, passing audit, returning audit, passing audit and reporting, canceling, invalidating, importing, exporting, printing, inquiring, resetting, displaying more inquiry conditions, opening a specified url modal frame and opening a specified id modal frame;
the functional components include: file uploading, multi-attachment uploading, picture uploading, multi-video uploading, picture interception uploading, input operation records, designated link Tab pages, static Tab pages, List summary information, ztree, modal boxes, custom modal boxes, text editors, wizard forms, identity card uploading and charts;
the common template includes: a list template;
each component provides a detailed attribute setting function and is used for meeting the development of various common required functions;
the table element component provides a setting function of data standard verification and forced verification default fields, and the data standard verification sets a field mapping relation between parameters needing to be configured with standards and a form; the setting of the mandatory check default field can be used to check whether the asset contains the appointed field, and if the appointed field exists, the content is automatically filled into the corresponding frame.
3. The B/S structure-based information management system rapid development platform of claim 1, wherein the platform provides a rapid configuration function of a background service processing method, a common add-drop modification function can be directly generated without writing any java code, a complex service processing method is structured by a configuration generation method, and a developer supplements code generation of a service processing logic part.
4. The B/S structure-based information management system rapid development platform of claim 1, wherein the process configuration module comprises a detailed information setting module, a node flow direction setting module and a node attribute setting module;
the detailed information setting module is used for setting basic information of the process;
the node flow direction setting module is used for setting each node contained in the flow and the flow direction of the node;
and the node attribute setting module is used for defining the attribute information of each node in the process.
5. The B/S structure-based information management system rapid development platform of claim 4, wherein the platform provides a visual process permission configuration function and rich process operations and user types, and the process configuration steps are as follows:
s1, creating a flow, filling in a flow code, a flow name, a flow reviewer and a flow using unit;
s2, dragging the flow nodes and lines to draw the flow trend;
s3, supporting single data and multiple data progressive audit and cross-level audit;
s4, supporting a special unit to customize a flow thereof;
s5, recording the operation process of each piece of data by using a complete flow log;
s6, checking the flow real-time chart of the current data through the service data;
the user type can be set in various modes of business relation, administrative relation, organization relation and direct leadership.
6. The B/S structure-based information management system rapid development platform of claim 1, wherein the menu configuration module comprises a menu definition module and a menu authority configuration module;
the menu definition module is used for configuring various functional menu information in the system;
and the menu authority configuration module is used for configuring the operation authority of the function menu for the user.
7. The B/S structure-based information management system rapid development platform of claim 6, wherein the platform provides a function menu definition function, and the menu is divided into a user menu and a developer menu according to roles;
user menu: the menu can carry out authority control;
developer menu: and customizing a developer page menu, wherein the developer can be expanded by the developer, and all developers in the menu are public.
8. The B/S structure-based information management system rapid development platform according to claim 1, wherein the platform provides fine-grained function menu authority control functions; the authority can be authorized in batch based on roles, and the roles are associated with user groups and users; the developer can control the authority of the function menu and also can control the operation authority to each tiny function point.
CN201810746117.2A 2018-07-09 2018-07-09 B/S structure-based information management system rapid development platform Active CN109062567B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810746117.2A CN109062567B (en) 2018-07-09 2018-07-09 B/S structure-based information management system rapid development platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810746117.2A CN109062567B (en) 2018-07-09 2018-07-09 B/S structure-based information management system rapid development platform

Publications (2)

Publication Number Publication Date
CN109062567A CN109062567A (en) 2018-12-21
CN109062567B true CN109062567B (en) 2022-04-05

Family

ID=64819675

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810746117.2A Active CN109062567B (en) 2018-07-09 2018-07-09 B/S structure-based information management system rapid development platform

Country Status (1)

Country Link
CN (1) CN109062567B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109933310A (en) * 2019-03-11 2019-06-25 山东鲁能软件技术有限公司 A kind of configurable JAVA development platform based on data template
CN111259303B (en) * 2020-01-20 2023-05-12 西安百想科技有限公司 System and method for automatically generating front-end page of WEB information system
CN113342312A (en) * 2020-03-02 2021-09-03 中国科学院沈阳自动化研究所 Automatic construction method for quickly building software system
CN111506359B (en) * 2020-03-26 2024-03-01 深圳市兴海物联科技有限公司 Visual service configuration method, device, equipment and storage medium
CN111680339A (en) * 2020-04-14 2020-09-18 众能联合数字技术有限公司 Material assembling platform based on blocks or building blocks
CN111984251A (en) * 2020-06-30 2020-11-24 北京编程猫科技有限公司 Method and device for generating works based on graphical programming tool
CN111949243A (en) * 2020-07-27 2020-11-17 天津大学 Extensible, draggable and multiple experiment multiplexing programming method
CN112181483B (en) * 2020-09-30 2023-12-26 中国科学院合肥物质科学研究院 Plasma control system software development platform and method
CN114675910A (en) * 2020-12-24 2022-06-28 广东飞企互联科技股份有限公司 Distributed service-oriented component layout method and system
CN113051170A (en) * 2021-04-01 2021-06-29 深圳市特游网文化技术有限公司 Verification system and method for webpage form control
CN116737278B (en) * 2023-08-15 2023-12-01 烽台科技(北京)有限公司 Method and device for generating system operation package, computer equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101256492A (en) * 2008-03-31 2008-09-03 宋乃辉 Software development method and system for executing model drive structure
CN104318380A (en) * 2014-10-22 2015-01-28 沈阳化工大学 Recording and video company sale system
CN107133024A (en) * 2016-02-29 2017-09-05 北京广联达正源兴邦科技有限公司 Business management system based on OSGI frameworks
CN105930344B (en) * 2016-04-05 2019-02-19 北京宇航系统工程研究所 A kind of database application system quick development platform based on product development process

Also Published As

Publication number Publication date
CN109062567A (en) 2018-12-21

Similar Documents

Publication Publication Date Title
CN109062567B (en) B/S structure-based information management system rapid development platform
US10775993B2 (en) Method and system for implementing a web page layout which includes a nested drop zone using contextual widgets having different software functionalities
US7032170B2 (en) Creating data structures from a form file and creating a web page in conjunction with corresponding data structures
US8788935B1 (en) Systems and methods for creating or updating an application using website content
CN108491205A (en) A kind of front end web development methods and system based on component tree
CN106201489A (en) A kind of page editing method and apparatus
KR101275871B1 (en) System and method for producing homepage in SaaS ENVIRONMENT, A computer-readable storage medium therefor
CN104142826A (en) Method, device and system for constructing page
CN111178023A (en) Visual self-defined report design system
CN111126019B (en) Report generation method and device based on mode customization and electronic equipment
CN104798067B (en) Dictionary system and dictionary call method
CN104793961A (en) Quick JavaWeb development method and system using native Web codes
CN103593414A (en) Showing method and device of webpages in browser
JP7373563B2 (en) Systems and methods for creating and processing configurable applications for website building systems
US20140258837A1 (en) Method and system for implementing contextual widgets
CN110297636A (en) A kind of automatic production of HTML page and parameter management method based on page configuration file, system and device
CN103646023A (en) Page and control increasing method based on WEB
CN113535165A (en) Interface generation method and device, electronic equipment and computer readable storage medium
KR20210040611A (en) Method and apparatus for generating web page
Anderson et al. Pro business applications with silverlight 4
CN102314428A (en) Method for distributively creating webpage
CN108664242A (en) Generate method, apparatus, electronic equipment and the readable storage medium storing program for executing of visualization interface
CN114239524A (en) Questionnaire generation method, questionnaire generation device, computer equipment and storage medium
CN108255916A (en) Method, equipment, client terminal device and the electronic equipment that Webpage is presented
Kopel et al. Automatic web-based user interface delivery for soa-based systems

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