CN106886390A - A kind of Java object generation and conversion method and Java object generation and conversion equipment - Google Patents

A kind of Java object generation and conversion method and Java object generation and conversion equipment Download PDF

Info

Publication number
CN106886390A
CN106886390A CN201510938610.0A CN201510938610A CN106886390A CN 106886390 A CN106886390 A CN 106886390A CN 201510938610 A CN201510938610 A CN 201510938610A CN 106886390 A CN106886390 A CN 106886390A
Authority
CN
China
Prior art keywords
type
java
java object
interactive interface
format
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.)
Granted
Application number
CN201510938610.0A
Other languages
Chinese (zh)
Other versions
CN106886390B (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.)
Datang Software Technologies Co Ltd
Original Assignee
Datang Software Technologies 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 Datang Software Technologies Co Ltd filed Critical Datang Software Technologies Co Ltd
Priority to CN201510938610.0A priority Critical patent/CN106886390B/en
Publication of CN106886390A publication Critical patent/CN106886390A/en
Application granted granted Critical
Publication of CN106886390B publication Critical patent/CN106886390B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

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

Abstract

A kind of Java object generation and conversion method and device are the embodiment of the invention provides, method therein includes:The first interactive interface is generated according to Java object configuration information;The Java object parameter of user input is received by first interactive interface;In response to the Java object parameter for receiving, the second interactive interface is generated according to Java object configuration information;The Format Object type of user input is received by second interactive interface;The Java object of the Format Type corresponding to the Format Object type is generated according to the Java object parameter for receiving;The 3rd interactive interface is generated according to Java object transformation rule, the 3rd interactive interface is used to receive the convert file type of user input;The convert file type of user input is received by the 3rd interactive interface;The Java object for generating is converted to the file of the form corresponding to the convert file type.

Description

A kind of Java object generation and conversion method and Java object generation and conversion equipment
Technical field
The present invention relates to software engineering application field, more particularly to a kind of Java object is generated and changed Method and Java object generation and conversion equipment.
Background technology
At present, common Java object generation and converting system mainly use customized development pattern, by being System developer is designed exploitation, but this exploitation mould according to systematic difference scene and real needs Formula often brings many problems:
Firstth, development amount is big and the construction cycle is more long;
Because the demand of different user under different application scene is different, each user has oneself to be needed The point to be paid close attention to, so the need in order to meet so, system development early stage needs carry out very strict With careful requirement investigation, designed and developed according to software requirement by developer, various Java objects it is each Item configuration information is required to Manual definition and writes, and this causes IT system development effortsIT amount big and the construction cycle It is long.
Secondth, changes in demand is fast, it is impossible to change in time;
Java object generation and converting system based on customized development Model Design, when needing to carry out demand , it is necessary to specialize in personnel's assist process during change, and Java object generation and converting system user Member is frequently not the developer of specialty, it is impossible to system is modified in time, so, is become from business More, specific demand is proposed to user, be designed to the personnel of specializing in and developed, tested, Upgrading is reached the standard grade, it is necessary to walk a complete flow, it is necessary to the regular hour, and, when user's request becomes When changing larger, the time that the modification to system is spent is as good as with exploitation set of system again, therefore, this Plant development scheme and do not adapt to the Protean Industry of business, cause business inefficiency.
3rd, maintenance cost is big, is not suitable with production business and changes at any time;
Whenever there is new demand and variation, it is necessary to carry out the modification of source code by the developer of specialty, Considerably increase maintenance cost.
The content of the invention
In order to solve Java object generation and converting system in the prior art, 1. development amount is big and develops Cycle, 2. changes in demand more long was fast, it is impossible to which 3. maintenance cost is big for change in time, is not suitable with production business at any time The problem of change, the embodiment of the present invention is expected to provide a kind of Java object generation and conversion method and device.
A kind of Java object generation and conversion method are the embodiment of the invention provides, including:
The first interactive interface is generated according to Java object configuration information, first interactive interface is used to receive The Java object parameter of user input;
The Java object parameter of user input is received by first interactive interface;
In response to the Java object parameter for receiving, interacted according to Java object configuration information generation second Interface, second interactive interface is used to receive the Format Object type of user input;
The Format Object type of user input is received by second interactive interface;
The Format Type corresponding to the Format Object type is generated according to the Java object parameter for receiving Java object;
The 3rd interactive interface is generated according to Java object transformation rule, the 3rd interactive interface is used to receive The convert file type of user input;
The convert file type of user input is received by the 3rd interactive interface;
The Java object for generating is converted to the text of the form corresponding to the convert file type Part.
Preferably, before first interactive interface to generation, methods described also includes:
Receive the Java object configuration information and Java object transformation rule of user configuring;Wherein,
The Java object configuration information includes:Format Object type, object type, each object class Object properties name corresponding to type, the relation between object type and object type;Wherein, the object Relation between type and object type at least includes one of:Belonging relation, incidence relation, Inheritance, dependence, paradigmatic relation and syntagmatic;
The Java object transformation rule, for determining between Format Object type and convert file type Transformation rule.
Preferably, the Format Object type include following Format Type at least one:
JavaBean、Map、List、Set;
The convert file formats include following form at least one:
XML、Jason、excel;
The Java object transformation rule, including:
Determine the convert file type of JavaBean type Java objects, the JavaBean types Java The convert file type of object include with Types Below at least one:XML、Jason、excel;With/ Or,
Determine the convert file type of Map type Java objects, the Map types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of List type Java objects, the List types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of Set type Java objects, the conversion of the Set types Java object File type include with Types Below at least one:XML、Jason、excel.
Preferably, it is described to generate the first interactive interface according to Java object configuration information, including:
Object type in the Java object configuration information generates one or more object class Type option;
Generate in response to user selection it is object type option, for point out user input object name and with The interface of the property value of the object properties corresponding to the selected object type of user.
Preferably, the Java object parameter that user input is received by first interactive interface, bag Include:
Receive the object type of user's selection;
Receive the object category corresponding to one or more object names and each object name of user input Property value.
Preferably, it is described to generate the second interactive interface according to Java object configuration information, including:
Format Object type generation Format Object type option in the Java object configuration information.
Preferably, the lattice corresponding to the Format Object type are generated according to the Java object parameter for receiving The Java object of formula type, including:
When the Java object parameter for receiving is the Java object parameter corresponding to more than one Java object When, the relation between one above Java object is determined, according to one above Java object Between relation generate Java object corresponding to the Java object parameter.
Preferably, it is described to generate the 3rd interactive interface according to Java object transformation rule, including:
The Format Object type of the Java object based on user's generation, it is true according to Java object transformation rule Convert file type corresponding to the Format Object type of the Java object of the fixed generation;
Generation prompting user selects the conversion corresponding to the Format Object type of the Java object of the generation The option of file type.
A kind of Java object generation and conversion equipment are the embodiment of the invention provides, including:First interaction Interface generation module, the first receiver module, the second interactive interface generation module, the second receiver module, Java Object generation module, the 3rd interactive interface generation module, the 3rd receiver module and modular converter;Wherein,
The first interactive interface generation module, for being interacted according to Java object configuration information generation first Interface, first interactive interface is used to receive the Java object parameter of user input;
First receiver module, the Java for receiving user input by first interactive interface Image parameter;
The second interactive interface generation module, for the Java object parameter in response to receiving, foundation Java object configuration information generates the second interactive interface, and second interactive interface is used to receive user input Format Object type;
Second receiver module, the object lattice for receiving user input by second interactive interface Formula type;
The Java object generation module, for described right according to the Java object parameter generation for receiving The Java object of the Format Type as corresponding to Format Type;
The 3rd interactive interface generation module, for being interacted according to Java object transformation rule generation the 3rd Interface, the 3rd interactive interface is used to receive the convert file type of user input;
3rd receiver module, the conversion text for receiving user input by the 3rd interactive interface Part type;
The modular converter, for the Java object for generating to be converted into the convert file type institute The file of corresponding form.
Preferably, described device also includes configuration module, in the generation of the first interactive interface generation module Before first interactive interface, Java object configuration information and Java object the conversion rule of user configuring are received Then;Wherein,
The Java object configuration information includes:Format Object type, object type, each object class Object properties name corresponding to type, the relation between object type and object type;Wherein, the object Relation between type and object type at least includes one of:Belonging relation, incidence relation, Inheritance, dependence, paradigmatic relation and syntagmatic;
The Java object transformation rule, for determining between Format Object type and convert file type Transformation rule.
Preferably, the Format Object type include following Format Type at least one:
JavaBean、Map、List、Set;
The convert file formats include following form at least one:
XML、Jason、excel;
The Java object transformation rule, including:
Determine the convert file type of JavaBean type Java objects, the JavaBean types Java The convert file type of object include with Types Below at least one:XML、Jason、excel;With/ Or,
Determine the convert file type of Map type Java objects, the Map types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of List type Java objects, the List types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of Set type Java objects, the conversion of the Set types Java object File type include with Types Below at least one:XML、Jason、excel.
Preferably, the first interactive interface generation module, including:Object type option generates submodule And object properties generation submodule;Wherein,
The object type option generates submodule, for right in the Java object configuration information As type generates one or more object type options;
The object properties generate submodule, for generating the object type option in response to user's selection , for point out user input object name and with the object properties corresponding to the selected object type of user Property value interface.
Preferably, first receiver module, object type, user input for receiving user's selection One or more object names and each object name corresponding to object attribute values.
Preferably, the second interactive interface generation module, for according to the Java object configuration information In Format Object type generation Format Object type option.
Preferably, the Java object generation module, including:First determination sub-module and Java object Generation submodule;Wherein,
First determination sub-module, is one for the Java object parameter that the first receiver module is received During Java object parameter corresponding to above Java object, determine between one above Java object Relation;
The Java object generates submodule, for according to the pass between one above Java object Java object corresponding to system's generation Java object parameter.
Preferably, it is characterised in that the 3rd interactive interface generation module, including:Second determines son Module and convert file type option generation submodule;Wherein,
Second determination sub-module, the Format Object type of the Java object for being generated based on user, Determined according to Java object transformation rule corresponding to the Format Object type of the Java object of the generation Convert file type;
The convert file type option generates submodule, and the generation is selected for generating prompting user The option of the convert file type corresponding to the Format Object type of Java object.
A kind of generation of Java object and conversion method and device, Java pairs that the embodiment of the present invention is provided As generation and converting system generate the first interactive interface, first interaction according to Java object configuration information Interface is used to receive the Java object parameter of user input;User is received by first interactive interface defeated The Java object parameter for entering;In response to the Java object parameter for receiving, confidence is matched somebody with somebody according to Java object Breath the second interactive interface of generation, second interactive interface is used to receive the Format Object class of user input Type;The Format Object type of user input is received by second interactive interface;According to what is received Java object parameter generates the Java object of the Format Type corresponding to the Format Object type;Foundation Java object transformation rule generates the 3rd interactive interface, and the 3rd interactive interface is used to receive user input Convert file type;The convert file type of user input is received by the 3rd interactive interface;Will The Java object of generation is converted to the file of the form corresponding to the convert file type, for The corresponding interactive interface for only needing to be provided the user by system for family is input into corresponding Java object ginseng Number and Format Object type, you can generation meets the Java object of itself needs, and works as user's application scenarios Or demand change when, also only need to simply by reconfigure or change Java object configuration information, Java object transformation rule, you can modified to systemic-function, meets the diversity of user's request, During this, it is not necessary to perform any code revision work, also avoid the need for depending on system developer Help, accordingly, with respect to prior art, Java object provided in an embodiment of the present invention generation and change Method is simple, convenient, and with stronger flexibility and operability, can substantially reduce demand branch It is the support time, cost-effective.
Brief description of the drawings
The step of Fig. 1 shows a kind of Java object generation of the invention and conversion method embodiment flow Figure;
Fig. 2 shows the structured flowchart one of a kind of Java object generation of the invention and conversion equipment;
Fig. 3 shows the structured flowchart two of a kind of Java object generation of the invention and conversion equipment.
Specific embodiment
To enable the above objects, features and advantages of the present invention more obvious understandable, with reference to attached The present invention is further detailed explanation with specific embodiment for figure.
Embodiment of the method
Reference picture 1, shows the step of a kind of Java object of the invention is generated with conversion method embodiment Flow chart, can specifically include:
Step 101, foundation Java object configuration information generate the first interactive interface, the first interaction circle Face is used to receive the Java object parameter of user input;
Specifically, Java object generation and converting system can be according to Java object configuration information generations the One interactive interface, user can be used to be input into Java object parameter by first interactive interface, the Java Image parameter can be used to determine the Java object that user wishes generation.
In a kind of alternative embodiment of the invention, before first interactive interface to generation, the side Method also includes:
Receive the Java object configuration information and Java object transformation rule of user configuring;Wherein,
The Java object configuration information includes:Format Object type, object type, each object class Object properties name corresponding to type, the relation between object type and object type;Wherein, the object Relation between type and object type at least includes one of:Belonging relation, incidence relation, Inheritance, dependence, paradigmatic relation and syntagmatic;
The Java object transformation rule, for determining between Format Object type and convert file type Transformation rule.
Specifically, the Format Object type include following Format Type at least one:
JavaBean、Map、List、Set;Certainly, several frequently seen Java object is only listed here Format Type, in practical implementations, can be arranged as required to a variety of Java object Format Types, Here it is not limited;
The convert file formats include following form at least one:
Extensible markup language (XML, eXtensible Markup Language), Jason, excel; It will be appreciated by persons skilled in the art that also only listing several frequently seen convert file formats class here Type, but, in practical implementations, can be needed to set a variety of convert file formats according to user, Here it is not limited.
Specifically, the Java object transformation rule, including:
Determine the convert file type of JavaBean type Java objects, the JavaBean types Java The convert file type of object include with Types Below at least one:XML, Jason, excel are (i.e., By JavaBean type Java objects be converted to Types Below at least one:XML、Jason、 excel);And/or,
Determine the convert file type of Map type Java objects, the Map types Java object turns Change file type include with Types Below at least one:XML, Jason, excel are (that is, by Map Type Java object be converted to Types Below at least one:XML、Jason、excel);And/or,
Determine the convert file type of List type Java objects, the List types Java object turns Change file type include with Types Below at least one:XML, Jason, excel are (that is, by List Type Java object be converted to Types Below at least one:XML、Jason、excel);And/or,
Determine the convert file type of Set type Java objects, the conversion of the Set types Java object File type include with Types Below at least one:XML, Jason, excel are (by Set types Java Object be converted to Types Below at least one:XML、Jason、excel).
Confidence is matched somebody with somebody to above-mentioned configuration Java object below by the example in a taking care of books application scenarios The method of breath and Java object transformation rule is briefly introduced:
Assuming that the Format Object type according to determined by user needs is JavaBean, Map and List, it is right As type can include reader, books.
Afterwards, it is thus necessary to determine that the object properties name corresponding to each object type, for example, being directed to reader This object type, sets following attribute-name:Sex, the age, type of credential, passport NO., address, Telephone number, check out mesh;For books, this object sets following attribute-name:Numbering, publishing house, Author, borrow state, borrow user, lending the date, the date of repayment.
After determining the attribute corresponding to object type, in addition it is also necessary to determine between object type and object type Relation, according to the example, that is, is to determine the relation between reader and reader, the pass between books and books System, the relation between reader and books, specifically, be provided that here object type and object type it Between all relations that may be present, for example, incidence relation, affiliated pass can be included between reader and books System etc..
Afterwards, it is thus necessary to determine that Java object transformation rule, that is, different Format Object types are determined The convert file type of Java object, specific to the example, can be arranged as required to following rule:
JavaBean type Java objects are converted into XML and Jason type files;By Map classes Type Java object is converted to XML, Jason and excel type file;List types Java object is turned It is changed to:Jason and excel.
So, the configuration process of Java object configuration information and Java object transformation rule is just completed.
The step in, it is described to generate the first interactive interface according to Java object configuration information, including:
Object type in the Java object configuration information generates one or more object class Type option;
Generate in response to user selection it is object type option, for point out user input object name and with The interface of the property value of the object properties corresponding to the selected object type of user.
Still by taking above-mentioned taking care of books application scenarios as an example, due to set right in Java object configuration information As type includes:Reader and books, then firstly generate two object type options based on such scheme, i.e. Reader and books.It is also desirable to generate a response for the selected object type option of user The page, specific to the example, it is necessary to set two sets of response mechanisms, respectively responsive to user selection reader this Individual option and this option of selection books.For example, after user selects this option of reader, described first A response interface is presented on interface, the response interface is used to point out user input object name and object The how corresponding object properties of type, including:Sex, the age, type of credential, passport NO., address, Telephone number, check out mesh.
Step 102, the Java object parameter that user input is received by first interactive interface;
Specifically, the Java object parameter includes:Corresponding to object type, object name and object name Property value;
The Java object parameter that user input is received by first interactive interface, including:
Receive the object type of user's selection;
Receive the object category corresponding to one or more object names and each object name of user input Property value.
Still by taking above-mentioned taking care of books scene as an example, it is assumed that the object type of user's selection is books, is input into Object name can be:Zhang Ming, while be input into the object attribute values of the reader, wherein, sex, the age, Type of credential, passport NO., address, telephone number, the property value that checks out corresponding to mesh are respectively: Man, 26, identity card, 6172431989xxxxxxxx, Xi'an City, Shanxi Province xx roads xx cell, 137xxxxxxxx、《Java study courses》《C++ study courses》.
Step 103, the Java object parameter in response to receiving, according to the life of Java object configuration information Into the second interactive interface, second interactive interface is used to receive the Format Object type of user input;
Specifically, described generate the second interactive interface according to Java object configuration information, including:
Format Object type generation Format Object type option in the Java object configuration information.
In specific to above-mentioned taking care of books application scenarios, the Format Object type option that can be generated includes: JavaBean, Map and List.
Step 104, the Format Object type that user input is received by second interactive interface;
Specifically, after the second interactive interface is generated in previous step, user is carried in the second interactive interface The option of confession:The Format Object class of the Java object of hope generation is selected in JavaBean, Map and List Type, it is assumed that the Format Object type that user selectes is List.
The Java object parameter that step 105, foundation are received is generated corresponding to the Format Object type The Java object of Format Type;
In the examples described above, the Java object parameter of direct basis user input, i.e. object name:Zhang Ming, Object attribute values:Man, 26, identity card, 6172431989xxxxxxxx, Xi'an City, Shanxi Province xx roads Xx cells, 137xxxxxxxx,《Java study courses》《C++ study courses》Generate the Java object of List types.
In another alternative embodiment of the invention, when the Java object parameter for receiving is more than one It is described according to the Java object parameter generation for receiving during Java object parameter corresponding to Java object The Java object of the Format Type corresponding to Format Object type, including:
The relation between one above Java object is determined, according to one above Java object Between relation generate Java object corresponding to the Java object parameter.
In practical application, user can disposably configure two and more than two Java objects, it is assumed that In above-mentioned example, one Java object of readers' category of user configuring:Zhang Ming, is provided with a figure Book type Java object:《C++ study courses》, then system can determine that the relation between the two objects is institute Category relation, i.e. reader Zhang Ming is《C++ study courses》The reader of this this book, then system is according to the two Relation between object generates Java object.
Step 106, foundation Java object transformation rule generate the 3rd interactive interface, the 3rd interaction circle Face is used to receive the convert file type of user input;
Specifically, described generate the 3rd interactive interface according to Java object transformation rule, including:
The Format Object type of the Java object based on user's generation, and according to Java object transformation rule Determine the generation Java object Format Object type corresponding to convert file type;
Generation prompting user selects the conversion corresponding to the Format Object type of the Java object of the generation The option of file type.
In the examples described above, after user generates the Java object of List Format Types, Java pairs As generation and converting system determine turning for List Format Types according to the Java object transformation rule for setting Changing file type is:Jason and excel.Therefore, two convert file type options, i.e. Jason And excel, for pointing out user to be directed to the optional convert file type of current Java object.
Step 107, the convert file type that user input is received by the 3rd interactive interface;
User can select the convert file type for wishing to change in the 3rd interactive interface.
Step 108, the Java object for generating is converted into lattice corresponding to the convert file type The file of formula.
After convert file type is determined, Java object generation and converting system can just select user Java object be converted to identified convert file type.
To sum up, according to Java object provided in an embodiment of the present invention generation and conversion method, Java object Generation and converting system generate the first interactive interface, the first interaction circle according to Java object configuration information Face is used to receive the Java object parameter of user input;User input is received by first interactive interface Java object parameter;In response to the Java object parameter for receiving, according to Java object configuration information The second interactive interface is generated, second interactive interface is used to receive the Format Object type of user input; The Format Object type of user input is received by second interactive interface;According to the Java for receiving Image parameter generates the Java object of the Format Type corresponding to the Format Object type;According to Java Object transformation rule generates the 3rd interactive interface, and the 3rd interactive interface is used to receive turning for user input Change file type;The convert file type of user input is received by the 3rd interactive interface;Will generation The Java object be converted to the file of the form corresponding to the convert file type, come for user Say the corresponding interactive interface for only needing to provide the user by system be input into corresponding Java object parameter and Format Object type, you can generation meets the Java object of itself needs, and work as user's application scenarios or need When asking change, also only need to simply by reconfiguring or change Java object configuration information, Java Object transformation rule, you can modified to systemic-function, meets the diversity of user's request, in this mistake Cheng Zhong, it is not necessary to perform any code revision work, also avoid the need for depending on the side of system developer Help, accordingly, with respect to prior art, Java object provided in an embodiment of the present invention is generated and conversion method Simply, conveniently, and with stronger flexibility and operability, when can substantially reduce demand support Between, it is cost-effective.
Device embodiment
Reference picture 2, shows the structural frames of a kind of Java object generation of the invention and conversion equipment embodiment Figure, described device includes:Described device includes:First interactive interface generation module 21, first receives mould Block 22, the second interactive interface generation module 23, the second receiver module 24, Java object generation module 25, 3rd interactive interface generation module 26, the 3rd receiver module 27 and modular converter 28;Wherein,
The first interactive interface generation module 21, for according to Java object configuration information generation first Interactive interface, first interactive interface is used to receive the Java object parameter of user input;
First receiver module 22, the Java for receiving user input by first interactive interface Image parameter;
The second interactive interface generation module 23, for the Java object parameter in response to receiving, The second interactive interface is generated according to Java object configuration information, second interactive interface is used to receive user The Format Object type of input;
Second receiver module 24, the object for receiving user input by second interactive interface Format Type;
The Java object generation module 25, for described according to the Java object parameter generation for receiving The Java object of the Format Type corresponding to Format Object type;
The 3rd interactive interface generation module 26, for according to Java object transformation rule generation the 3rd Interactive interface, the 3rd interactive interface is used to receive the convert file type of user input;
3rd receiver module 27, the conversion for receiving user input by the 3rd interactive interface File type;
The modular converter 28, for the Java object for generating to be converted into the convert file class The file of the form corresponding to type.
In another alternative embodiment of the invention, as shown in figure 3, described device also includes configuration mould Block 29, for before the first interactive interface generation module 21 generates the first interactive interface, receiving user The Java object configuration information and Java object transformation rule of configuration;Wherein,
The Java object configuration information includes:Format Object type, object type, each object class Object properties name corresponding to type, the relation between object type and object type;Wherein, the object Relation between type and object type at least includes one of:Belonging relation, incidence relation, Inheritance, dependence, paradigmatic relation and syntagmatic;
The Java object transformation rule, for determining between Format Object type and convert file type Transformation rule.
Specifically, the Format Object type include following Format Type at least one:
JavaBean、Map、List、Set;
The convert file formats include following form at least one:
XML、Jason、excel;
The Java object transformation rule, including:
Determine the convert file type of JavaBean type Java objects, the JavaBean types Java The convert file type of object include with Types Below at least one:XML、Jason、excel;With/ Or,
Determine the convert file type of Map type Java objects, the Map types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of List type Java objects, the List types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of Set type Java objects, the conversion of the Set types Java object File type include with Types Below at least one:XML、Jason、excel.
Specifically, the first interactive interface generation module 21, including:Object type option generates submodule Block and object properties generation submodule;Wherein,
The object type option generates submodule, for right in the Java object configuration information As type generates one or more object type options;
The object properties generate submodule, for generating the object type option in response to user's selection , for point out user input object name and with the object properties corresponding to the selected object type of user Property value interface.
Specifically, first receiver module 22, object type, the user for receiving user's selection are defeated Object attribute values corresponding to one or more object names for entering and each object name.
Specifically, the second interactive interface generation module 23, for being configured according to the Java object Format Object type generation Format Object type option in information.
Specifically, the Java object generation module 25, including:First determination sub-module and Java pairs As generation submodule;Wherein,
First determination sub-module, is one for the Java object parameter that the first receiver module is received During Java object parameter corresponding to above Java object, determine between one above Java object Relation;
The Java object generates submodule, for according to the pass between one above Java object Java object corresponding to system's generation Java object parameter.
Specifically, the 3rd interactive interface generation module 26, including:Second determination sub-module and conversion File type option generates submodule;Wherein,
Second determination sub-module, the Format Object type of the Java object for being generated based on user, Determined according to Java object transformation rule corresponding to the Format Object type of the Java object of the generation Convert file type;
The convert file type option generates submodule, and the generation is selected for generating prompting user The option of the convert file type corresponding to the Format Object type of Java object.
In specific implementation process, above-mentioned first interactive interface generation module 21, the first receiver module 22, Second interactive interface generation module 23, the second receiver module 24, Java object generation module the 25, the 3rd The receiver module 27 of interactive interface generation module 26 and the 3rd, modular converter 28, configuration module 29, object Type option generation submodule, object properties generation submodule, the first determination sub-module, Java object life Can be by Java object into submodule, the second determination sub-module and convert file type option generation submodule Central processing unit (CPU, Central Processing Unit), microprocessor in generation and converting system Device (MPU, Micro Processing Unit), digital signal processor (DSP, Digital Signal Processor) or programmable logic array (FPGA, Field-Programmable Gate Array) come Realize.
For device embodiment, because it is substantially similar to embodiment of the method, so the ratio of description Relatively simple, the relevent part can refer to the partial explaination of embodiments of method.
Each embodiment in this specification is described by the way of progressive, and each embodiment is stressed Be all difference with other embodiment, between each embodiment identical similar part mutually referring to .
It should be understood by those skilled in the art that, the embodiment of the embodiment of the present invention can be provided as method, dress Put or computer program product.Therefore, the embodiment of the present invention can using complete hardware embodiment, completely The form of the embodiment in terms of software implementation or combination software and hardware.And, the embodiment of the present invention Can use can be situated between in one or more computers for wherein including computer usable program code with storage The computer journey implemented in matter (including but not limited to magnetic disk storage, CD-ROM, optical memory etc.) The form of sequence product.
The embodiment of the present invention is with reference to method according to embodiments of the present invention, terminal device (system) and meter The flow chart and/or block diagram of calculation machine program product is described.It should be understood that can be by computer program instructions Realize each flow and/or square frame and flow chart and/or the square frame in flow chart and/or block diagram The combination of flow and/or square frame in figure.Can provide these computer program instructions to all-purpose computer, The processor of special-purpose computer, Embedded Processor or other programmable data processing terminal equipments is producing One machine so that by the computing device of computer or other programmable data processing terminal equipments Instruction produce for realizing in one flow of flow chart or multiple one square frame of flow and/or block diagram or The device of the function of being specified in multiple square frames.
These computer program instructions may be alternatively stored in can guide computer or other programmable datas to process In the computer-readable memory that terminal device works in a specific way so that storage is in the computer-readable Instruction in memory is produced and includes the manufacture of command device, and command device realization is in flow chart one The function of being specified in flow or multiple one square frame of flow and/or block diagram or multiple square frames.
These computer program instructions can also be loaded into computer or other programmable data processing terminals set It is standby upper so that execution series of operation steps is in terms of producing on computer or other programmable terminal equipments The treatment that calculation machine is realized, so as to the instruction performed on computer or other programmable terminal equipments provides use In realization in one flow of flow chart or multiple one square frame of flow and/or block diagram or multiple square frames The step of function of specifying.
Although having been described for the preferred embodiment of the embodiment of the present invention, those skilled in the art are once Basic creative concept is known, then other change and modification can be made to these embodiments.So, Appended claims are intended to be construed to include preferred embodiment and fall into the institute of range of embodiment of the invention Have altered and change.
Finally, in addition it is also necessary to explanation, herein, such as first and second or the like relation art Language is used merely to make a distinction an entity or operation with another entity or operation, and not necessarily It is required that or implying between these entities or operation there is any this actual relation or order.And And, term " including ", "comprising" or any other variant thereof is intended to cover non-exclusive inclusion, from And cause that the process, method, article or the terminal device that include a series of key elements not only will including those Element, but also other key elements including being not expressly set out, or also include being this process, side Method, article or the intrinsic key element of terminal device.In the absence of more restrictions, by sentence The key element that "including a ..." is limited, it is not excluded that in the process including the key element, method, thing Also there is other identical element in product or terminal device.
Above to a kind of Java object generation provided by the present invention and conversion method and device, carry out It is discussed in detail, specific case used herein is explained principle of the invention and implementation method State, the explanation of above example is only intended to help and understands the method for the present invention and its core concept;Together When, for those of ordinary skill in the art, thought of the invention, in specific embodiment and Be will change in range of application, in sum, this specification content should not be construed as to this hair Bright limitation.

Claims (16)

1. a kind of Java object is generated and conversion method, it is characterised in that methods described includes:
The first interactive interface is generated according to Java object configuration information, first interactive interface is used to receive The Java object parameter of user input;
The Java object parameter of user input is received by first interactive interface;
In response to the Java object parameter for receiving, interacted according to Java object configuration information generation second Interface, second interactive interface is used to receive the Format Object type of user input;
The Format Object type of user input is received by second interactive interface;
The Format Type corresponding to the Format Object type is generated according to the Java object parameter for receiving Java object;
The 3rd interactive interface is generated according to Java object transformation rule, the 3rd interactive interface is used to receive The convert file type of user input;
The convert file type of user input is received by the 3rd interactive interface;
The Java object for generating is converted to the text of the form corresponding to the convert file type Part.
2. method according to claim 1, it is characterised in that described to interact boundary to generation first Before face, methods described also includes:
Receive the Java object configuration information and Java object transformation rule of user configuring;Wherein,
The Java object configuration information includes:Format Object type, object type, each object class Object properties name corresponding to type, the relation between object type and object type;Wherein, the object Relation between type and object type at least includes one of:Belonging relation, incidence relation, Inheritance, dependence, paradigmatic relation and syntagmatic;
The Java object transformation rule, for determining between Format Object type and convert file type Transformation rule.
3. method according to claim 2, it is characterised in that the Format Object type includes Following Format Type at least one:
JavaBean、Map、List、Set;
The convert file formats include following form at least one:
XML、Jason、excel;
The Java object transformation rule, including:
Determine the convert file type of JavaBean type Java objects, the JavaBean types Java The convert file type of object include with Types Below at least one:XML、Jason、excel;With/ Or,
Determine the convert file type of Map type Java objects, the Map types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of List type Java objects, the List types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of Set type Java objects, the conversion of the Set types Java object File type include with Types Below at least one:XML、Jason、excel.
4. method according to claim 3, it is characterised in that described according to Java object configuration Information generates the first interactive interface, including:
Object type in the Java object configuration information generates one or more object class Type option;
Generate in response to user selection it is object type option, for point out user input object name and with The interface of the property value of the object properties corresponding to the selected object type of user.
5. method according to claim 4, it is characterised in that described to be interacted by described first Interface receives the Java object parameter of user input, including:
Receive the object type of user's selection;
Receive the object category corresponding to one or more object names and each object name of user input Property value.
6. method according to claim 3, it is characterised in that described according to Java object configuration Information generates the second interactive interface, including:
Format Object type generation Format Object type option in the Java object configuration information.
7. method according to claim 6, it is characterised in that according to the Java object for receiving Parameter generates the Java object of the Format Type corresponding to the Format Object type, including:
When the Java object parameter for receiving is the Java object parameter corresponding to more than one Java object When, the relation between one above Java object is determined, according to one above Java object Between relation generate Java object corresponding to the Java object parameter.
8. according to the method described in claim 1 to 7 any of which, it is characterised in that it is described according to The 3rd interactive interface is generated according to Java object transformation rule, including:
The Format Object type of the Java object based on user's generation, it is true according to Java object transformation rule Convert file type corresponding to the Format Object type of the Java object of the fixed generation;
Generation prompting user selects the conversion corresponding to the Format Object type of the Java object of the generation The option of file type.
9. a kind of Java object is generated and conversion equipment, it is characterised in that described device includes:First Interactive interface generation module, the first receiver module, the second interactive interface generation module, the second receiver module, Java object generation module, the 3rd interactive interface generation module, the 3rd receiver module and modular converter;Its In,
The first interactive interface generation module, for being interacted according to Java object configuration information generation first Interface, first interactive interface is used to receive the Java object parameter of user input;
First receiver module, the Java for receiving user input by first interactive interface Image parameter;
The second interactive interface generation module, for the Java object parameter in response to receiving, foundation Java object configuration information generates the second interactive interface, and second interactive interface is used to receive user input Format Object type;
Second receiver module, the object lattice for receiving user input by second interactive interface Formula type;
The Java object generation module, for described right according to the Java object parameter generation for receiving The Java object of the Format Type as corresponding to Format Type;
The 3rd interactive interface generation module, for being interacted according to Java object transformation rule generation the 3rd Interface, the 3rd interactive interface is used to receive the convert file type of user input;
3rd receiver module, the conversion text for receiving user input by the 3rd interactive interface Part type;
The modular converter, for the Java object for generating to be converted into the convert file type institute The file of corresponding form.
10. device according to claim 9, it is characterised in that described device also includes configuration mould Block, for before the first interactive interface generation module generates the first interactive interface, receiving user configuring Java object configuration information and Java object transformation rule;Wherein,
The Java object configuration information includes:Format Object type, object type, each object class Object properties name corresponding to type, the relation between object type and object type;Wherein, the object Relation between type and object type at least includes one of:Belonging relation, incidence relation, Inheritance, dependence, paradigmatic relation and syntagmatic;
The Java object transformation rule, for determining between Format Object type and convert file type Transformation rule.
11. devices according to claim 10, it is characterised in that the Format Object type bag Include following Format Type at least one:
JavaBean、Map、List、Set;
The convert file formats include following form at least one:
XML、Jason、excel;
The Java object transformation rule, including:
Determine the convert file type of JavaBean type Java objects, the JavaBean types Java The convert file type of object include with Types Below at least one:XML、Jason、excel;With/ Or,
Determine the convert file type of Map type Java objects, the Map types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of List type Java objects, the List types Java object turns Change file type include with Types Below at least one:XML、Jason、excel;And/or,
Determine the convert file type of Set type Java objects, the conversion of the Set types Java object File type include with Types Below at least one:XML、Jason、excel.
12. devices according to claim 11, it is characterised in that the first interactive interface life Into module, including:Object type option generates submodule and object properties generation submodule;Wherein,
The object type option generates submodule, for right in the Java object configuration information As type generates one or more object type options;
The object properties generate submodule, for generating the object type option in response to user's selection , for point out user input object name and with the object properties corresponding to the selected object type of user Property value interface.
13. devices according to claim 12, it is characterised in that first receiver module, For receive user selection object type, one or more object names of user input and each Object attribute values corresponding to object name.
14. devices according to claim 13, it is characterised in that the second interactive interface life Into module, Format Object class is generated for the Format Object type in the Java object configuration information Type option.
15. devices according to claim 14, it is characterised in that the Java object generates mould Block, including:First determination sub-module and Java object generation submodule;Wherein,
First determination sub-module, is one for the Java object parameter that the first receiver module is received During Java object parameter corresponding to above Java object, determine between one above Java object Relation;
The Java object generates submodule, for according to the pass between one above Java object Java object corresponding to system's generation Java object parameter.
16. device according to claim 9 to 15 any of which, it is characterised in that described 3rd interactive interface generation module, including:Second determination sub-module and convert file type option generation Module;Wherein,
Second determination sub-module, the Format Object type of the Java object for being generated based on user, Determined according to Java object transformation rule corresponding to the Format Object type of the Java object of the generation Convert file type;
The convert file type option generates submodule, and the generation is selected for generating prompting user The option of the convert file type corresponding to the Format Object type of Java object.
CN201510938610.0A 2015-12-15 2015-12-15 Java object generating and converting method and Java object generating and converting device Active CN106886390B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510938610.0A CN106886390B (en) 2015-12-15 2015-12-15 Java object generating and converting method and Java object generating and converting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510938610.0A CN106886390B (en) 2015-12-15 2015-12-15 Java object generating and converting method and Java object generating and converting device

Publications (2)

Publication Number Publication Date
CN106886390A true CN106886390A (en) 2017-06-23
CN106886390B CN106886390B (en) 2021-06-18

Family

ID=59174950

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510938610.0A Active CN106886390B (en) 2015-12-15 2015-12-15 Java object generating and converting method and Java object generating and converting device

Country Status (1)

Country Link
CN (1) CN106886390B (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108536583A (en) * 2018-03-09 2018-09-14 平安科技(深圳)有限公司 Automatic test asserts method, apparatus, computer equipment and storage medium
CN109032583A (en) * 2018-07-25 2018-12-18 北京小米移动软件有限公司 Data interactive method and device
CN109947771A (en) * 2018-08-20 2019-06-28 中国平安人寿保险股份有限公司 Conversion method, device, equipment and the computer readable storage medium of file type
WO2021027592A1 (en) * 2019-08-14 2021-02-18 深圳前海微众银行股份有限公司 File processing method, apparatus, device and computer readable storage medium

Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030018959A1 (en) * 2001-06-20 2003-01-23 Sun Microsystems, Inc. Customization of Java runtime environments
US20060236315A1 (en) * 2005-04-18 2006-10-19 Gilad Bracha Reifying generic types while maintaining migration compatibility
CN101022365A (en) * 2007-03-15 2007-08-22 华为技术有限公司 Service platform assembly management and assembly operating method and business platform
US20070255751A1 (en) * 2006-04-27 2007-11-01 International Business Machines Corporation Method to transform meta object facility specifications into relational data definition language structures and JAVA classes
CN101221556A (en) * 2008-02-01 2008-07-16 中国建设银行股份有限公司 Method and device for XML document analysis
CN101339500A (en) * 2008-05-22 2009-01-07 清华大学 Data binding application program interface creation method based on XML mode
CN101697120A (en) * 2009-11-05 2010-04-21 河南辉煌科技股份有限公司 Relational database based generation method of J2EE code
CN101714078A (en) * 2008-10-06 2010-05-26 广东金宇恒科技有限公司 Code generation method and device
US20110119652A1 (en) * 2009-11-16 2011-05-19 Limin Yu Generating object annotations
CN102541565A (en) * 2011-12-31 2012-07-04 深圳中兴网信科技有限公司 Method and device for equivalently interconverting data object and XML (Extensive Makeup Language)
CN102566984A (en) * 2010-12-07 2012-07-11 北大方正集团有限公司 Method and device for configuring parameters
US20120311532A1 (en) * 2011-06-02 2012-12-06 The Mathworks, Inc. Immutable properties in a class
CN102937992A (en) * 2012-11-01 2013-02-20 上海方正数字出版技术有限公司 Object mapping transformation design method based on Java and X extensive makeup language (XML) database
CN103383645A (en) * 2013-07-29 2013-11-06 北京邮电大学 Code generation method and system
CN103473108A (en) * 2013-08-12 2013-12-25 福建富士通信息软件有限公司 Java code generating method
CN103605733A (en) * 2013-11-20 2014-02-26 山东浪潮齐鲁软件产业股份有限公司 Page layout storage method based on JSON arrays
CN103761103A (en) * 2014-01-26 2014-04-30 曙光云计算技术有限公司 Method and system for defining and instantiating cloud computing platform service
CN104142824A (en) * 2014-07-08 2014-11-12 北京彩云动力教育科技有限公司 Code generator based on class library and realization method of code generator
CN104361139A (en) * 2014-12-10 2015-02-18 用友软件股份有限公司 Data importing device and method
CN104461540A (en) * 2014-12-10 2015-03-25 浙江图讯科技有限公司 Code generator development method
CN104462091A (en) * 2013-09-13 2015-03-25 方正信息产业控股有限公司 XML (extensive markup language) data operating method and device
CN104598233A (en) * 2015-01-12 2015-05-06 北京中交兴路车联网科技有限公司 Code generation method
CN104679500A (en) * 2013-12-03 2015-06-03 南京中兴力维软件有限公司 Automatic generation realizing method and device for entity classes
CN104915201A (en) * 2015-05-29 2015-09-16 北京奇艺世纪科技有限公司 Interface generating method and device
CN105022619A (en) * 2014-04-25 2015-11-04 无锡物联网产业研究院 Code processing method and device
CN105138613A (en) * 2015-08-07 2015-12-09 北京思特奇信息技术股份有限公司 Business object and xml message mutual conversion method and system

Patent Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030018959A1 (en) * 2001-06-20 2003-01-23 Sun Microsystems, Inc. Customization of Java runtime environments
US20060236315A1 (en) * 2005-04-18 2006-10-19 Gilad Bracha Reifying generic types while maintaining migration compatibility
US20070255751A1 (en) * 2006-04-27 2007-11-01 International Business Machines Corporation Method to transform meta object facility specifications into relational data definition language structures and JAVA classes
CN101022365A (en) * 2007-03-15 2007-08-22 华为技术有限公司 Service platform assembly management and assembly operating method and business platform
CN101221556A (en) * 2008-02-01 2008-07-16 中国建设银行股份有限公司 Method and device for XML document analysis
CN101339500A (en) * 2008-05-22 2009-01-07 清华大学 Data binding application program interface creation method based on XML mode
CN101714078A (en) * 2008-10-06 2010-05-26 广东金宇恒科技有限公司 Code generation method and device
CN101697120A (en) * 2009-11-05 2010-04-21 河南辉煌科技股份有限公司 Relational database based generation method of J2EE code
US20110119652A1 (en) * 2009-11-16 2011-05-19 Limin Yu Generating object annotations
CN102566984A (en) * 2010-12-07 2012-07-11 北大方正集团有限公司 Method and device for configuring parameters
US20120311532A1 (en) * 2011-06-02 2012-12-06 The Mathworks, Inc. Immutable properties in a class
CN102541565A (en) * 2011-12-31 2012-07-04 深圳中兴网信科技有限公司 Method and device for equivalently interconverting data object and XML (Extensive Makeup Language)
CN102937992A (en) * 2012-11-01 2013-02-20 上海方正数字出版技术有限公司 Object mapping transformation design method based on Java and X extensive makeup language (XML) database
CN103383645A (en) * 2013-07-29 2013-11-06 北京邮电大学 Code generation method and system
CN103473108A (en) * 2013-08-12 2013-12-25 福建富士通信息软件有限公司 Java code generating method
CN104462091A (en) * 2013-09-13 2015-03-25 方正信息产业控股有限公司 XML (extensive markup language) data operating method and device
CN103605733A (en) * 2013-11-20 2014-02-26 山东浪潮齐鲁软件产业股份有限公司 Page layout storage method based on JSON arrays
CN104679500A (en) * 2013-12-03 2015-06-03 南京中兴力维软件有限公司 Automatic generation realizing method and device for entity classes
CN103761103A (en) * 2014-01-26 2014-04-30 曙光云计算技术有限公司 Method and system for defining and instantiating cloud computing platform service
CN105022619A (en) * 2014-04-25 2015-11-04 无锡物联网产业研究院 Code processing method and device
CN104142824A (en) * 2014-07-08 2014-11-12 北京彩云动力教育科技有限公司 Code generator based on class library and realization method of code generator
CN104461540A (en) * 2014-12-10 2015-03-25 浙江图讯科技有限公司 Code generator development method
CN104361139A (en) * 2014-12-10 2015-02-18 用友软件股份有限公司 Data importing device and method
CN104598233A (en) * 2015-01-12 2015-05-06 北京中交兴路车联网科技有限公司 Code generation method
CN104915201A (en) * 2015-05-29 2015-09-16 北京奇艺世纪科技有限公司 Interface generating method and device
CN105138613A (en) * 2015-08-07 2015-12-09 北京思特奇信息技术股份有限公司 Business object and xml message mutual conversion method and system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108536583A (en) * 2018-03-09 2018-09-14 平安科技(深圳)有限公司 Automatic test asserts method, apparatus, computer equipment and storage medium
WO2019169720A1 (en) * 2018-03-09 2019-09-12 平安科技(深圳)有限公司 Automatic test assertion method and apparatus, and computer device and storage medium
CN108536583B (en) * 2018-03-09 2021-03-16 平安科技(深圳)有限公司 Assertion method and device for automatic test, computer equipment and storage medium
CN109032583A (en) * 2018-07-25 2018-12-18 北京小米移动软件有限公司 Data interactive method and device
CN109032583B (en) * 2018-07-25 2022-06-17 北京小米移动软件有限公司 Data interaction method and device
CN109947771A (en) * 2018-08-20 2019-06-28 中国平安人寿保险股份有限公司 Conversion method, device, equipment and the computer readable storage medium of file type
WO2021027592A1 (en) * 2019-08-14 2021-02-18 深圳前海微众银行股份有限公司 File processing method, apparatus, device and computer readable storage medium

Also Published As

Publication number Publication date
CN106886390B (en) 2021-06-18

Similar Documents

Publication Publication Date Title
CN109597661B (en) Service function configuration method and device
CA2713247C (en) Integration environment generator
US11061539B2 (en) Reference nodes in a computational graph
US8756407B2 (en) Configuration rule prototyping tool
CN103593194A (en) Object serialization method and device
CN110134668B (en) Data migration method, device and equipment applied to blockchain
CN114424257A (en) Automatic rendering and extraction of form data using machine learning
CN106886390A (en) A kind of Java object generation and conversion method and Java object generation and conversion equipment
CN110347953A (en) Page generation method, device, computer equipment and storage medium
CN109766097A (en) UI generation method, device, electronic equipment and computer readable storage medium
CN107436762A (en) A kind of register Code document generating method, device and electronic equipment
EP3667493B1 (en) A method for a software development system
US9128783B1 (en) Scheduling and executing model components in response to un-modeled events detected during an execution of the model
CN106462569A (en) Structured natural language representations
CN110489087A (en) A kind of method, apparatus, medium and electronic equipment generating fractal structure
CN112256886B (en) Probability calculation method and device in atlas, computer equipment and storage medium
TW201610713A (en) Identifying and surfacing relevant report artifacts in documents
US10229096B1 (en) Automatic generation of a presentation from code based on analysis of an intermediate version of the code
US10042638B2 (en) Evaluating documentation coverage
Schuler et al. Rule-based generation of mobile user interfaces
CN115756692A (en) Method for automatically combining and displaying pages based on style attributes and related equipment thereof
Sabraoui et al. A MDA-based model-driven approach to generate GUI for mobile applications
CN104899316A (en) Game data serialization and deserialization processing method and device
Sambasivan et al. A framework for technology design for emerging markets
CN112307371B (en) Applet sub-service identification method, device, equipment and storage medium

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