CN104123157A - Method and device for customizing cross-platform business logic of mobile terminal - Google Patents

Method and device for customizing cross-platform business logic of mobile terminal Download PDF

Info

Publication number
CN104123157A
CN104123157A CN201410340006.3A CN201410340006A CN104123157A CN 104123157 A CN104123157 A CN 104123157A CN 201410340006 A CN201410340006 A CN 201410340006A CN 104123157 A CN104123157 A CN 104123157A
Authority
CN
China
Prior art keywords
service logic
business
business interface
mobile terminal
cross
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
CN201410340006.3A
Other languages
Chinese (zh)
Other versions
CN104123157B (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.)
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Shangke Information Technology Co Ltd
Priority to CN201410340006.3A priority Critical patent/CN104123157B/en
Publication of CN104123157A publication Critical patent/CN104123157A/en
Application granted granted Critical
Publication of CN104123157B publication Critical patent/CN104123157B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides a method and device for customizing cross-platform business logic of a mobile terminal. The method comprises the steps of generating a business interface according to a universal WEB standard mode, packaging business logic into business events by means of a preset protocol and setting a corresponding relation between a trigger order and the business events; receiving the trigger order on the business interface, determining the corresponding business events based on the trigger order, and analyzing the business events according to the preset protocol to obtain the business logic; executing the business logic and feeding back an execution result of the business logic through the business interface. After the method and device for customizing the cross-platform business logic of the mobile terminal are applied, development of applications of the mobile terminal is accelerated, development cost is reduced, senseless application update is achieved, and application update cost of enterprises and users is reduced.

Description

A kind of cross-platform service logic method for customizing and device of mobile terminal
Technical field
The invention belongs to cross-platform service logic method for customizing and the device of internet data processing technology field, particularly a kind of mobile terminal.
Background technology
Along with the develop rapidly of computer technology and network technology, the effect that internet (Internet) technology is brought into play in daily life, study and work is also increasing.And along with the development of mobile Internet, internet is also developing to mobile.In the current information age, various information equipments arise at the historic moment: the landline telephone, the mobile terminal that are useful on Tone Via; Be useful on server and PC that information resources are shared, processed; Be useful on various televisors of video data demonstration etc.These equipment all produce for solving actual demand in specific area.Arrival along with E-consumer, computing machine, communication (3C) fusion, people have been put into notice in the research that the information equipment of each different field is fully utilized more and more, take to make full use of existing resource equipment and better serve as people.
Mobile terminal APP is the abbreviation of the application program (application) that is applicable to mobile terminal, conventionally specially refers to the application software on mobile terminal or title cell-phone customer terminal.The App store of Apple has started the new page of cell phone software industry development, and the enthusiasm that the supplier of third party software is participated is unprecedentedly surging.Along with smart mobile phone is universal all the more, user relies on all the more cell phone software shop, the market demand and the development prospect of App exploitation are also flourishing gradually.
In the exploitation of mobile terminal APP, find that gradually the application and development meeting of different system expends a large amount of time of developer and energy, to go to build different page layouts and to realize service logic according to different system development standards.Such as, for Android (android) application, need to carry out layout with xml, and ios application needs to carry out layout with xib.These systems are incompatible, and platform is more, and workload can corresponding stack.If can realize a kind of quick implementation that can cross-platformly realize service logic and interface, will contribute to reduce cost of development and save the development time.
Summary of the invention
Embodiment of the present invention proposes a kind of cross-platform service logic method for customizing of mobile terminal, to reduce cost of development.
Embodiment of the present invention proposes a kind of cross-platform service logic customizing device of mobile terminal, to reduce cost of development.
The technical scheme of embodiment of the present invention is as follows:
A cross-platform service logic method for customizing for mobile terminal, the method comprises:
Utilize general WEB standard mode to generate business interface, adopt predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set;
On described business interface, receive trigger command, based on trigger command, determine corresponding business event, and according to business event described in described predefined protocol analysis to obtain service logic;
Carry out described service logic, and by described business interface, return to the execution result of described service logic.
Describedly utilize general WEB standard mode to generate business interface to comprise: utilize HTML (Hypertext Markup Language) (HTML) mode to generate business interface, (CSS) mode generates business interface and/or utilizes hollow script (JavaScript) mode of pawl to generate business interface to utilize Cascading Style Sheet.
Described predefined agreement is to realize the URL(uniform resource locator) of page jump (URL) agreement.
The predefined agreement of described employing is encapsulated as business event by service logic and comprises: predefined protocol-identifier, application identities, business event type, service logic and service logic parameter are encapsulated as to protocol statement; Describedly according to business event described in described predefined protocol analysis, to obtain service logic, comprise: according to protocol statement described in described predefined protocol analysis to obtain described service logic and service logic parameter.
The method further comprises: when there is renewal at described business interface, obtain the business interface of renewal, and utilize the business interface of described renewal to replace original business interface.
A cross-platform service logic customizing device for mobile terminal, comprises that business interface generation unit, service logic acquiring unit and execution result return to unit, wherein:
Business interface generation unit, for utilizing general WEB standard mode to generate business interface, adopts predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set;
Service logic acquiring unit, for receive trigger command on described business interface, determines corresponding business event based on trigger command, and according to business event described in described predefined protocol analysis to obtain service logic;
Execution result returns to unit, for carrying out described service logic, and by described business interface, returns to the execution result of described service logic.
Business interface generation unit, for utilizing HTML (Hypertext Markup Language) (HTML) mode to generate business interface, (CSS) mode generates business interface, utilize hollow script (JavaScript) mode of pawl to generate business interface to utilize Cascading Style Sheet.
Described predefined agreement is to realize the URL(uniform resource locator) of page jump (URL) agreement.
Business interface generation unit, for being encapsulated as protocol statement by predefined protocol-identifier, application identities, business event type, service logic and service logic parameter;
Service logic acquiring unit, for according to protocol statement described in described predefined protocol analysis to obtain described service logic and service logic parameter.
Also comprise renewal download unit;
Described renewal download unit, for when there is renewal at described business interface, obtains the business interface of renewal, and utilizes the business interface of described renewal to replace original business interface.
From technique scheme, can find out, in embodiments of the present invention, utilize general WEB standard mode to generate business interface, adopt predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set; On described business interface, receive trigger command, based on trigger command, determine corresponding business event, and according to business event described in described predefined protocol analysis to obtain service logic; Carry out described service logic, and by described business interface, return to the execution result of described service logic.As can be seen here, after application embodiment of the present invention, owing to adopting general WEB standard and identical protocol encapsulation business event and parsing business event, therefore can accelerate mobile terminal application and development speed, reduce cost of development, realize the application of unaware and upgrade, reduce enterprise and user and apply renewal cost.
Accompanying drawing explanation
Fig. 1 is the cross-platform service logic method for customizing process flow diagram of the mobile terminal according to the present invention.
Fig. 2 is the cross-platform service logic customizing device structural drawing of the mobile terminal according to the present invention.
Embodiment
For making the object, technical solutions and advantages of the present invention clearer, below in conjunction with accompanying drawing, the present invention is described in further detail.
Succinct and directly perceived on describing, below sets forth the solution of the present invention by describing some representational embodiments.Details a large amount of in embodiment are only for helping to understand the solution of the present invention.Can be not limited to these details when but clearly, technical scheme of the present invention realizes.For fear of unnecessarily fuzzy the solution of the present invention, some embodiments are not described meticulously, but have only provided framework.Hereinafter, " comprising " refers to " including but not limited to ", " according to ... " refer to " basis at least ..., but be not limited to only basis ... ".Due to the speech habits of Chinese, while hereinafter not particularly pointing out the quantity of a composition, mean that it can be also a plurality of that this composition can be one, or can be regarded as at least one.
Above-mentioned defect in view of prior art, the present invention, in order to accelerate mobile terminal application and development speed, reduces cost of development, realizes the application of unaware and upgrades, reduce enterprise and user and apply renewal cost, proposed a kind of cross-platform service logic custom technology scheme of mobile terminal.
Fig. 1 is the cross-platform service logic method for customizing process flow diagram of the mobile terminal according to the present invention.
As shown in Figure 1, the method comprises:
Step 101: utilize general WEB standard mode to generate business interface, adopt predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set.
Here, because need cross-platform fast Development, so the technology that selection is widely used and different system is all supported.Preferably, can select HTML (Hypertext Markup Language) (HTML), CSS and JavaScript are as the technology that realizes interface.
The structure of HTML (Hypertext Markup Language) comprise " head " partly (foreign language: Head) and " main body " partly (foreign language: Body), wherein " head " portion provides the information about webpage, " main body " part provides the particular content of webpage.HTML (Hypertext Markup Language) file take .htm (disc operating system (DOS) DOS restriction foreign language abbreviation) as extension name or .html (foreign language abbreviation) be extension name.Can produce HTML (Hypertext Markup Language) file with any text editor that can generate TXT type source file, only with revised file suffix.The HTML (Hypertext Markup Language) file of standard all has a basic one-piece construction, mark be all generally paired appearance (except part mark for example: <br/>), i.e. head and the entity two large divisions of the beginning of HTML (Hypertext Markup Language) file and ending sign and HTML (Hypertext Markup Language).There are three double-tagging symbols for the integrally-built confirmation of the page.Marker character <html>, illustrates that this document is to describe by HTML (Hypertext Markup Language) (the Chinese full name of this label), and it is the beginning of file; And </html> represents the ending of this document, they are beginning label and the closing tag of HTML (Hypertext Markup Language) file.
Cascading Style Sheet (Cascading Style Sheet) is called for short " CSS ", is conventionally called again " style design table (Style Sheet) ", and it is used for carrying out web page style design.Such as, if want to allow the link word be blue while not clicking, after mouse moves up, word becomes red and has underscore, a kind of style that Here it is.By setting up style sheet, can control uniformly the display properties of each sign in HTML.Cascading Style Sheet can make people more can effectively control webpage appearance.Use Cascading Style Sheet, can expand accurate named web page element position, outward appearance and the ability that creates special-effect.
JavaScript is a kind of literal translation formula script, is a kind of regime type, weak type, the language based on prototype, built-in support type.Its interpreter is called as JavaScript engine, is a part for browser, is widely used in the script of client, is to use on html web page the earliest, and being used for increases dynamic function to html web page.Yet JavaScript also can be used to the webserver now, as Node.js.JavaScript is a kind of based on object and event-driven and have the client script language of relative safety.Also be a kind of script that is widely used in client Web exploitation, be commonly used to add dynamic function to html web page, such as response user's various operations simultaneously.It by the BrendanEich design of Netscape (Netscape), is a kind of dynamic, weak type, the language based on prototype at first, built-in support class.
In embodiment of the present invention, can utilize HTML (Hypertext Markup Language) (HTML) mode to generate business interface, (CSS) mode of utilizing Cascading Style Sheet generates business interface and/or utilizes hollow script (JavaScript) mode of pawl to generate business interface.
Below enumerated in detail the exemplary embodiment of general WEB standard mode, it will be appreciated by those of skill in the art that this enumerating is only exemplary, the protection domain being not intended to limit the present invention.
In addition, adopt predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set.Wherein, predefined agreement is to realize the URL(uniform resource locator) of page jump (URL) agreement.By taking self-defined URL agreement to realize the service logic of page jump.The developer of different cell phone platforms writes and safeguards custom protocol, does not need to pay close attention to interface and service logic order.The developer of interface and service logic, as long as once realize, just can multi-platformly move, and does not need repeatedly overlapping development.And not more under news, can realize the renewal of the indirectly logical relation at internal interface and interface in mobile phone application.
Such as, trigger command can be the trigger action of predetermined icon or hyperlink on mouse click-to-call service interface; The protocol statement of business event for editing according to predefined agreement, and in this protocol statement, comprise the description to service logic.
Step 102: on described business interface, receive trigger command, based on trigger command, determine corresponding business event, and according to business event described in described predefined protocol analysis to obtain service logic.
In one embodiment:
Adopting predefined agreement that service logic is encapsulated as to business event comprises: predefined protocol-identifier, application identities, business event type, service logic and service logic parameter are encapsulated as to protocol statement; Describedly according to business event described in described predefined protocol analysis, to obtain service logic, comprise: according to protocol statement described in described predefined protocol analysis to obtain described service logic and service logic parameter.
Step 103: carry out described service logic, and return to the execution result of described service logic by described business interface.
In embodiment of the present invention, Core Feature is divided into three parts: interface analytical capabilities, custom protocol analytical capabilities and renewal download function.
Interface analytical capabilities is equivalent to the view layer in MVC, is responsible for the html interface of service part to show.Custom protocol analytical capabilities is equivalent to the controller layer in MVC, is responsible for the request of response view, carries out task distribution, and view layer is responded.
The business event that custom protocol is described is given an example:
myapp://pkgname/controllername?key1=value1&key2=value2
As above for example, with reference to http protocol format, custom protocol is myapp agreement (title can change) to custom protocol; Pkgname is for this application unique identification, to distinguish the request of different application; Controllername is event title (can for multistage catalogue form, as controllername/controllername1), to appoint for different events, and distribution; After question mark, key1=value1 & key2=value2 is parameter, passes ginseng and uses.The custom protocol design of taking similar http is to consider that being convenient to web developer understands, to reduce learning cost.
Upgrade download function and be responsible for Version Control, if service end has redaction to upgrade, can download to this locality by the html redaction on backstage.After download completes, user opens client next time will give tacit consent to displaying redaction.Can avoid so whole client to upgrade.
Enumerate an example below, describe the present invention in detail.
First, utilize general WEB standard mode (such as, html/css/js mode) to generate the cell-phone customer terminal business interface of electric business's cloud, in this cell-phone customer terminal business interface, include the commodity details page event that enters.And this enters commodity details page event and is specifically described by predefined agreement.When user opens the cell-phone customer terminal (Android or iOS) of electric business's cloud, first resolve by the constructed homepage of general WEB standard mode (as html/css/js), can find to have special icon or the hyperlink corresponding to entering commodity details page event.User clicks this special icon or hyperlink, to enter the commodity details page event that enters being built by custom protocol.
Such as, does is the described commodity details page event that enters of this custom protocol: ecloud: //com.jcloud.ecloud/HomePage? m=showProduct & pid=123; Wherein ecloud is protocol name; Com.jcloud.ecloud is for application unique identification, to distinguish the request of different application; HomePage is event type; M=showProduct is service logic, is specially and presents product; Pid=123 is specific product numbering, i.e. service logic parameter.Resolve the described commodity details page event that enters of this custom protocol, can trigger the commodity details page event that enters, and resolve the product page building, be presented on cell-phone customer terminal.
For another example, the concrete enforcement that application the present invention realizes renewal of the page is described below.Suppose that businessman wishes to issue the special topic style page on Christmas Day at Christmas, first sets the redaction page by backstage; When user is when opening cell-phone customer terminal use, while the redaction page on server being detected, trigger renewal download function corresponding html/css/js and picture are downloaded in the Resource TOC that cell-phone customer terminal is corresponding.After download completes, replace the page of lowest version, user, when using cell-phone customer terminal, can see the page of redaction by interface analytical capabilities.
Based on above-mentioned labor, the invention allows for a kind of cross-platform service logic customizing device of mobile terminal.
Fig. 2 is the cross-platform service logic customizing device structural drawing of the mobile terminal according to the present invention.
As shown in Figure 2, this device comprises that business interface generation unit 201, service logic acquiring unit 202 and execution result return to unit 203, wherein:
Business interface generation unit 201, for utilizing general WEB standard mode to generate business interface, adopts predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set;
Service logic acquiring unit 202, for receive trigger command on described business interface, determines corresponding business event based on trigger command, and according to business event described in described predefined protocol analysis to obtain service logic;
Execution result returns to unit 203, for carrying out described service logic, and by described business interface, returns to the execution result of described service logic.
In one embodiment:
Business interface generation unit 201, for utilizing HTML (Hypertext Markup Language) (HTML) mode to generate business interface, (CSS) mode generates business interface, utilize hollow script (JavaScript) mode of pawl to generate business interface to utilize Cascading Style Sheet.
In one embodiment: described predefined agreement is to realize the URL(uniform resource locator) of page jump (URL) agreement.
In one embodiment:
Business interface generation unit 201, for being encapsulated as protocol statement by predefined protocol-identifier, application identities, business event type, service logic and service logic parameter;
Service logic acquiring unit 202, for according to protocol statement described in described predefined protocol analysis to obtain described service logic and service logic parameter.
In one embodiment: also comprise and upgrade download unit 204;
Described renewal download unit 204, for when there is renewal at described business interface, obtains the business interface of renewal, and utilizes the business interface of described renewal to replace original business interface.
Particularly, embodiment of the present invention is particularly useful for mobile terminal, and mobile terminal can implement to comprise at least one in following: functional mobile phone, smart mobile phone, palm PC, PC (PC), panel computer or personal digital assistant (PDA).
Below enumerated in detail the instantiation of mobile terminal.But, it will be appreciated by those of skill in the art that this enumerating is only exemplary, be not intended to limit the present invention the protection domain of embodiment.
Mobile terminal goes for intelligent terminal operating system arbitrarily, the operating system that specifically can adopt includes, but are not limited to: Android (Andorid), Palm OS, Symbian (Saipan), Windows mobile, Linux, Android (Android), iPhone (apple) OS, Black Berry (blackberry, blueberry) OS6.0, Windows Phone series, etc.
Preferably, mobile terminal specifically can adopt Android operating system, and mobile terminal can use among each version of Andorid, include, but are not limited to: A Tongmu (Android Beta), clockwork spring robot (Android1.0), cup cake (Android1.5), baked donut (Android1.6), muffin (Android2.0/2.1), the versions such as frozen yogurt (Android2.2), gingerbread (Android2.3), honeycomb (Android3.0), ice cream sandwich (Android4.0), jelly beans (Jelly Bean, Android4.1).
Below enumerated in detail the concrete version of Android platform, it will be appreciated by those of skill in the art that embodiment of the present invention is not limited to the above-mentioned version of enumerating, and can also be applicable among other any versions based on Android software architecture.
In fact, can specifically implement by various ways the cross-platform service logic method for customizing of the mobile terminal that embodiment of the present invention proposes.
Such as, can follow the application programming interfaces of certain standard, the cross-platform service logic method for customizing of mobile terminal is written as to the plug-in card program being installed in PC, mobile terminal etc., also can be encapsulated as application program and downloads voluntarily use for user.When being written as plug-in card program, can be implemented as the multiple card format such as ocx, dll, cab.Also can implement by the concrete technology such as Flash plug-in unit, RealPlayer plug-in unit, MMS plug-in unit, MIDI staff plug-in unit, ActiveX plug-in unit the cross-platform service logic method for customizing of the mobile terminal that embodiment of the present invention proposes.
The cross-platform service logic method for customizing of the mobile terminal that can embodiment of the present invention be proposed by the storing mode of instruction or instruction set storage is stored on various storage mediums.These storage mediums include, but are not limited to: floppy disk, CD, DVD, hard disk, flash memory, USB flash disk, CF card, SD card, mmc card, SM card, memory stick (Memory Stick), xD card etc.
In addition, the cross-platform service logic method for customizing of the mobile terminal that embodiment of the present invention can also be proposed is applied in the storage medium based on flash memory (Nand flash), such as USB flash disk, CF card, SD card, SDHC card, mmc card, SM card, memory stick, xD card etc.
In sum, in embodiments of the present invention, utilize general WEB standard mode to generate business interface, adopt predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set; On described business interface, receive trigger command, based on trigger command, determine corresponding business event, and according to business event described in described predefined protocol analysis to obtain service logic; Carry out described service logic, and by described business interface, return to the execution result of described service logic.As can be seen here, after application embodiment of the present invention, owing to adopting general WEB standard and identical protocol encapsulation business event and parsing business event, therefore can accelerate mobile terminal application and development speed, reduce cost of development, realize the application of unaware and upgrade, reduce enterprise and user and apply renewal cost.
The above, be only preferred embodiment of the present invention, is not intended to limit protection scope of the present invention.Within the spirit and principles in the present invention all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (10)

1. a cross-platform service logic method for customizing for mobile terminal, is characterized in that, the method comprises:
Utilize general WEB standard mode to generate business interface, adopt predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set;
On described business interface, receive trigger command, based on trigger command, determine corresponding business event, and according to business event described in described predefined protocol analysis to obtain service logic;
Carry out described service logic, and by described business interface, return to the execution result of described service logic.
2. the cross-platform service logic method for customizing of mobile terminal according to claim 1, it is characterized in that, describedly utilize general WEB standard mode to generate business interface to comprise: utilize HTML (Hypertext Markup Language) (HTML) mode to generate business interface, (CSS) mode generates business interface and/or utilizes hollow script (JavaScript) mode of pawl to generate business interface to utilize Cascading Style Sheet.
3. the cross-platform service logic method for customizing of mobile terminal according to claim 1, is characterized in that, described predefined agreement is to realize the URL(uniform resource locator) of page jump (URL) agreement.
4. the cross-platform service logic method for customizing of mobile terminal according to claim 3, it is characterized in that, the predefined agreement of described employing is encapsulated as business event by service logic and comprises: predefined protocol-identifier, application identities, business event type, service logic and service logic parameter are encapsulated as to protocol statement; Describedly according to business event described in described predefined protocol analysis, to obtain service logic, comprise: according to protocol statement described in described predefined protocol analysis to obtain described service logic and service logic parameter.
5. the cross-platform service logic method for customizing of mobile terminal according to claim 1, it is characterized in that, the method further comprises: when there is renewal at described business interface, obtain the business interface of renewal, and utilize the business interface of described renewal to replace original business interface.
6. a cross-platform service logic customizing device for mobile terminal, is characterized in that, comprises that business interface generation unit, service logic acquiring unit and execution result return to unit, wherein:
Business interface generation unit, for utilizing general WEB standard mode to generate business interface, adopts predefined agreement that service logic is encapsulated as to business event, and the corresponding relation of trigger command and described business event is set;
Service logic acquiring unit, for receive trigger command on described business interface, determines corresponding business event based on trigger command, and according to business event described in described predefined protocol analysis to obtain service logic;
Execution result returns to unit, for carrying out described service logic, and by described business interface, returns to the execution result of described service logic.
7. the cross-platform service logic customizing device of mobile terminal according to claim 6, is characterized in that,
Business interface generation unit, for utilizing HTML (Hypertext Markup Language) (HTML) mode to generate business interface, (CSS) mode generates business interface, utilize hollow script (JavaScript) mode of pawl to generate business interface to utilize Cascading Style Sheet.
8. the cross-platform service logic customizing device of mobile terminal according to claim 6, is characterized in that, described predefined agreement is to realize the URL(uniform resource locator) of page jump (URL) agreement.
9. the cross-platform service logic customizing device of mobile terminal according to claim 8, is characterized in that,
Business interface generation unit, for being encapsulated as protocol statement by predefined protocol-identifier, application identities, business event type, service logic and service logic parameter;
Service logic acquiring unit, for according to protocol statement described in described predefined protocol analysis to obtain described service logic and service logic parameter.
10. the cross-platform service logic customizing device of mobile terminal according to claim 8, is characterized in that, also comprises renewal download unit;
Described renewal download unit, for when there is renewal at described business interface, obtains the business interface of renewal, and utilizes the business interface of described renewal to replace original business interface.
CN201410340006.3A 2014-07-17 2014-07-17 The cross-platform service logic method for customizing and device of a kind of mobile terminal Active CN104123157B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410340006.3A CN104123157B (en) 2014-07-17 2014-07-17 The cross-platform service logic method for customizing and device of a kind of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410340006.3A CN104123157B (en) 2014-07-17 2014-07-17 The cross-platform service logic method for customizing and device of a kind of mobile terminal

Publications (2)

Publication Number Publication Date
CN104123157A true CN104123157A (en) 2014-10-29
CN104123157B CN104123157B (en) 2017-08-29

Family

ID=51768581

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410340006.3A Active CN104123157B (en) 2014-07-17 2014-07-17 The cross-platform service logic method for customizing and device of a kind of mobile terminal

Country Status (1)

Country Link
CN (1) CN104123157B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105354034A (en) * 2015-11-17 2016-02-24 贵阳朗玛信息技术股份有限公司 Page jump method and device for application program
CN106557342A (en) * 2015-09-30 2017-04-05 阿里巴巴集团控股有限公司 A kind of implementation method and device of service logic
CN107577540A (en) * 2017-08-31 2018-01-12 武汉斗鱼网络科技有限公司 Video realizes method, storage medium, equipment and the system of report function in making friends
CN108491216A (en) * 2018-03-05 2018-09-04 北京指掌易科技有限公司 A kind of method of android system unaware application installation upgrading
CN108647028A (en) * 2018-05-09 2018-10-12 广州腾讯科技有限公司 Application information processing method and device
CN108845810A (en) * 2018-05-23 2018-11-20 北京五八信息技术有限公司 A kind of method, apparatus, electronic equipment and storage medium that application dynamic updates
CN109558181A (en) * 2018-11-26 2019-04-02 高新兴国迈科技有限公司 Method, computer storage medium and the equipment of the compatible OCX control of non-IE browser
CN111142982A (en) * 2018-11-02 2020-05-12 鸿合科技股份有限公司 Event execution method and device and electronic equipment
CN111273917A (en) * 2019-07-19 2020-06-12 深圳市鸿合创新信息技术有限责任公司 Installation method of android application
CN112988126A (en) * 2021-01-28 2021-06-18 网宿科技股份有限公司 CDN service customization method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103237083A (en) * 2013-05-08 2013-08-07 北京邮电大学 Mobile information service resource aggregation system and mobile information service resource aggregation method
CN103605525A (en) * 2013-11-29 2014-02-26 深圳市中兴移动通信有限公司 Achievement method and device of desktop application program
CN103677843A (en) * 2013-12-19 2014-03-26 深圳市迈桥科技有限公司 Native capacity development method and device across mobile terminals

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103237083A (en) * 2013-05-08 2013-08-07 北京邮电大学 Mobile information service resource aggregation system and mobile information service resource aggregation method
CN103605525A (en) * 2013-11-29 2014-02-26 深圳市中兴移动通信有限公司 Achievement method and device of desktop application program
CN103677843A (en) * 2013-12-19 2014-03-26 深圳市迈桥科技有限公司 Native capacity development method and device across mobile terminals

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106557342A (en) * 2015-09-30 2017-04-05 阿里巴巴集团控股有限公司 A kind of implementation method and device of service logic
CN105354034B (en) * 2015-11-17 2018-10-23 贵阳朗玛信息技术股份有限公司 The method for page jump and device of application program
CN105354034A (en) * 2015-11-17 2016-02-24 贵阳朗玛信息技术股份有限公司 Page jump method and device for application program
CN107577540B (en) * 2017-08-31 2020-03-17 武汉斗鱼网络科技有限公司 Method, storage medium, equipment and system for realizing reporting function in video friend making
CN107577540A (en) * 2017-08-31 2018-01-12 武汉斗鱼网络科技有限公司 Video realizes method, storage medium, equipment and the system of report function in making friends
CN108491216A (en) * 2018-03-05 2018-09-04 北京指掌易科技有限公司 A kind of method of android system unaware application installation upgrading
CN108647028A (en) * 2018-05-09 2018-10-12 广州腾讯科技有限公司 Application information processing method and device
CN108647028B (en) * 2018-05-09 2024-02-09 广州腾讯科技有限公司 Application information processing method and device
CN108845810A (en) * 2018-05-23 2018-11-20 北京五八信息技术有限公司 A kind of method, apparatus, electronic equipment and storage medium that application dynamic updates
CN108845810B (en) * 2018-05-23 2022-04-22 北京五八信息技术有限公司 Method and device for dynamically updating application, electronic equipment and storage medium
CN111142982A (en) * 2018-11-02 2020-05-12 鸿合科技股份有限公司 Event execution method and device and electronic equipment
CN109558181B (en) * 2018-11-26 2022-07-01 高新兴国迈科技有限公司 Method for enabling non-IE browser to be compatible with OCX control, computer storage medium and equipment
CN109558181A (en) * 2018-11-26 2019-04-02 高新兴国迈科技有限公司 Method, computer storage medium and the equipment of the compatible OCX control of non-IE browser
CN111273917A (en) * 2019-07-19 2020-06-12 深圳市鸿合创新信息技术有限责任公司 Installation method of android application
CN112988126A (en) * 2021-01-28 2021-06-18 网宿科技股份有限公司 CDN service customization method and system

Also Published As

Publication number Publication date
CN104123157B (en) 2017-08-29

Similar Documents

Publication Publication Date Title
CN104123157A (en) Method and device for customizing cross-platform business logic of mobile terminal
US10091628B2 (en) Message based application state and card sharing methods for user devices
CA2995419C (en) Method and system for realizing data tracking by means of software development kit
CA2674659C (en) Synchronous to asynchronous web page conversion
KR101416089B1 (en) An integrated platform for authoring web applications and the authoring method thereof
CN106293675B (en) System static resource loading method and device
CN101154157A (en) System and method for providing globalization function to application of JavaScript
CN102184101B (en) Software application frame and development system thereof for smartphones
CN111068328A (en) Game advertisement configuration table generation method, terminal device and medium
CN111045653B (en) System generation method and device, computer readable medium and electronic equipment
Colombo-Mendoza et al. MobiCloUP!: a PaaS for cloud services-based mobile applications
CN103646023A (en) Page and control increasing method based on WEB
CN110795181A (en) Application program interface display method and device based on skip protocol and electronic equipment
CN102262684A (en) Method and device for generating webpage page of mobile terminal
US7600188B2 (en) Interface for directing a user to build a website
US20170212735A1 (en) Replicating a web technology
Firtman High Performance Mobile Web: Best Practices for Optimizing Mobile Web Apps
CN114036439A (en) Website building method, device, medium and electronic equipment
CN108319474B (en) Page information generation method, device and equipment
Miravet et al. Framework for the declarative implementation of native mobile applications
CN114756228A (en) Page processing method, device, equipment and storage medium
Chang et al. A study on the development of one source multi use cross-platform based on zero coding
CN103970513A (en) Source data information access method and platform
CN114090066A (en) User interface card view generation method and device, computer equipment and medium
KR102213871B1 (en) System and method for advertisement delivery, and apparatus applied to the same

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant