WO2012106968A1 - Procédé et dispositif de transmission locale d'informations par une application java - Google Patents
Procédé et dispositif de transmission locale d'informations par une application java Download PDFInfo
- Publication number
- WO2012106968A1 WO2012106968A1 PCT/CN2011/083614 CN2011083614W WO2012106968A1 WO 2012106968 A1 WO2012106968 A1 WO 2012106968A1 CN 2011083614 W CN2011083614 W CN 2011083614W WO 2012106968 A1 WO2012106968 A1 WO 2012106968A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- java
- name
- information
- application module
- interface platform
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
Definitions
- the present invention relates to a method and apparatus for JAVA applications to communicate information locally. ⁇ Background technique ⁇
- Java a general term for the Java programming language and Java platform introduced by Sun Microsystems in May 1995.
- JAVA technology is a cross-platform software technology.
- J2ME-compliant JAVA applications MIDlets
- MIDlets J2ME-compliant JAVA applications
- the cross-platform nature of JAVA itself depends on its abstract program runtime environment, the JAVA virtual machine.
- the core part of the implementation of the JAVA virtual machine is often referred to as the JAVA kernel (Core), or simply JVM.
- JAM JAVA Application Manager
- application management layer which can be regarded as JAVA virtual.
- Part of the machine can also be seen as a basic application layer on top of the JAVA kernel.
- Running under the JAVA adaptation layer is the system platform, as well as some underlying applications. Other higher-level applications may also communicate with JAVA systems and JAVA applications, but often do not communicate directly, but through the JAVA adaptation layer and the JAVA kernel and JAM help.
- JAVA technology is a highly standardized technology. Often, any functionality that is not included in the standard cannot be creatively implemented by a JAVA application, otherwise the JAVA application is difficult to adapt between different systems, ie it is difficult to run across platforms. However, in the case of standardization technology lags, some emerging application requirements will inevitably lead to the expansion of existing functions.
- JSR211 JSR211
- JAM JAVA application manager
- the technical problem to be solved by the present invention is to provide a method and a device for transmitting information to a local application by a JAVA application, which can realize the JAVA application running in the background of the device to transmit information to the local application module of the device without changing the existing technical standards.
- a technical solution adopted by the present invention is: Providing a method for a JAVA application to transmit information to a local, including:
- the JAVA application of the device requests the PlatfromRequest by calling a standard JAVA interface platform, and transmits the JAVA application to be transmitted to the JAVA virtual machine JVM. After the domain name is requested by the JAVA interface platform, the JAVA application is set according to a predetermined rule.
- the JAVA adaptation layer determines whether the requested URL target address in the JAVA interface platform request is "Localhost", "127.0.0.1” or “::1"; Narrative When the request URL address is "Localhost", "127.0.0.1” or "::1", the JAVA adaptation layer parses the JAVA application name and the local application module after the domain name in the JAVA interface platform request according to the predetermined rule.
- the step of causing the JAVA adaptation layer to parse the JAVA application name, the local application module name, and the information to be delivered after the domain name in the JAVA interface platform request according to the predetermined rule includes: causing the JAVA adaptation layer to check the JAVA interface platform request.
- the first delimiter and the second delimiter in the string after the domain name are parsed after the domain name in the JAVA interface platform request and before the first delimiter, as the JAVA application name; after the first delimiter, second
- the content before the delimiter is parsed as the local application module name; the content after the second delimiter to the end of the string is parsed as the information to be delivered.
- the step of sending the to-be-delivered information to the local application module corresponding to the local application module name includes: shaping the to-be-transmitted information, and then sending the information to the local application module corresponding to the local application module name.
- the step of sending the to-be-delivered information to the local application module corresponding to the local application module name includes: passing the information to be delivered through an event between threads, an event between processes, or between a thread and a process The event is sent to the local application module corresponding to the local application module name.
- Providing a method for a JAVA application to transmit information to a local device comprising: causing a JAVA application of the device to request [Plattfrom Request (URL) by calling a standard JAVA interface platform.
- the JAVA application to be passed to the JAVA virtual machine, wherein after the JAVA interface platform requests the domain name, the JAVA application name and the local application module are set according to a predetermined rule.
- the JAVA application name corresponds to the source of the information to be delivered
- the local application module name is the target application module name to be delivered to the information
- the JVM is required to submit the JAVA interface platform request to JAVA Configuring the JAVA adaptation layer to determine whether the requested URL target address in the JAVA interface platform request is the current device callback standard host; when the requested URL target address is the current device callback standard host, enable JAVA
- the adaptation layer parses the JAVA application name, the local application module name, and the information to be delivered after the domain name in the JAVA interface platform request according to the predetermined rule; and causes the JAVA adaptation layer to authenticate the JAVA application according to the JAVA application name.
- the information to be delivered is sent to the local application module corresponding to the local application module name when the JAVA application authentication is passed.
- the step of causing the JAVA adaptation layer to parse the JAVA application name, the local application module name, and the information to be delivered after the domain name in the JAVA interface platform request according to the predetermined rule includes: causing the JAVA adaptation layer to check the JAVA interface platform request.
- the first delimiter and the second delimiter in the string after the domain name are parsed after the domain name in the JAVA interface platform request and before the first delimiter, as the JAVA application name; after the first delimiter, second
- the content before the delimiter is parsed as the local application module name; the content after the second delimiter to the end of the string is parsed as the information to be delivered.
- the step of sending the to-be-delivered information to the local application module corresponding to the local application module name includes: shaping the to-be-transmitted information, and then sending the information to the local application module corresponding to the local application module name.
- the step of sending the to-be-delivered information to the local application module corresponding to the local application module name includes: passing the information to be delivered through an event between threads, an event between processes, or between a thread and a process The event is sent to the local application module corresponding to the local application module name.
- the step of causing the JVM to hand over the JAVA interface platform request to the JAVA adaptation layer includes: causing the JVM to submit the JAVA interface platform request as a normal request to the JAVA adaptation layer.
- the step of determining, by the JAVA adaptation layer, whether the requested URL target address in the JAVA interface platform request is the current device callback standard host includes: the JAVA adaptation layer determining whether the requested URL target address in the JAVA interface platform request is Is "Localhost", "127.0.0.1” or "::1".
- a JAVA-based device comprising: a request sending unit, configured to enable a JAVA application of the device to request by calling a standard JAVA interface platform, The JAVA application to be passed to the JAVA virtual machine, wherein after the domain name is requested by the JAVA interface platform, the JAVA application name, the local application module name, and the to-be-delivered information are set according to a predetermined rule, and the JAVA application name corresponds to The source of the information to be delivered, the local application module name is the name of the target application module to be delivered; the first delivery unit is configured to enable the JVM to submit the JAVA interface platform request to the JAVA adaptation layer; And the JAVA adaptation layer is configured to determine whether the requested URL target address in the JAVA interface platform request is a current device callback standard host; and the information parsing unit is configured to: call back the current device in the requested URL target address When the standard host is used
- the delivery unit is configured to send the to-be-delivered information to the local application module corresponding to the local application module name when the JAVA application authentication is passed.
- the information parsing unit is specifically configured to enable the JAVA adaptation layer to check the first delimiter and the second delimiter in the string after the domain name in the JAVA interface platform request, and after the domain name in the JAVA interface platform request, the first delimiter
- the previous content is parsed out as JAVA The application name; parsing the content after the first delimiter and before the second delimiter as the local application module name; parsing the content after the second delimiter to the end of the string as the information to be delivered.
- the second delivery unit is specifically configured to send the information to be delivered to an local application module corresponding to the local application module name by using an event between threads, an event between processes, or an event between a thread and a process. .
- the address determining unit is specifically configured to determine, by the JAVA adaptation layer, whether the requested URL target address in the JAVA interface platform request is "Localhost", "127.0.0.1” or "::1".
- the beneficial effects of the present invention are: different from the prior art, in the case that the information transmission cost between the JAVA application and the device local application module is too high based on the current technical standards, the present invention utilizes one of the Internet technologies cannot be reused.
- the host name that is, Localhost, serves as a bridge between the JAVA application and the device's local application module.
- the information to be passed and the local application module name are placed in the JAVA interface platform request, so that the JAVA adaptation layer can determine the JAVA interface platform request from the JVM.
- Whether the requested URL of the requested URL is the current device callback standard host. When the determination is yes, the information to be delivered is sent to the local application module, without changing the existing technical standards, which is simple and convenient, and low in cost, and will not A situation that causes serious side effects when JAVA applications are running on other platforms.
- FIG. 1 is a flow chart of an embodiment of a method for transmitting information to a local JAVA application
- FIG. 2 is a schematic block diagram of an embodiment of a JAVA-based device of the present invention.
- Localhost is a standard host name in the field of Internet technology and is used to represent the current setting. Ready to call back. "Localhost””..Localhost” is also the reserved international domain name, which is a hostname that cannot be reused. Localhost will be translated as a callback IP address, which is "127.0.0.1” in the IPV4 era and "::1" in the IPv6 era. Local requests to Localhost, such as http://Localhost, will always display the home page of the local WEB site (because http is used as the default protocol for site browsing), if it exists.
- the function extensions include: User requirements When the JAVA application is running in the background, the device can prompt some key information from the JAVA application in the foreground, that is, the JAVA application can transmit information to the local.
- the invention expands the standard JAVA interface, and uses Localhost as a channel to realize the information transmission of the background JAVA application, and then receives the information locally and then performs corresponding processing. This method does not cause serious side effects when the JAVA program runs on other platforms.
- the embodiments of the present invention are specifically described below:
- an embodiment of a method for transmitting information to a local JAVA application includes:
- Step 101 The JAVA application of the device requests [PlatfromRequest(URL)] by calling a standard JAVA interface platform, and transmits the JAVA application to be transmitted to the JAVA virtual machine (JVM), where the domain name is requested in the JAVA interface platform. Then, according to the predetermined rule, the JAVA application name, the local application module name, and the to-be-delivered information are set, the JAVA application name corresponds to the source of the information to be delivered, and the local application module name is the target application to be delivered. Module name;
- Step 102 Enable the JVM to submit the JAVA interface platform request to the JAVA adaptation layer. At this point, everything is in compliance with JAVA technical standards, without the special involvement of the JVM, and without the data being destroyed by the JVM.
- Step 103 The JAVA adaptation layer determines whether the requested URL target address in the JAVA interface platform request is a current device callback standard host (Localhost);
- Step 104 When the requested URL target address is the current device callback standard host, the JAVA adaptation layer parses the JAVA application name, the local application module name, and the domain name after the domain name in the JAVA interface platform request according to the predetermined rule. Information to be delivered;
- the PlatformRequest whose URL format is "http://"
- the existing JAVA technical standard requires that the browser on the device be called to access the specified URL.
- This part is implemented through the interpretation of the JAVA adaptation layer and the call to the platform application module.
- the JAVA adaptation layer Through the JAVA adaptation layer, the JAVA application name, the local application module name, and the information to be delivered after the domain name in the JAVA interface platform request are parsed according to the predetermined rule.
- Step 105 Enable the JAVA adaptation layer to authenticate the JAVA application according to the JAVA application name.
- Step 106 Send the to-be-delivered information to the local application module corresponding to the local application module name when the JAVA application authentication is passed.
- the present invention utilizes a host name that cannot be reused in the Internet technology, that is, Localhost serves as a bridge between the JAVA application and the local application module of the device, and puts the information to be transmitted and the name of the local application module into the JAVA interface platform.
- the JAVA adaptation layer determines whether the requested URL target address in the JAVA interface platform request from the JVM is the current device callback standard host. When the determination is yes, the information to be delivered is sent to the local application module. No need to change existing technical standards, easy and convenient, and low cost, and will not A situation that causes serious side effects when JAVA applications are running on other platforms.
- the step of causing the JAVA adaptation layer to parse the JAVA application name, the local application module name, and the information to be delivered after the domain name in the JAVA interface platform request according to the predetermined rule includes:
- the JAVA adaptation layer checks the first delimiter and the second delimiter in the string after the domain name in the JAVA interface platform request, and parses the content after the domain name in the JAVA interface platform request and before the first delimiter as the JAVA application. Name; parsing the content after the first delimiter and before the second delimiter as the local application module name; parsing the content after the second delimiter to the end of the string as the information to be delivered.
- the delimiter can be "/" or other conformance for identification and segmentation. For example, if the separator is "/" as an example, the following string rules are used to parse the string of the domain name in the URL:
- the first level directory name after the domain name part is overloaded as "JAVA application name" to indicate the source of the request, which is the name of the JAVA application.
- the name (string) is predetermined by the JAVA application developer and the JAVA adaptation layer implementer, not the name of the JAVA application itself, or the name of its installation file, or its display name after installation.
- the second-level directory name is reloaded as "local application module name", which is the application module that the JAVA application wants to communicate with locally, such as phone book, email, desktop application, and so on. This also requires the parties to predetermine.
- the third level directory starts to the end of the URL is the application related data part.
- the specific format is determined in advance by both parties, and this embodiment is not particularly limited.
- Extract information after parsing 1) Extract the JAVA application name, that is, read the information of the first level directory location.
- the local application module name is extracted, that is, the information of the second-level directory location is read, and the rest of the URL after the second-level directory is used as the application information, which is also about to be transmitted. Information content.
- the above JAVA application name, the local application module name, and the form of the information set to be delivered are merely an application example, but the present invention is not limited to the above example, for example, "%" is used as a separator.
- the step of sending the to-be-delivered information to the local application module corresponding to the local application module name includes: shaping the to-be-transmitted information, and sending the information to the local corresponding to the local application module name Application module.
- the step of sending the to-be-delivered information to the local application module corresponding to the local application module name comprises: passing the information to be delivered through an event between threads, an event between processes, or The event between the thread and the process is sent to the local application module corresponding to the local application module name.
- the manner in which the information to be delivered is sent to the local application module corresponding to the local application module name may be many, and the present invention will not be described again.
- the step of causing the JVM to hand the JAVA interface platform request to the JAVA adaptation layer includes causing the JVM to hand the JAVA interface platform request as a normal request to the JAVA adaptation layer.
- the JVM can also be made to hand the JAVA interface platform request as a special request to the JAVA adaptation layer.
- the step of determining, by the JAVA adaptation layer, whether the requested URL target address in the JAVA interface platform request is the current device callback standard host includes: the JAVA adaptation layer determining the JAVA interface platform request Request URL destination address is "Localhost", "127.0.0.1” or ":: ⁇ ,.
- a JAVA application needs to file the following platform request with the JVM:
- JAVA-based device embodiment including:
- a request sending unit configured to enable the JAVA application of the device to request a PlatfromRequest by calling a standard JAVA interface platform, and transmit the JAVA application to be transmitted to the JAVA virtual machine JVM, where the JAVA interface platform requests the domain name, according to the reservation
- the rule set has the JAVA application name, the local application module name, and the information to be delivered, the JAVA application name corresponds to the source of the information to be delivered, and the local application module name is the target application module name to which the information to be delivered is to be reached;
- a first delivery unit configured to enable the JVM to submit a JAVA interface platform request to the JAVA adaptation layer
- An address determining unit configured to: determine, by the JAVA adaptation layer, whether the requested URL target address in the JAVA interface platform request is a current device callback standard host;
- the information parsing unit is configured to: when the requested URL target address is the current device callback standard host, enable the JAVA adaptation layer to parse the JAVA application name and the local application after the domain name in the JAVA interface platform request according to the predetermined rule. a module name and information to be delivered; a program authentication unit, configured to enable the JAVA adaptation layer to authenticate the JAVA application according to the JAVA application name; The second delivery unit is configured to send the to-be-delivered information to the local application module corresponding to the local application module name when the JAVA application authentication is passed.
- the JAVA-based device can be a cell phone, a portable game console, a personal digital assistant, a notebook, and the like.
- the information parsing unit is specifically configured to enable the JAVA adaptation layer to check the first delimiter and the second delimiter in the string after the domain name in the JAVA interface platform request, and after the domain name in the JAVA interface platform request, the first delimiter
- the previous content is parsed as the JAVA application name; the content after the first delimiter and before the second delimiter is parsed as the local application module name; the content after the second delimiter to the end of the string is parsed.
- the second delivery unit is specifically configured to send the information to be delivered to an local event corresponding to the local application module name by an event between threads, an event between processes, or an event between a thread and a process.
- Application module is specifically configured to send the information to be delivered to an local event corresponding to the local application module name by an event between threads, an event between processes, or an event between a thread and a process.
- the address determining unit is specifically configured to determine, by the JAVA adaptation layer, whether the requested URL target address in the JAVA interface platform request is "Localhost", "127.0.0.1” or "::1".
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
La présente invention porte sur un procédé et un dispositif de transmission locale d'informations par une application Java. Le procédé comprend : permettre à l'application Java du dispositif de transmettre les informations à transmettre à la couche d'adaptation Java par une machine JVM en invoquant une demande de plate-forme d'interface Java standard, permettre à la couche d'adaptation Java d'analyser le nom de l'application Java et le nom du module d'application local suivant le nom de domaine dans la demande de plate-forme d'interface Java et les informations à transmettre conformément à une règle prédéterminée lorsque l'adresse URL de destination demandée est déterminée comme étant l'hôte local de rappel du dispositif concerné, permettre à la couche d'adaptation Java d'effectuer l'authentification de l'application Java selon le nom de l'application Java, et envoyer les informations à transmettre au module d'application local correspondant au nom du module d'application local lorsque l'authentification de l'application Java est approuvée. La présente invention permet de mettre en œuvre la fonction de transmission d'informations au module d'application local du dispositif par l'application Java exécutée en arrière-plan sans modifier les normes techniques existantes.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110036919.2 | 2011-02-12 | ||
| CN 201110036919 CN102148869B (zh) | 2011-02-12 | 2011-02-12 | Java应用程序向本地传递信息的方法及设备 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2012106968A1 true WO2012106968A1 (fr) | 2012-08-16 |
Family
ID=44422855
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2011/083614 Ceased WO2012106968A1 (fr) | 2011-02-12 | 2011-12-07 | Procédé et dispositif de transmission locale d'informations par une application java |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN102148869B (fr) |
| WO (1) | WO2012106968A1 (fr) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111582996A (zh) * | 2020-05-20 | 2020-08-25 | 拉扎斯网络科技(上海)有限公司 | 业务信息的展示方法及装置 |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102148869B (zh) * | 2011-02-12 | 2013-05-01 | 惠州Tcl移动通信有限公司 | Java应用程序向本地传递信息的方法及设备 |
| CN109471587B (zh) * | 2018-11-13 | 2020-05-12 | 掌阅科技股份有限公司 | 基于Java虚拟机的手写内容的显示方法及电子设备 |
| CN111310131B (zh) * | 2020-01-19 | 2022-11-04 | Oppo广东移动通信有限公司 | so库调用处理方法、装置、电子装置及存储介质 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1560741A (zh) * | 2004-02-23 | 2005-01-05 | 史宇清 | 基于j2ee的五层体系结构构建方法 |
| US20100138485A1 (en) * | 2008-12-03 | 2010-06-03 | William Weiyeh Chow | System and method for providing virtual web access |
| CN101945163A (zh) * | 2010-07-19 | 2011-01-12 | 中兴通讯股份有限公司 | 内容处理的方法、移动终端及系统 |
| CN102148869A (zh) * | 2011-02-12 | 2011-08-10 | 惠州Tcl移动通信有限公司 | Java应用程序向本地传递信息的方法及设备 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7568203B2 (en) * | 2004-06-18 | 2009-07-28 | Telmap Ltd | Mobile device with local server |
| EP1703713A1 (fr) * | 2005-03-18 | 2006-09-20 | BRITISH TELECOMMUNICATIONS public limited company | Système de connexion pour rappel pour des terminaux mobiles |
| CN101273608A (zh) * | 2005-09-28 | 2008-09-24 | 艾利森电话股份有限公司 | 从本地设备上的web浏览器调用MIDlet的方法和系统 |
| CN101335758B (zh) * | 2008-07-24 | 2011-09-21 | 中兴通讯股份有限公司 | 双处理器终端访问sim卡中服务的方法及系统 |
| US8607224B2 (en) * | 2009-05-28 | 2013-12-10 | Yahoo! Inc. | System for packaging native program extensions together with virtual machine applications |
-
2011
- 2011-02-12 CN CN 201110036919 patent/CN102148869B/zh not_active Expired - Fee Related
- 2011-12-07 WO PCT/CN2011/083614 patent/WO2012106968A1/fr not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1560741A (zh) * | 2004-02-23 | 2005-01-05 | 史宇清 | 基于j2ee的五层体系结构构建方法 |
| US20100138485A1 (en) * | 2008-12-03 | 2010-06-03 | William Weiyeh Chow | System and method for providing virtual web access |
| CN101945163A (zh) * | 2010-07-19 | 2011-01-12 | 中兴通讯股份有限公司 | 内容处理的方法、移动终端及系统 |
| CN102148869A (zh) * | 2011-02-12 | 2011-08-10 | 惠州Tcl移动通信有限公司 | Java应用程序向本地传递信息的方法及设备 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111582996A (zh) * | 2020-05-20 | 2020-08-25 | 拉扎斯网络科技(上海)有限公司 | 业务信息的展示方法及装置 |
| CN111582996B (zh) * | 2020-05-20 | 2023-11-24 | 拉扎斯网络科技(上海)有限公司 | 业务信息的展示方法及装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102148869B (zh) | 2013-05-01 |
| CN102148869A (zh) | 2011-08-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN101960462B (zh) | 认证装置和认证方法 | |
| US8275892B2 (en) | Low-level remote sharing of local devices in a remote access session across a computer network | |
| US9069503B2 (en) | Apparatus, system, and method of output distribution, and recording medium storing output distribution control program | |
| CN104580192B (zh) | 应用程序的网络访问请求的处理方法和装置 | |
| US8073847B2 (en) | Extended user profile | |
| CN101790879B (zh) | 管理电子令牌与远程web服务器之间的通信的方法 | |
| US20090276835A1 (en) | Secure cross-domain communication for web mashups | |
| US20080196096A1 (en) | Methods for Extending a Security Token Based Identity System | |
| CN103716295B (zh) | 一种网络系统 | |
| WO2014082555A1 (fr) | Procédé d'ouverture de session, dispositif et système de plateforme ouverte | |
| CN111224952B (zh) | 用于定向流量的网络资源获取方法、装置及存储介质 | |
| CN102571941B (zh) | 云端点对点数据传输方法及系统 | |
| CN112468611B (zh) | 应用程序启动方法、终端设备及计算机存储介质 | |
| WO2013189313A1 (fr) | Procédé et dispositif pour la mise en œuvre d'une opération de manipulation à distance | |
| CN106131122A (zh) | 一种部署负载均衡服务的方法及装置 | |
| CN105162802A (zh) | Portal认证方法及认证服务器 | |
| WO2012106968A1 (fr) | Procédé et dispositif de transmission locale d'informations par une application java | |
| EP2028827A2 (fr) | Système et procédé de génération d'applications | |
| CN100505734C (zh) | 一种实现网络计算机的外部设备映射的方法 | |
| WO2009062396A1 (fr) | Procédé d'accès à des ressources et système d'accès à des ressources | |
| CN109639788B (zh) | 用于语音对话平台的跨域名联调方法及系统 | |
| CN114844699B (zh) | 一种访问bmc控制台的方法、装置及介质 | |
| CN118869289A (zh) | 基于堡垒机对Windows资产的访问管理方法及装置 | |
| CN107273102A (zh) | 移动应用程序的生成方法及装置 | |
| US7817638B2 (en) | Method for promptly redialing a broadband access server |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 11858330 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 11858330 Country of ref document: EP Kind code of ref document: A1 |