CN113467774B - WEB terminal business software development framework and method - Google Patents

WEB terminal business software development framework and method Download PDF

Info

Publication number
CN113467774B
CN113467774B CN202110873119.XA CN202110873119A CN113467774B CN 113467774 B CN113467774 B CN 113467774B CN 202110873119 A CN202110873119 A CN 202110873119A CN 113467774 B CN113467774 B CN 113467774B
Authority
CN
China
Prior art keywords
software
development
data structure
web
layer
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
CN202110873119.XA
Other languages
Chinese (zh)
Other versions
CN113467774A (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.)
BEIJING TIP TECHNOLOGY CO LTD
Original Assignee
BEIJING TIP 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 BEIJING TIP TECHNOLOGY CO LTD filed Critical BEIJING TIP TECHNOLOGY CO LTD
Priority to CN202110873119.XA priority Critical patent/CN113467774B/en
Publication of CN113467774A publication Critical patent/CN113467774A/en
Application granted granted Critical
Publication of CN113467774B publication Critical patent/CN113467774B/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/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

The development framework comprises a specification layer, a development layer and a packaging layer, wherein the specification layer receives a user request for developing WEB side service software to generate a data structure with a preset design specification, the data structure with the preset design specification is a data structure corresponding to a service function, the data structure specifically comprises a naming specification of a database table and a design specification of the structure, a specification script of the table design is provided, DDL sentences are generated according to the data structure with the preset design specification, the development layer receives the DDL sentences and obtains a plurality of software packages through a plurality of function development modules, and finally the packaging layer receives the plurality of software packages, assembles and makes the plurality of software packages to obtain a WEB side service software installation package. Therefore, the application WEB side service software development framework avoids repeated development of the universal user authority management system, improves the development speed, standardization and maintainability of service products, and reduces the development cost of service software.

Description

WEB terminal business software development framework and method
Technical Field
The invention relates to the technical field of information security, in particular to a WEB terminal business software development framework and a method.
Background
With the rapid development of the internet, web page development technologies such as HTML5, CSS3, javascript, etc. are increasingly powerful, and Web terminals (i.e., web-based systems and applications) are beginning to become more and more popular.
The WEB side software development framework is used for supporting development of dynamic websites, network application programs and network services, the current WEB side business software production method mainly comprises the steps of carrying out software architecture analysis on software to be produced in advance, carrying out manual investigation, finally determining a proper WEB side software business architecture, carrying out related normalization training on related personnel participating in business software in advance, consuming certain enterprise cost, and implementing a final development plan.
However, the existing method needs to research the related WEB end service software framework by manpower input in the early production period of the WEB service software, so that the production period of the service software is prolonged; meanwhile, personnel are required to be trained in production standards, so that the cost expenditure of the business software is increased, and meanwhile, the mobility of the personnel increases the production risk of the business software.
Disclosure of Invention
Based on this, the embodiment of the application provides a framework and a method for developing the WEB terminal service software, which can improve the development efficiency of the WEB terminal service software.
In a first aspect, a WEB-side business software development framework is provided, where the development framework includes: a specification layer, a development layer and a packaging layer;
the specification layer is used for receiving a user request for developing WEB terminal service software, generating a data structure of a preset design specification based on the user request, generating a DDL statement according to the data structure of the preset design specification, and sending the DDL statement to the development layer;
the development layer comprises a plurality of function development modules, wherein the function development modules are used for receiving the DDL statement, obtaining a plurality of software packages through the plurality of function development modules and sending the plurality of software packages to the packaging layer;
and the packaging layer is used for receiving the plurality of software packages, and assembling and manufacturing the plurality of software packages to obtain the WEB terminal service software installation package.
Optionally, the data structure of the preset design specification is a data structure corresponding to a service function, specifically including a naming specification of a database table and a design specification of the structure, and provides a specification script of the table design.
Optionally, the DDL statement includes a create statement, a delete statement, and a modify statement.
Optionally, the development layer includes a plurality of functional development modules, where the method specifically includes: the system comprises a service registration module, a gateway module, an authentication module, a general user authority management module, a log management module and a specific service software module.
Optionally, the specific service software module includes a framework package tool, where the framework package tool is used to provide a visual programming generation software package according to specific service functions of the WEB side service software.
Optionally, the assembling and manufacturing process is performed on the plurality of software packages to obtain a WEB service software installation package, including:
and assembling the plurality of software packages through a building block type assembling technology, and obtaining the WEB terminal service software installation package through an installation package manufacturing tool.
Optionally, the building block assembly technology comprises weback, and the installation package manufacturing tool comprises rpmbuild.
Optionally, the WEB side service software installation package supports different operating systems.
In a second aspect, a method for developing WEB-side service software is provided, and the method is applied to the development framework, and includes:
receiving a user request for developing WEB terminal service software, generating a data structure of a preset design specification based on the user request, and generating DDL sentences according to the data structure of the preset design specification;
receiving the DDL statement and obtaining a plurality of software packages through the plurality of function development modules;
and receiving the plurality of software packages, and assembling, manufacturing and processing the plurality of software packages to obtain the WEB terminal service software installation package.
Optionally, the assembling and manufacturing process is performed on the plurality of software packages to obtain a WEB service software installation package, including:
and assembling the plurality of software packages through a building block type assembling technology, and obtaining the WEB terminal service software installation package through an installation package manufacturing tool.
The technical scheme provided by the embodiment of the application provides a method for quickly constructing a WEB terminal service software framework in TPF (TIPS PLATFORM CREATE) software production: firstly, a specification layer receives a user request for developing WEB terminal service software to generate a data structure with preset design specifications, and generates DDL sentences according to the data structure with the preset design specifications, secondly, a development layer receives the DDL sentences and obtains a plurality of software packages through a plurality of function development modules, finally, a packaging layer receives the plurality of software packages, and the plurality of software packages are assembled and manufactured to obtain the WEB terminal service software installation package. It can be seen that by using the TPF infrastructure of the application, repeated development of the universal user authority management system is avoided, development speed, standardization and maintainability of service products are improved, and development cost of service software is reduced.
Drawings
Fig. 1 is a schematic diagram of a WEB side service software development framework provided in an embodiment of the present application;
FIG. 2 is a schematic diagram of a DDL statement provided by an embodiment of the present application;
fig. 3 is a flowchart of a method for developing WEB-side service software according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
In the description of the present invention, unless otherwise indicated, the meaning of "a plurality" is two or more. The terms "first," "second," "third," "fourth," and the like in the description and in the claims of the invention, if any, are intended to distinguish between the referenced objects. For schemes with time sequence flows, such term expressions are not necessarily to be understood as describing a specific order or sequence, nor are such term expressions to distinguish between importance levels, positional relationships, etc. for schemes with device structures.
Furthermore, the terms "comprises," "comprising," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements that are expressly listed but may include other steps or elements not expressly listed but inherent to such process, method, article, or apparatus or steps or elements that may be added based on a further optimization of the inventive concept.
Please refer to fig. 1, which shows a schematic diagram of a WEB side service software development framework provided in an embodiment of the present application, in the embodiment of the present application, development of WEB side service software may be performed through Java language, where the WEB side service software development framework includes a specification layer, a development layer and a packaging layer:
the specification layer 101 is configured to receive a user request for developing WEB-side service software, generate a data structure of a preset design specification based on the user request, generate DDL statements according to the data structure of the preset design specification, and send the DDL statements to the development layer 102;
the design specification refers to a design specification of a data structure, and is specified in a design stage of service software, and specifically includes a data structure corresponding to a service function, namely, a naming specification of a database table and a design specification of a structure, and provides a specification script of a table design.
As shown in fig. 2, when a user inputs a user request through the development framework, the specification layer 101 generates a data structure with a design specification based on the user request, and generates DDL (Data Definition Language) statements according to the data structure of the design specification, wherein optionally the DDL statements include creating a DATABASE CREATE DATABASE, creating a DATABASE TABLE CREATE TABLE, modifying a DATABASE TABLE ALTER TABLE, deleting a DATABASE TABLE DROP TABLE, creating a query command CREATE VIEW, modifying a query command ALTER VIEW, deleting a query command DROP VIEW, deleting a DATABASE TABLE content trunk TABLE.
The development layer 102 comprises a plurality of function development modules, and is used for receiving DDL sentences, obtaining a plurality of software packages through the plurality of function development modules, and sending the plurality of software packages to the encapsulation layer 103;
wherein, the function development module may include: the system comprises a service registration module, a gateway module, an authentication module, a general user authority management module, a log management module and a specific service software module.
Specifically, the service registration module is used for providing registration service for the WEB terminal service software user, the gateway module is used for providing gateway service, the authentication module is used for performing authentication service for the WEB terminal service software user, the general user authority management module is used for changing authority management of the WEB terminal service software user, the log management module is used for generating or modifying a service software log, the specific service software module generates specific service functions aiming at according to different actual WEB terminal service software according to time, for example, the WEB terminal OA system, and the specific service is OA service.
In the embodiment of the application, the medium business registration module, the gateway module, the authentication module, the general user authority management module and the log management module belong to a general module, namely the same module can be provided when different business software development is performed, and the specific business software module belongs to a specific module, namely the specific business software module is necessarily different when different business software development is performed.
The specific business software module comprises a skeleton package tool, wherein the skeleton package tool is used for providing visual programming to generate a software package according to specific business functions of WEB terminal business software, and the skeleton package tool can be Maven Archetype.
And the packaging layer 103 is used for receiving a plurality of software packages, and assembling, manufacturing and processing the plurality of software packages to obtain the WEB terminal service software installation package.
The method comprises the steps of splicing a plurality of software packages through a building block type splicing technology, and obtaining a WEB terminal service software installation package through an installation package manufacturing tool.
In the embodiment of the application, a plurality of software packages can be assembled through weback, and the WEB terminal service software installation package is obtained through rpmbuild, so that the final WEB terminal service software installation package supports different operating systems.
Referring to fig. 3, a schematic diagram of a WEB side service software development method provided in an embodiment of the present application is shown, where the method includes:
step 301, receiving a user request for developing WEB-side service software, generating a data structure of a preset design specification based on the user request, and generating a DDL statement according to the data structure of the preset design specification;
step 302, receiving DDL sentences and obtaining a plurality of software packages through a plurality of function development modules;
and 303, receiving a plurality of software packages, and assembling, manufacturing and processing the plurality of software packages to obtain a WEB terminal service software installation package.
The plurality of software packages are assembled through a building block type assembling technology, and the WEB terminal service software installation package is obtained through an installation package manufacturing tool.
The specific limitation of the WEB side service software development method can be referred to the limitation of the WEB side service software development architecture hereinabove, and will not be described herein. All or part of the modules in the WEB side service software development architecture can be realized by software, hardware and a combination thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in M forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous link (SyMchlimk) DRAM (SLDRAM), memory bus (RaMbus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above-described embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above-described embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples only represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the claims. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (9)

1. The WEB terminal business software development system is characterized by comprising a specification layer, a development layer and a packaging layer;
the specification layer is used for receiving a user request for developing WEB terminal service software, generating a data structure of a preset design specification based on the user request, generating a DDL statement according to the data structure of the preset design specification, and sending the DDL statement to the development layer;
the development layer comprises a plurality of function development modules, wherein the function development modules are used for receiving the DDL statement, obtaining a plurality of software packages through the plurality of function development modules and sending the plurality of software packages to the packaging layer;
the packaging layer is used for receiving the plurality of software packages, and assembling, manufacturing and processing the plurality of software packages to obtain a WEB terminal service software installation package;
the data structure of the preset design specification is a data structure corresponding to the service function, and specifically comprises a naming specification of a database table and a design specification of the structure, and a specification script of the table design is provided.
2. The development system of claim 1, wherein the DDL statements comprise create statements, delete statements, and modify statements.
3. The development system of claim 1, wherein the development layer comprises a plurality of functional development modules, wherein the development layer specifically comprises:
the system comprises a service registration module, a gateway module, an authentication module, a general user authority management module, a log management module and a specific service software module.
4. The development system of claim 3, wherein the specific business software module comprises a framework package tool for providing a visual programming generation software package according to specific business functions of WEB-side business software.
5. The development system according to claim 1, wherein the assembling and making the plurality of software packages to obtain a WEB-side service software installation package includes:
and assembling the plurality of software packages through a building block type assembling technology, and obtaining the WEB terminal service software installation package through an installation package manufacturing tool.
6. The development system of claim 5, wherein the modular construction technique comprises weback and the installation package making tool comprises rpmbuild.
7. The development system of claim 1, wherein the WEB side business software installation packages support different operating systems.
8. A WEB-side business software development method applied to the development system of any one of claims 1 to 7, characterized in that the method comprises the following steps:
receiving a user request for developing WEB terminal service software, generating a data structure of a preset design specification based on the user request, and generating DDL sentences according to the data structure of the preset design specification;
receiving the DDL statement and obtaining a plurality of software packages through the plurality of function development modules;
receiving the plurality of software packages, and assembling, manufacturing and processing the plurality of software packages to obtain a WEB terminal service software installation package;
the data structure of the preset design specification is a data structure corresponding to the service function, and specifically comprises a naming specification of a database table and a design specification of the structure, and a specification script of the table design is provided.
9. The development method according to claim 8, wherein the assembling and making the plurality of software packages to obtain a WEB-side service software installation package includes:
and assembling the plurality of software packages through a building block type assembling technology, and obtaining the WEB terminal service software installation package through an installation package manufacturing tool.
CN202110873119.XA 2021-07-30 2021-07-30 WEB terminal business software development framework and method Active CN113467774B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110873119.XA CN113467774B (en) 2021-07-30 2021-07-30 WEB terminal business software development framework and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110873119.XA CN113467774B (en) 2021-07-30 2021-07-30 WEB terminal business software development framework and method

Publications (2)

Publication Number Publication Date
CN113467774A CN113467774A (en) 2021-10-01
CN113467774B true CN113467774B (en) 2024-01-30

Family

ID=77883364

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110873119.XA Active CN113467774B (en) 2021-07-30 2021-07-30 WEB terminal business software development framework and method

Country Status (1)

Country Link
CN (1) CN113467774B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103777944A (en) * 2013-12-25 2014-05-07 中软信息系统工程有限公司 MIPS platform integrated development environment based on Eclipse and implementation method thereof
CN104615425A (en) * 2015-01-16 2015-05-13 贾志东 Method and system for developing software system based on features and feature tree
CN108241724A (en) * 2017-05-11 2018-07-03 新华三大数据技术有限公司 A kind of metadata management method and device
CN108762805A (en) * 2018-05-07 2018-11-06 武汉斗鱼网络科技有限公司 A kind of Hybrid Development Frameworks and frame design method based on Cordova and Typescript
WO2020006910A1 (en) * 2018-07-02 2020-01-09 平安科技(深圳)有限公司 Business componentization development method and apparatus, computer device, and storage medium
CN112463118A (en) * 2020-11-26 2021-03-09 北京宏景世纪软件股份有限公司 Control method, device, terminal and system of software development framework
CN112817791A (en) * 2020-12-31 2021-05-18 西安合智宇信息科技有限公司 Mobile terminal monitoring method for mining state of working face cluster
CN112835924A (en) * 2021-02-04 2021-05-25 北京高途云集教育科技有限公司 Real-time computing task processing method, device, equipment and storage medium
CN113127442A (en) * 2020-01-10 2021-07-16 马上消费金融股份有限公司 Visualization method and device of data model and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080052314A1 (en) * 2006-08-25 2008-02-28 Ritwik Batabyal e-ENABLER FRAMEWORK
US11803786B2 (en) * 2013-04-10 2023-10-31 eData Platform, Corp. Enterprise integration platform

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103777944A (en) * 2013-12-25 2014-05-07 中软信息系统工程有限公司 MIPS platform integrated development environment based on Eclipse and implementation method thereof
CN104615425A (en) * 2015-01-16 2015-05-13 贾志东 Method and system for developing software system based on features and feature tree
CN108241724A (en) * 2017-05-11 2018-07-03 新华三大数据技术有限公司 A kind of metadata management method and device
CN108762805A (en) * 2018-05-07 2018-11-06 武汉斗鱼网络科技有限公司 A kind of Hybrid Development Frameworks and frame design method based on Cordova and Typescript
WO2020006910A1 (en) * 2018-07-02 2020-01-09 平安科技(深圳)有限公司 Business componentization development method and apparatus, computer device, and storage medium
CN113127442A (en) * 2020-01-10 2021-07-16 马上消费金融股份有限公司 Visualization method and device of data model and storage medium
CN112463118A (en) * 2020-11-26 2021-03-09 北京宏景世纪软件股份有限公司 Control method, device, terminal and system of software development framework
CN112817791A (en) * 2020-12-31 2021-05-18 西安合智宇信息科技有限公司 Mobile terminal monitoring method for mining state of working face cluster
CN112835924A (en) * 2021-02-04 2021-05-25 北京高途云集教育科技有限公司 Real-time computing task processing method, device, equipment and storage medium

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
A New Framework for Publishing and Sharing Network and Security Datasets;Mohammed S. Gadelrab等;《2012 SC Companion: High Performance Computing, Networking Storage and Analysis》;539-546 *
WEB软件开发框架的研究和实践;李锦春;《中国优秀硕士学位论文全文数据库 (信息科技)》(第04期);I138-457 *
一种面向中小规模嵌入式应用的软件开发框架;倪敬飞等;《微计算机信息》(第6期);89-91 *
基于Java的跨境电商公共服务平台设计与实现;季鹏;《中国优秀硕士学位论文全文数据库 (信息科技)》(第02期);I138-847 *
基于软件架构技术的系统开发基础平台分析与设计;黄若儒;《中国优秀硕士学位论文全文数据库 (信息科技)》(第01期);I138-322 *

Also Published As

Publication number Publication date
CN113467774A (en) 2021-10-01

Similar Documents

Publication Publication Date Title
CN109840083B (en) Webpage component template construction method and device, computer equipment and storage medium
CN107729014B (en) Page jump method and structure based on Android
CN112861496A (en) Report generation display method and device, computer equipment and readable storage medium
CN110704521A (en) Interface data access method and system
CN107305528B (en) Application testing method and device
CN110442424A (en) A kind of method and apparatus for realizing virtual machine management platform dynamic configuration rule
CN104346398A (en) Method and device for automatically filling and submitting data on line
CN112528201A (en) Method and device for calling third-party platform, computer equipment and storage medium
CN112087370A (en) Method, system, electronic device and computer-readable storage medium for issuing GitHub Issues
CN111814449A (en) Form analysis method, device, equipment and storage medium
CN113467774B (en) WEB terminal business software development framework and method
CN109144865A (en) Method, apparatus, computer equipment and the storage medium of head end test
CN112800527B (en) Construction information model-based structural beam steel bar information generation method and related device
CN112947900B (en) Web application development method and device, server and development terminal
CN104317819A (en) Method and system for webpage cross-domain communication based on browsers
CN112241259A (en) Webpage editing system, method, device and storage medium
CN110688400A (en) Data processing method, data processing device, computer equipment and storage medium
CN113468446B (en) Method, system and equipment for supporting identification of third party two-dimensional code data
CN103561113A (en) Web Service interface generating method and device
CN112579235B (en) Method, transcoding center, client, device and medium for internationalization of response data
CN114090719A (en) AST-based abstract semantic parsing analysis method and device and electronic equipment
CN115113869A (en) Online webpage development method and device based on browser
CN114429408A (en) Method, device, equipment and system for checking configuration file of intelligent substation
CN105468730A (en) Webpage information extraction method and equipment
WO2009037227A1 (en) Mobile phone code editing method and apparatus

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