CN101311924B - Graphical user interface browsers system and method - Google Patents

Graphical user interface browsers system and method Download PDF

Info

Publication number
CN101311924B
CN101311924B CN2007101052287A CN200710105228A CN101311924B CN 101311924 B CN101311924 B CN 101311924B CN 2007101052287 A CN2007101052287 A CN 2007101052287A CN 200710105228 A CN200710105228 A CN 200710105228A CN 101311924 B CN101311924 B CN 101311924B
Authority
CN
China
Prior art keywords
gui
browser
target
information
window
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.)
Expired - Fee Related
Application number
CN2007101052287A
Other languages
Chinese (zh)
Other versions
CN101311924A (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.)
ZTE Corp
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CN2007101052287A priority Critical patent/CN101311924B/en
Publication of CN101311924A publication Critical patent/CN101311924A/en
Application granted granted Critical
Publication of CN101311924B publication Critical patent/CN101311924B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a graphical user interface browser system and a method thereof, as well as an interactive system based on the graphical user interface browser system. Wherein, the browser system comprises a GUI browsing server, a GUI interceptor and a GUI browser. The invention combines the advantages of the two frames of client terminal/server and browser/server, thus facilitating the building of a systematic environment, integration use and system dilatancy, reducing the client terminal procedure issuance and the maintenance cost, as well as greatly decreasing the data flow and improving the safety. The user interface browser system is used for carrying out the remote-distance real-time browsing and operation on the remote-distance application software client terminal GUI, thus using all functions provided by the application software.

Description

Browser system and method of graphical user interface
Technical Field
The invention relates to the technical field of graphical interface drawing, in particular to a graphical user interface browser system and a graphical user interface browser method based on the technology.
Background
With the continuous development of computer technology and network technology, many complex software application systems use different architectures, which are traditionally a C/S (Client/Server) architecture and a Web B/S (Browser/Server) based architecture.
The structure of the C/S is shown in FIG. 1B, the Client is used as the front end to receive the User request through a GUI (graphical User Interface), the front end Client makes the request to the back end Server, and the Server returns the request result. The C/S structure is mature in technology, and has the remarkable characteristics of strong interactivity, good safety, high response speed, capability of processing complex business logic and the like. In practice, this structure has many disadvantages, mainly including the following:
1) the software of the structure has strong specificity, needs to use specific client software in specific application, has poor universality and compatibility, and leads to frequent upgrade;
2) each client of the structure needs to install a corresponding client program, and the distribution function is weak, so that the difficulty of issuing, maintaining, managing and upgrading the client program is increased;
3) when the structure software processes complex services, the data communication traffic between the client and the server is increased, and the communication overhead of the whole system is higher and higher.
The B/S structure is as shown in FIG. 1A, and compared with the C/S structure, the Web-based B/S structure has the characteristics of good usability, strong distributivity, no installation of application contents and the like. The user can obtain the latest service in the first time without updating the Web browser due to the upgrade of the Web server, and the maintenance personnel can not run between each client for the maintenance work of the program. However, in practical applications, this structure also reveals many disadvantages, including the following:
1) the browser with the structure can browse the web pages, but is applied to complex application systems
(e.g., a telecommunications network management system), many functions are difficult or even impossible to implement;
2) the communication protocol adopted by the structure has low reliability, and is very unfavorable for a system with high safety requirement;
3) this architecture has poor accessibility to handle large amounts of data.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a browser system and a method of a graphical user interface, which combine the advantages of two architectures, namely C/S and B/S, and remotely browse and operate a GUI (graphical user interface) of a remote application software client in real time through the browser system of the user interface, so that various functions provided by application software are used.
In order to solve the above technical problem, the present invention provides a browser system of a graphical user interface GUI, comprising: a GUI browsing server, a GUI interceptor, and a GUI browser; wherein,
the GUI browsing server is used for configuring relevant information of a target GUI; receiving a browsing request from a GUI browser, injecting the GUI interceptor into a target GUI, starting the target GUI, activating the GUI interceptor, and returning the information of the GUI interceptor to the GUI browser;
the GUI interceptor is used for intercepting the window information and the graphical interface drawing information of the target GUI and sending the window information and the graphical interface drawing information to the GUI browser; receiving information of the operation events transmitted by the GUI browser, and performing event dispatching in a target GUI;
the GUI browser is used for receiving the window information and the graphical interface drawing information of the target GUI sent by the GUI interceptor, creating a window and locally reproducing the window; transmitting information of an operation event of a user on a local reproduction window to the GUI interceptor in real time;
further, the system of the present invention, wherein the information related to the target GUI configured by the GUI browsing server includes: path of executable file of the target GUI, and path information of client use running environment;
further, the system of the present invention, wherein the GUI browsing server is further configured to manage a life cycle of a target GUI being browsed, and the system includes: starting the target GUI, monitoring the running condition of the target GUI, and recovering process resources by sending a disconnection command to the target GUI so as to stop the running of the target GUI;
further, the system of the present invention, wherein the GUI browser creates a window according to the received window information of the target GUI; the window information of the target GUI includes: opening, closing, position, sizing, window ID, title and icon information of a window in the target GUI;
further, in the system of the present invention, the GUI browser finds a corresponding window according to the window ID, and locally reproduces the received graphical interface drawing information;
further, the system of the present invention, wherein the GUI interceptor is a plug-in unit of the target GUI, and operates in the same process as the target GUI;
further, the system of the present invention, wherein the GUI browser is a plug-in unit, and is embedded in other application programs to operate;
in order to solve the above technical problem, the present invention further provides a browsing method of a GUI browser system for a GUI, which is applied to a system including a GUI browsing server, a GUI interceptor, and a GUI browser, and includes the following steps:
(1) the GUI browsing server receives a browsing request from a GUI browser, injects the GUI interceptor into a target GUI, then starts the target GUI, and returns the information of the GUI interceptor to the GUI browser;
(2) the GUI browser is connected with the GUI interceptor, and the GUI interceptor intercepts window information and graphical interface drawing information of the target GUI and transmits the window information and the graphical interface drawing information to the GUI browser;
(3) the GUI browser creates a window according to the received information, locally reproduces the window and displays an initial interface of a remote GUI program;
(4) the GUI browser sends an operation event of a user on a locally reproduced window to the GUI interceptor in real time, and the GUI interceptor dispatches the received event in a target GUI to trigger the update of a target GUI program interface;
(5) the GUI interceptor intercepts the updated graphical interface drawing information of the target GUI and sends the intercepted information to the GUI browser, and the GUI browser carries out local reproduction to finish the remote operation of a user;
the method of the present invention, wherein the step (1) further comprises: the GUI browsing server receives a browsing request from the GUI browser, automatically copies the GUI interceptor to the operating environment used by the target GUI, sets the interface of the GUI interceptor in the starting parameters of the target GUI, and completes the injection of the GUI interceptor; then activating the GUI interceptor when the GUI browsing server starts the target GUI, and establishing connection between the GUI browsing server and the GUI interceptor activated in the target GUI process for managing the life cycle of the browsed target GUI; simultaneously returning the IP address and the port information of the GUI interceptor to the GUI browser;
further, the method of the present invention, wherein the managing the life cycle of the browsed target GUI by the GUI browsing server includes: starting the target GUI, monitoring the running condition of the target GUI, and recovering process resources by sending a disconnection command to the target GUI so as to stop the running of the target GUI;
further, the method of the present invention, wherein the window information of the target GUI in step (2) includes: opening, closing, position, sizing, window ID, title and icon information of a window in the target GUI; the GUI browser in the step (3) creates a window according to the received window information of the target GUI;
further, the method of the present invention, wherein in step (3) or step (5), the GUI browser performs local rendering, including: finding a corresponding window according to the window ID, and locally reproducing the received graphical interface drawing information by the GUI browser;
in order to solve the above technical problem, the present invention further provides an interactive system based on a GUI browser system, comprising: the system comprises a GUI browser system and a client/server system, wherein the GUI browser system is used for intercepting an interface window opening event and a drawing process of a target GUI, reproducing the interface window opening event and the drawing process to a user through GUI information interaction, and distributing an operation event of the user to the client/server system, and the client/server system is used for finishing the interaction of service information;
the system of the present invention, wherein the GUI browser system includes:
the GUI browsing server is used for configuring relevant information of a target GUI; receiving a browsing request from a GUI browser, injecting the GUI interceptor into a target GUI, starting the target GUI, activating the GUI interceptor, and returning the information of the GUI interceptor to the GUI browser;
the GUI interceptor is used for intercepting the window information and the graphical interface drawing information of the target GUI and sending the window information and the graphical interface drawing information to the GUI browser; receiving the information of the operation event transmitted by the GUI browser, and dispatching the event in an application program client of a target GUI (graphical user interface), namely a C/S (client/server) system;
the GUI browser is used for receiving the window information and the graphical interface drawing information of the target GUI sent by the GUI interceptor, creating a window and locally reproducing the window; transmitting information of an operation event of a user on a local reproduction window to the GUI interceptor in real time;
further, the system of the present invention, wherein the GUI interceptor is a plug-in unit of the target GUI, and operates in the same process as the target GUI;
further, in the system of the present invention, the GUI browser creates a window according to the received window information of the target GUI, where the window information includes: opening, closing, position, sizing, window ID, title and icon information of a window in the target GUI; and finding out the corresponding window according to the window ID, and locally reproducing according to the received graphical interface drawing information.
The graphical user interface browser system overcomes a plurality of defects in C/S and B/S architectures, combines the advantages of the C/S and the B/S architectures, and has the following beneficial effects:
1) the system for browsing graphic images of remote GUI has high reusability, which means that the system is not changed along with the upgrading of application programs. The system environment is easy to build, and the integration use and the capacity expansion are easy without additionally modifying the client program of the application program;
2) browsed in the browser system is a client GUI application program in the C/S system, and the browser system has the advantages of the C/S system, such as: the development of the GUI application program is not limited like page design, so that the defect that when the Web browser is applied to a complex application system, a plurality of functions are difficult to realize and even cannot be realized is avoided;
3) the data transmission flow between the browser and the interceptor is greatly reduced. And only the interface drawing result is transmitted, so that the data flow is greatly reduced compared with the service logic data.
4) The graphic drawing process information transmitted between the browser and the interceptor does not contain sensitive service information, so the safety is greatly improved;
5) in the browser system, each client needs to install a corresponding client program, but installs the browser program on each client, unlike the C/S system. Therefore, when the client of the application software is upgraded, a maintainer does not need to run to each client for installing the client to maintain, only the application program on the browsed client is updated, the browser does not need to be upgraded and used as usual, and the cost of issuing and maintaining the client program is reduced.
Drawings
FIG. 1A is a prior art Web-based browser/server architecture diagram;
FIG. 1B is a prior art client/server architecture diagram;
FIG. 2 is a block diagram of a two-level interactive system in an embodiment of the present invention;
FIG. 3 is a diagram illustrating components of a browser system for a graphical user interface according to an embodiment of the present invention;
FIG. 4 is a system flow diagram of a browser system user browse request function in an embodiment of the present invention;
fig. 5 is a system flowchart of a remote browsing/operating function of a browser system user in an embodiment of the present invention.
Detailed Description
The following describes the implementation of the technical solution based on JAVA language in detail with reference to the accompanying drawings.
Fig. 2 is a diagram showing a structure of a two-stage interactive system in the embodiment of the present invention. The technical scheme establishes a two-stage interactive system, wherein the first stage is a GUI browser system, and the second stage is a C/S system; the GUI browser system is used for intercepting an interface window opening event and a graphical interface drawing process of a target GUI, receiving GUI data of the GUI and reproducing the GUI data to a user side, and sending an operation request, wherein interactive data of the GUI browser system is GUI information; a user sends an operation event of the user to a C/S system through the interaction between a first-level GUI browser system and a target GUI, namely an application program client; the C/S system is used for finishing the interaction of the service information, the application program client side and the application program server interact in a traditional mode, the client side sends a user operation request to the server and processes the user operation request according to the information returned by the server, and the GUI interface of the client side is updated.
As shown in fig. 3, a structure diagram of each component unit of a gui browser system in the embodiment of the present invention includes: a GUI browsing server 24, a GUI interceptor 22, and a GUI browser 21, wherein,
the GUI browser 21: the system is an application which is independently operated by JAVA development and is installed on each client to be directly used for users. The GUI browser 21 sends a browsing request to the GUI browsing server 24 to establish an interface information interaction channel with the GUI interceptor 22. The GUI browser 21 has a main function of receiving opening, closing, position, size adjustment, window ID, title, and icon information of a window intercepting the target GUI 23, and graphical interface drawing information of a window interface, which are transmitted from the GUI interceptor 22, and performing local reproduction of the GUI interface of the target GUI 23. And transmits keyboard and mouse operation information to the GUI interceptor 22.
The GUI browsing server 24: is a separately running application that may run on the same machine as the target GUI 23. The configuration object GUI 23 is responsible for relevant information, and mainly includes a path of an executable file of a JAVA GUI application client program, a JRE (JAVA runtime environment) path used by the client, and the like. The main function is that when receiving a browsing request sent by the GUI browser 21, the GUI browsing server 24 automatically injects the GUI interceptor 22 into the target GUI 23, activates the GUI interceptor 22 while starting the target GUI 23, and returns the address and port information of the GUI interceptor 22, so that the GUI interceptor 22 and the GUI browser 21 successfully establish an interface interaction channel, and further interact interface and operation information.
The GUI interceptor 22: upon activation of the launched target GUI 23, both run in the same process. The GUI interceptor 22 may intercept opening, closing, position, size adjustment, window ID, title, and icon event information of a window, receive a graphic interface drawing event information of an interface, and transmit the event information to the GUI browser 21 through a network. The GUI interceptor 22 receives the operation information such as the keyboard and the mouse from the GUI browser 21, dispatches the keyboard and mouse events, triggers the interface update, intercepts the interface by the GUI interceptor 22 during the update, and transfers the interface to the GUI browser 21 to draw the updated interface, thereby completing the remote operation of the target GUI 23.
Fig. 4 is a system flowchart of a browsing request function of a browser system user according to an embodiment of the present invention. The method comprises the following specific steps:
step 301: a user uses a GUI browser to browse and operate a remote JAVA graphical user interface;
step 302: the GUI browser establishes network connection with a GUI browsing server;
step 303: the GUI browser and the GUI browsing server are successfully connected through a network;
step 304: after the connection between the GUI browser and the GUI browsing server is successfully established, the GUI browser sends a browsing request to the GUI browsing server;
step 305: after receiving the browsing request, the GUI browsing server injects a GUI interceptor into a target GUI;
step 306: after the GUI interceptor is injected successfully, starting a browsed target GUI interface;
step 307: activating a GUI interceptor while being started by the browsed target GUI;
step 308: the GUI interceptor is successfully activated;
step 309: the GUI browsing server establishes connection with the activated GUI interceptor so as to manage the life cycle of the browsed target GUI and recycle resources;
step 310: the GUI browsing server returns the activated IP address and port information of the GUI interceptor to the GUI browser;
step 311: the GUI browser establishes connection with a GUI interceptor;
step 312: the GUI browser successfully establishes connection with the activated GUI interceptor;
step 313: the GUI browser is disconnected from the GUI browsing server, because no information interaction with the server is needed;
step 314: displaying an initial interface by the browsed target GUI;
step 315: the GUI interceptor intercepts a target GUI interface window opening event and transmits opening window information (such as ID, title, icon, position, size and the like of a window) to the GUI browser;
step 316: the GUI browser receives the information of opening the window, and creates a new window locally according to the transmitted window ID, title, icon, position, size and the like;
step 317: the browsed target GUI display interface elements;
step 318: the GUI interceptor successfully intercepts the drawing process of the target GUI interface element and transmits the intercepted drawing information of the graphical interface to the GUI browser;
step 319: the GUI browser receives the graphical interface drawing information, finds a corresponding window according to the window ID, draws a graphical image on the window and presents the graphical image to an initial interface of a user;
fig. 5 is a system flowchart illustrating a remote browsing/operating function of a user of a browser system according to an embodiment of the present invention. The method comprises the following specific steps:
step 401: a user uses various functions provided by a user interface in an initial local browser window, namely, the operation of a mouse and a keyboard is triggered;
step 402: a window locally established by the GUI browser sends mouse and keyboard events to a GUI interceptor;
step 403: the GUI interceptor receives mouse and keyboard events, transmits the mouse and keyboard events to the corresponding window for dispatching, and the mouse and keyboard events cause the interface of the window corresponding to the target GUI to be updated;
step 404: the GUI interceptor intercepts the graphical interface drawing information updated by the target GUI interface;
step 405: the GUI interceptor transmits the intercepted graphical interface drawing information updated by the interface to the GUI browser;
step 406: the GUI browser receives the updated graphical interface drawing information and performs graphical image drawing of interface updating on a corresponding window;
step 407: the user can browse the updated interface caused by mouse and keyboard operation, so as to achieve the purpose of operating the remote graphic user interface.
The above is a flow chart of one-time mouse or keyboard operation, the flow sequence is continuously repeated, the user browsing and remote operation of the GUI interface of the application software are completed, and various functions provided by the client are achieved.
It should be understood that those skilled in the art to which the invention pertains may make corresponding changes or substitutions according to the technical solutions and concepts thereof, and all such changes or substitutions shall fall within the protection scope of the claims of the present invention.
As in another embodiment, the GUI browser system may also use this interface remotely, with only the GUI program, and without the S-server. For example: the word application is a single GUI with no server. That is, the target GUI program may or may not be a CS system.

Claims (16)

1. A browser system for a graphical user interface, GUI, comprising: a GUI browsing server, a GUI interceptor, and a GUI browser; wherein,
the GUI browsing server is used for configuring relevant information of a target GUI; receiving a browsing request from a GUI browser, injecting the GUI interceptor into a target GUI, starting the target GUI, activating the GUI interceptor, and returning the information of the GUI interceptor to the GUI browser;
the GUI interceptor is used for intercepting the window information and the graphical interface drawing information of the target GUI and sending the window information and the graphical interface drawing information to the GUI browser; receiving information of the operation events transmitted by the GUI browser, and performing event dispatching in a target GUI;
the GUI browser is used for receiving the window information and the graphical interface drawing information of the target GUI sent by the GUI interceptor, creating a window and locally reproducing the window; and transmitting information of the operation event of the user on the local reproduction window to the GUI interceptor in real time.
2. The system of claim 1, wherein the GUI browsing server configures the target GUI related information, comprising: the path of the executable file of the target GUI, and the client usage execution environment path information.
3. The system of claim 1, wherein the GUI browsing server is further configured to manage a lifecycle of the browsed target GUI, comprising: starting the target GUI, monitoring the running condition of the target GUI, and recovering process resources by sending a disconnection command to the target GUI so as to stop the running of the target GUI.
4. The system of claim 1, wherein the GUI browser creates a window according to the received window information of the target GUI;
wherein the window information of the target GUI includes: opening, closing, position, resizing of windows, window ID, title, and icon information in the target GUI.
5. The system of claim 1, wherein the GUI browser locally renders the received graphical interface rendering information by finding a corresponding window based on the window ID.
6. The system of claim 1, wherein the GUI interceptor is a plug-in unit of the target GUI that runs in the same process as the target GUI.
7. The system of claim 1, wherein the GUI browser is a plug-in unit that runs embedded in other applications.
8. A browsing method of a GUI browser system is applied to a system comprising a GUI browsing server, a GUI interceptor and a GUI browser, and is characterized by comprising the following steps:
(1) the GUI browsing server receives a browsing request from a GUI browser, injects the GUI interceptor into a target GUI, then starts the target GUI, and returns the information of the GUI interceptor to the GUI browser;
(2) the GUI browser is connected with the GUI interceptor, and the GUI interceptor intercepts window information and graphical interface drawing information of the target GUI and transmits the window information and the graphical interface drawing information to the GUI browser;
(3) the GUI browser creates a window according to the received information, locally reproduces the window and displays an initial interface of a remote GUI program;
(4) the GUI browser sends an operation event of a user on a locally reproduced window to the GUI interceptor in real time, and the GUI interceptor dispatches the received event in a target GUI to trigger the update of a target GUI program interface;
(5) and the GUI interceptor intercepts the updated graphical interface drawing information of the target GUI and sends the intercepted information to the GUI browser, and the GUI browser carries out local reproduction to finish the remote operation of the user.
9. The method of claim 8, wherein step (1) further comprises:
the GUI browsing server receives a browsing request from the GUI browser, automatically copies the GUI interceptor to the operating environment used by the target GUI, sets the interface of the GUI interceptor in the starting parameters of the target GUI, and completes the injection of the GUI interceptor; then activating the GUI interceptor when the GUI browsing server starts the target GUI, and establishing connection between the GUI browsing server and the GUI interceptor activated in the target GUI process for managing the life cycle of the browsed target GUI; and simultaneously returning the IP address and the port information of the GUI interceptor to the GUI browser.
10. The method of claim 9, wherein the GUI browsing server manages a lifecycle of the browsed target GUI, comprising: starting the target GUI, monitoring the running condition of the target GUI, and recovering process resources by sending a disconnection command to the target GUI so as to stop the running of the target GUI.
11. The method of claim 8, wherein the window information of the target GUI in step (2) comprises: opening, closing, position, sizing, window ID, title and icon information of a window in the target GUI;
and (4) the GUI browser creates a window according to the received window information of the target GUI in the step (3).
12. The method of claim 8, wherein in step (3) or step (5), the GUI browser performs local rendering, comprising: and finding a corresponding window according to the window ID, and locally reproducing the received graphical interface drawing information by the GUI browser.
13. An interactive system based on a Graphical User Interface (GUI) browser system, comprising: the system comprises a GUI browser system and a client/server system, wherein the GUI browser system is used for intercepting an interface window opening event and a drawing process of a target GUI, reproducing the interface window opening event and the drawing process to a user through GUI information interaction, distributing an operation event of the user to the client/server system, and the client/server system is used for finishing the interaction of service information.
14. The system of claim 13, wherein the GUI browser system, comprises:
the GUI browsing server is used for configuring relevant information of a target GUI; receiving a browsing request from a GUI browser, injecting the GUI interceptor into a target GUI, starting the target GUI, activating the GUI interceptor, and returning the information of the GUI interceptor to the GUI browser;
the GUI interceptor is used for intercepting the window information and the graphical interface drawing information of the target GUI and sending the window information and the graphical interface drawing information to the GUI browser; receiving the information of the operation event transmitted by the GUI browser, and dispatching the event in an application program client of a target GUI (graphical user interface), namely a C/S (client/server) system;
the GUI browser is used for receiving the window information and the graphical interface drawing information of the target GUI sent by the GUI interceptor, creating a window and locally reproducing the window; and transmitting information of the operation event of the user on the local reproduction window to the GUI interceptor in real time.
15. The system of claim 14, wherein the GUI interceptor is a plug-in unit of the target GUI that runs in the same process as the target GUI.
16. The system of claim 14, wherein the GUI browser creates a window according to the received window information of the target GUI, the window information including: opening, closing, position, sizing, window ID, title and icon information of a window in the target GUI; and finding out the corresponding window according to the window ID, and locally reproducing according to the received graphical interface drawing information.
CN2007101052287A 2007-05-24 2007-05-24 Graphical user interface browsers system and method Expired - Fee Related CN101311924B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007101052287A CN101311924B (en) 2007-05-24 2007-05-24 Graphical user interface browsers system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007101052287A CN101311924B (en) 2007-05-24 2007-05-24 Graphical user interface browsers system and method

Publications (2)

Publication Number Publication Date
CN101311924A CN101311924A (en) 2008-11-26
CN101311924B true CN101311924B (en) 2010-06-09

Family

ID=40100572

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007101052287A Expired - Fee Related CN101311924B (en) 2007-05-24 2007-05-24 Graphical user interface browsers system and method

Country Status (1)

Country Link
CN (1) CN101311924B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103067456A (en) * 2012-12-14 2013-04-24 上海市信息网络有限公司 System for remote processing

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101917407B (en) * 2010-07-26 2014-12-10 河南万里运业有限责任公司 Method for reducing network flow according to mouse position
CN103294523B (en) * 2012-02-22 2017-03-22 腾讯科技(深圳)有限公司 Remote assistance method and system
CN102957702B (en) * 2012-11-07 2016-08-17 小米科技有限责任公司 The method of request data and client
US10055202B2 (en) * 2013-02-13 2018-08-21 Sandhills Publishing Co. Business process workflow system
CN104102857B (en) * 2014-07-17 2017-02-15 浪潮电子信息产业股份有限公司 Executable file full-life-cycle safety management system used under WINDOWS system
CN110795160B (en) * 2019-11-01 2024-02-23 中国银行股份有限公司 Java application control method and device, computer equipment and readable storage medium
CN113836460B (en) * 2021-08-13 2022-05-27 深圳市明源云空间电子商务有限公司 mock data control method, equipment terminal and computer readable storage medium
CN115118704A (en) * 2022-05-18 2022-09-27 青岛国实科技集团有限公司 Method for realizing function linkage of same platform heterogeneous system in marine application

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1295292A (en) * 1999-11-05 2001-05-16 国际商业机器公司 Method and system for multi-language wide world web service device thereof
CN1314634A (en) * 2000-03-17 2001-09-26 索尼株式会社 File convertion method, file convertor and file display system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1295292A (en) * 1999-11-05 2001-05-16 国际商业机器公司 Method and system for multi-language wide world web service device thereof
CN1314634A (en) * 2000-03-17 2001-09-26 索尼株式会社 File convertion method, file convertor and file display system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103067456A (en) * 2012-12-14 2013-04-24 上海市信息网络有限公司 System for remote processing
CN103067456B (en) * 2012-12-14 2017-07-07 上海市信息网络有限公司 The system of remote processing application

Also Published As

Publication number Publication date
CN101311924A (en) 2008-11-26

Similar Documents

Publication Publication Date Title
CN101311924B (en) Graphical user interface browsers system and method
US20060015763A1 (en) Real-time web sharing system
CN102421028B (en) Control method for intelligent television (TV), intelligent TV, remote control device and intelligent TV control system
WO2016124013A1 (en) Method and apparatus for dynamically implementing application function
US9473558B2 (en) Utilization of target browsers
CN105487882A (en) Application software trial system, method, server and user device
US20120110576A1 (en) Resource sharing system and method thereof
CN102667751A (en) Apparatus and method for implementing web-based user interface on mobile terminal
CN101499010B (en) Method for using desktop application programs on mobile phone
CN102075546A (en) Cloud computing-based online operating system
TW201027416A (en) Systems and methods for iconic graphical user interface and embedded device manager
CN103513858A (en) Remote assistance method and device
CN103312814A (en) Method for establishing VNC (virtual network computing) covert channel between cloud management platform and virtual machine terminal user
CN102063366B (en) Method and system for debugging process
CN105515811A (en) USB wireless network card configuration method, host, USB wireless network card and communication system
US20170199733A1 (en) Method for terminal to update operating system, terminal and system
JPWO2004003765A1 (en) Seamless system, recording medium, and computer system processing continuation method
CN101710277A (en) Script processing method, device and digital television receiving terminal of embedded browser
JP3721070B2 (en) Internet terminal support method for existing online application and server device
JPWO2010032558A1 (en) Program acquisition / execution client, program acquisition / execution method, and recording medium
CN111988382B (en) Method and system for performing application interface interaction across terminals
US20090013084A1 (en) Method and apparatus for controlling multiple systems in a low bandwidth environment
JP2003271397A (en) Application managing device and method and storage medium
JPH0744349A (en) Image display method and device therefor
CN111181907B (en) Host side plug-in login method, device and equipment and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100609

Termination date: 20150524

EXPY Termination of patent right or utility model