CN114116062A - Method, device and storage medium for operating android H5 in Hongmen compatibility - Google Patents

Method, device and storage medium for operating android H5 in Hongmen compatibility Download PDF

Info

Publication number
CN114116062A
CN114116062A CN202111423370.2A CN202111423370A CN114116062A CN 114116062 A CN114116062 A CN 114116062A CN 202111423370 A CN202111423370 A CN 202111423370A CN 114116062 A CN114116062 A CN 114116062A
Authority
CN
China
Prior art keywords
data
application
service data
hongmon
standard
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
CN202111423370.2A
Other languages
Chinese (zh)
Inventor
荀海峰
胡德凯
李捷明
岳凯
张雪
陈雷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Original Assignee
Chaozhou Zhuoshu Big Data Industry Development 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 Chaozhou Zhuoshu Big Data Industry Development Co Ltd filed Critical Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Priority to CN202111423370.2A priority Critical patent/CN114116062A/en
Publication of CN114116062A publication Critical patent/CN114116062A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a method for operating android H5 in Hongmen compatibility, which comprises the following steps: when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic; then, the standard data is analyzed into second service data through the data analyzer; when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.

Description

Method, device and storage medium for operating android H5 in Hongmen compatibility
Technical Field
The application relates to the field of Hongmon application development, in particular to a method, equipment and a storage medium for operating android H5 in Hongmon compatibility.
Background
The hongmeng system is a new domestic system and has been receiving domestic attention since its release. Hong meng and android like because Linux kernel research and development, hong meng system can be compatible with the android system to the utmost extent, and the original intention is to standard android system, and is not surpassing, subversion android, but coexists with the android for a long time, and because compatible, both ecology has high similarity.
While hongmeng is maximally compatible with android applications, not all. For example, H5 applications, which use Webview as the primary interaction medium on the Android system, typically customize communication. However, when an H5 application on android wants to run on a damming, the underlying code of H5 needs to be modified, otherwise it cannot run on a damming.
In order to reduce repeated development of H5, when a Hongmon system develops an application using Webview as an interaction medium, a scheme compatible with H5 running on an Android system on Hongmon needs to be developed for Hongmon native applications.
Disclosure of Invention
The application provides a method for compatibly operating android H5 in Hongmon, and solves the technical problems that the Hongmon cannot compatibly operate the android H5, and H5 bottom layer logic needs to be modified, so that the method is complicated, consumes time and is labor.
A method for operating an android H5 in Hongmon compatibility, wherein a data processor and a cross-system data parser are installed in a Hongmon system, and the method is applied to a data interaction process of a Hongmon end HAP and H5, and comprises the following steps:
when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic;
then, the standard data is analyzed into second service data through the data analyzer;
when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.
In an embodiment of the present application, when the harming end HAP receives the first service data from the H5 application, the method specifically includes: the Hamming end HAP intercepts a resource request according to whether a uniform resource locator isNeedLoadUrl instruction needs to be loaded or not, and acquires a request uniform resource locator URL; encoding the request URL to acquire an original URL character string; and determining the processing mode of the first service data according to the data structure of the original URL character string.
In one embodiment of the present application, a data processor is further installed in the hongmeng system; determining a processing mode of the first service data according to the data structure of the original URL character string, specifically comprising: analyzing a data structure of the URL character string through the cross-system data parser, and judging whether the URL character string needs to be processed or is a normally reloaded URL according to the data structure; if the data needs to be processed, the data is analyzed into standard data through the data analyzer, and then the standard data is converted into second service data; sending the second service data into a processor; if the URL is normally reloaded, H5 is directly loaded through Webview of Hongming system.
In one embodiment of the present application, before the hong meng end HAP performs data interaction with the H5 application, the method further comprises: opening application permission to enable the Hongmon system to support business processing; the application permissions needing to be opened comprise a security mode SecurityMode, an image permission ImagePermit, a data capability DataAbility, a positioning permission locationPermit and a webpage storage permission webStorage Premit; wherein, SecurityMode is set as a full permission to support H5 link using HTTP protocol and HTTPS protocol.
In an embodiment of the present application, during data interaction between the harmon-side HAP and the H5 application, the method further includes: and when the onPageloaded instruction is triggered after the Webview loading H5 is completed, loading js files in a rawfile folder to the H5 application through the load instruction of the Webview so as to construct communication of jsbridge.
In one embodiment of the present application, before the hong meng end HAP performs data interaction with the H5 application, the method further comprises: and (3) configuring WebConfig with the Hongmon system Webview through a webpage to start the support of JavaScript so as to normally load the js file.
In one embodiment of the present application, before the hong meng end HAP performs data interaction with the H5 application, the method further comprises: and marking a system for data interaction by setting a user agent identifier, so that the accessed website displays different typesetting according to different types of browsers.
An apparatus for operating android H5 at hong meng compatibility, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic;
then, the standard data is analyzed into second service data through the data analyzer;
when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.
In one embodiment of the present application, the at least one processor is further configured to: the Hamming end HAP intercepts a resource request according to whether a uniform resource locator isNeedLoadUrl instruction needs to be loaded or not, and acquires a request uniform resource locator URL; encoding the request URL to acquire an original URL character string; determining a processing mode of the first service data according to the data structure of the original URL character string; and transmitting the processed first service data to the Hongmon end HAP.
A non-volatile storage medium storing computer-executable instructions configured to:
when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic;
then, the standard data is analyzed into second service data through the data analyzer;
when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.
The application provides a method for running android H5 in Hongmong compatibility, which at least comprises the following beneficial effects: by placing each interactive js file which needs to be loaded by H5 to the hong Meng end, the time consumption and the flow consumption of resource loading are reduced; the service data are converted into a standardized data structure through the data parser, standard data are parsed out, corresponding services on each system are processed through the systematized data processor, and the H5 cross-system interaction processing is achieved. Through the custom communication of H5, the two-way communication between Hongmon native application and H5 is realized, and the function of compatibly operating android H5, which cannot be realized by native Webview alone, is effectively supplemented.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic diagram illustrating steps of a method for operating android H5 in hong meng compatibility according to an embodiment of the present application;
fig. 2 is a schematic diagram of a device configured to operate android H5 in hong meng compatibility according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be described in detail and completely with reference to the following specific embodiments. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
In the prior art, Hongmon system is a new domestic system and has received domestic attention since its release. As a nationally complete distributed system, Android applications can be run compatibly. However, no matter what the consideration is, it is necessary to develop a hongmeng Application based entirely on the Application Programming Interface (API).
A fifth edition hypertext markup language (HTML5, H5) application, which uses Webview as the main interactive medium on the Android system, typically customizes communication in order to facilitate interaction with hong meng native applications. When an application using Webview as an interactive medium is developed in a hong meng system, in order to reduce the repeated development of H5, a hybrid development architecture which can compatibly run H5 on an Android system on hong meng and can communicate according to a custom standard needs to be developed for hong meng native applications. This allows H5 applications that can run on Android to run on marmores without modifying the underlying code.
By placing each interactive js file which needs to be loaded by H5 to the hong Meng end, the time consumption and the flow consumption of resource loading are reduced; the service data are converted into a standardized data structure through the data parser, standard data are parsed out, corresponding services on each system are processed through the systematized data processor, and the H5 cross-system interaction processing is achieved. Through the custom communication of H5, the two-way communication between Hongmon native application and H5 is realized, and the function of compatibly operating android H5, which cannot be realized by native Webview alone, is effectively supplemented. The following is a detailed description.
In an embodiment of the application, the method for operating android H5 in hong meng compatibility is realized by a hong meng Webview-based hybrid development architecture, the hong meng Webview supports JavaScript, a Js file for supporting two-way communication is built in the hybrid development architecture, and the architecture comprises a cross-system standard data parser and a hong meng system data processor.
The data parser is responsible for passing H5 to the standard data of the hong meng native application, parsing out the service data, and then passing the service data to the data processor of the hong meng end hong meng power Package (HAP). Or converting the data processed by the data processor of Hongmon HAP into standard communication data, and then transmitting or calling back to the H5 application.
And the data processor of the Hongming system is responsible for processing the service data analyzed by the data analyzer according to the service rule. After the processing is finished, if callback is not needed, the processing is not carried out; if the callback data is needed to H5, the callback data is transmitted to the parser and then returned to H5.
Before the hong meng end HAP interacts with the H5 application, the following settings need to be made:
and the Hongmon system Webview starts the support of JavaScript through a webpage configuration WebConfig instruction, so that js files are normally loaded, and the normal communication between the H5 application and the Hongmon end HAP is ensured.
Because the H5 application can normally interact with each other across systems, the data parser and the Android system adopt the same logic, the same data structure is ensured, and the data parser and the Android system can be compatible for use in the two systems.
And setting a user agent identifier, and marking a system for data interaction to ensure that different systems can be identified, so that the accessed website displays different typesetting according to different types of browsers.
The method for starting the application authority of the Hongmong system comprises the steps of setting a security mode SecurityMode to be a fully-allowed WebConfig. SECURITY _ ALLOW through WebConfig so that Webview can load a link of a HyperText Transfer Protocol (HTTP) or load a resource of the HTTP, and supporting H5 link using the HTTP and the HTTP Security Protocol (HTTPS).
The application rights such as image permission ImagePermit, data capability DataAbiliity, positioning permission locationPermit, webpage storage permission webStorage Premit and the like are set through WebConfig, so that the Hongmon system can support business processing.
Fig. 1 is a schematic step diagram of a method for operating android H5 in hong meng compatibility according to an embodiment of the present application, and the method may include the following steps:
s101: when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by a data parser; the data parser and the android system adopt the same parsing logic.
In an embodiment of the present application, the first service data is service data processed at a hong meng end HAP, the second service data is service data processed at an H5 application, and since the H5 application and the hong meng end HAP cannot directly process data of each other, the service data of both parties are converted into standard data and then converted into service data that both parties can process. Thus, compatibility of the H5 application and the Hongmon system is realized.
In the process of data interaction between the Hongmeng end HAP and the H5 application, when the Webview loads H5 and triggers an onPageloaded instruction, loading js files in a rawfile folder to the H5 application through the load instruction of the Webview so as to construct communication of the jsbridge.
After the jsbridge communication is constructed, the hamming-side HAP intercepts a resource request according to whether a uniform resource locator isneedleloadUrl instruction needs to be loaded or not, and acquires a request uniform resource locator URL; then, coding the request URL to acquire an original URL character string; and determining a processing mode of the first service data according to the data structure of the original URL character string.
After the original URL character string is obtained, analyzing a data structure of the URL character string through a cross-system data parser, and judging whether the URL character string needs to be processed or is a normally overloaded URL according to the data structure; if the first service data is processed according to the determined processing mode, if the first service data is a URL needing to be processed, such as 'entity:// return/{ timestamp }/{ check code }/encoded data', the first service data is analyzed into standard data through a data analyzer, and then the standard data is converted into second service data; sending the second service data into the processor; if the URL is normally reloaded, e.g., "https:// www. x. com", then it is handed to the parent process, i.e., H5 is loaded directly by Webview, a Hongmon system. Thus, H5 converts the first service data into standard data through the data parser and delivers the standard data to the hong meng end HAP through the custom communication.
S102: the standard data is then parsed into second service data by a data parser.
S103: when the Hongmon end HAP sends the second service data to the H5 application, the second service data is analyzed into standard data through a data analyzer, and then the standard data is converted into the first service data to be sent to the H5 application.
Specifically, based on the hong meng Webview mixed development architecture, when the hong meng end HAP needs to transfer the second service data to H5, the transferred second service data needs to be transferred to a data parser first, the second service data is converted into standard data, and then the standard data is transferred to H5 through custom communication.
Based on the same inventive concept, the embodiment of the present application further provides a corresponding device for operating an android H5 in a hong meng compatible manner, as shown in fig. 2.
The embodiment provides a device for running android H5 in hong meng compatibility, which includes:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to cause the at least one processor to:
when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic;
then, the standard data is analyzed into second service data through the data analyzer;
when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.
In one embodiment of the present application, the at least one processor is further configured to: the Hamming end HAP intercepts a resource request according to whether a uniform resource locator isNeedLoadUrl instruction needs to be loaded or not, and acquires a request uniform resource locator URL; encoding the request URL to acquire an original URL character string; determining a processing mode of the first service data according to the data structure of the original URL character string; and transmitting the processed first service data to the Hongmon end HAP.
Based on the same idea, some embodiments of the present application further provide media corresponding to the above method.
Some embodiments of the present application provide a storage medium compatible for execution on android H5 at hong meng, having stored thereon computer-executable instructions configured to:
when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic;
then, the standard data is analyzed into second service data through the data analyzer;
when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.
The embodiments in the present application are described in a progressive manner, and the same and similar parts among the embodiments can be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, as to the method and media embodiments, the description is relatively simple as it is substantially similar to the method embodiments, and reference may be made to some of the descriptions of the method embodiments for relevant points.
The method and the medium provided by the embodiment of the application correspond to the method one to one, so the method and the medium also have the beneficial technical effects similar to the corresponding method.
It is also noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process method article or method that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process method article or method. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of additional like elements in the process method article or method in which the element is included.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A method for running an android H5 in Hongmon compatibility is characterized in that a cross-system data parser is installed in a Hongmon system, and is applied to a data interaction process of a Hongmon end HAP and H5, and the method comprises the following steps:
when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic;
then, the standard data is analyzed into second service data through the data analyzer;
when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.
2. The method according to claim 1, wherein the receiving, by the hamon end HAP, the first service data from the H5 application specifically includes:
the Hamming end HAP intercepts a resource request according to whether a uniform resource locator isNeedLoadUrl instruction needs to be loaded or not, and acquires a request uniform resource locator URL;
encoding the request URL to acquire an original URL character string;
and determining the processing mode of the first service data according to the data structure of the original URL character string.
3. The method of claim 2, wherein said hong meng system further has a data processor installed therein;
the determining, according to the data structure of the original URL string, a processing manner of the first service data specifically includes:
analyzing a data structure of the URL character string through the cross-system data parser, and judging whether the URL character string needs to be processed or is a normally reloaded URL according to the data structure;
if the data needs to be processed, the data is analyzed into standard data through the data analyzer, and then the standard data is converted into second service data;
sending the second service data to the data processor for processing;
if the URL is normally reloaded, H5 is directly loaded through Webview of Hongming system.
4. The method according to claim 1, wherein before the hong meng end HAP performs data interaction with the H5 application, the method further comprises:
opening application permission to enable the Hongmon system to support business processing;
the application permissions needing to be opened comprise a security mode SecurityMode, an image permission ImagePermit, a data capability DataAbility, a positioning permission locationPermit and a webpage storage permission webStorage Premit;
wherein, SecurityMode is set as a full permission to support H5 link using HTTP protocol and HTTPS protocol.
5. The method according to claim 1, wherein during data interaction between harmon-side HAPs and the H5 application, the method further comprises:
and when an onPageloaded instruction is triggered after the Hongmon Webview loading H5 is completed, loading a js file in a rawfile folder to the H5 application through a load instruction of the Webview so as to construct communication of the jsbridge.
6. The method according to claim 1, wherein before the hong meng end HAP performs data interaction with the H5 application, the method further comprises:
and (3) configuring WebConfig with the Hongmon system Webview through a webpage to start the support of JavaScript so as to normally load the js file.
7. The method according to claim 1, wherein before the hong meng end HAP performs data interaction with the H5 application, the method further comprises:
and marking a system for data interaction by setting a user agent identifier, so that the accessed website displays different typesetting according to different types of browsers.
8. An apparatus for operating android H5 at hong meng compatibility, comprising:
at least one processor; and the number of the first and second groups,
a memory communicatively coupled to the at least one processor; wherein the content of the first and second substances,
the memory stores instructions executable by the at least one processor to enable the at least one processor to:
when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic;
then, the standard data is analyzed into second service data through the data analyzer;
when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.
9. The device of claim 8, wherein the at least one processor is further configured to:
the Hamming end HAP intercepts a resource request according to whether a uniform resource locator isNeedLoadUrl instruction needs to be loaded or not, and acquires a request uniform resource locator URL;
encoding the request URL to acquire an original URL character string;
determining a processing mode of the first service data according to the data structure of the original URL character string;
and transmitting the processed first service data to the Hongmon end HAP.
10. A non-volatile storage medium storing computer-executable instructions, the computer-executable instructions configured to:
when the Hongmon end HAP receives first service data from the H5 application, the first service data is parsed into standard data by the data parser; the data analyzer and the android system adopt the same analysis logic;
then, the standard data is analyzed into second service data through the data analyzer;
when the hongmeng end HAP sends second service data to the H5 application, the second service data is analyzed into standard data by the data analyzer, and the standard data is converted into first service data to be sent to the H5 application.
CN202111423370.2A 2021-11-26 2021-11-26 Method, device and storage medium for operating android H5 in Hongmen compatibility Pending CN114116062A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111423370.2A CN114116062A (en) 2021-11-26 2021-11-26 Method, device and storage medium for operating android H5 in Hongmen compatibility

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111423370.2A CN114116062A (en) 2021-11-26 2021-11-26 Method, device and storage medium for operating android H5 in Hongmen compatibility

Publications (1)

Publication Number Publication Date
CN114116062A true CN114116062A (en) 2022-03-01

Family

ID=80370220

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111423370.2A Pending CN114116062A (en) 2021-11-26 2021-11-26 Method, device and storage medium for operating android H5 in Hongmen compatibility

Country Status (1)

Country Link
CN (1) CN114116062A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116483328A (en) * 2023-06-19 2023-07-25 广州信位通讯科技有限公司 System and method for running HongMong APP on ThreadX embedded software platform
CN118132879A (en) * 2024-04-30 2024-06-04 浙江口碑网络技术有限公司 Link data caching method and link data acquisition method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116483328A (en) * 2023-06-19 2023-07-25 广州信位通讯科技有限公司 System and method for running HongMong APP on ThreadX embedded software platform
CN116483328B (en) * 2023-06-19 2023-09-12 广州信位通讯科技有限公司 System and method for running HongMong APP on ThreadX embedded software platform
CN118132879A (en) * 2024-04-30 2024-06-04 浙江口碑网络技术有限公司 Link data caching method and link data acquisition method

Similar Documents

Publication Publication Date Title
CN109002362B (en) Service method, device and system and electronic equipment
US20090100321A1 (en) Universal contextual actions menu across windows applications
CN114116062A (en) Method, device and storage medium for operating android H5 in Hongmen compatibility
US8839194B2 (en) Component-based web application development framework used for creating web page
CN107092473B (en) Desktop application development method and device
KR20060082353A (en) System and method for providing and handling executable web content
CN104111855A (en) Method for dynamic update of iOS (Iphone Operation System) client based on Lua
CN109240697B (en) Call processing method and device and storage medium
CN113360812A (en) Service execution method and device
EP3640817A1 (en) System and method to convert a webpage built on a legacy framework to a webpage compatible with a target framework
US20130151571A1 (en) Interface defined virtual data fields
US20130191726A1 (en) Automatic widget creation apparatus and method for invoking heterogeneous web services in a composite application
CN103544029A (en) Web application engine system and implementation method thereof
CN101702641A (en) Coding method and network server
CN111723314B (en) Webpage display method and device, electronic equipment and computer readable storage medium
CN112835568A (en) Project construction method and device
US8959066B2 (en) Message validation in a service-oriented architecture
CN110941443B (en) Method and device for modifying file name in SDK (software development kit) and electronic equipment
CN116841559A (en) Transcoding method, device, apparatus, medium and program product
CN110825622A (en) Software testing method, device, equipment and computer readable medium
CN113055393B (en) Security service method, device and equipment
CN113760274B (en) Front-end assembly logic injection method and device
CN106775768B (en) Native code calling system and method and APP hybrid development system
CN113064987A (en) Data processing method, apparatus, electronic device, medium, and program product
US10579722B1 (en) Structured metadata for dynamic data encapsulation

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