CN102523295B - Plug-in registration method and system thereof - Google Patents

Plug-in registration method and system thereof Download PDF

Info

Publication number
CN102523295B
CN102523295B CN201110430350.8A CN201110430350A CN102523295B CN 102523295 B CN102523295 B CN 102523295B CN 201110430350 A CN201110430350 A CN 201110430350A CN 102523295 B CN102523295 B CN 102523295B
Authority
CN
China
Prior art keywords
web application
plug
identity
manager
unit
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.)
Active
Application number
CN201110430350.8A
Other languages
Chinese (zh)
Other versions
CN102523295A (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.)
Shenzhen Ipanel TV Inc
Original Assignee
Shenzhen Ipanel TV Inc
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 Ipanel TV Inc filed Critical Shenzhen Ipanel TV Inc
Priority to CN201110430350.8A priority Critical patent/CN102523295B/en
Publication of CN102523295A publication Critical patent/CN102523295A/en
Priority to HK12111265.1A priority patent/HK1170861A1/en
Application granted granted Critical
Publication of CN102523295B publication Critical patent/CN102523295B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a plug-in registration method. The method comprises the following steps: receiving a plug-in registration request sent by a browser, wherein the plug-in registration request comprises: WEB application identity identification, plug-in identity identification, a WEB application storage path and a plug-in storage path; finding WEB application possessing the WEB application identity identification in a plug-in manager; if the WEB application is not found, downloading the WEB application to the plug-in manager from a position indicated by the WEB application storage path; finding the plug-in possessing the plug-in identity identification in the plug-in manager; if the plug-in is found, establishing a mapping relation from the WEB application to the plug-in; setting an access entrance of the WEB application so that a user can call the WEB application through the access entrance. In addition, the invention also provides a plug-in registration system. According to the invention, the plug-in and the WEB application are stored in the plug-in manager and the mapping relation of one plug-in and a plurality of the WEB applications is established. A technology basis is provided for realizing diversification of a plug-in presentation mode.

Description

Plug-in registration method and system
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a plug-in registration method and system.
Background
With the rapid development of digital television technology, the embedded browser technology has become the basic core technology of digital television, and can provide users with digital television services with rich functions, such as Electronic Program Guide (EPG), Video On Demand (VOD), remote education, interactive games, and the like, which are developed based On a browser platform. Before providing a television program to a user through a television display device and a sound device, a digital television set top box needs to decode images and sounds which are subjected to digital compression, restore analog video and audio signals and play the program to the user.
In the prior art, the memories of the digital television set-top boxes are small, which seriously restricts the number of the WEB applications running in the digital television set-top boxes and the size of the WEB applications, so that the WEB applications exist in the set-top boxes in a plug-in mode. Here, the WEB application refers to a WEB page that runs based on a plug-in.
A plurality of plug-ins are loaded in a plug-in manager positioned in the set-top box middleware, and each plug-in is used for supporting a WEB application, namely, the plug-ins and the WEB applications are in a one-to-one mapping relationship. When a user opens a WEB page (the WEB page is a WEB page that can normally run without plug-in) through a browser, if the WEB page has an object tag, it indicates that a plug-in exists in the WEB page. After the browser analyzes the object tag to acquire the plug-in information, the plug-in information is sent to the plug-in manager for plug-in registration. For example, when a user watches a video through a browser, if a flash plugin needs to be installed, the WEB page of the video watched by the user is provided with an object tag, the browser obtains relevant information of the flash plugin through parsing the object tag, and the plugin manager completes registration of the flash plugin according to the parsed relevant information. The plug-in registration method in the prior art has the following defects:
1. because each plug-in only supports the operation of one WEB application, the expression form of the plug-in is single, the requirement of a user for replacing a display interface cannot be met, and the user experience is influenced.
2. Once a user selects to download a certain plug-in, the WEB application contained in the plug-in is fixed, if the user wants to change the WEB application, the WEB application with the high version can be downloaded only in an upgrading mode, and is stored in the plug-in manager, and meanwhile, the WEB application with the low version is deleted. Because the interface of the upgraded WEB application or the flow for realizing the function is changed, the low-version WEB application in the plug-in manager cannot continue to run, and the user cannot open the low-version WEB application, which brings bad experience to the user.
Disclosure of Invention
The embodiment of the invention provides a plug-in registration method and a system, which realize the purpose of diversified plug-in presentation forms by establishing a mapping relation between a plug-in and a plurality of WEB applications in a plug-in manager.
Therefore, the invention provides the following technical scheme:
a method of plug-in registration, the method comprising:
receiving a plug-in registration request sent by a browser, wherein the plug-in registration request comprises a WEB application identity mark, a plug-in identity mark, a WEB application storage path and a plug-in storage path;
searching a WEB application with the WEB application identity mark in a plug-in manager, and downloading the WEB application to the plug-in manager from a position indicated by a WEB application storage path if the WEB application with the WEB application identity mark is not searched;
searching the plug-in with the plug-in identity in the plug-in manager, and if the plug-in is found, establishing a mapping relation of the WEB application to the plug-in;
and setting an access entrance of the WEB application so that a user can call the WEB application through the access entrance.
A plugin registration system, the system comprising:
the system comprises a plug-in registration request receiving unit, a plug-in registration request processing unit and a plug-in registration request processing unit, wherein the plug-in registration request receiving unit is used for receiving a plug-in registration request sent by a browser, and the plug-in registration request comprises a WEB application identity identifier, a plug-in identity identifier, a WEB application storage path and a plug-in storage path;
a WEB application searching unit, configured to search a WEB application having the WEB application identity identifier in a plug-in manager, and if the WEB application is not found, download the WEB application to the plug-in manager from a location indicated by the WEB application storage path;
the plug-in searching unit is used for searching the plug-in with the plug-in identity in the plug-in manager, and if the plug-in is searched, the mapping relation of the WEB application to the plug-in is established;
and the access entrance setting unit is used for setting an access entrance of the WEB application so as to enable a user to call the WEB application through the access entrance.
The embodiment of the invention discloses the following technical effects:
according to the plug-in registration method and system provided by the embodiment of the invention, the plug-ins and the WEB applications are stored in the plug-in manager, and the mapping relation between one plug-in and a plurality of WEB applications is established, so that a technical basis is provided for realizing the diversification of the expression forms of the plug-ins. When a user selects to start a certain plug-in, the plug-in manager can provide a plurality of access entries of the WEB applications for the user, and the user selects one set of WEB applications to display according to the preference of the user, so that more humanized service is provided for the user, and the user experience is enhanced. Furthermore, the embodiment of the invention is applied to plug-in registration, and can also ensure that a user can normally check WEB applications with different versions, and the condition that the WEB application with a low version cannot be opened after being upgraded can not occur.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art according to the drawings.
Fig. 1 is a flowchart illustrating a first implementation manner of a plug-in registration method according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating a second implementation manner of the plug-in registration method according to the embodiment of the present invention;
FIG. 3 is a flow chart illustrating the deletion of a WEB application according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a first implementation manner of a plug-in registration system according to an embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a second implementation manner of the plugin registration system according to the embodiment of the present invention;
FIG. 6 is a schematic structural diagram of a third implementation manner of the plug-in registration system according to the embodiment of the present invention;
fig. 7 is a schematic structural diagram of a fourth implementation manner of the plug-in registration system according to the embodiment of the present invention.
Detailed Description
In order to make the technical field of the invention better understand the scheme of the invention, the following detailed description of the embodiments of the invention is provided in conjunction with the accompanying drawings and the implementation mode.
As shown in fig. 1, it is a flowchart of a plug-in registration method according to an embodiment of the present invention, including:
step 101, receiving a plug-in registration request sent by a browser, where the plug-in registration request includes a WEB application identity, a plug-in identity, a WEB application storage path, and a plug-in storage path. The plug-in registration request comprises a WEB page identity analyzed from the current WEB page by the browser and a plug-in identity of a plug-in contained in the current WEB page.
When a user opens a WEB page (namely a WEB page not based on plug-in operation) through a browser, if an object tag is carried in the page, the WEB page is indicated to contain the plug-in and the WEB application, the browser can analyze the object tag field to obtain the plug-in information contained in the object tag field, then a plug-in registration request is sent to a plug-in manager inside the set top box, and the plug-in manager completes the plug-in registration process. In this step, a plug-in registration request sent by the browser to the plug-in manager includes information of the WEB application identity, the plug-in identity, the WEB application storage path, and the plug-in storage path. The WEB application identity identification and the plug-in identity identification are sent to ensure that the plug-in manager can correctly identify the plug-in registration request, and the WEB application storage path and the plug-in storage path are sent to ensure that the plug-in manager can accurately find the storage positions of the WEB application and the plug-in, so that the WEB application and/or the plug-in are downloaded into the plug-in manager when needed.
And 102, searching the WEB application with the WEB application identity in the plug-in manager, and downloading the WEB application to the plug-in manager from the position indicated by the WEB application storage path if the WEB application with the WEB application identity is not searched.
And the plug-in manager receives a plug-in registration request sent by the browser, inquires whether the WEB application with the identity exists in the plug-in manager according to the WEB application identity contained in the request, namely judges whether the WEB application matched with the WEB application identity exists in the plug-in manager. And if the plug-in manager does not have the WEB application matched with the WEB application identity mark contained in the request after being inquired, downloading the WEB application with the WEB application identity mark contained in the request into the plug-in manager from the position indicated by the WEB application storage path. That is, the actual storage location of the WEB application is found according to the WEB application storage path, and then the WEB application is downloaded from the actual storage location to the plug-in manager for storage.
103, searching the plug-in with the plug-in identity in the plug-in manager, and if the plug-in is found, establishing a mapping relation of the downloaded WEB application to the plug-in.
After the step 102 is executed to download the WEB application to the plug-in manager, a plug-in for supporting the WEB application to run needs to be searched, and this step is mainly completed by a plug-in identity included in the plug-in registration request, and the specific process is as follows:
the plug-in manager searches the plug-in with the identity in the plug-in manager according to the plug-in identity contained in the request:
if the plug-in is found, it indicates that the plug-in matched with the plug-in identity included in the request is stored in the plug-in manager, and the plug-in manager can directly establish the mapping relationship between the WEB application downloaded in step 102 and the plug-in found in this step, and store the mapping relationship in the plug-in manager.
If the plug-in is not found, it indicates that no plug-in matching with the plug-in identity included in the request exists in the plug-in manager, and the plug-in manager needs to download the plug-in having the plug-in identity included in the request to the local, that is, to the plug-in manager, then establish a mapping relationship between the WEB application downloaded in step 102 and the plug-in downloaded in this step, and then store the mapping relationship in the plug-in manager.
And 104, setting an access entrance of the WEB application so that the user calls the WEB application through the access entrance.
After the step 103 is executed to establish the mapping relationship between the WEB applications and the plug-ins, an access entry needs to be set for each WEB application, so that when a user selects to start a certain plug-in, the plug-in manager can provide the access entries of the multiple WEB applications supported by the plug-ins to the user, and the user selects one of the WEB applications to display according to the preference of the user, thereby enhancing the user experience.
Further, after the plug-in registration is completed by applying the plug-in registration method according to the embodiment of the present invention, the WEB applications of different versions can be normally checked, so as to enhance the user experience, as shown in fig. 2, the plug-in registration method according to the embodiment of the present invention further includes:
step 201, receiving a plug-in registration request sent by a browser, different from step 101, the plug-in registration request received in this step further includes a WEB page version number.
Step 202, if the WEB application with the identity of the WEB application in the request is found in the plugin manager, and the version number of the found WEB application is different from the version number of the WEB page included in the request, downloading the WEB application with the version number of the WEB application included in the request to the plugin manager from the position indicated by the storage path of the WEB application, and reconfiguring the identity of the downloaded WEB application and/or the identity of the found WEB application to make the identities of the two different.
And if the plug-in manager searches the WEB application with the identity mark in the plug-in manager according to the WEB application identity mark contained in the request, the plug-in manager needs to further judge whether the version number of the searched WEB application is the same as the version number of the WEB application contained in the request. If the version numbers of the WEB application and the version numbers of the WEB application are different through comparison, the WEB page is downloaded to the plug-in manager from the position indicated by the WEB application storage path, and the identity identification of the downloaded WEB application and/or the identity identification of the searched WEB application are reconfigured to enable the identity identifications of the WEB application and the version numbers of the WEB application to be different.
In order to improve the flexibility of the plug-in registration of the embodiment of the invention, before downloading the WEB application with the WEB application identity mark contained in the request to the plug-in manager, the step firstly sends download confirmation information to the browser so that a user confirms whether to download the WEB application through the browser; and if the user confirms downloading, downloading the WEB application with the WEB application identity mark contained in the request to the plug-in manager according to the selection of the user.
Before downloading the WEB application, the plug-in manager sends download confirmation information to the browser, displays the WEB applications with different versions to a user through the browser, and the user selectively downloads and stores the WEB applications with different versions according to the actual needs of the user. The plug-in registration method provided by the embodiment of the invention is more humanized and the plug-in registration process is more flexible by carrying out plug-in registration according to the selection of the user.
Step 203, searching the plug-in with the plug-in identity included in the request in the plug-in manager, and establishing a mapping relation of the downloaded WEB application to the plug-in, specifically including the following three conditions:
a. if the identity of the downloaded WEB application is reconfigured in step 202, the mapping relationship of the downloaded WEB application to the plug-in is directly established in this step.
b. If the identity of the found WEB application is reconfigured in step 202, the mapping relationship of the found WEB application to the plug-in needs to be updated in addition to the mapping relationship of the downloaded WEB application to the plug-in this step.
c. If the identity of the downloaded WEB application and the identity of the found WEB application are reconfigured in step 202, the mapping relationship of the downloaded WEB application to the plug-in is also established and the mapping relationship of the found WEB application to the plug-in is updated in this step.
It should be noted here that the finding of the plug-in with the plug-in identity included in the request in the plug-in manager also falls into two cases: one is to find the plug-in, and then the mapping relation of the downloaded WEB application to the plug-in can be directly established respectively aiming at the three conditions of a, b and c; and the other is that the plug-in is not found, at this time, the plug-in with the plug-in identity included in the request needs to be downloaded to the plug-in manager, and then mapping relations of the downloaded WEB application to the plug-in are established respectively according to the three conditions of a, b and c. In addition, it should be noted that, for establishing the mapping relationship between the WEB application and the plug-in under the conditions b and c, special authorization needs to be performed on the user, otherwise, the user does not have the right to update the found mapping relationship between the WEB application and the plug-in, and the mapping relationship between the WEB application and the plug-in can only be established under the condition a.
Further, the plug-in registration method according to the embodiment of the present invention may also delete the WEB application stored in the plug-in manager according to a selection of the user, as shown in fig. 3, which is a schematic flow diagram for deleting the WEB application according to the embodiment of the present invention, and specifically includes:
step 301, after receiving a request for deleting a WEB application sent by a browser, deleting the WEB application request including a WEB application identity, and searching the WEB application having the WEB application identity in a plug-in manager;
step 302, if the WEB application is found, deleting the WEB application with the WEB application identity;
and step 303, returning information that the WEB application is successfully deleted to the browser.
Correspondingly, an embodiment of the present invention further provides a plug-in registration system, as shown in fig. 4, which is a schematic structural diagram of the plug-in registration system, and specifically includes:
a plug-in registration request receiving unit 401, configured to receive a plug-in registration request sent by a browser, where the plug-in registration request includes a WEB application identity, a plug-in identity, a WEB application storage path, and a plug-in storage path.
And a WEB application searching unit 402, configured to search, in the plugin manager, for a WEB application having the WEB application identity included in the request, and if the WEB application is not found, download, from a location indicated by a WEB application storage path, the WEB application to the plugin manager.
A plug-in searching unit 403, configured to search for a plug-in with a plug-in identity in the plug-in manager, and if the plug-in is found, establish a mapping relationship between the WEB application and the plug-in.
An access entry setting unit 404 is configured to set an access entry of the WEB application, so that the user calls the WEB application through the access entry.
If the plug-in searching unit does not search the plug-in with the plug-in identity in the plug-in manager, as shown in fig. 5, the system further includes:
a plug-in downloading unit 405, downloading the plug-in with the plug-in identity identifier to the plug-in manager from the position indicated by the plug-in storage path if the plug-in with the plug-in identity identifier is not found in the plug-in manager, and establishing a mapping relation of the WEB application to the plug-in; then, the access entry setting unit is notified to set the access entry of the current WEB application.
If the WEB application searching unit searches the WEB application having the WEB application identification included in the request in the plug-in manager, as shown in fig. 6, the system further includes:
a plug-in registration request receiving unit 401, configured to receive a plug-in registration request sent by a browser, where the plug-in registration request further includes a WEB application version number.
A version number comparison unit 406, configured to compare, after finding the WEB application with the WEB application identification included in the request, the version number of the found WEB application with the version number of the WEB application included in the request, and if the two are different, download, from a position indicated by the WEB application storage path, the WEB application with the WEB application version number included in the request to the plug-in manager.
An identity configuration unit 407, configured to reconfigure an identity of the downloaded WEB application and/or an identity of the found WEB application, so that the identities of the two are different;
a plug-in searching unit 403, configured to establish a mapping relationship between the downloaded WEB application and the plug-in when the identity configuration unit reconfigures the identity of the downloaded WEB application; or, the configuration unit is specifically configured to establish a mapping relationship between the downloaded WEB application and the plug-in when the identity configuration unit reconfigures the identity of the found WEB application, and update the mapping relationship between the found WEB application and the plug-in; or, the configuration module is specifically configured to establish a mapping relationship between the downloaded WEB application and the plug-in when the identity configuration unit reconfigures the identity of the downloaded WEB application and the found identity of the WEB application, and update the mapping relationship between the found WEB application and the plug-in.
Further, in order to improve flexibility of the plug-in registration process, the plug-in registration system according to the embodiment of the present invention further includes:
a download confirmation information sending unit, configured to send download confirmation information to the browser before the version number comparison unit downloads the WEB application having the WEB application identity included in the request to the plug-in manager, so that the user confirms whether to download the WEB application through the browser; and if the user confirms downloading, informing the version number comparison unit to download the WEB application with the WEB application identity mark contained in the request to the plug-in manager.
After the registration of the plugin is completed, if the user wants to delete the WEB application stored in the plugin manager, as shown in fig. 7, the system further includes:
a delete WEB application request receiving unit 501, configured to delete a WEB application request including a WEB application identity after receiving a delete WEB application request sent by a browser, and search for a WEB application having the WEB application identity in a plug-in manager;
a WEB application deleting unit 502, configured to delete the WEB application after the WEB application having the WEB application identity is found by the delete WEB application request receiving unit;
a sending unit 503, configured to return information that the WEB application is successfully deleted to the browser after the WEB application deleting unit deletes the WEB application.
Aspects of the invention may be described in the general context of computer-executable instructions, such as program elements, being executed by a computer. Generally, program elements include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The inventive arrangements may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program elements may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for system embodiments, since they are substantially similar to method embodiments, they are described in a relatively simple manner, and reference may be made to some descriptions of method embodiments for relevant points. The above-described system embodiments are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The above detailed description of the embodiments of the present invention, and the detailed description of the embodiments of the present invention used herein, is merely intended to facilitate the understanding of the methods and apparatuses of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A method for plug-in registration, the method comprising:
receiving a plug-in registration request sent by a browser, wherein the plug-in registration request comprises a WEB application identity mark, a plug-in identity mark, a WEB application storage path and a plug-in storage path;
searching a WEB application with the WEB application identity mark in a plug-in manager, and downloading the WEB application to the plug-in manager from a position indicated by a WEB application storage path if the WEB application with the WEB application identity mark is not searched;
searching the plug-in with the plug-in identity in the plug-in manager, and if the plug-in is found, establishing a mapping relation of the WEB application to the plug-in;
setting an access entrance of the WEB application so that a user can call the WEB application through the access entrance;
wherein,
the plug-in registration request also comprises a WEB application version number;
if the WEB application with the WEB application identity identifier is found in the plug-in manager, and the version number of the found WEB application is different from the WEB application version number contained in the plug-in registration request, downloading the WEB application with the WEB application version number contained in the plug-in registration request to the plug-in manager from the position indicated by the WEB application storage path, and reconfiguring the identity identifier of the downloaded WEB application and/or the identity identifier of the found WEB application to make the identity identifiers of the WEB application and the plug-in manager different;
the establishing of the mapping relationship of the WEB application to the plug-in specifically comprises the following steps:
if the identity of the downloaded WEB application is reconfigured, establishing a mapping relation of the downloaded WEB application to the plug-in;
if the identity of the searched WEB application is reconfigured, establishing the mapping relation of the downloaded WEB application to the plug-in, and updating the mapping relation of the searched WEB application to the plug-in;
and if the identity of the downloaded WEB application and the identity of the searched WEB application are reconfigured, establishing the mapping relation of the downloaded WEB application to the plug-in, and updating the mapping relation of the searched WEB application to the plug-in.
2. The method of claim 1, further comprising:
if the plug-in with the plug-in identity identification is not found in the plug-in manager, downloading the plug-in with the plug-in identity identification to the plug-in manager from a position indicated by the plug-in storage path, and establishing a mapping relation of the WEB application to the plug-in; and then executing the step of setting the access entrance of the WEB application.
3. The method according to claim 1 or 2, characterized in that the method further comprises:
before the WEB application with the WEB application version number contained in the plug-in registration request is downloaded to the plug-in manager from the position indicated by the WEB application storage path,
sending download confirmation information to the browser so that a user can confirm whether to download the WEB application or not through the browser; and if the user confirms downloading, then downloading the WEB application with the WEB application version number contained in the plug-in registration request to the plug-in manager from the position indicated by the WEB application storage path.
4. The method according to claim 1 or 2, characterized in that the method further comprises:
after a WEB application deleting request sent by the browser is received, the WEB application deleting request comprises a WEB application identity, and a WEB application with the WEB application identity is searched in the plug-in manager;
if the WEB application is found, deleting the WEB application with the WEB application identity;
and returning information of successful WEB application deletion to the browser.
5. The method of claim 3, further comprising:
after a WEB application deleting request sent by the browser is received, the WEB application deleting request comprises a WEB application identity, and a WEB application with the WEB application identity is searched in the plug-in manager;
if the WEB application is found, deleting the WEB application with the WEB application identity;
and returning information of successful WEB application deletion to the browser.
6. A plugin registration system, the system comprising:
the system comprises a plug-in registration request receiving unit, a plug-in registration request processing unit and a plug-in registration request processing unit, wherein the plug-in registration request receiving unit is used for receiving a plug-in registration request sent by a browser, and the plug-in registration request comprises a WEB application identity identifier, a plug-in identity identifier, a WEB application storage path and a plug-in storage path;
a WEB application searching unit, configured to search a WEB application having the WEB application identity identifier in a plug-in manager, and if the WEB application is not found, download the WEB application to the plug-in manager from a location indicated by the WEB application storage path;
a plug-in searching unit, configured to search for a plug-in with the plug-in identity identifier in the plug-in manager, and if the plug-in is found, establish a mapping relationship between the WEB application and the plug-in;
the access entrance setting unit is used for setting an access entrance of the WEB application so that a user can call the WEB application through the access entrance;
wherein,
the plug-in registration request receiving unit is used for receiving a plug-in registration request sent by the browser, and the plug-in registration request also comprises a WEB application version number;
a version number comparison unit, configured to compare, after finding the WEB application with the WEB application identification, the version number of the found WEB application with the WEB application version number included in the plug-in registration request, and if the two are different, download, from a position indicated by the WEB application storage path, the WEB application with the WEB application version number included in the plug-in registration request to the plug-in manager;
the identity configuration unit is used for reconfiguring the downloaded identity of the WEB application and/or the searched identity of the WEB application to ensure that the identities of the downloaded identity and the searched identity are different;
the plug-in searching unit is specifically configured to establish a mapping relationship between the downloaded WEB application and the plug-in when the identity configuration unit reconfigures the identity of the downloaded WEB application; or, specifically, when the identity configuration unit reconfigures the identity of the found WEB application, establish a mapping relationship of the downloaded WEB application to the plug-in, and update the mapping relationship of the found WEB application to the plug-in; or, the identifier configuring unit is specifically configured to establish a mapping relationship between the downloaded WEB application and the plug-in when the identifier configuring unit reconfigures the identifier of the downloaded WEB application and the identifier of the found WEB application, and update the mapping relationship between the found WEB application and the plug-in.
7. The system of claim 6, further comprising:
the plug-in downloading unit is used for downloading the plug-in with the plug-in identity identifier to the plug-in manager from the position indicated by the plug-in storage path if the plug-in with the plug-in identity identifier is not found in the plug-in manager, and establishing a mapping relation of the WEB application to the plug-in; and then, the access entry setting unit is notified to set the access entry of the WEB application.
8. The system according to claim 6 or 7, characterized in that it further comprises:
a download confirmation information sending unit, configured to send download confirmation information to the browser before the version number comparison unit downloads the WEB application having the WEB application version number included in the plug-in registration request to the plug-in manager, so that a user confirms whether to download the WEB application through the browser; and if the user confirms downloading, informing the version number comparison unit to download the WEB application with the WEB application version number contained in the plug-in registration request to the plug-in manager.
9. The system according to claim 6 or 7, characterized in that it further comprises:
a delete WEB application request receiving unit, configured to, after receiving a delete WEB application request sent by the browser, search for a WEB application having a WEB application identification in the plugin manager, where the delete WEB application request includes the WEB application identification;
a WEB application deleting unit, configured to delete the WEB application after the WEB application with the WEB application identity is found by the delete WEB application request receiving unit;
and the sending unit is used for returning information of successful WEB application deletion to the browser after the WEB application deletion unit deletes the WEB application.
10. The system of claim 8, further comprising:
a delete WEB application request receiving unit, configured to, after receiving a delete WEB application request sent by the browser, search for a WEB application having a WEB application identification in the plugin manager, where the delete WEB application request includes the WEB application identification;
a WEB application deleting unit, configured to delete the WEB application after the WEB application with the WEB application identity is found by the delete WEB application request receiving unit;
and the sending unit is used for returning information of successful WEB application deletion to the browser after the WEB application deletion unit deletes the WEB application.
CN201110430350.8A 2011-12-20 2011-12-20 Plug-in registration method and system thereof Active CN102523295B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201110430350.8A CN102523295B (en) 2011-12-20 2011-12-20 Plug-in registration method and system thereof
HK12111265.1A HK1170861A1 (en) 2011-12-20 2012-11-08 A method and system for plug-in registering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110430350.8A CN102523295B (en) 2011-12-20 2011-12-20 Plug-in registration method and system thereof

Publications (2)

Publication Number Publication Date
CN102523295A CN102523295A (en) 2012-06-27
CN102523295B true CN102523295B (en) 2014-07-09

Family

ID=46294082

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110430350.8A Active CN102523295B (en) 2011-12-20 2011-12-20 Plug-in registration method and system thereof

Country Status (2)

Country Link
CN (1) CN102523295B (en)
HK (1) HK1170861A1 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104049986B (en) * 2013-03-14 2018-12-18 腾讯科技(深圳)有限公司 plug-in loading method and device
CN103699451B (en) * 2013-12-31 2017-08-11 北界创想(北京)软件有限公司 The data sharing method and device of application software and plug-in unit
CN104955024A (en) * 2014-03-25 2015-09-30 联想移动通信科技有限公司 Method and device for application update, and server
CN105516750B (en) * 2015-12-03 2019-04-30 深圳市茁壮网络股份有限公司 A kind of plug-in unit unloading and deletion and update method based on object label
CN107992313A (en) * 2016-10-25 2018-05-04 航天信息软件技术有限公司 On-line software updating method and device
CN107315628B (en) * 2017-06-13 2020-11-17 浪潮金融信息技术有限公司 Plug-in calling method and device, computer readable storage medium and terminal
CN109358911A (en) * 2018-09-29 2019-02-19 福建星网智慧软件有限公司 A kind of method and system of distributed system dynamic integrity WEB application
CN112835866B (en) * 2019-11-25 2024-07-26 深圳云天励飞技术有限公司 Database implementation method and device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101645778A (en) * 2009-08-25 2010-02-10 中国科学院计算技术研究所 Network service flow identification system and identification method thereof
CN101847100A (en) * 2010-06-08 2010-09-29 用友软件股份有限公司 Method for expanding software application and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8311038B2 (en) * 2009-03-30 2012-11-13 Martin Feuerhahn Instant internet browser based VoIP system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101645778A (en) * 2009-08-25 2010-02-10 中国科学院计算技术研究所 Network service flow identification system and identification method thereof
CN101847100A (en) * 2010-06-08 2010-09-29 用友软件股份有限公司 Method for expanding software application and device

Also Published As

Publication number Publication date
CN102523295A (en) 2012-06-27
HK1170861A1 (en) 2013-03-08

Similar Documents

Publication Publication Date Title
CN102523295B (en) Plug-in registration method and system thereof
KR102057107B1 (en) Receiving device, receiving method, program, and information processing system
KR102033809B1 (en) Reception device, reception method, and program
CN102572541B (en) Television subscriber interaction method and system
CN101170675B (en) Method and system for managing J2ME application in network TV system
US20130175333A1 (en) Systems and methods for associating a mobile electronic device with a preexisting subscriber account
US11310066B2 (en) Method and apparatus for pushing information
CN103548358A (en) Trigger compaction
US10037215B2 (en) Method and apparatus for interworking application and web browser
CN103269452B (en) A kind of ad content update method and device
CN110708571B (en) Video clip playing control method and related product
CN104079970A (en) System and method of data interaction and control of mobile equipment and WIFI (Wireless Fidelity) smart television
CN102298530A (en) Set top box software upgrading method and device
CN101115180B (en) Electronic program menu system and functional module dynamic load operating method
CN105704562A (en) Multi-version compatible method and multi-version compatible device for Internet protocol television cloud service platform
CN107844597B (en) Game application management method, electronic device and computer readable medium
CN103561326A (en) Broadcasting method based on digital TV browser
CN105100833A (en) Subtitle loading method and device for online playing
CN101742247A (en) Method and system for interactive web TV service authentication and EPG server
CN103297516B (en) The polymorphic type of a kind of application provides method, system and device
CN106886583B (en) Method and apparatus for managing multimedia file broadcasting in the electronic device
CN102209270A (en) Advertisement playing system and method based on set top box
CN104980807A (en) Method and terminal for multimedia interaction
CN104796776B (en) The method of digital TV terminal update advertising pictures
CN106231421A (en) The upgrade method of a kind of Set Top Box and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1170861

Country of ref document: HK

C14 Grant of patent or utility model
GR01 Patent grant