CN109683987B - Configurable software dynamic interface loading and data processing method - Google Patents

Configurable software dynamic interface loading and data processing method Download PDF

Info

Publication number
CN109683987B
CN109683987B CN201811557663.8A CN201811557663A CN109683987B CN 109683987 B CN109683987 B CN 109683987B CN 201811557663 A CN201811557663 A CN 201811557663A CN 109683987 B CN109683987 B CN 109683987B
Authority
CN
China
Prior art keywords
data
loading
interface
configuration
sub
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
CN201811557663.8A
Other languages
Chinese (zh)
Other versions
CN109683987A (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.)
Zhuhai Ganglian Technology Co ltd
Original Assignee
Zhuhai Ganglian 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 Zhuhai Ganglian Technology Co ltd filed Critical Zhuhai Ganglian Technology Co ltd
Priority to CN201811557663.8A priority Critical patent/CN109683987B/en
Publication of CN109683987A publication Critical patent/CN109683987A/en
Application granted granted Critical
Publication of CN109683987B publication Critical patent/CN109683987B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

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

Abstract

The invention discloses a configurable software dynamic interface loading and data processing method, and relates to a software research and development technology. The method divides the service into a plurality of sub-processes, sets a plurality of configuration items for each sub-process, adds the attributes of the configuration items for a client according to the requirements to form a configuration table, loads data in a software interface according to the configuration table, realizes the personalized configuration of different sub-processes, thereby reducing the adaptation workload, simultaneously supporting the personalized requirements of different users on the data processing under the condition that the main process is the same, realizing the classified configuration effect of different management information according to the processing process, and leading the display information of the software interface to be concise and clear because the different sub-processes all carry out the display of separate interfaces.

Description

Configurable software dynamic interface loading and data processing method
Technical Field
The invention relates to a software research and development technology, in particular to a configurable software dynamic interface loading and data processing method.
Background
With the continuous expansion of the application of information system software, the dependence degree of various industries on the information system software is higher and higher. However, due to different service characteristics, the requirements of various industries on the information system are different, and even if the information system software users in the same industry have greater or lesser differences in the requirements on the information system software.
At present, in order to meet different requirements of information system software users, there are generally the following two processing methods:
the first way is to abstract, that is, to develop the software according to the requirement of common use of many users, and the personalized part can only be handled by the users in a way of manual management, and at the same time, each user must follow the unified software operation flow. Taking the warehousing system as an example, some users only need to manage the materials and the corresponding quantities thereof, and some users may need to manage the suppliers, the materials and the corresponding quantities, at this time, if the system only manages the materials and the quantities, the requirements of the latter are not met, and if the system manages the suppliers, the materials and the quantities, the former does not matter the suppliers but must give way, and a virtual supplier is maintained on the system;
the second way is that a software provider provides a plurality of software systems for users with different requirements, but because there is more common service requirements among the software systems, the software system will lead to repeated development of the same service requirement part, which causes cost increase.
Disclosure of Invention
The invention aims to provide a configurable software dynamic interface loading and data processing method, so as to solve the problems in the prior art.
In order to achieve the purpose, the technical scheme adopted by the invention is as follows:
a configurable software dynamic interface loading and data processing method comprises the following steps:
s1, dividing each type of service into a plurality of sub-flows according to the corresponding processing flow, and loading the software interface of each sub-flow according to the flow sequence;
s2, setting a plurality of configuration items for each sub-flow;
s3, analyzing the customer demand by the user, adding the attribute of the configuration item to the customer according to the demand, and forming a configuration table;
and S4, reading the current client type and the configuration table, and dynamically loading the configuration attribute of the current client and the corresponding data thereof on the sub-process software interface according to the input data.
Preferably, in S2, the configuration items include: the method comprises the following steps of data field items, interface display sequence items, data loading sequence items, whether information items are supplemented or not and whether the information items are used as follow-up flow data loading correlation query condition items or not.
Preferably, S3 specifically includes analyzing the customer needs, classifying the customers according to the needs, classifying the customers with the same needs into one class, and adding the same attribute to the configuration items of each class of customers.
Preferably, in S4, the configuration attributes of the current client and the data corresponding to the configuration attributes are dynamically loaded on the sub-process software interface and output in the same table.
Preferably, in S4, the input data is obtained by associating data from a plurality of database tables in a view mode.
Preferably, in S4, the loading of the configuration attribute of the current client is specifically that, for a data field in a configuration table that needs to be loaded, the data field is placed in a select and group by statement of sql according to an interface display order, the data field is placed in an order by statement of sql according to a data loading order, a higher-level node in the configuration table is placed in a where statement of sql as a field of a subsequent flow data loading associated query condition, so as to obtain a data field set needed by the current software interface, and the software interface performs dynamic data loading according to the data field set, so as to perform final display.
Preferably, in S1, if the software interface of the sub-process includes the supplementary information interface, the configuration table formed in S3 includes the field of the supplementary information, and in S4, the corresponding field data is dynamically loaded on the supplementary information interface.
Preferably, the data loaded on the supplemental information interface is first put into the cache, and the association relationship between the data and the data of the upper node of the supplemental information interface is maintained, and then the cache data is associated with the data loaded on other interfaces and then written into the database.
The invention has the beneficial effects that: the configurable software dynamic interface loading and data processing method provided by the invention has the advantages that the service is divided into a plurality of sub-processes, a plurality of configuration items are set for each sub-process, the attributes of the configuration items are added to a client according to requirements to form a configuration table, and then data are loaded in the software interface according to the configuration table, so that different sub-processes are subjected to personalized configuration, the adaptation workload is reduced, the personalized requirements of different users on the data processing requirement under the condition that the main process is the same can be supported, the effect of classifying and configuring different management information according to the processing process is realized, and the display information of the software interface is concise and clear because different sub-processes are subjected to the display of separate interfaces.
Drawings
FIG. 1 is a flow chart of a configurable software dynamic interface loading and data processing method provided by the present invention;
FIG. 2 is a sub-flow of the warehousing inventory service partitioning;
FIG. 3 is a setting result of configuration items for respective sub-flows;
FIG. 4 is a configuration representation view;
FIG. 5 is a schematic diagram of the data entered and the results of the interface for dynamic loading according to the configuration table.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail below with reference to the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention.
As shown in fig. 1, an embodiment of the present invention provides a configurable software dynamic interface loading and data processing method, including the following steps:
s1, dividing each type of service into a plurality of sub-flows according to the corresponding processing flow, and loading the software interface of each sub-flow according to the flow sequence;
s2, setting a plurality of configuration items for each sub-flow;
s3, analyzing the customer demand by the user, adding the attribute of the configuration item to the customer according to the demand, and forming a configuration table;
and S4, reading the current client type and the configuration table, and dynamically loading the configuration attribute of the current client and the corresponding data thereof on the sub-process software interface according to the input data.
In most cases, different users in the same industry have a plurality of personalized requirements for the system, but actually have a certain rule, so in the present invention, the business is divided into a plurality of sub-processes according to the processing flow according to the rules, because the processing flows of the same business are the same, for different users, the divided sub-processes are the same, and the processing sequences of the sub-processes are also the same, only for different users, when processing data in each sub-process, the requirements are different, for example, in the warehousing inventory business of different third-party warehousing enterprises, the business can be divided into four sub-processes of warehousing menu, information selection, information supplement and quantity inventory according to the processing flow, but when managing data in different sub-processes, the requirements may be different for different enterprises, for example, for the sub-process of the warehousing menu, an enterprise a may need to manage both the warehousing entry number and the customer order number, and an enterprise B may only need to manage the warehousing entry number, so that, in the present invention, after dividing the service into a plurality of sub-processes, only the personalized configuration needs to be performed on different sub-processes, instead of the personalized configuration performed on the whole service process, thereby reducing the adaptation workload, and simultaneously, the personalized requirements of different users on the data processing under the condition that the main process is the same can be supported. For example, the enterprise a and the enterprise B may set the data field configuration item of the enterprise a as the warehousing entry number and the customer order number, and set the data field configuration item of the enterprise B as the warehousing entry number in the warehousing menu subprocess according to their own needs, so as to realize A, B personalized needs of two different enterprises for data processing under the same main process. In addition, in the invention, a plurality of configuration items are set for each sub-process, the attributes of the configuration items are added to the client according to the requirements to form a configuration table, and then data is loaded in the software interface according to the configuration table, so that the effect of classifying and configuring different management information according to the processing process is realized.
In S2, the configuration items may include: the method comprises the following steps of data field items, interface display sequence items, data loading sequence items, whether information items are supplemented or not and whether the information items are used as follow-up flow data loading correlation query condition items or not.
S3 is that the user analyzes the customer demand, classifies the customers according to the demand, classifies the customers with the same demand into one class, and adds the same attribute to the configuration items of each class of customers.
In S4, the configuration attribute of the current client and the data corresponding to the configuration attribute are dynamically loaded on the sub-process software interface, and output in the same table.
In S4, the input data is obtained by associating data from a plurality of database tables in a view mode.
For the original input data, such as the warehousing instruction, the data source of which may come from a plurality of database tables, in the present invention, the table data are associated in a view manner to obtain the original input data. For the output result, all the related field information needs to be managed in the same table, even if some fields are not used for some of the user types.
In S4, the loading of the configuration attribute of the current client is specifically that, for the data fields in the configuration table that needs to be loaded, the data fields are put into select and group by statements of sql according to the interface display order, the data fields are put into order by statements of sql according to the data loading order, the upper nodes in the configuration table are put into where statements of sql as fields of subsequent process data loading associated query conditions, so as to obtain a data field set needed by the current software interface, and the software interface performs dynamic data loading according to the data field set, so as to perform final display.
In S1, if the software interface of the sub-process includes the supplementary information interface, the configuration table formed in S3 includes fields containing supplementary information, and in S4, corresponding field data is dynamically loaded on the supplementary information interface.
The data loaded on the supplementary information interface is firstly put into the cache, the association relationship between the data and the data of the superior node of the supplementary information interface is kept, and then the cache data is associated with the data loaded on other interfaces and then written into the database.
In practical application, a software interface corresponding to a sub-process is generally composed of a fixed data field and a dynamic configuration data field, the dynamic configuration data field needs to be configured in a configuration table, and the fixed data field only needs to be set in a software code. For the fixed data field, merging processing such as sum, max, etc. needs to be performed in sql according to the actual situation of each business process.
The specific embodiment is as follows:
in the embodiment of the invention, the warehousing inventory business of the third-party warehousing enterprise is selected, the business is managed according to the method provided by the invention, and the warehousing inventory business is divided into four sub-flows of warehousing menu, information selection, information supplement and quantity inventory according to the processing flow, as shown in fig. 2.
In fig. 2, each sub-process except the diamond-shaped node corresponds to a software interface, and the software interfaces are loaded according to the processing sequence of the sub-process, wherein the three sub-processes of the warehousing menu, the information selection and the information entry can be configured by dynamic interface loading, and the quantity counting sub-process can be configured by fixed interface loading.
Before dynamic interface loading configuration is carried out on three sub-processes of a warehousing menu, information selection and information supplement and recording, configuration items are firstly set, and the configuration items can comprise data field items, interface display sequence items, data loading sequence items, whether information items are supplemented or not and whether the information items are used as follow-up process data loading associated query condition items or not. The setting result of the configuration items is shown in fig. 3, and fig. 3 shows four configuration items of A, B, C types of clients in three sub-processes of library entry menu, information selection, and information entry.
After analyzing the demands of different types of clients, the user adds contents to the configuration items of each type of clients to form a configuration table, and the result is shown in fig. 4. As can be seen from fig. 4, different users have the same sub-processes, and each sub-process has the same configuration item, but for the same configuration item, different contents can be added according to requirements, for example, for the configuration item of the data field, the contents added for enterprise a are the warehousing entry number and the customer order number, and for enterprise B are the warehousing entry number.
Then, for the current client type, the input data is read, and dynamic loading is performed on the sub-process software interface according to the configuration table, and the input data and the result of performing dynamic loading on the interface according to the configuration table are shown in fig. 5.
By adopting the technical scheme disclosed by the invention, the following beneficial effects are obtained: the configurable software dynamic interface loading and data processing method provided by the invention has the advantages that the service is divided into a plurality of sub-processes, a plurality of configuration items are set for each sub-process, the attributes of the configuration items are added to a client according to the requirements to form a configuration table, and the data is loaded in the software interface according to the configuration table, so that the personalized configuration of different sub-processes is realized, the adaptation workload is reduced, the personalized requirements of different users on the data processing requirement under the condition that the main process is the same can be supported, the effect of classifying and configuring different management information according to the processing process is realized, and the display information of the software interface is concise and clear because different sub-processes are respectively displayed on separate interfaces.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements should also be considered within the scope of the present invention.

Claims (7)

1. A configurable software dynamic interface loading and data processing method is characterized by comprising the following steps:
s1, dividing each type of service into a plurality of sub-flows according to the corresponding processing flow, and loading the software interface of each sub-flow according to the flow sequence;
s2, setting a plurality of configuration items for each sub-flow;
s3, analyzing the customer demand by the user, adding the attribute of the configuration item to the customer according to the demand, and forming a configuration table;
s4, reading the current client type and the configuration table, and dynamically loading the configuration attribute of the current client and the corresponding data thereof on the sub-process software interface according to the input data;
in S4, the loading of the configuration attribute of the current client is specifically that, for the data fields in the configuration table that needs to be loaded, the data fields are put into select and group by statements of sql according to the interface display order, the data fields are put into order by statements of sql according to the data loading order, the upper nodes in the configuration table are put into where statements of sql as fields of subsequent process data loading associated query conditions, so as to obtain a data field set needed by the current software interface, and the software interface performs dynamic data loading according to the data field set, so as to perform final display.
2. The configurable software dynamic interface loading and data processing method according to claim 1, wherein in S2, the configuration items include: the method comprises the following steps of data field items, interface display sequence items, data loading sequence items, whether information items are supplemented or not and whether the information items are used as follow-up flow data loading correlation query condition items or not.
3. The configurable software dynamic interface loading and data processing method according to claim 1, wherein S3 is specifically configured to, by the user, analyze the customer needs, classify the customers according to the needs, classify the customers with the same needs into one class, and add the same attribute to the configuration items of each class of customers.
4. The configurable software dynamic interface loading and data processing method according to claim 1, wherein in S4, the configuration attributes of the current client and the corresponding data are dynamically loaded on the sub-process software interface and output in the same table.
5. The configurable software dynamic interface loading and data processing method according to claim 1, wherein in S4, the input data is obtained by associating data from a plurality of database tables in a view mode.
6. The configurable software dynamic interface loading and data processing method according to claim 1, wherein in S1, if the software interface of the sub-process includes the supplementary information interface, the fields including the supplementary information in the configuration table formed in S3, and in S4, the corresponding field data is dynamically loaded on the supplementary information interface.
7. The configurable software dynamic interface loading and data processing method according to claim 6, wherein the data loaded on the supplemental information interface is first placed in the cache, and the association relationship between the data and the data of the upper node of the supplemental information interface is maintained, and then the cache data is associated with the data loaded on other interfaces and written into the database.
CN201811557663.8A 2018-12-19 2018-12-19 Configurable software dynamic interface loading and data processing method Active CN109683987B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811557663.8A CN109683987B (en) 2018-12-19 2018-12-19 Configurable software dynamic interface loading and data processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811557663.8A CN109683987B (en) 2018-12-19 2018-12-19 Configurable software dynamic interface loading and data processing method

Publications (2)

Publication Number Publication Date
CN109683987A CN109683987A (en) 2019-04-26
CN109683987B true CN109683987B (en) 2022-02-01

Family

ID=66187927

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811557663.8A Active CN109683987B (en) 2018-12-19 2018-12-19 Configurable software dynamic interface loading and data processing method

Country Status (1)

Country Link
CN (1) CN109683987B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111222012A (en) * 2020-01-06 2020-06-02 山东浪潮通软信息科技有限公司 System for configuring and displaying dynamic view of electronic file
CN111427631B (en) * 2020-04-01 2022-03-15 中电万维信息技术有限责任公司 Dynamic configuration method of diversified mobile application function module
CN113516523A (en) * 2020-04-10 2021-10-19 北京京东振世信息技术有限公司 Order data processing method and order receiving system

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101968717B (en) * 2010-10-27 2013-04-24 宇龙计算机通信科技(深圳)有限公司 Method for allocating user interface of terminal equipment and terminal equipment
CN102222106A (en) * 2011-06-28 2011-10-19 浪潮集团山东通用软件有限公司 Implementation method for integrating and demonstrating business information in task list
KR20150141442A (en) * 2014-06-10 2015-12-18 한국전자통신연구원 Application software service system for controlling the User Interface access according the user level and method thereof
US9766769B1 (en) * 2014-12-31 2017-09-19 FullStory, Inc. Evaluation of interactions with a user interface
CN107735781B (en) * 2015-01-14 2020-03-10 华为技术有限公司 Method and device for storing query result and computing equipment
CN105447122B (en) * 2015-11-16 2018-09-21 中国人民解放军理工大学 A kind of implementation method that archives economy can be independently created based on multilist association
CN108428183A (en) * 2017-09-22 2018-08-21 中国平安人寿保险股份有限公司 User grouping management method, server and storage medium

Also Published As

Publication number Publication date
CN109683987A (en) 2019-04-26

Similar Documents

Publication Publication Date Title
CN109683987B (en) Configurable software dynamic interface loading and data processing method
US9697484B1 (en) Method and system for morphing object types in enterprise content management systems
US8027860B2 (en) Systems and methods for planning demand for configurable products
US8990675B2 (en) Automatic relationship detection for spreadsheet data items
US8655923B2 (en) Simple aggregate mode for transactional data
US11496584B2 (en) Extraction and distribution of content packages in a digital services framework
CN113298503A (en) Government affair-oriented workflow management system and database and table dividing method thereof
Sun et al. A colour-batching problem using selectivity banks in automobile paint shops
Vieira et al. Supply chain hybrid simulation: From Big Data to distributions and approaches comparison
US9996602B2 (en) Generating a virtual dynamic representative of a taxonomic group with unique inheritance of attributes
US9058215B2 (en) Integration of a calculation engine with a software component
US9864789B2 (en) Method and system for implementing an on-demand data warehouse
CN115516441A (en) Multi-valued primary keys for multiple unique identifiers of entities
EP2662783A1 (en) Data archiving approach leveraging database layer functionality
CN111309712A (en) Optimized task scheduling method, device, equipment and medium based on data warehouse
US20090132605A1 (en) Handling of data in a data sharing system
Ounnar et al. Study of an intelligent and multicriteria scheduling service, using academic benchmarks
CN114861084A (en) Data processing method, device and storage medium
CN113590660A (en) Data self-service query method and device and electronic equipment
US20160321680A1 (en) Data interpolation using matrix completion
CN113609112A (en) E-commerce commodity attribute data standardization processing method and system
US10761861B1 (en) System, method, and computer program for event stream modification
CN111695749A (en) Method and device for generating grouping tasks
US20040122749A1 (en) System and method for managing manufacturing orders
US11977997B1 (en) Tagging systems and methods for efficient cloud service provisioning

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