CN103577197A - Method for achieving android application program dynamic form - Google Patents

Method for achieving android application program dynamic form Download PDF

Info

Publication number
CN103577197A
CN103577197A CN201310577139.8A CN201310577139A CN103577197A CN 103577197 A CN103577197 A CN 103577197A CN 201310577139 A CN201310577139 A CN 201310577139A CN 103577197 A CN103577197 A CN 103577197A
Authority
CN
China
Prior art keywords
interface
xml
mode
android
agreement
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
CN201310577139.8A
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.)
SHENZHEN VISPRACTICE TECHNOLOGY Corp
Original Assignee
SHENZHEN VISPRACTICE TECHNOLOGY Corp
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 SHENZHEN VISPRACTICE TECHNOLOGY Corp filed Critical SHENZHEN VISPRACTICE TECHNOLOGY Corp
Priority to CN201310577139.8A priority Critical patent/CN103577197A/en
Publication of CN103577197A publication Critical patent/CN103577197A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention provides a method for achieving an android application program dynamic form. The method comprises the following steps: 1, a terminal application program receives a character string with the xml form, wherein the character string is sent by a server; 2, the terminal application program analyzes the received character string according to the xml form protocol agreed with the server; 3, the terminal application program establishes a form interface according to an analysis result through a method of dynamically establishing the interface through a java code. According to the method for achieving the android application program dynamic form, the dynamic form effect controlled by the server can be achieved in an android application program by utilizing the android interface conventional developing method.

Description

The implementation method of the dynamic list of a kind of Android application program
Technical field
The present invention relates to Android (android) application development field, especially relate to a kind of technology that realizes of dynamic change effect of Android Application Program Interface.
Background technology
Android application program needs to show the dynamic list that controlled by service end under some scenes.This dynamic list that controlled by service end is all quantitatively uncertain in field name, field location, field value, field.Therefore, this dynamic list cannot be determined form structure in advance by the android xml label mode that common android application program is used for writing interface.Can not before receiving the descriptor of service end, determine form structure by the mode of being drawn interface by java code equally.
For the realization of this dynamic list, having at present a kind of way is to use webView to resolve the technical scheme of the html page.In the interface of mobile phone terminal android application program, embed webView control, with this resolve by service end, sended over meet html form, and comprise the character string that will show list.The content of list and pattern are controlled by the character string of the html form that sends over by service end completely.The character string of this html form after webView resolves Show Styles be adaptive through to mobile phone, meet the screen size feature of mobile phone.
But this kind of scheme quite inconvenience in the realization of interface alternation.As opened a new android page in forms pages, need to be in the html file that will show registered events method, then in end application, realize this method.Like this, the interpolation of each event methods will involve service end and terminal two aspects.And aspect execution efficiency, the efficiency of this method also will be lower than the event methods in android.Aspect the data volume of transmitting at needs, in html, need a large amount of data to be used for describing the pattern of list.These patterns that repeat that substantially duplicate but all need to pass over from service end when each renewal list, expend more network traffics.In addition, because the content of page demonstration use is html label, thereby in the displaying style at interface, to be consistent with the pattern at common android interface comparatively difficulty of meeting relative usage android routine techniques.
Therefore, need to propose a kind ofly can easier realize the interactivity at interface, thereby can revert on the conventional development technique route at android interface and avoid the unpredictable difficulty in subsequent development, need by the again less scheme of the data volume of Internet Transmission simultaneously.
Summary of the invention
The object of the present invention is to provide the implementation method of the dynamic list of a kind of Android application program, by the method, can use the conventional development scheme in Android interface in Android application program, to realize the dynamic table single-action fruit of being controlled by service end.
For solving above technical matters, the invention provides the implementation method of the dynamic list of a kind of Android application program, comprising:
Step 1, end application receive the xml format string that service end sends;
Step 2, end application are according to resolving with the xml format protocol of service end agreement the character string receiving;
Step 3, end application, according to analysis result, are used the mode by java code dynamic creation interface to create form interface.
Further, in step 1, xml format string is described agreement and is needed the form information producing to generate in accordance with xml form list by service end.
Further, described xml form list is described in agreement agreement xml format file the information in order to description list single structure: form structure, tag name, tag attributes, nest relation.
Further, in step 2, end application resolves according to the xml format protocol of agreement the character string receiving, and obtains the information of following form: field name, field value, field location.
Further, in step 3, end application obtains the information of form according to parsing, uses java code to generate form interface and adds all kinds of event methods for interface assembly.
Further, in step 3, the mode of using java code dynamically to generate form interface at least comprises following a kind of:
Mode 1: pure java coding creates the mode at interface;
Mode 2: load element assembly and become the mode at a complete interface by java code instrumentation from android xml topology file.
Further, in step 3, at least comprise following a kind of the opportunity that generates interface:
A and resolving mixing are carried out, and while being parsed, interface drawing also completes immediately;
B, in resolving, generate interface description object, after being parsed, according to the interface description object of resolving output, draw interface again.
Compared with prior art, the invention provides and a kind ofly can realize by the conventional implementation in android interface the method for dynamic list.Through resolving the character string of xml form, technology is realized and revert in the common interface development mode of android application program.So, just can use routine, the proven technique in all android exploitation, used to solve the demand running into such as extended meeting after in the problems such as interactivity, look & feel be inconsistent and exploitation, make technology path go on broad conventional road, then bring reduction development risk, improve a series of benefits such as success ratio.And with respect to aforementioned schemes, this programme has that transmitted data on network amount is little, terminal has the advantages such as final control for the pattern of list.
Accompanying drawing explanation
Accompanying drawing described herein is used to provide a further understanding of the present invention, forms a part of the present invention, and schematic description and description of the present invention is used for explaining the present invention, does not form inappropriate limitation of the present invention.In the accompanying drawings:
Fig. 1 is that in the present invention, service end sends the schematic diagram of xml format string to terminal.
Fig. 2 is the process flow diagram of the implementation method of the dynamic list of a kind of Android application program provided by the invention.
Embodiment
In order to make technical matters to be solved by this invention, technical scheme and beneficial effect clearer, clear, below in conjunction with drawings and Examples, the present invention is further elaborated.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
As shown in Figure 1, the invention provides and a kind ofly can realize by the conventional implementation in android interface the method for dynamic list.Service end is described agreement in accordance with xml form list and is produced specifically in order to describe the character string of the xml form of form, and issues terminal; Terminal receives the xml format string that service end sends over, xml form list according to agreement is described this character string of protocol analysis, obtain the information such as field name, field value, field location of form, then the information obtaining according to these, creates form interface by the mode by java code dynamic creation interface in android.
As shown in Figure 2, the invention provides the implementation method of the dynamic list of a kind of Android application program, comprising:
Step 1, end application receive the xml format string that service end sends; Wherein, xml format string is described agreement by service end in accordance with xml form list and is produced, in order to description list single structure.
Xml form list is described agreement and is defined by developer oneself, concrete regulation the form of the character string that will send, this character string meets the form of xml document, wherein, protocol contents comprises: there are which label, each tag name, each label to have which attribute and each attribute-name, the type of each property value, the nest relation between each label, and the implication of stipulating aforementioned all.Agreement provides with textual form or concrete xml document exemplary forms.Finally, service end produces character string according to this agreement, and passes to terminal.
According to xml form list, agreement is described, end application developer knows according to each label in the xml character string of this agreement generation and the implication of attribute, and the nested structure of knowing list, the positional information of Form Element, and determine the writing of the analysis program of the described xml format string of this agreement according to these information, and assemble Android form interface.That is to say, for each special xml form list, describe agreement, all need to write a special program of resolving xml format string and assembled interface.
For each special xml form list, describe agreement, to its implication agreement, only have a kind of.During parsing, also the implication according to this unique agreement is resolved.But final assembling interface pattern out has certain degree of freedom.Because the character string of xml form is generally inadequate to the description of program interface, also need to adds some information by terminal and could form the full detail that shows an interface.So terminal has the control of part to the Show Styles of program interface.
Service end is described agreement according to xml form list and is needed the form information of generation to generate the xml format string of describing a form interface, and this xml format string is sent to terminal.
Step 2, end application are according to resolving with the xml format protocol of service end agreement the character string receiving;
End application is resolved the xml format string receive according to the xml format protocol of agreement, obtain comprising the analysis result of the information such as field name, field value, field location of form.Analysis mode can have multiple, as sax/dom/pull resolver etc.
Step 3, end application, according to analysis result, are used the mode by java code dynamic creation interface to create form interface.
End application obtains the information such as field name, field value, field location of form according to parsing, use java code dynamically to generate form interface and add all kinds of event methods for interface assembly.
Wherein, the mode of using java code dynamically to generate form interface comprises following two kinds:
1) pure java coding creates the mode at interface;
2) from android xml topology file, load element assembly and by java code instrumentation, become the mode at a complete interface.
Dynamic interface and static interfaces are comparatively speaking.Both differences not lie in interface be to adopt android label write or adopt pure java code means or both array modes to write, but be whether interfacial structure can change along with the variation of initial conditions.Interfacial structure refers to the mode of organizational interface's element in an interface, i.e. layout type comprises the quantity of control, control type, the factors such as the position relationship between control.
For structure, do not need the interface changing, its interfacial structure is all identical in the each establishment in interface, in terminal program operational process, also can not change.This kind of demand scene can disposable definite interface structure.No matter adopt which kind of interface to write mode, all belong to static interfaces.For example, the quantity of the text control (TextVeiw) in an interface and position do not change, and are only content of text, font size, and there is variation in the attribute of the text control such as font color itself.Although also can there is certain variation in interface display effect, the not variation in interfacial structure herein.
The demand scene that can change along with initial conditions for interfacial structure, terminal program could be determined the interfacial structure of terminal program after obtaining initial conditions.Initial conditions is different, and terminal program interfacial structure is also just different.This kind need to be determined according to initial conditions the interface of structure when creating interface, no matter adopt which kind of interface to write mode, all belongs to dynamic interface.In fact, the realization of this kind of dynamic interface can not be completely mode by Android label provide.For writing in the work of doing at interface, must all or part ofly use java code.For example, a form interface, the quantity of form fields, the position of form fields can change along with the difference of initial conditions, and this interface is exactly dynamic interface.
The present invention is exactly a solution proposing for the demand of dynamic interface in order to solve this kind, and this scheme comprises:
1, how to provide and resolve the needed initial conditions in establishment interface;
2, how according to the analysis result of initial conditions is created to interface;
Below just resolve the process of xml format string and carry out detailed illustrating in conjunction with aforementioned two kinds of modes that dynamically generate form interface:
For example: end application receives following character string:
Figure BDA0000416406980000061
According to producing the understanding of the agreement of this xml format string, this xml layout character string descriptor a list.List name is " monthly product plan table ";
This list comprises three form items:
Form item 1: brand TCL100
Form item 2: estimate quantity 20
Form item 3: estimated amount 3000
Adopt any xml document resolver as DOM/SAX/PULL, can obtain above information.Get after above information, can take a kind of Android program interface that assembles in following two kinds of modes:
1) pure java coding creates the mode at interface:
When being resolved to Table label, create a form body layout, prepare to pack into form item:
Figure BDA0000416406980000071
When being resolved to Field label, obtain the value of two tag attributes fieldName, fieldValue, create a form item view, by the value of fieldName, fieldValue, give form item view, finally form item view is added to table-layout:
Figure BDA0000416406980000072
Figure BDA0000416406980000081
Pack in the same way form item 2,3 into.
Use a code below the list creating to be arranged to the demonstration view of Activity above:
setContentView(tableLay);
Completing form interface creates.
2) from android xml topology file, load interface element assembly and by java code instrumentation, become the mode at a complete interface:
Use android xml topology file to describe independent interface element assembly.Present case comprises two xml topology files:
The xml topology file of a, the main interface of program and form body:
Figure BDA0000416406980000082
The xml topology file of b, an independent form item:
Figure BDA0000416406980000101
Figure BDA0000416406980000111
In Activity, activity_auto_table.xml is arranged to interface view, and obtains the tableBody that quotes of form body layout llv_table:
Figure BDA0000416406980000112
From table_row.xml, load a form item, obtain a form item view object, and write field name and the field value of the form item obtaining from xml character string parsing.Reuse the method and pack all form items into form body:
Figure BDA0000416406980000121
Have multiple the opportunity that generates interface: a, can mix and carry out with resolving, while being parsed, interface drawing also completes immediately; B, also can in resolving, generate interface description object, after being parsed, according to the interface description object of resolving output, draw interface again.
The invention provides and a kind ofly can realize by the conventional implementation in android interface the method for dynamic list.Through resolving the character string of xml form, technology is realized and revert in the common interface development mode of android application program.So, just can use routine, the proven technique in all android exploitation, used to solve the demand running into such as extended meeting after in the problems such as interactivity, look & feel be inconsistent and exploitation, make technology path go on broad conventional road, then bring reduction development risk, improve a series of benefits such as success ratio.And with respect to aforementioned schemes, this programme has that transmitted data on network amount is little, terminal has the advantages such as final control for the pattern of list.
Above-mentioned explanation illustrates and has described a preferred embodiment of the present invention, but as previously mentioned, be to be understood that the present invention is not limited to disclosed form herein, should not regard the eliminating to other embodiment as, and can be used for various other combinations, modification and environment, and can, in invention contemplated scope described herein, by technology or the knowledge of above-mentioned instruction or association area, change.And the change that those skilled in the art carry out and variation do not depart from the spirit and scope of the present invention, all should be in the protection domain of claims of the present invention.

Claims (7)

1. an implementation method for the dynamic list of Android application program, is characterized in that, comprising:
Step 1, end application receive the xml format string that service end sends;
Step 2, end application are according to resolving with the xml format protocol of service end agreement the character string receiving;
Step 3, end application, according to analysis result, are used the mode by java code dynamic creation interface to create form interface.
2. the method for claim 1, is characterized in that, in step 1, xml format string is described agreement and needed the form information producing to generate in accordance with xml form list by service end.
3. method as claimed in claim 2, is characterized in that, described xml form list is described in agreement agreement xml format file the information in order to description list single structure: form structure, tag name, tag attributes, nest relation.
4. the method for claim 1, is characterized in that, in step 2, end application resolves according to the xml format protocol of agreement the character string receiving, and obtains the information of following form: field name, field value, field location.
5. method as claimed in claim 4, is characterized in that, in step 3, end application obtains the information of form according to parsing, uses java code dynamically to generate form interface and adds all kinds of event methods for interface assembly.
6. method as claimed in claim 5, is characterized in that, the mode of using java code dynamically to generate form interface at least comprises following a kind of:
Mode 1: pure java coding creates the mode at interface;
Mode 2: load element assembly and become the mode at a complete interface by java code instrumentation from android xml topology file.
7. method as claimed in claim 5, is characterized in that, in step 3, at least comprise following a kind of the opportunity that generates interface:
A and resolving mixing are carried out, and while being parsed, interface drawing also completes immediately;
B, in resolving, generate interface description object, after being parsed, according to the interface description object of resolving output, draw interface again.
CN201310577139.8A 2013-11-18 2013-11-18 Method for achieving android application program dynamic form Pending CN103577197A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310577139.8A CN103577197A (en) 2013-11-18 2013-11-18 Method for achieving android application program dynamic form

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310577139.8A CN103577197A (en) 2013-11-18 2013-11-18 Method for achieving android application program dynamic form

Publications (1)

Publication Number Publication Date
CN103577197A true CN103577197A (en) 2014-02-12

Family

ID=50049046

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310577139.8A Pending CN103577197A (en) 2013-11-18 2013-11-18 Method for achieving android application program dynamic form

Country Status (1)

Country Link
CN (1) CN103577197A (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104090768A (en) * 2014-07-18 2014-10-08 武汉市科尔创新软件技术有限公司 Automatic intelligent smart phone form generating system and method
CN104461513A (en) * 2014-11-21 2015-03-25 山东航天信息有限公司 Method and device for generating form interface
CN105786455A (en) * 2014-12-17 2016-07-20 深圳市腾讯计算机系统有限公司 Method, device and terminal for data processing
CN106162302A (en) * 2015-04-22 2016-11-23 Tcl集团股份有限公司 Method of combination, device and the intelligent television at the main interface of a kind of Launcher
CN106557454A (en) * 2015-09-30 2017-04-05 腾讯科技(深圳)有限公司 Conversion method and converting system of the document to form
CN106570117A (en) * 2016-11-02 2017-04-19 国网山东省电力公司物资公司 Form control system and method based on electric power material distributing system
CN106970926A (en) * 2016-01-14 2017-07-21 卓望数码技术(深圳)有限公司 A kind of Mobile solution interface dynamic generation method and system
WO2017124976A1 (en) * 2016-01-22 2017-07-27 阿里巴巴集团控股有限公司 Method and device for acquiring application resource
CN108241501A (en) * 2018-01-26 2018-07-03 长春玖佰软件技术有限公司 A kind of mobile client software is realized and update method
CN110119502A (en) * 2019-05-13 2019-08-13 江西金格科技股份有限公司 A method of dynamic table single domain is realized based on OFD document
CN110222047A (en) * 2019-04-28 2019-09-10 深圳易伙科技有限责任公司 A kind of dynamic list generation method and device
CN110543265A (en) * 2019-07-22 2019-12-06 北京达佳互联信息技术有限公司 Page title bar generation method and device, electronic equipment and storage medium
CN112766910A (en) * 2021-01-21 2021-05-07 深圳市极致科技股份有限公司 Document construction method, document generation device, electronic equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101241434A (en) * 2008-03-04 2008-08-13 浪潮集团山东通用软件有限公司 Form self-defining method
CN101420453A (en) * 2008-12-10 2009-04-29 中国电信股份有限公司 Customer terminal webpage representation implementing method used for enterprise information push application
CN101635714A (en) * 2009-05-31 2010-01-27 北京飞天诚信科技有限公司 Method and system for improving network application safety
CN102143070A (en) * 2011-03-04 2011-08-03 中兴通讯股份有限公司 Remote traffic acquisition method, device and system
CN102271159A (en) * 2011-07-28 2011-12-07 百度在线网络技术(北京)有限公司 Method and device for obtaining page data as well as external website plug-in unit
CN102497448A (en) * 2011-12-26 2012-06-13 深圳市五巨科技有限公司 Method and system for playing on-line music at mobile terminal
CN102799477A (en) * 2012-07-16 2012-11-28 中兴通讯股份有限公司 Resource access method and apparatus
CN103294796A (en) * 2013-05-24 2013-09-11 上海申腾信息技术有限公司 XML (extensive markup language) parsing method and implementation method of custom XML structural forms in medical records

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101241434A (en) * 2008-03-04 2008-08-13 浪潮集团山东通用软件有限公司 Form self-defining method
CN101420453A (en) * 2008-12-10 2009-04-29 中国电信股份有限公司 Customer terminal webpage representation implementing method used for enterprise information push application
CN101635714A (en) * 2009-05-31 2010-01-27 北京飞天诚信科技有限公司 Method and system for improving network application safety
CN102143070A (en) * 2011-03-04 2011-08-03 中兴通讯股份有限公司 Remote traffic acquisition method, device and system
CN102271159A (en) * 2011-07-28 2011-12-07 百度在线网络技术(北京)有限公司 Method and device for obtaining page data as well as external website plug-in unit
CN102497448A (en) * 2011-12-26 2012-06-13 深圳市五巨科技有限公司 Method and system for playing on-line music at mobile terminal
CN102799477A (en) * 2012-07-16 2012-11-28 中兴通讯股份有限公司 Resource access method and apparatus
CN103294796A (en) * 2013-05-24 2013-09-11 上海申腾信息技术有限公司 XML (extensive markup language) parsing method and implementation method of custom XML structural forms in medical records

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104090768A (en) * 2014-07-18 2014-10-08 武汉市科尔创新软件技术有限公司 Automatic intelligent smart phone form generating system and method
CN104461513A (en) * 2014-11-21 2015-03-25 山东航天信息有限公司 Method and device for generating form interface
CN104461513B (en) * 2014-11-21 2018-01-09 山东航天信息有限公司 A kind of method and device for generating form interface
CN105786455A (en) * 2014-12-17 2016-07-20 深圳市腾讯计算机系统有限公司 Method, device and terminal for data processing
CN106162302A (en) * 2015-04-22 2016-11-23 Tcl集团股份有限公司 Method of combination, device and the intelligent television at the main interface of a kind of Launcher
CN106162302B (en) * 2015-04-22 2020-08-18 Tcl科技集团股份有限公司 Layout method and device for Launcher main interface and smart television
CN106557454A (en) * 2015-09-30 2017-04-05 腾讯科技(深圳)有限公司 Conversion method and converting system of the document to form
CN106970926A (en) * 2016-01-14 2017-07-21 卓望数码技术(深圳)有限公司 A kind of Mobile solution interface dynamic generation method and system
CN106997298A (en) * 2016-01-22 2017-08-01 阿里巴巴集团控股有限公司 A kind of application resource acquisition methods and device
WO2017124976A1 (en) * 2016-01-22 2017-07-27 阿里巴巴集团控股有限公司 Method and device for acquiring application resource
CN106997298B (en) * 2016-01-22 2021-08-06 菜鸟智能物流控股有限公司 Application resource acquisition method and device
CN106570117A (en) * 2016-11-02 2017-04-19 国网山东省电力公司物资公司 Form control system and method based on electric power material distributing system
CN108241501A (en) * 2018-01-26 2018-07-03 长春玖佰软件技术有限公司 A kind of mobile client software is realized and update method
CN110222047A (en) * 2019-04-28 2019-09-10 深圳易伙科技有限责任公司 A kind of dynamic list generation method and device
CN110222047B (en) * 2019-04-28 2021-03-16 深圳易伙科技有限责任公司 Dynamic form generation method and device
CN110119502A (en) * 2019-05-13 2019-08-13 江西金格科技股份有限公司 A method of dynamic table single domain is realized based on OFD document
CN110543265A (en) * 2019-07-22 2019-12-06 北京达佳互联信息技术有限公司 Page title bar generation method and device, electronic equipment and storage medium
CN112766910A (en) * 2021-01-21 2021-05-07 深圳市极致科技股份有限公司 Document construction method, document generation device, electronic equipment and storage medium
CN112766910B (en) * 2021-01-21 2023-10-27 深圳市极致科技股份有限公司 Document construction method, generation method, device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN103577197A (en) Method for achieving android application program dynamic form
CN101127655B (en) Method and system for integrating existing www systems
CN107291523B (en) Web front-end message bus system
KR102185864B1 (en) Server-side rendering method and system of native content for presentation
CN103645908B (en) Full life circle development achievement system of intemetware
CA2539474A1 (en) System and method for dynamic generation and customization of web service client applications for terminals
CN101311922A (en) Advertisement formwork style matching method and system
CN106528129A (en) Web application interface generation system and method
CN102236709B (en) Flex-based monitoring page display method and system
CN103546782A (en) Method and system for dynamically adding advertisements during video playing
CN103631578B (en) Method for exhibiting data in a kind of distribution automation system
US9646103B2 (en) Client-side template engine and method for constructing a nested DOM module for a website
CN103186455B (en) Page automatic test script generates method and system
CN108681454A (en) A kind of webpage visualization component development method
US20160012147A1 (en) Asynchronous Initialization of Document Object Model (DOM) Modules
US20160012144A1 (en) Javascript-based, client-side template driver system
CN107276992A (en) A kind of method and system of multi-data source access
US7895578B2 (en) Apparatus and method for using connector components to provide connectivity to interactive graphics representative of input and output data
CN105635464A (en) Message processing method and apparatus
CN103902539A (en) Method and device for analyzing extensible markup language data
CN101256595A (en) Method for exhibiting multidimensional space data based on SOA structure
CN102289745A (en) Method for realizing visual operation interface of ERP (Enterprise Resource Planning) system of power system
CA2498539A1 (en) A system and method for building component applications using metadata defined mapping between message and data domains
CN105808360B (en) A kind of portlet communication means based on shared message
Fuentes et al. Using UML profiles for documenting web-based application frameworks

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 518057, Guangdong Province, Nanshan District hi tech Zone, North Road, Lang Lang, No. 13 Thunis building, C,, C302

Applicant after: Shenzhen travel Polytron Technologies Inc

Address before: 518057, Guangdong Province, Nanshan District hi tech Zone, North Road, Lang Lang, No. 13 Thunis building, C,, C302

Applicant before: Shenzhen Vispractice Technology Corporation

CB02 Change of applicant information
RJ01 Rejection of invention patent application after publication

Application publication date: 20140212

RJ01 Rejection of invention patent application after publication