CN101324900A - Method, device and system for opening graphics user interface - Google Patents

Method, device and system for opening graphics user interface Download PDF

Info

Publication number
CN101324900A
CN101324900A CNA2008101262843A CN200810126284A CN101324900A CN 101324900 A CN101324900 A CN 101324900A CN A2008101262843 A CNA2008101262843 A CN A2008101262843A CN 200810126284 A CN200810126284 A CN 200810126284A CN 101324900 A CN101324900 A CN 101324900A
Authority
CN
China
Prior art keywords
jre
independent
module
gui interface
connection request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CNA2008101262843A
Other languages
Chinese (zh)
Other versions
CN101324900B (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.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN2008101262843A priority Critical patent/CN101324900B/en
Publication of CN101324900A publication Critical patent/CN101324900A/en
Application granted granted Critical
Publication of CN101324900B publication Critical patent/CN101324900B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a method for opening a GUI interface, a device and a system. The embodiment of the invention is connected with an independent JRE through an IE, and the invention adopts the proposal that the GUI interface is opened in the independent JRE. Because the independent JRE which can be separately arranged and replaced is installed outside the IE, the problem that the conflict is easy to generate between each edition so as not to open the GUI can be solved due to a plurality of JRE editions installed on the IE, and because the device is directly communicated with the independent JRE through the IE, the Applet technology is not used, the time for the Applet initialization can be saved, the time consumption is short and the performance is promoted more remarkably.

Description

A kind of method, Apparatus and system of opening figure user interface
Technical field
The present invention relates to software technology field, be specifically related to the method and system at a kind of GUI of opening (Graphical UserInterface, figure user interface) interface.
Background technology
Development along with computer software technology, at IE (Internet Explorer, a kind of web browser that Microsoft releases) opens the demand of gui interface also along with increase on, maximum ways is installed JRE (Java Runtime Environment exactly on IE now, Java Runtime Environment), by Applet (Java Applet) technology, utilize the Java Plug-in (java plug-in) on the IE to start JVM (Java virtualmachine, Java Virtual Machine), load Applet, call in the Applet the inside then and open gui interface.
The Applet technology is exactly some applets of writing with Java language, these programs can produce special effect, its realization mainly relies on the Applet class in the java.applet bag, different with general application program, it must be embedded in HTML (Hypertext Markup Language, HTML (Hypertext Markup Language)) in the page, by the browser of supporting Java language, the for example IE execution that makes an explanation, Applet can be from Web (World Wide WEB simultaneously, WWW) obtains parameter in the page, and carry out alternately with the Web page.
In research and practice process to prior art, the present inventor finds that the Applet technology has all been adopted in a lot of websites, and server also can provide the recommendation version of JRE.Server promptly can point out the IE of client to install in the time of visit, causes that a plurality of jre versions are arranged on the IE, thereby may cause the conflict between each jre version, finally may cause calling the gui interface failure.In addition, the Apple initialization is also more consuming time, causes system performance slow.
Summary of the invention
Technical matters to be solved by this invention provides a kind of method of opening gui interface, in order to solve in the prior art because the confusion of the JRE environment of IE causes opening gui interface fails and the slow problem of performance.
The present invention also provides a kind of device and system that opens gui interface, in order to guarantee said method realization and application in practice.
For solving the problems of the technologies described above, the embodiment of the invention discloses:
A kind of method of opening gui interface comprises:
Receive the connection request that IE sends;
According to connecting on described connection request and the described IE;
Receive the message of opening gui interface that described IE sends;
Open gui interface according to the described message call of opening gui interface.
A kind of method of opening gui interface comprises:
Send connection request to independent JRE, described independent JRE is positioned over outside the IE;
Connect with described independent JRE;
Transmission is opened the message of gui interface to independent JRE, to open gui interface.
A kind of independent JRE module comprises first receiving element, linkage unit, second receiving element and processing unit;
First receiving element is used to receive the connection request that IE sends;
Linkage unit, the connection request and the described IE that are used for receiving according to described first receiving element connect;
Second receiving element is used to receive the message of opening gui interface that described IE sends;
Processing unit is used for opening gui interface according to the message call of opening gui interface that described second receiving element receives.
A kind of IE comprises first transmitting element, linkage unit and second transmitting element;
First transmitting element is used to send connection request to independent JRE module, and described independent JRE module is positioned over outside the IE;
Linkage unit is used for connecting with described independent JRE module;
Second transmitting element, be used to send open gui interface message to described independent JRE module.
A kind of computer software comprises IE and independent JRE module;
Described independent JRE module is positioned over outside the IE;
Described IE is used to send connection request to described independent JRE module, and after connecting with described independent JRE module, sends and open the message of gui interface to described independent JRE module;
Described independent JRE module, after being used to receive the connection request of described IE transmission, connect according to described connection request and described IE, receive the message of opening gui interface that described IE sends then, and open gui interface according to the described message call of opening gui interface.
Compared with prior art, the embodiment of the invention has the following advantages:
The embodiment of the invention adopts IE and independent JRE to connect, and in this independent JRE, open the scheme of gui interface, because this independent JRE is installed in outside the IE, can be provided with separately and change, so eliminated owing to having installed on the IE between each version that a plurality of jre versions cause and be easy to generate conflict, so that the problem of the GUI that do not open, and, because the present invention adopts IE and the direct communication of independent JRE, do not use the Applet technology, so can economize the time of deinitialization Applet, consuming time few, performance has lifting more significantly.
Description of drawings
In order to be illustrated more clearly in the utility model embodiment or technical scheme of the prior art, to do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art below, apparently, accompanying drawing in describing below only is embodiment more of the present utility model, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the method flow diagram of opening gui interface that is described from independent JRE angle that the invention process one provides;
Fig. 2 is the method flow diagram of opening gui interface that is described from the IE angle that the invention process two provides;
Fig. 3 is that the invention process three provides the communication synoptic diagram between IE and the independent JRE;
Fig. 4 is the structural representation of the independent JRE module that provides of the invention process four;
Fig. 5 is the structural representation of the IE that provides of the invention process four;
Fig. 6 is the structural representation of the computer software that provides of the invention process five.
Embodiment
Below in conjunction with the accompanying drawing among the utility model embodiment, the technical scheme among the utility model embodiment is clearly and completely described, obviously, described embodiment only is the utility model part embodiment, rather than whole embodiment.Based on the embodiment in the utility model, those of ordinary skills are not making the every other embodiment that is obtained under the creative work prerequisite, all belong to the scope of the utility model protection.
The embodiment of the invention provides a kind of method of opening gui interface.The embodiment of the invention also provides corresponding device thereof and system, promptly a kind of independent JRE module, a kind of IE and a kind of computer software.One of core idea of the present invention is, JRE is arranged on outside the IE, and promptly this JRE is independent of IE, when IE need open GUI, can make and connect between IE and the described independent JRE by calling control on the IE, in this independent JRE, call then and open GUI.Because this independent JRE can be provided with separately and change, so can avoid causing producing between each version conflict owing to having bound a plurality of jre versions on the IE, cause GUI to open the problem of failure, and, because the present invention adopts IE and the direct communication of independent JRE, do not use the Applet technology, so can economize the time of deinitialization Applet,, consuming time few, performance has lifting more significantly.
Below be elaborated respectively.
Embodiment one,
A kind of method of opening figure user interface gui interface comprises:
Independent JRE connects according to described connection request and IE after receiving the connection request of IE transmission; Receive the message of opening gui interface that IE sends then, and open gui interface according to the described message call of opening gui interface.Wherein, independent JRE is independent of outside the IE, and as shown in Figure 1, its idiographic flow can be as follows:
101, independent JRE receives the connection request that the ActiveX on the IE sends;
102, independent JRE connects according to the ActiveX on described connection request and the described IE;
Wherein, this connection can connect for long, and so-called long connection refers to from setting up and connects, unless there is a side to withdraw among the both sides, the connection between them will keep always; If what independent JRE and IE set up is connected to long the connection, so, when IE needs and independent JRE carry out just can directly sending message, and need not to create connection again when mutual once more.
103, independent JRE receives the message of opening gui interface that the ActiveX on the described IE sends;
104, independent JRE opens gui interface according to the described message call of opening gui interface.
ActiveX in the above step is meant ActiveX control, it is a dynamic link library, it can be embedded in the tundish vessel host application, and irrelevant with development platform, therefore, the ActiveX control of developing on a kind of programming language can anyly be revised, can in another kind of programming language, use, so, can realize that by using ActiveX control the component reuse of fast compact, code share, thereby improve programming efficiency.The function of this control and Applet function class seemingly all can be used on the IE, but ActiveX is the lightweight assembly, and IE can install automatically and be registered in the system, and Applet is the heavyweight assembly, need to rely on the Java Plug-in on the IE that startup could be installed.It should be noted that, be to be that example describes in the present embodiment to call the ActiveX that is installed on the IE, the present invention has more than to be limited to and calls this control, the present invention also may be by calling the control that other and ActiveX have similar functions, thereby connect with independent JRE, and the message that gui interface is opened in transmission finally realizes opening the purpose of gui interface to independent JRE.
As from the foregoing, because the JRE in the embodiment of the invention is arranged on outside the IE, promptly this independent JRE can independently be provided with and change and not be subjected to the restriction of IE, then by receiving the control on the IE, ActiveX for example, connect with IE, and after the message of opening gui interface that receives the IE transmission, call and open gui interface, so can avoid owing to causing producing between the version conflict at the many jre versions of installation on the IE, so that the problem of the gui interface of not opening, and, because the present invention adopts IE and the direct communication of independent JRE, do not use the Applet technology, so can economize the time of deinitialization Applet, performance has lifting more significantly.
Embodiment two,
A kind of method of opening figure user interface gui interface comprises:
IE sends connection request to independent JRE, so that connect with described independent JRE, the message that gui interface is opened in the back IE transmission that connects is to independent JRE, and wherein, described independent JRE is positioned over outside the IE.As shown in Figure 2, its idiographic flow can be as follows:
201, the ActiveX on the IE sends connection request to independent JRE;
202, ActiveX on the IE and described independent JRE connect;
Wherein, this connection can connect for long, and so-called long connection refers to from setting up and connects, unless there is a side to withdraw among the both sides, the connection between them will keep always; If what independent JRE and IE set up is connected to long the connection, so, when IE needs and independent JRE carry out just can directly sending message, and need not to create connection again when mutual once more.
203, the ActiveX on the IE send open gui interface message to independent JRE, to open gui interface.
Wherein, described as embodiment one, ActiveX on the described IE refers to ActiveX control, conspicuous, IE of the present invention can also send connection request to independent JRE, thereby connect with independent JRE by calling the control that other and ActiveX have similar functions, and the message that gui interface is opened in transmission finally realizes opening the purpose of gui interface to independent JRE.
In addition, when if IE sends connection request to independent JRE, independent JRE does not start, cause the connection failure between them, at this moment, IE can call a local file, and for example a bat file is to start independent JRE, and then send connection request to independent JRE, certainly, in order to reduce the number of times that repeats to send connection request, when guaranteeing that IE sends connection request once more, independent JRE starts really, can send one and be notified to IE after independent JRE start, IE is after learning that independent JRE has started, just send connection request to independent JRE, successfully connect then.
As from the foregoing, because the IE in the embodiment of the invention need not to install JRE, but by calling the control that is installed on the IE, ActiveX for example, itself and the independent JRE that is arranged on outside the IE are connected, and utilize independent JRE to call and open gui interface, so when saving installing space, can also avoid conflicting owing to causing producing between the version at the many jre versions of installation on the IE, so that the problem of the gui interface of not opening, and, because IE and independent JRE in the embodiment of the invention directly carry out communication, do not use the Applet technology, so can economize the time of deinitialization Applet, performance has lifting more significantly.
Embodiment three,
According to the described method of above embodiment, below will be described in further detail for example.
The place of opening gui interface on the IE generally has a lot, when needs are opened gui interface, when promptly IE is triggered, for example, when the ActiveX on the IE receives that certain JS that opens the gui interface request calls, when promptly receiving certain service message of opening gui interface, at first, whether the ActiveX control that program can detect on the IE loads, if no, then load ActiveX control, it should be noted that, this ActiveX control can adopt C Plus Plus to realize, also can adopt other language to realize.After determining ActiveX control to be installed on the IE, ActiveX control on the IE just can send connection request to independent JRE, and connect with ServerSocket in the JRE, the service message that certain that receives is before opened gui interface encapsulates then, be this service message specify message type, the parameter of message needs a kind of protocol of messages during i.e. ActiveX control and JRE communication, this agreement can oneself encapsulate according to different service application.Such as, this service message can notify JRE to go to finish login, and finishing some information that login needs, login is finished needs the method for readjustment IE to encapsulate, send on the ServerSocket of independent JRE, resolve this service message by class special among the independent JRE then, make then and this service message corresponding service processing, promptly open and the corresponding gui interface of this service message.Wherein, ServerSocket is the new Socket class that server is created, the feasible connection that can accept from client.So-called Socket is also referred to as " socket " usually, is used to describe IP (Internet Protocol, Internet protocol) address and port, is the handle of a communication chain.Application program is sent to network by " socket " usually and is asked or reply network requests.With J2SDK-1.3 is example, and Socket and ServerSocket class libraries are arranged in the java.net bag.ServerSocket is used for server end, and Socket sets up when network connects and uses.When successful connection, the application program two ends all can produce a Socket example, operate this example, finish required session.
Below, will be that example describes with the flow process of opening the EAS service center, can be referring to Fig. 3.
301, need open EAS (Enterprise Application Suite as the user, business management software) during the gui interface of service center, at first, need call and open the GUI application, the described gui interface of opening is applied in IE and shows as and click GUI and be applied in the Last link of webpage, and for example, at this example middle finger is exactly click EAS service center on IE, whether this time, program can detect the whether initialization of ActiveX control on the IE, promptly load; If have, execution in step 302 if do not have, loads this ActiveX control;
It should be noted that the IE of this moment is specially Portal (inlet), so-called Portal is that a kind of WEB uses, and is commonly used to the content that personalization, single login is provided and assembles each information source, and as the host of infosystem presentation layer.Gathering is meant the content from each information source is integrated into an activity in the WEB page.
302, after the loading ActiveX control is finished, promptly can begin to connect independent JRE, after the success that connects, carry out communication, specifically can carry out the Socket communication with the ServerSocket among the independent JRE with independent JRE; Wherein, the method for its connection is achieved as follows:
Step 1, ActiveX control obtain the local component installation path of server.
Step 2, ActiveX control send connection request to independent JRE, if this moment, independent JRE was not activated, and then connection failure, execution in step (3), independent JRE starts as if this moment, then execution in step (4).
Step 3, ActiveX control call a local file, and for example a bat file roughly is achieved as follows to start independent JRE:
(1) ActiveX control obtains the path of bat (batch, the batch processing) file that needs startup, and the effect of this bat file is exactly to start a JRE that can move;
(2) ActiveX control is carried out this bat file by the path of this bat file that gets access to, and after the bat file start was good, independent JRE had also just started;
(3) certain, in order to reduce the number of times that repeats to send connection request, when guaranteeing that IE sends connection request once more, independent JRE starts really, can start the back at JRE and send a broadcast to ActiveX control, notice ActiveX control independence JRE starts, and can connect with independent JRE; Wherein, describedly send a broadcast to ActiveX control and can utilize the JNI technology, promptly call this locality.
Step 4, ActiveX control send the ServerSocket of connection request to independent JRE once more, with create one with being connected of this independent JRE.
Step 5, ActiveX control and this independent JRE successfully connect, and this connection can be long the connection.
Step 6, ActiveX control send opens the ServerSocket of the message of gui interface to this independent JRE, is to send at this and opens the ServerSocket of the message of EAS service center to this independent JRE.
The message of the aforesaid EAS of opening service center generally has id (identification, identify label) and two fields of value (value), and id represents the type of message, and value represents the main body of message; Type as this message is 2, and the type of then representing this message is a business processing, generally have between the value of id "; :; " separate, "; :; " before coded representation key assignments, "; :; " occurrence that afterwards this key-value pair of coded representation is answered, such as specifying when carrying out to call which method, need to call which method on the IE after executing again, call which class on the IE or the like; Appointed method in this message is called in reflection at last;
303, the ServerSocket of independent JRE opens gui interface according to the message call of opening gui interface that described ActiveX control sends, and is according to the message call of opening the EAS service center at this and opens the EAS service center;
After the ServerSocket of independent JRE has called, send message to ActiveX control again, the content of this message is the return method that IE need carry out, after ActiveX control is received this message, call the value in this message, and carry out the pairing operation of value, thereby finished the flow process of the whole EAS of opening service center.
Because being connected of setting up between the ActiveX control on the IE and the ServerSocket of independent JRE is long connection, therefore, as long as ActiveX control on the IE and the ServerSocket of independent JRE do not withdraw from, then the communication between them will keep always, if promptly IE may also need to open other GUI application, just do not need to send once more connection request to the ServerSocket of independent JRE to connect, but the message that gui interface is opened in direct transmission is called in independent JRE then and is opened gui interface to it.
As from the foregoing, ActiveX control on the embodiment of the invention employing IE and the ServerSocke of independent JRE connect, both sides carry out communication then, in this independent JRE, open the scheme of gui interface, because this independent JRE is installed in outside the IE, can be provided with separately and change, so eliminated owing to having installed on the IE between each version that a plurality of jre versions cause and be easy to generate conflict, so that the problem of the GUI that do not open, and, because the present invention adopts the mode of the direct communication of ServerSocke of ActiveX control on the IE and independent JRE, do not use the Applet technology, so can economize the time of deinitialization Applet, consuming time few, performance has lifting more significantly.
Embodiment four,
In order to implement above method better, the embodiment of the invention also correspondingly provides a kind of independent JRE module, as shown in Figure 4, comprises first receiving element 401, linkage unit 402, second receiving element 403 and processing unit 404; It should be noted that, more clear for relationship description between each unit is got, give another device among Fig. 4, i.e. IE5;
First receiving element 401 is used to receive the connection request that IE5 sends;
Linkage unit 402 is used for connecting according to connection request and IE5 that first receiving element 401 receives;
Second receiving element 403 is used to receive the message of opening gui interface that IE5 sends;
Processing unit 404 is used for opening gui interface according to the message call of opening gui interface that second receiving element 403 receives.
Correspondingly, the present invention also provides a kind of IE, as shown in Figure 5, comprises first transmitting element 501, linkage unit 503 and second transmitting element 504; Need to prove, more clear for relationship description between each unit is got, also pointed out another device among Fig. 5, promptly independent JRE module 4;
First transmitting element 501 is used to send connection request to independent JRE module 4, and independent JRE module 4 is positioned over outside the IE;
Linkage unit 503 is used for connecting with independent JRE module 4;
Second transmitting element 504, be used to send open gui interface message to independent JRE module 4.
Certainly, this IE also can comprise call unit 502;
Call unit 502 is used to call local file that is used to start independent JRE module 4, to start independent JRE module 4;
At this moment, described first transmitting element 401 also is used for calling local file that is used to start independent JRE module 4 at call unit 502, start independent JRE module 4 after, send connection request to this independent JRE module 4 that has started;
Described linkage unit 403 also is used for connecting with this independent JRE module 4 that has started.
As from the foregoing, the independent JRE module that the embodiment of the invention provides is installed in outside the IE, can not be subjected to the restriction of IE, be provided with separately and change, therefore eliminated in the prior art owing to having installed on the IE between each version that a plurality of jre versions cause and be easy to generate conflict, so that the problem of the GUI that do not open, and, because the present invention adopts IE and the direct communication of independent JRE module, do not use the Applet technology, so can economize the time of deinitialization Applet, consuming time few, performance has lifting more significantly.
Embodiment five,
The embodiment of the invention also correspondingly provides a kind of computer software, and as shown in Figure 6, this computer software comprises IE601 and independent JRE module 602; Wherein, described independent JRE module 602 is positioned over outside the IE601;
IE601 is used to send connection request to independent JRE module 602, and after connecting with independent JRE module 602, sends and open the message of gui interface to independent JRE module 602;
Independent JRE module 602 after being used to receive the connection request of IE601 transmission, connects according to described connection request and IE601, receives the message of opening gui interface that IE601 sends then, and opens gui interface according to the described message call of opening gui interface.
Wherein, being connected of setting up between IE601 and the independent JRE module 602 can be long the connection, like this, when IE601 needs and independent JRE module 602 is carried out when mutual once more, just can directly send message, and need not to create again connection, unless have a side to withdraw from IE601 and the independent JRE module 602.
Wherein, IE601 comprises first transmitting element 501, linkage unit 503 and second transmitting element 504, certainly, can also comprise call unit 502, is used to call local file that is used to start independent JRE module 602, to start independent JRE module 602;
Wherein, JRE module 602 comprises first receiving element 401, linkage unit 402, second receiving element 403 and processing unit 404;
Its realization specifically can be as follows:
When the user need open gui interface, the project relevant at first can clicking trigger IE601 with this gui interface, whether this moment, program can detect the whether initialization of ActiveX control on the IE601, promptly load; If no, load this ActiveX control; If have, then first transmitting element 501 of IE601 sends connection request to independent JRE module 602, if JRE module 602 also startups this moment, then the call unit 502 of IE601 can call local file start independence JRE module 602; After JRE module 602 starts, first transmitting element 501 of IE601 sends connection request once more to independent JRE module 602, after first receiving element 401 of JRE module 602 receives this connection request, the linkage unit 402 of JRE module 602 connects according to the linkage unit 502 of this request message and IE601, after successfully connecting, second transmitting element of IE601 sends and opens the message of gui interface to independent JRE module 602, after second receiving element 403 of independent JRE module 602 received this message of opening gui interface, processing unit 404 was opened gui interface according to this message call of opening gui interface.
Certainly, being connected of setting up between IE601 and the independent JRE module 602 can be long the connection, so just can guarantee as long as IE601 and independent JRE module 602 do not withdraw from, then the connection between them will keep always, if promptly IE601 need open other gui interfaces, just do not need to send once more connection request to independent JRE module 602, but directly send open gui interface message to it, in independent JRE module 602, call then and open gui interface.
In a word, the embodiment of the invention adopts IE and independent JRE to connect, and in this independent JRE, open the scheme of gui interface, because this independent JRE is installed in outside the IE, can be provided with separately and change, so eliminated owing to having installed on the IE between each version that a plurality of jre versions cause and be easy to generate conflict, so that the problem of the GUI that do not open, and, because the present invention adopts IE and the direct communication of independent JRE, does not use the Applet technology, so can economize the time of deinitialization Applet, consuming time few, performance has lifting more significantly.
One of ordinary skill in the art will appreciate that all or part of step in the whole bag of tricks of the foregoing description is to instruct relevant hardware to finish by program, this program can be stored in the computer-readable recording medium, and storage medium can comprise: ROM, RAM, disk or CD etc.
More than the method for opening gui interface, Apparatus and system that the embodiment of the invention provided are described in detail, used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that all can change in specific embodiments and applications, in sum, this description should not be construed as limitation of the present invention.

Claims (14)

1, a kind of method of opening figure user interface gui interface is characterized in that, comprising:
Receive the connection request that page browser IE sends;
According to connecting on described connection request and the described IE;
Receive the message of opening gui interface that described IE sends;
Open gui interface according to the described message call of opening gui interface.
2, the method for opening gui interface according to claim 1 is characterized in that,
Described reception IE goes up the connection request that sends and is specially:
Receive the connection request that the ActiveX on the IE sends;
Described connecting according to described connection request and described IE is specially:
Set up long the connection according to described connection request with the ActiveX control on the described IE;
The message of opening gui interface that the described IE of described reception sends is specially:
Receive the message of opening gui interface that the ActiveX control on the described IE sends.
3, a kind of method of opening gui interface is characterized in that, comprising:
Send connection request to independent JRE, described independent JRE is positioned over and receives outside the page browser IE;
Connect with described independent Java Runtime Environment JRE;
Transmission is opened the message of gui interface to independent JRE, to open gui interface.
4, the method for opening gui interface according to claim 3 is characterized in that, described and described independent JRE connects and is specially:
Set up long the connection with described independent JRE.
5, the method for opening gui interface according to claim 3 is characterized in that, when described independent JRE is not activated, also comprises before described and described independent JRE connects:
Call local file that is used to start independent JRE, to start independent JRE;
Send connection request to described independent JRE.
6, the method for opening gui interface according to claim 5 is characterized in that, described transmission connection request is specially to described independent JRE:
After receiving the notice that the independent JRE of expression that described independent JRE sends started, send connection request to described independent JRE.
7, the method for opening gui interface according to claim 3 is characterized in that, described transmission connection request is specially to independent JRE:
After being triggered, send connection request to described independent JRE.
8, a kind of independent JRE module is characterized in that, comprising:
First receiving element is used to receive the connection request that IE sends;
Linkage unit, the connection request and the described IE that are used for receiving according to described first receiving element connect;
Second receiving element is used to receive the message of opening gui interface that described IE sends;
Processing unit is used for opening gui interface according to the message call of opening gui interface that described second receiving element receives.
9, a kind of IE is characterized in that, comprising:
First transmitting element is used to send connection request to independent JRE module, and described independent JRE module is positioned over outside the IE;
Linkage unit is used for connecting with described independent JRE module;
Second transmitting element, be used to send open gui interface message to described independent JRE module.
10, IE according to claim 9 is characterized in that, also comprises call unit;
Described call unit is used to call local file that is used to start independent JRE module, to start described independent JRE module;
Described first transmitting element also is used for calling local file that is used to start described independent JRE module at described call unit, start independent JRE module after, send connection request to described independent JRE module.
11, a kind of computer software is characterized in that, comprises IE and independent JRE module;
Described independent JRE module is positioned over outside the IE;
Described IE is used to send connection request to described independent JRE module, and after connecting with described independent JRE module, sends and open the message of gui interface to described independent JRE module;
Described independent JRE module, after being used to receive the connection request of described IE transmission, connect according to described connection request and described IE, receive the message of opening gui interface that described IE sends then, and open gui interface according to the described message call of opening gui interface.
12, computer software according to claim 11 is characterized in that,
That sets up between described IE and the described independent JRE module is connected to long the connection.
13, computer software according to claim 11 is characterized in that,
Described IE also is used to call local file that is used to start independent JRE module, to start described independent JRE module, sends connection request then to described independent JRE module.
14, computer software according to claim 13 is characterized in that,
Described independent JRE module also is used to send the described IE that is notified to that the independent JRE module of expression started;
Described IE also is used for sending connection request to described independent JRE module after the notice that the independent JRE module of expression that receives described independent JRE module transmission has started.
CN2008101262843A 2008-07-30 2008-07-30 Method, device and system for opening graphics user interface Active CN101324900B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008101262843A CN101324900B (en) 2008-07-30 2008-07-30 Method, device and system for opening graphics user interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008101262843A CN101324900B (en) 2008-07-30 2008-07-30 Method, device and system for opening graphics user interface

Publications (2)

Publication Number Publication Date
CN101324900A true CN101324900A (en) 2008-12-17
CN101324900B CN101324900B (en) 2012-05-02

Family

ID=40188439

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008101262843A Active CN101324900B (en) 2008-07-30 2008-07-30 Method, device and system for opening graphics user interface

Country Status (1)

Country Link
CN (1) CN101324900B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103294563A (en) * 2012-02-28 2013-09-11 国际商业机器公司 Method and system for checking conflict of versions of installation unit
CN108170536A (en) * 2016-12-07 2018-06-15 北大医疗信息技术有限公司 The expanding method and device of web program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100385852C (en) * 2004-06-22 2008-04-30 腾讯科技(深圳)有限公司 Realization and realizing device for selective download from webpage inserted piece
US7509659B2 (en) * 2004-11-18 2009-03-24 International Business Machines Corporation Programming portal applications
CN100447743C (en) * 2005-06-24 2008-12-31 国际商业机器公司 System and method for localizing JAVA GUI application without modifying source code

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103294563A (en) * 2012-02-28 2013-09-11 国际商业机器公司 Method and system for checking conflict of versions of installation unit
US9075695B2 (en) 2012-02-28 2015-07-07 International Business Machines Corporation Version conflict checking to installable unit
CN103294563B (en) * 2012-02-28 2016-03-09 国际商业机器公司 A kind of method and system installation unit being carried out to version conflict inspection
CN108170536A (en) * 2016-12-07 2018-06-15 北大医疗信息技术有限公司 The expanding method and device of web program
CN108170536B (en) * 2016-12-07 2023-07-04 北大医疗信息技术有限公司 Expanding method and device of WEB program

Also Published As

Publication number Publication date
CN101324900B (en) 2012-05-02

Similar Documents

Publication Publication Date Title
US7627865B2 (en) Method and apparatus for accessing instrumentation data from within a managed code environment
CN107203419B (en) Method, device and system for calling among modules in application program
US7536688B2 (en) Segmented virtual machine
US8694956B2 (en) PowerShell cmdlets code generating tool for communicating to the web services
JP2005518015A (en) Middleware service layer for platform systems for mobile terminals
US8458693B2 (en) Transitioning from static to dynamic cluster management
CN102135895B (en) System upgrading method and system
US20110083067A1 (en) Web browsing environment provider system for multiple users and control method thereof
CN112416453B (en) Method for integrating domestic external equipment unified data under trusted environment and storage equipment
EP2341692B1 (en) Communication between integrated device and mobile application client on mobile personal communication device
US7331047B2 (en) Deterministic system and method for implementing software distributed between a desktop and a remote device
US9450826B2 (en) Device connectivity framework
US20090138548A1 (en) Apparatus, method, and computer program product for processing information
US7043726B2 (en) Binding of processes in network systems
US20090094312A1 (en) Methods and systems for dynamic code extension
CN101324900B (en) Method, device and system for opening graphics user interface
US8051191B2 (en) Ethernet extensibility
EP2069960A1 (en) Apparatus and method for lightweighting application through duplicated application management in osgi middleware environment of embedded terminal
US20020174268A1 (en) Method and apparatus for automatically linking distributed programming components
CN107491330B (en) Method for improving running speed of embedded browser
JP2006276939A (en) Program starting method for virtual machine, and client server system
CN101382903B (en) Method and system for implementing automatic installation of intelligent cipher key equipment
US11196799B2 (en) Redirection of USB devices from hardware isolated virtual desktop infrastructure clients
CN109597952B (en) Webpage information processing method, system, electronic equipment and storage medium
KR101418390B1 (en) system for remotely debugging an application programming and controlling method therefor

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