CN110851119A - Method for realizing correlation between user-defined object and object of software as a service (SaaS) software product - Google Patents

Method for realizing correlation between user-defined object and object of software as a service (SaaS) software product Download PDF

Info

Publication number
CN110851119A
CN110851119A CN201911001794.2A CN201911001794A CN110851119A CN 110851119 A CN110851119 A CN 110851119A CN 201911001794 A CN201911001794 A CN 201911001794A CN 110851119 A CN110851119 A CN 110851119A
Authority
CN
China
Prior art keywords
data
application program
realizing
output
input
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.)
Pending
Application number
CN201911001794.2A
Other languages
Chinese (zh)
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.)
Hangzhou Miquan Technology Co Ltd
Original Assignee
Hangzhou Miquan 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 Hangzhou Miquan Technology Co Ltd filed Critical Hangzhou Miquan Technology Co Ltd
Priority to CN201911001794.2A priority Critical patent/CN110851119A/en
Publication of CN110851119A publication Critical patent/CN110851119A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method for realizing the correlation between a user-defined object and an object of a SaaS software product, which comprises the following steps: 1. determining parameters of the set and constructed application program and extracting and constructing associated data; 2. classifying the constructed associated data corresponding to each application program according to the operating environment, the programming language and the output variable required by the construction process, the corresponding data type, the output variable and the corresponding data type, and uniformly deploying the data to a server of a developer through SaaS software; 3. the client determines object construction data according to the self requirement, and screens and combines the associated data and the corresponding application program according to the object construction data to define an object; 4. and integrating the running environment and the data type of each required group of application programs through the generated custom object. The invention can realize the diversity of the program software service sale so as to meet the following custom processing of the client according to the problem solved by the client.

Description

Method for realizing correlation between user-defined object and object of software as a service (SaaS) software product
Technical Field
The invention relates to the technical field of application program development and sale, in particular to a method for realizing the correlation between a user-defined object and an object of a software as a service (SaaS) software product.
Background
SaaS is short for Software-as-a-Service, and is a completely innovative Software application mode beginning to rise in the 21 st century with the development of Internet technology and the maturity of application Software. It has a similar meaning to that of "on-demand software", the application service provider, and the hosted software. The method is a mode for providing software through the Internet, a manufacturer uniformly deploys application software on a server of the manufacturer, a customer can order required application software services from the manufacturer through the Internet according to actual requirements of the customer, the customer pays fees to the manufacturer according to the amount and time of the ordered services, and obtains the services provided by the manufacturer through the Internet.
SaaS is the best approach to adopt advanced technology for many small businesses, eliminating the need for businesses to purchase, build, and maintain infrastructure and applications.
However, the traditional SaaS is difficult to realize organic combination of deployed application programs and compatibility processing between different programs; when the problem to be solved by the client is difficult to be independently completed by the existing application program, a new program is often required to be independently developed to meet the requirement, so that the development cost and the production cost are increased, and the development cost of the program is invisibly increased.
Disclosure of Invention
The invention aims to provide a method for realizing the correlation between the user-defined object and the object of the SaaS software product, so as to realize the diversity of the software service sale of a program and meet the user-defined treatment of a client according to the problem solved by the client. ,
in order to solve the technical problems, the technical scheme of the invention is as follows:
a method for realizing the correlation between a user-defined object and an object of a software as a service (SaaS) software product comprises the following steps:
step one, parameter extraction of an application program and construction of associated data:
determining and extracting parameters of an application program set and constructed by a developer, wherein the parameters comprise input variables and output variables of the corresponding program, the parameters also comprise data types corresponding to the input variables and the output variables, the input variables, the corresponding data types, the output variables and the corresponding data types are constructed into associated data, the associated data comprise names and version numbers of the corresponding application programs, and the associated data also comprise programming languages in the construction process of the corresponding application programs and the operating environment of the application programs;
step two, classification and storage of associated data:
classifying the constructed associated data corresponding to each application program according to an operating environment, a programming language, an output variable, a corresponding data type, an output variable and a corresponding data type required by a construction process, classifying and storing the associated data in a layer-by-layer classification mode according to the operating environment, the programming language, the output variable, the corresponding data type, the output variable and the corresponding data type required by the construction process, and uniformly deploying the classified and stored associated data and the corresponding application programs to a server of a developer through SaaS software;
step three, realizing the user-defined object:
the method comprises the steps that a client determines object construction data according to the requirement of the client, the object construction data comprises input end data and output end data, the input end data comprises data to be processed by a developer through each application program and a corresponding data type, the output end data comprises data expected to be obtained by the developer through each application program and a corresponding data type, and a custom object capable of solving the problem of the client per se is generated and realized by screening and combining associated data and corresponding application programs according to the object construction data;
step four, realizing object association:
and extracting the data types corresponding to the running environment, the programming language, the input variable and the output variable of the application program from the custom object generated in the third step, integrating the running environment and the data types of all the required groups of application programs, ensuring that the integrated result of all the application programs in the custom object can stably and normally run, and constructing the custom object meeting the customer requirements.
The input variables of the application program are data contents which need to be input before the application program runs, the output variables of the application program are data contents which are generated after the application program receives the input variables and runs and processes the application program, and the data contents of the input variables and the output variables are test data.
The test data is the data content input by each application program in the test process and the data output after the application program processing is completed.
The format of the associated data is stored in a list format, and is [ Str1, Str2, Str3, Str4, Str5, Str6, Str7, Str8 ].
The Str1 is the name and corresponding version number of the application program, and is in the format of "application program name" + "application program version number", the Str2 is an extraction path of code query of the application program, the Str3 is an input variable corresponding to the application program, the Str4 is a data type corresponding to the input variable, the Str5 is an output variable corresponding to the application program, the Str6 is a data type corresponding to the output variable, the Str7 is the operating environment of the application program, and the Str8 is the programming language of the application program.
The Str3 (or Str4) has a construction format of "input variable 1 (output variable 1)" + "input variable 2 (output variable 2)" … when it contains multiple sets of data, and the Str5 (or Str6) has a format corresponding to Str3 (or Str4) as "Datype 1" + "Datype 2" …, and the Str8 has a construction format of "Programming language 1" + "Programming language 2" … if it contains two or more programming languages.
And in the third step, when each application program is screened, the screened key words are the operation environment, the programming language and the data type.
And when the application programs are combined in the third step, the combination can be realized when the data types of the output variables of the previous group of application programs are the same as or compatible with the data types of the input variables of the next group of application programs.
And fourthly, processing by adopting a python programming language when integrating the running environment and the data type of each group of required application programs, combining the groups of application programs, packaging by using a java programming language and generating a custom object meeting the requirements of a client.
The invention has the beneficial effects that: the method comprises the steps that a client determines object construction data according to self requirements, the object construction data comprise input end data and output end data, relevant data and corresponding application programs are screened and combined according to the object construction data, and a custom object capable of solving self problems of the client is generated and realized. Meanwhile, the data types corresponding to the running environment, the programming language, the input variable and the output variable of the application program are extracted through the generated custom object, and the running environment and the data types of all the groups of required application programs are integrated to construct the custom object meeting the requirements of customers.
Detailed Description
The following further describes the embodiments of the present invention. It should be noted that the description of the embodiments is provided to help understanding of the present invention, but the present invention is not limited thereto. In addition, the technical features involved in the embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.
Example 1
A method for realizing the correlation between a user-defined object and an object of a software as a service (SaaS) software product comprises the following steps:
step one, parameter extraction of an application program and construction of associated data:
determining and extracting parameters of an application program set and constructed by a developer, wherein the parameters comprise input variables and output variables of the corresponding program, the parameters also comprise data types corresponding to the input variables and the output variables, the input variables, the corresponding data types, the output variables and the corresponding data types are constructed into associated data, the associated data comprise names and version numbers of the corresponding application programs, and the associated data also comprise programming languages in the construction process of the corresponding application programs and the operating environment of the application programs;
step two, classification and storage of associated data:
classifying the constructed associated data corresponding to each application program according to an operating environment, a programming language, an output variable, a corresponding data type, an output variable and a corresponding data type required by a construction process, classifying and storing the associated data in a layer-by-layer classification mode according to the operating environment, the programming language, the output variable, the corresponding data type, the output variable and the corresponding data type required by the construction process, and uniformly deploying the classified and stored associated data and the corresponding application programs to a server of a developer through SaaS software;
step three, realizing the user-defined object:
the method comprises the steps that a client determines object construction data according to the requirement of the client, the object construction data comprise input end data and output end data, the input end data comprise data to be processed by a developer through each application program and corresponding data types, the output end data comprise data expected to be obtained by the developer through each application program and corresponding data types, and the associated data and the corresponding application programs are screened and combined according to the object construction data to generate and realize a self-defined object capable of solving the problem of the client;
step four, realizing object association:
and extracting the data types corresponding to the running environment, the programming language, the input variables and the output variables of the application program in the custom object generated in the step three, integrating the running environment and the data types of all the required groups of application programs, ensuring that the integrated result of all the application programs in the custom object can stably and normally run, and constructing the custom object meeting the customer requirements.
Example 2
In the present invention, the input variables of the application program are data contents that need to be input before the application program runs, the output variables of the application program are data contents generated after the application program receives the input variables and is processed by the running of the application program, the data contents of the input variables and the output variables are test data, the test data are data contents input by each application program during the test process and data output after the processing of the application program is completed, the method is different from the data processed by the application program by the client but keeps the same format and data type with the data, and tests the functions of each group of application programs by testing the input variable and the output variable of the data, thereby ensuring that each group of application programs can achieve the expected or preset data processing effect.
Example 3
The content of the user-defined object is further described in detail according to embodiment 1, the format of the associated data is stored in a list form, the format is [ Str1, Str2, Str3, Str4, Str5, Str6, Str7 and Str8], the attribute values corresponding to the associated data are stored in a list form, the corresponding keywords can be conveniently searched and screened through the list, and the construction or implementation of the user-defined object is facilitated;
the Str1 is the name and the corresponding version number of the application program, and the format of the Str1 is 'application program name' + 'application program version number', Str2 is the extraction path of the code query of the application program, Str3 is the input variable corresponding to the application program, Str4 is the data type corresponding to the input variable, Str5 is the output variable corresponding to the application program, Str6 is the data type corresponding to the output variable, Str7 is the running environment of the application program, and Str8 is the programming language of the application program;
str3 (or Str4) has a construction format of "input variable 1 (output variable 1)" + "input variable 2 (output variable 2)" … when it contains multiple sets of data, and Str5 (or Str6) has a construction format corresponding to Str3 (or Str4) as "data type 1" + "data type 2" …, and Str8 has a construction format of "programming language 1" + "programming language 2" … when it contains two or more programming languages. The reasonability of one character string in the list in storing a plurality of contents is ensured, and meanwhile, the comprehensive storage of the attribute of the corresponding application program can be ensured.
Example 4
The method is further described in detail according to embodiments 1 and 3, when each application program is screened in the third step, the screened keywords are the operating environment, the programming language and the data type, and the application programs are screened according to the operating environment required by the operation of the programming language and the programming language of the application programs and the input and output data types, so that the screened application programs have mutual compatibility in the merging and packaging processes; and when the application programs are combined in the third step, the combination can be realized when the data types of the output variables of the previous group of application programs are the same as or compatible with the data types of the input variables of the next group of application programs.
Example 5
In the invention, the operation environment and the data type of each group of required application programs are integrated in the fourth step, a python programming language is adopted for processing, the python programming language is a recognized glue language, the application programs written by different programming languages can be called and stably operated, the application programs determined in the third step are uniformly called and combined in sequence through the python programming language, the compatibility and the integral operation effect of the programs are ensured, the groups of application programs are combined and packaged through a java programming language to generate a custom object meeting the requirements of a client, the custom object is packaged through the java programming language and is uniformly deployed on a server of a developer through SaaS software, and the client can directly test the server.
Example 6
The working principle of the invention is as follows: firstly, determining parameters of a set and constructed application program and extracting and constructing associated data, wherein the parameters comprise input variables and output variables of the corresponding program and data types corresponding to the input variables and the output variables;
secondly, classifying the constructed associated data corresponding to each application program according to the operating environment, the programming language and the output variable required by the construction process, the corresponding data type, the output variable and the corresponding data type, and uniformly deploying the classified and stored associated data and the corresponding application program to a server of a developer through SaaS software;
then, the client determines object construction data according to the self requirement, the object construction data comprises input end data and output end data, the associated data and the corresponding application program are screened and combined according to the object construction data, and a custom object capable of solving the self problem of the client is generated and realized;
and finally, extracting the data types corresponding to the running environment, the programming language, the input variables and the output variables of the application program through the generated custom object, and integrating the running environment and the data types of all the required groups of application programs to construct a custom object meeting the requirements of customers.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned.
The embodiments of the present invention have been described in detail with reference to the accompanying drawings, but the present invention is not limited to the described embodiments. It will be apparent to those skilled in the art that various changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, and the scope of protection is still within the scope of the invention.

Claims (9)

1. A method for realizing the correlation between a user-defined object and an object of a software as a service (SaaS) software product is characterized by comprising the following steps of:
step one, parameter extraction of an application program and construction of associated data:
determining and extracting parameters of an application program set and constructed by a developer, wherein the parameters comprise input variables and output variables of the corresponding program, the parameters also comprise data types corresponding to the input variables and the output variables, the input variables, the corresponding data types, the output variables and the corresponding data types are constructed into associated data, the associated data comprise names and version numbers of the corresponding application programs, and the associated data also comprise programming languages in the construction process of the corresponding application programs and the operating environment of the application programs;
step two, classification and storage of associated data:
classifying the constructed associated data corresponding to each application program according to an operating environment, a programming language and an output variable which are required by a construction process, a corresponding data type, an output variable and a corresponding data type, classifying and storing the associated data in a layer-by-layer classification mode according to the operating environment, the programming language and the output variable which are required by the construction process, the corresponding data type, the output variable and the corresponding data type, and uniformly deploying the classified and stored associated data and the corresponding application program to a server of a developer through SaaS software;
step three, realizing the user-defined object:
the method comprises the steps that a client determines object construction data according to the requirement of the client, the object construction data comprises input end data and output end data, the input end data comprises data to be processed by a developer through each application program and a corresponding data type, the output end data comprises data expected to be obtained by the developer through each application program and a corresponding data type, and a custom object capable of solving the problem of the client is generated and realized by screening and combining associated data and the corresponding application programs according to the object construction data;
step four, realizing object association:
and extracting the data types corresponding to the running environment, the programming language, the input variable and the output variable of the application program from the custom object generated in the third step, integrating the running environment and the data types of all the required groups of application programs, ensuring that the integrated result of all the application programs in the custom object can stably and normally run, and constructing the custom object meeting the customer requirements.
2. The method for realizing the correlation between the custom object and the object of the SaaS software product according to claim 1, is characterized in that: the input variables of the application program are data contents which need to be input before the application program runs, the output variables of the application program are data contents which are generated after the application program receives the input variables and runs and processes the application program, and the data contents of the input variables and the output variables are test data.
3. The method for realizing the correlation between the custom object and the object of the SaaS software product according to claim 2, wherein the method comprises the following steps: the test data is the data content input by each application program in the test process and the data output after the application program processing is completed.
4. The method for realizing the correlation between the custom object and the object of the SaaS software product according to claim 1, is characterized in that: the format of the associated data is stored in a list format, and is [ Str1, Str2, Str3, Str4, Str5, Str6, Str7, Str8 ].
5. The method for realizing the correlation between the custom object and the object of the SaaS software product according to claim 4, wherein the method comprises the following steps: the Str1 is the name and the corresponding version number of the application program, and is in the format of "application program name" + "application program version number", the Str2 is an extraction path of code inquiry of the application program, the Str3 is an input variable corresponding to the application program, the Str4 is a data type corresponding to the input variable, the Str5 is an output variable corresponding to the application program, the Str6 is a data type corresponding to the output variable, the Str7 is the operating environment of the application program, and the Str8 is the programming language of the application program.
6. The method for realizing the correlation between the custom object and the object of the SaaS software product according to claim 5, wherein the method comprises the following steps: the Str3 (or Str4) has a construction format of "input variable 1 (output variable 1)" + "input variable 2 (output variable 2)" … when it contains multiple sets of data, and the Str5 (or Str6) has a format corresponding to Str3 (or Str4) as "Datype 1" + "Datype 2" …, and the Str8 has a construction format of "Programming language 1" + "Programming language 2" … if it contains two or more programming languages.
7. The method for realizing the correlation between the custom object and the object of the SaaS software product according to claim 6, wherein the method comprises the following steps: and in the third step, when each application program is screened, the screened key words are the operation environment, the programming language and the data type.
8. The method for realizing the association between the custom object and the object of the SaaS software product according to claim 7, wherein: and when the application programs are combined in the third step, the combination can be realized when the data types of the output variables of the previous group of application programs are the same as or compatible with the data types of the input variables of the next group of application programs.
9. The method for realizing the correlation between the custom object and the object of the SaaS software product according to claim 1, is characterized in that: and fourthly, processing by adopting a python programming language when integrating the running environment and the data type of each group of required application programs, combining the groups of application programs, packaging by using a java programming language and generating a custom object meeting the requirements of a client.
CN201911001794.2A 2019-10-21 2019-10-21 Method for realizing correlation between user-defined object and object of software as a service (SaaS) software product Pending CN110851119A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911001794.2A CN110851119A (en) 2019-10-21 2019-10-21 Method for realizing correlation between user-defined object and object of software as a service (SaaS) software product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911001794.2A CN110851119A (en) 2019-10-21 2019-10-21 Method for realizing correlation between user-defined object and object of software as a service (SaaS) software product

Publications (1)

Publication Number Publication Date
CN110851119A true CN110851119A (en) 2020-02-28

Family

ID=69597158

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911001794.2A Pending CN110851119A (en) 2019-10-21 2019-10-21 Method for realizing correlation between user-defined object and object of software as a service (SaaS) software product

Country Status (1)

Country Link
CN (1) CN110851119A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110271278A1 (en) * 2010-04-30 2011-11-03 Sap Ag Life-cycle management of multi-tenant saas applications
CN102594788A (en) * 2011-12-02 2012-07-18 曙光信息产业(北京)有限公司 Method for achieving object-oriented data communication protocol structure
CN102779036A (en) * 2011-04-21 2012-11-14 西门子公司 Software tool for automation technology
CN103077185A (en) * 2012-12-18 2013-05-01 厦门雅迅网络股份有限公司 Object-based user-defined information-expanding method
CN106201744A (en) * 2016-07-07 2016-12-07 普元信息技术股份有限公司 The method realizing in componentization system calling RESTful service
CN108595171A (en) * 2018-04-27 2018-09-28 广州视源电子科技股份有限公司 Model generating method, device, equipment and the storage medium of object
CN109088905A (en) * 2017-06-14 2018-12-25 浙江贵仁信息科技股份有限公司 A kind of mathematical model service system and mathematical model management method based on cloud computing

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110271278A1 (en) * 2010-04-30 2011-11-03 Sap Ag Life-cycle management of multi-tenant saas applications
CN102779036A (en) * 2011-04-21 2012-11-14 西门子公司 Software tool for automation technology
CN102594788A (en) * 2011-12-02 2012-07-18 曙光信息产业(北京)有限公司 Method for achieving object-oriented data communication protocol structure
CN103077185A (en) * 2012-12-18 2013-05-01 厦门雅迅网络股份有限公司 Object-based user-defined information-expanding method
CN106201744A (en) * 2016-07-07 2016-12-07 普元信息技术股份有限公司 The method realizing in componentization system calling RESTful service
CN109088905A (en) * 2017-06-14 2018-12-25 浙江贵仁信息科技股份有限公司 A kind of mathematical model service system and mathematical model management method based on cloud computing
CN108595171A (en) * 2018-04-27 2018-09-28 广州视源电子科技股份有限公司 Model generating method, device, equipment and the storage medium of object

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黄罡;刘哲;张颖;: "面向云-端融合的移动互联网应用运行平台" *

Similar Documents

Publication Publication Date Title
CN109343857B (en) Method, apparatus and storage medium for deploying machine learning model on line
Ganesh et al. Openerp/odoo-an open source concept to erp solution
US9753701B2 (en) Generating logic with scripting language in software as a service enterprise resource planning
CN110244942B (en) Page generation method, device and system
CN108388445B (en) Continuous integration method based on 'platform + application' mode
US20080034015A1 (en) System and method for automated on demand replication setup
CN104657274B (en) software interface test method and device
Nakazawa et al. Visualization tool for designing microservices with the monolith-first approach
US9619212B2 (en) Providing code, code generator and software development environment
CN110806873B (en) Target control determining method and device, electronic equipment and storage medium
Ahmaro et al. Taxonomy, definition, approaches, benefits, reusability levels, factors and adaption of software reusability: a review of the research literature
US9141514B1 (en) System, method, and computer program for automatically comparing a plurality of software testing environments
Chen et al. A novel automated construction scheme for efficiently developing cloud manufacturing services
CN110020236A (en) Web analysis method, apparatus, storage medium, processor and equipment
US20130254757A1 (en) Nesting installations of software products
CN111061733A (en) Data processing method and device, electronic equipment and computer readable storage medium
CN109947425A (en) A kind of the dealing with information flow method and device
CN110851119A (en) Method for realizing correlation between user-defined object and object of software as a service (SaaS) software product
CN108255503A (en) The firmware upgrade method and device of measuring instrument
CN104267967A (en) Method and device for generating program codes of software
US20180373740A1 (en) System and method for merging a source data from a source application into a target data of a target application
US20080163126A1 (en) Product installation user interface tree presentation
CN107679198A (en) The querying method and device of information
US9886435B2 (en) Pseudo internal numbering mechanism
Soleimani Malekan et al. Overview of business process modeling languages supporting enterprise collaboration

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