CN104239056A - Software generation method, device and system - Google Patents

Software generation method, device and system Download PDF

Info

Publication number
CN104239056A
CN104239056A CN201410471745.6A CN201410471745A CN104239056A CN 104239056 A CN104239056 A CN 104239056A CN 201410471745 A CN201410471745 A CN 201410471745A CN 104239056 A CN104239056 A CN 104239056A
Authority
CN
China
Prior art keywords
software
target member
constructor
middleware
services
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
CN201410471745.6A
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.)
State Grid Corp of China SGCC
Beijing China Power Information Technology Co Ltd
Original Assignee
State Grid Corp of China SGCC
Beijing China Power Information 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 State Grid Corp of China SGCC, Beijing China Power Information Technology Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201410471745.6A priority Critical patent/CN104239056A/en
Publication of CN104239056A publication Critical patent/CN104239056A/en
Priority to CA2904244A priority patent/CA2904244C/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a software generation method, a software generation device and a software generation system. The method comprises the steps of selecting a preset development running framework and middleware from a construction service group as a basic environment for running a component in response to a target software construction request sent by a user; inquiring a component library to obtain a plurality of target components, wherein the target components are components necessary for generating target software; calling pre-stored engines corresponding to all the target components, and resolving the target components; generating the target software through the resolved target components. In the whole process, the development running framework, the middleware and the components for generating the software can be directly obtained, and repeated development on codes is not needed, so that the complexity for software development is greatly reduced.

Description

A kind of method for producing software, Apparatus and system
Technical field
The application relates to technical field of software development, more particularly, relates to a kind of method for producing software, Apparatus and system.
Background technology
The production of software product is the pattern based on code development always, and software code is complicated, abstract a, language between nature and machine, skilled grasp very difficult.The production of software product mainly relies on the development& testing personnel of developer to code to the test of code, and make the exploitation of software product be actually knowledge-intensive and industry that is manpower-intensive type, cost can be in any more.Further, due to the complicacy of code, the difficulty of software development is added.
Summary of the invention
In view of this, this application provides a kind of method for producing software, Apparatus and system, depending on the exploitation of code for solving existing software development process unduly, the problem that the software development difficulty caused is large.
To achieve these goals, the existing scheme proposed is as follows:
A kind of method for producing software, comprising:
Response Client-initiated target software sets up request, chooses pre-configured developing operation framework and middleware, as the basic environment that component runs from structure bundle of services;
Inquiry component storehouse, obtains several target members, and described target member is generate the necessary component of described target software;
Call the engine corresponding with target member described in each prestored, described target member is resolved;
The target member after described parsing is utilized to generate described target software.
Preferably, when there is not described target member in described component base, also comprise:
Call the business structure service unit in described structure bundle of services, generate described target member, and the described target member generated is stored in described component base.
Preferably, described business structure service unit comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor, the described business structure service unit called in described structure bundle of services, generates described target member, comprising:
Determine the type of described target member;
According to the type of described target member, call constructor corresponding in described business structure service unit to generate described target member.
Preferably, also comprise:
Call the supervisor engine prestored, each operation in Software Create process is monitored.
Preferably, in described structure bundle of services, pre-configured developing operation framework comprises Spring, Hibernate Open Framework; In described structure bundle of services, pre-configured middleware comprises application server middleware, database middleware, message-oriented middleware and data middleware.
A kind of apparatus for producing software, comprising:
User's response unit, setting up request for responding Client-initiated target software, choosing pre-configured developing operation framework and middleware, as the basic environment that component runs from structure bundle of services;
Target member acquiring unit, for inquiry component storehouse, obtains several target members, and described target member is generate the necessary component of described target software;
Resolution unit, for calling the engine corresponding with target member described in each prestored, resolves described target member;
Generation unit, generates described target software for the target member after utilizing described parsing.
Preferably, also comprise:
Structure bundle of services call unit, during for there is not described target member in described component base, calling the business structure service unit in described structure bundle of services, generating described target member, and be stored in described component base by the described target member generated.
Preferably, described business structure service unit comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor, and described structure bundle of services call unit comprises:
Type determining units, for determining the type of described target member;
Constructor call unit, for the type according to described target member, calls constructor corresponding in described business structure service unit to generate described target member.
Preferably, also comprise:
Supervisor engine call unit, for calling the supervisor engine prestored, monitors each operation in Software Create process.
A kind of software generation system, comprises apparatus for producing software described above, structure bundle of services and component base;
Described structure bundle of services comprises business structure service unit, developing operation frame unit and middleware unit, described business structure service unit comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor, is respectively used to construct different components; Described developing operation frame unit comprises Spring, Hibernate Open Framework; Described middleware unit comprises application server middleware, database middleware, message-oriented middleware and data middleware;
The component that described component base constructs for storing described structure bundle of services, wherein component is according to different business scopes, and classification is stored in described component base.
As can be seen from above-mentioned technical scheme, the method for producing software that the embodiment of the present application provides, by pre-setting the structure bundle of services comprising several developing operation frameworks and middleware, and store the component base of several components, when generating software, choose some developing operation framework and the middleware in structure bundle of services, as the basic environment that component runs, choose from component base again and generate the necessary target member of target software, by calling corresponding engine, target member is resolved, the desired software of final generation user.In whole process, the component of developing operation framework, middleware and generation software all can directly obtain, and without the need to repeating the exploitation of code, thus greatly reduces the complexity of software development.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present application or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only the embodiment of the application, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to the accompanying drawing provided.
Fig. 1 is a kind of method for producing software process flow diagram disclosed in the embodiment of the present application;
The structural representation of Fig. 2 apparatus for producing software disclosed in the embodiment of the present application;
The structural representation of Fig. 3 another kind of apparatus for producing software disclosed in the embodiment of the present application;
Fig. 4 is the structural representation of the embodiment of the present application disclosed structure bundle of services;
Fig. 5 is the structural representation of the embodiment of the present application another apparatus for producing software disclosed;
The structural representation of Fig. 6 software generation system disclosed in the embodiment of the present application.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present application, be clearly and completely described the technical scheme in the embodiment of the present application, obviously, described embodiment is only some embodiments of the present application, instead of whole embodiments.Based on the embodiment in the application, those of ordinary skill in the art are not making the every other embodiment obtained under creative work prerequisite, all belong to the scope of the application's protection.
A large amount of code developments is needed for existing software development process, improve the problem of the difficulty of software development, this application provides a kind of resolving ideas, the application establishes structure bundle of services, component base and Software Create container in advance, pre-setting different constructors in structure bundle of services, for constructing different components, and component being stored in component base, multiple developing operation framework and middleware is also pre-set, for selecting for user in structure bundle of services.Utilize Software Create container to obtain some developing operation framework and the middleware in structure bundle of services, as the basic environment that Software Create container runs, fetching portion component from component base again, calls corresponding engine and resolves component, generate final software product.
See Fig. 1, Fig. 1 a kind of method for producing software process flow diagram disclosed in the embodiment of the present application.
As shown in Figure 1, from the angle of Software Create container, the method is described, comprises:
Step 100, response Client-initiated target software set up request, from structure bundle of services, choose pre-configured developing operation framework and middleware;
Particularly, in structure bundle of services, pre-set multiple developing operation framework, as Open Frameworks such as Spring, Hibernate, and some specific developing operation frameworks that user specifies.Meanwhile, multiple middleware is also pre-set, as application server middleware, database middleware, message-oriented middleware and data middleware in structure bundle of services.Application server middleware can comprise Weblogic, Websphere, Tomtac, Jboss etc.Database middleware comprises Oracle, DB2, increase income MySQL and domesticly reach dream database.Message-oriented middleware can comprise the common message-oriented middleware product such as MQ both at home and abroad.Data middleware can comprise the common ETL data middleware of industry.
By configuring these developing operation framework and middlewares, choice for use when can be used for subsequent software to develop, as the basic environment that component runs.
Step 110, inquiry component storehouse, obtain several target members;
Particularly, target member is generate the necessary component of described target software here.Multiple component can be prestored in component base, these components are generated by multiple constructor pre-configured in structure bundle of services, and in structure bundle of services, pre-configured constructor comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor, monitoring constructor etc.Construct different components respectively, such as page constructor is used for constructing page component.It should be noted that, the monitor service that monitoring constructor constructs, as the supervisor engine of Software Create process, is monitored Software Create process.
Step 120, call the engine corresponding with target member described in each prestored, described target member is resolved;
Particularly, component in component base is constructed by constructors different in structure bundle of services, the component constructed corresponding to different constructors needs to be resolved by the engine of correspondence, therefore in Software Create container, the engine corresponding with the component that various types of constructor constructs has been prestored, such as integrating engine, page parsing engine, entitlement engine, flow engine, supervisor engine etc.Wherein, supervisor engine is used for monitoring each operation in Software Create process.
Step 130, utilize described parsing after target member generate described target software.
The method for producing software that the embodiment of the present application provides, by pre-setting the structure bundle of services comprising several developing operation frameworks and middleware, and store the component base of several components, when generating software, choose some developing operation framework and the middleware in structure bundle of services, as the basic environment that component runs, choose from component base again and generate the necessary target member of target software, by calling corresponding engine, target member is resolved, the desired software of final generation user.In whole process, the component of developing operation framework, middleware and generation software all can directly obtain, and without the need to repeating the exploitation of code, thus greatly reduces the complexity of software development.
It should be noted that, when there is not target member in component base, the method for the application can also call the business structure service unit in structure bundle of services, generates described target member, and is stored in described component base by the described target member generated.
Particularly, business structure service unit comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor, the then above-mentioned business structure service unit called in described structure bundle of services, the process generating described target member comprises: the type determining described target member; According to the type of described target member, call constructor corresponding in described business structure service unit to generate described target member.Citing as: if required target member is page component, then need invoking page constructor to generate target member, if target member is flow process component, then need call flow constructor to generate target member.The target member generated is stored in component base, for follow-up.
Further, if be previously stored with supervisor engine in Software Create container, then can call this supervisor engine and complete monitoring is carried out to the generative process of software.
It should be noted that, the storage mode of component in component base can be distinguish according to the business scope belonging to component, the component Separate Storage in different business field.Like this, when needing the business software product generating a certain type, directly going to search in component group corresponding to this business in component base, being more convenient to search corresponding component.
The application, by the predefined all kinds of constructors realizing the complete function of software product in structure bundle of services, has broken away from the problem of code development.Further, pre-defined all kinds of developing operation framework and middleware, when developing software, selected the developing operation framework of specifying and middleware according to the requirement of user, as the basic environment running component, further reduce the exploitation amount of code.
Be described the apparatus for producing software that the embodiment of the present application provides below, apparatus for producing software described below can mutual corresponding reference with above-described method for producing software.
In fact namely the following disclosed apparatus for producing software of the application is the Software Create container above mentioned, the two is consistent in itself.
See the structural representation of Fig. 2, Fig. 2 apparatus for producing software disclosed in the embodiment of the present application.
As shown in Figure 2, this apparatus for producing software 20 comprises:
User's response unit 200, setting up request for responding Client-initiated target software, choosing pre-configured developing operation framework and middleware, as the basic environment that component runs from structure bundle of services;
Target member acquiring unit 210, for inquiry component storehouse, obtains several target members, and described target member is generate the necessary component of described target software;
Resolution unit 220, for calling the engine corresponding with target member described in each prestored, resolves described target member;
Generation unit 230, generates described target software for the target member after utilizing described parsing.
Optionally, see the structural representation of Fig. 3, Fig. 3 another kind of apparatus for producing software disclosed in the embodiment of the present application.Composition graphs 2 and Fig. 3 known, apparatus for producing software also comprises:
Structure bundle of services call unit 240, during for there is not described target member in described component base, calling the business structure service unit in described structure bundle of services, generating described target member, and be stored in described component base by the described target member generated.
Wherein, described business structure service unit comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor.See the structural representation that Fig. 4, Fig. 4 are the embodiment of the present application disclosed structure bundle of services.As shown in Figure 4, described structure bundle of services call unit 240 can comprise: type determining units 400, for determining the type of described target member; Constructor call unit 410, for the type according to described target member, calls constructor corresponding in described business structure service unit to generate described target member.
Optionally, see Fig. 5, Fig. 5 be the structural representation of the embodiment of the present application another apparatus for producing software disclosed.Composition graphs 2 and Fig. 5 known, apparatus for producing software also comprises:
Supervisor engine call unit 250, for calling the supervisor engine prestored, monitors each operation in Software Create process.
The application comprises the structure bundle of services of several developing operation frameworks and middleware by pre-setting, and store the component base of several components, when apparatus for producing software generates software, choose some developing operation framework and the middleware in structure bundle of services, as the basic environment that component runs, choosing from component base again and generate the necessary target member of target software, by calling corresponding engine, target member being resolved, the desired software of final generation user.In whole process, the component of developing operation framework, middleware and generation software all can directly obtain, and without the need to repeating the exploitation of code, thus greatly reduces the complexity of software development.
On the basis of the above, disclosed herein as well is a kind of software generation system.See the structural representation of Fig. 6, Fig. 6 software generation system disclosed in the embodiment of the present application.
As shown in Figure 6, software generation system comprises:
Comprise apparatus for producing software 20 described above, structure bundle of services 60 and component base 61;
Described structure bundle of services 60 comprises business structure service unit 600, developing operation frame unit 610 and middleware unit 620, described business structure service unit 600 comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor, is respectively used to construct different components; Described developing operation frame unit 610 comprises Spring, Hibernate Open Framework; Described middleware unit 620 comprises application server middleware, database middleware, message-oriented middleware and data middleware;
The component that described component base 61 constructs for storing described structure bundle of services 60, wherein component is according to different business scopes, and classification is stored in described component base 61.
Apparatus for producing software 20 is selected part developing operation framework and middleware from structure bundle of services 60, as the basic environment that component runs, obtain from component base 61 and generate the necessary target member of target software, utilize the engine corresponding with each target member prestored, target member is resolved, generates target software.Wherein, if when finding there is not target member in component base 61, the business structure service unit 600 in structure bundle of services 60 can be called, select corresponding constructor to construct component, and component is stored in component base 61.
It should be noted that, the component in component base 61 can feed back in the business structure service unit 600 in structure bundle of services 60 and carry out the amendment of business, or based on technological layer structure change and re-construct.
The software generation system that the embodiment of the present application provides, comprise apparatus for producing software 20, structure bundle of services 60 and component base 61 3 sub-platforms, three forms an organic whole, achieves the generative process of software product.
Finally, also it should be noted that, in this article, the such as relational terms of first and second grades and so on is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or equipment and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or equipment.When not more restrictions, the key element limited by statement " comprising ... ", and be not precluded within process, method, article or the equipment comprising described key element and also there is other identical element.
In this instructions, each embodiment adopts the mode of going forward one by one to describe, and what each embodiment stressed is the difference with other embodiments, between each embodiment identical similar portion mutually see.
To the above-mentioned explanation of the disclosed embodiments, professional and technical personnel in the field are realized or uses the application.To be apparent for those skilled in the art to the multiple amendment of these embodiments, General Principle as defined herein when not departing from the spirit or scope of the application, can realize in other embodiments.Therefore, the application can not be restricted to these embodiments shown in this article, but will meet the widest scope consistent with principle disclosed herein and features of novelty.

Claims (10)

1. a method for producing software, is characterized in that, comprising:
Response Client-initiated target software sets up request, chooses pre-configured developing operation framework and middleware, as the basic environment that component runs from structure bundle of services;
Inquiry component storehouse, obtains several target members, and described target member is generate the necessary component of described target software;
Call the engine corresponding with target member described in each prestored, described target member is resolved;
The target member after described parsing is utilized to generate described target software.
2. method for producing software according to claim 1, is characterized in that, when there is not described target member in described component base, also comprises:
Call the business structure service unit in described structure bundle of services, generate described target member, and the described target member generated is stored in described component base.
3. method for producing software according to claim 2, it is characterized in that, described business structure service unit comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor, the described business structure service unit called in described structure bundle of services, generate described target member, comprising:
Determine the type of described target member;
According to the type of described target member, call constructor corresponding in described business structure service unit to generate described target member.
4. method for producing software according to claim 1, is characterized in that, also comprises:
Call the supervisor engine prestored, each operation in Software Create process is monitored.
5. method for producing software according to claim 1, is characterized in that, developing operation framework pre-configured in described structure bundle of services comprises Spring, Hibernate Open Framework; In described structure bundle of services, pre-configured middleware comprises application server middleware, database middleware, message-oriented middleware and data middleware.
6. an apparatus for producing software, is characterized in that, comprising:
User's response unit, setting up request for responding Client-initiated target software, choosing pre-configured developing operation framework and middleware, as the basic environment that component runs from structure bundle of services;
Target member acquiring unit, for inquiry component storehouse, obtains several target members, and described target member is generate the necessary component of described target software;
Resolution unit, for calling the engine corresponding with target member described in each prestored, resolves described target member;
Generation unit, generates described target software for the target member after utilizing described parsing.
7. apparatus for producing software according to claim 6, is characterized in that, also comprises:
Structure bundle of services call unit, during for there is not described target member in described component base, calling the business structure service unit in described structure bundle of services, generating described target member, and be stored in described component base by the described target member generated.
8. apparatus for producing software according to claim 7, it is characterized in that, described business structure service unit comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor, and described structure bundle of services call unit comprises:
Type determining units, for determining the type of described target member;
Constructor call unit, for the type according to described target member, calls constructor corresponding in described business structure service unit to generate described target member.
9. apparatus for producing software according to claim 6, is characterized in that, also comprises:
Supervisor engine call unit, for calling the supervisor engine prestored, monitors each operation in Software Create process.
10. a software generation system, is characterized in that, comprises the apparatus for producing software described in claim 6-9 any one, structure bundle of services and component base;
Described structure bundle of services comprises business structure service unit, developing operation frame unit and middleware unit, described business structure service unit comprises basic framework constructor, page constructor, digital-to-analogue constructor, flow process constructor and monitoring constructor, is respectively used to construct different components; Described developing operation frame unit comprises Spring, Hibernate Open Framework; Described middleware unit comprises application server middleware, database middleware, message-oriented middleware and data middleware;
The component that described component base constructs for storing described structure bundle of services, wherein component is according to different business scopes, and classification is stored in described component base.
CN201410471745.6A 2014-09-16 2014-09-16 Software generation method, device and system Pending CN104239056A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201410471745.6A CN104239056A (en) 2014-09-16 2014-09-16 Software generation method, device and system
CA2904244A CA2904244C (en) 2014-09-16 2015-09-11 Method, apparatus and system for generating software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410471745.6A CN104239056A (en) 2014-09-16 2014-09-16 Software generation method, device and system

Publications (1)

Publication Number Publication Date
CN104239056A true CN104239056A (en) 2014-12-24

Family

ID=52227198

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410471745.6A Pending CN104239056A (en) 2014-09-16 2014-09-16 Software generation method, device and system

Country Status (2)

Country Link
CN (1) CN104239056A (en)
CA (1) CA2904244C (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598554A (en) * 2015-10-14 2017-04-26 上海汽车集团股份有限公司 Code generating apparatus
CN111338651A (en) * 2020-02-19 2020-06-26 北京字节跳动网络技术有限公司 Method and device for providing downloaded resources and method and device for downloading resources

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1564129A (en) * 2004-04-02 2005-01-12 清华大学 Method of packing member and consistent visit
CN102520958A (en) * 2011-12-20 2012-06-27 上海互联网软件有限公司 Software production line system and software production method
CN103345386A (en) * 2013-05-31 2013-10-09 电子科技大学 Software production method, device and operation system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1564129A (en) * 2004-04-02 2005-01-12 清华大学 Method of packing member and consistent visit
CN102520958A (en) * 2011-12-20 2012-06-27 上海互联网软件有限公司 Software production line system and software production method
CN103345386A (en) * 2013-05-31 2013-10-09 电子科技大学 Software production method, device and operation system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106598554A (en) * 2015-10-14 2017-04-26 上海汽车集团股份有限公司 Code generating apparatus
CN106598554B (en) * 2015-10-14 2021-03-23 上海汽车集团股份有限公司 Code generation device
CN111338651A (en) * 2020-02-19 2020-06-26 北京字节跳动网络技术有限公司 Method and device for providing downloaded resources and method and device for downloading resources
CN111338651B (en) * 2020-02-19 2023-04-21 北京字节跳动网络技术有限公司 Method and device for providing download resource, and method and device for downloading resource

Also Published As

Publication number Publication date
CA2904244A1 (en) 2016-03-16
CA2904244C (en) 2020-07-07

Similar Documents

Publication Publication Date Title
CN103282152A (en) System and method for welder with help request functionality
CN110399387A (en) Method and device based on table incidence relation dynamic generation query SQL
CN103984557A (en) Report generation method and device
CN103577165A (en) Form generation method and form generator
CN105930138A (en) Message processing method and apparatus
CN105138326A (en) Method and system for achieving structured query language (sql) dynamic configuration based on ibatis
CN105989213A (en) Communication engineering drawing generation method and drawing design client
CN105868196A (en) Method for generating industrial data report in server
CN109241350A (en) The display methods and device of a kind of standard operating procedure in server production process
CN104239056A (en) Software generation method, device and system
CN102385629B (en) Application method of extending father and son model to network model in data warehouse
CN106802901A (en) The method and device of data base querying
CN105868170A (en) Method for generating industrial data report in server
CN103870939A (en) Object name generating method and system
CN106354507A (en) Enterprise-level application management system and method for operating same
CN104750468A (en) Server side topological data conversion method and device
CN105653334B (en) MIS system rapid development framework based on SAAS mode
CN103914304A (en) Method for converting different structure type parameters on basis of SAP (service access point) platforms
US9886435B2 (en) Pseudo internal numbering mechanism
CN114462859A (en) Workflow processing method and device, computer equipment and storage medium
CN104253847A (en) Method and device for data interaction
CN105930431A (en) Method, device and system for accessing database
US9338248B2 (en) Parameter driven value conversion framework in client/server architectures
CN107368321B (en) Software version evolution method and system
CN106156043A (en) A kind of off-line data processing method and processing device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20141224