EP3848825A1 - Application client launch method, service server, and client device - Google Patents

Application client launch method, service server, and client device Download PDF

Info

Publication number
EP3848825A1
EP3848825A1 EP19864095.5A EP19864095A EP3848825A1 EP 3848825 A1 EP3848825 A1 EP 3848825A1 EP 19864095 A EP19864095 A EP 19864095A EP 3848825 A1 EP3848825 A1 EP 3848825A1
Authority
EP
European Patent Office
Prior art keywords
web page
service server
dynamic web
client
client device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
EP19864095.5A
Other languages
German (de)
French (fr)
Other versions
EP3848825A4 (en
Inventor
Xiaohui Chen
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.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Publication of EP3848825A1 publication Critical patent/EP3848825A1/en
Publication of EP3848825A4 publication Critical patent/EP3848825A4/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/306User profiles
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  • the embodiments of the present invention are mainly applied to a communication system of a C/S architecture, so that a unified application client can conveniently find a corresponding server end (a corresponding service server), and establish a communication connection to carry out a service activity.
  • An application scenario is as follows: A service system has a plurality of copies that are sold to a plurality of customers. A service server of each customer has a different address, such as an IP address and a port. Clients are unified. However, the clients need to connect to service servers of their own enterprises. Therefore, addresses of the service servers are required, for example, the IP address and the port.
  • the present invention provides a method that a client can automatically obtain an IP address and a port of a service server of the client, and does not need to be manually configured by a user.
  • FIG. 1 is a schematic diagram of a system architecture or a scenario to which an embodiment of the present invention is applied.
  • the system architecture includes a service server and a client device.
  • an APP needs to be downloaded, the system architecture interacts with an application market.
  • a client application APP of an application may be installed on the client device, and the application APP needs to communicate with a corresponding service server to complete a service.
  • the client application APP may be downloaded from the application market.
  • the application market may be an App store of Apple, or may be an Android application market or an application store of a manufacturer. This is not limited in this embodiment of the present invention.
  • the APP is an executable program provided for an end user, including but not limited to an .exe file in a windows operating system, a .pkg file in a MAC operating system, an .apk file in an Android operating system, and an .ipa file in an iOS operating system.
  • These Apps are generally released by the manufacturer and are downloaded from the App store or a manufacturer website and installed on a client device of the end user.
  • the client device includes but is not limited to a windows notebook computer, a laptop, a desktop computer, a MAC terminal, mobile phones such as iPhone, iPad, an Android phone, and an Android pad, and the like.
  • the service server is usually installed on an enterprise server. In actual deployment, the service server may be loaded on one or more physical servers or implemented through a plurality of physical servers, and finally provides a service for the end user or an enterprise by working with the APP.
  • the service server generates a dynamic web page for the user, and sends an address of the dynamic web page and the user account number to a client device of the user, where the dynamic web page includes address information of the service server, for example, an IP address and port information.
  • the address information of the service server may also be a domain name
  • the application client may find an actual IP address of the service server based on the domain name.
  • the dynamic web page further includes a first program, and the first program is configured to trigger the client device to start (or activate or start) the application client, and configure the IP address and port information of the service server on the application client.
  • a possible example of a first program code for implementing the foregoing triggering function is as follows. In the following program code, app.setAsDefaultProtocolClient('cloudlink'); //cloudlink is a name (ID) of a client program.
  • communication address information of the user is further provided to the service server, for example, may be a mobile phone number, an email address, or a WeChat account of the user.
  • the service server After generating the dynamic web page for the user, the service server sends an address of the dynamic web page to the client device of the user by using the communication address information. In this way, the service server also stores the user account number, a corresponding communication address information of the user, and a correspondence between the user account number and the communication address information of the user.
  • S203 The client device receives the address, of the dynamic web page, sent by the service server.
  • the interaction module 403 is configured to send the address of the dynamic web page and the user account number to a client device of the user, and is further configured to receive a request for opening the dynamic web page, where the request is sent by the client device after the client device receives the address of the dynamic web page, and send the dynamic web page to the client device.
  • the dynamic web page generation module 402 is further configured to include the user account number in the generated dynamic web page, and the first program is further configured to fill the user account number into the application client when the application client is started.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

This application provides a method for starting an application client, a service server, and a client device. The method includes: receiving, by a service server, a registration request for an application, and generating a user account number for a user; generating, by the service server, a dynamic web page based on the registration request, and sending an address of the dynamic web page and the user account number to a client device of the user, where the dynamic web page includes address information of the service server, and further includes a first program, and the first program is used to trigger the client device to start the application client and configure an address of the service server on the application client; and receiving, by the service server, a request for opening the dynamic web page, where the request is sent by the client device after the client device receives the address of the dynamic web page, and sending the dynamic web page to the client device. This implements automatic configuration of the address of the service server address on a client, improves startup efficiency of the application client, and facilitates a user operation.

Description

    TECHNICAL FIELD
  • This application relates to software technologies, and in particular, to a method and an apparatus for starting an application client.
  • BACKGROUND
  • A set of software (including a client and a server end) is sold to a plurality of customers through replication. Each customer may have an own service server. IP addresses and/or ports of servers of the server end may be different. Therefore, each client may need to be configured with a different IP address and/or a different port. An application for an application client especially for a mobile client, is generally released to an application market, for example, an App store or an Android market, and has a unified version. The client may need to access different server ends (corresponding to different service servers) to carry out services. If a user configures an address of a service server, user experience is poor, and various operation problems may occur.
  • Another solution is that an enterprise administrator repacks the client into different client applications (APP). During repacking, the enterprise administrator embeds an IP address and/or a port of the server end in an APP installation file for separate release. Customers of different enterprises use their own Apps. In this way, the service server can be accessed without configuration, but the enterprise administrator needs to repack and release the client App, and the process is complex. Another method is to use a device ID to uniquely identify a corresponding service server, and use a unified registration server provided by a device vendor to establish an association between a client device and the service server, to obtain an IP address and/or a port of an enterprise service server. However, the client needs to provide the unique device ID, which is unrealistic in many cases.
  • SUMMARY
  • Embodiments of this application provide a method for starting an application client, a service server, and a client device, to resolve a prior-art problem of inconvenient configuration of a service server, and reduce a workload of a user in configuring an address of a server. To achieve the foregoing objective, the following technical solutions are used in the embodiments of this application.
  • According to a first aspect, an embodiment of this application provides a method for starting an application client. The method includes:
  • A service server receives a registration request for an application, and generates a user account number for a user; the service server generates a dynamic web page based on the registration request, and sends an address of the dynamic web page and the user account number to a client device of the user, where the dynamic web page includes address information of the service server, and further includes a first program, and the first program is used to trigger the client device to start the application client and configure an address of the service server on the application client; and the service server receives a request for opening the dynamic web page, where the request is sent by the client device after the client device receives the address of the dynamic web page, and sends the dynamic web page to the client device.
  • Service server address provisioning is integrated into a user registration process. The address information of the server is carried to the client device by using the dynamic web page. The dynamic web page may pull up the application and carry the address of the service server from the service server to the application client APP, so that the application client APP accesses a corresponding service server without configuration.
  • In a possible design method, the dynamic web page further includes a download address of the application client, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client or directly download the application client.
  • In this possible design method, when the application client is not installed in the client device, it can also be ensured, through a determining logic and a processing mechanism in the first program, that the application client is downloaded and installed, to improve startup efficiency of the application client and facilitates the user.
  • In a possible design method, the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  • In a possible design method, the generated dynamic web page includes the user account number, and the first program is further configured to fill the user account number into the application client when the application client is started.
  • Because the dynamic web page may further include user account number information, the user account number may also be automatically filled into the application client, to further reduce operation steps of the user on the client device.
  • In a possible design method, the registration request includes communication address information of the user, and the service server sends the address of the dynamic web page and the user account number to the client device of the user based on the communication address information.
  • In a possible design method, the communication address information of the user includes a user EMAIL or a mobile phone number, and the dynamic web page address is a URL address of the dynamic web page.
  • In a possible design method, the address information of the service server includes an IP address or domain name information of the service server. If the port is default, only the IP address of the service server needs to be sent to the client. Certainly, the address information of the service server further includes a port number. In addition, the address information of the service server may be the domain name information, and the application client may finally obtain the IP address of the service server in a manner such as DNS resolution.
  • According to a second aspect, an embodiment of this application provides a method for starting an application client, including: A client device receives an address, of a dynamic web page, sent by a service server of an application; the client device sends, based on the address of the dynamic web page, a request for downloading the dynamic web page to the application server; the client device receives the dynamic web page sent by the service server, where the dynamic web page includes address information of the service server, and further includes a first program, and the first program is used to trigger the client device to start the application client and configure the address information of the service server on the application client; and the client device starts the application client, where the application client provides a service for a user through the service server.
  • In a possible design method, the dynamic web page further includes a download address of the application client, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client or directly download the application client.
  • In a possible design method, the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  • In a possible design method, the dynamic web page includes a user account number, and the first program is further configured to fill the user account number into the application client when the application client is started.
  • In a possible design method, the address information of the service server includes an IP address or domain name information of the service server. The address information of the service server further includes a port number.
  • According to a third aspect, an embodiment of this application provides a service server, where the service server includes a registration module, a dynamic web page generation module, and an interaction module, where the registration module is configured to receive a registration request for an application, and generate a user account number for a user; the dynamic web page generation module is configured to generate a dynamic web page based on the registration request, where the dynamic web page includes address information of the service server, and further includes a first program, and the first program is used to trigger a client device to start the application client and configure the address information of the service server on the application client; and the interaction module is configured to send an address of the dynamic web page and the user account number to the client device of the user, and further configured to receive a request for opening the dynamic web page, where the request is sent by the client device after the client device receives the address of the dynamic web page, and send the dynamic web page to the client device.
  • In a possible design method, the dynamic web page generation module is further configured to include a download address of the application client in the dynamic web page, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client or download the application client.
  • In a possible design method, the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  • In a possible design method, the dynamic web page generation module is further configured to include the user account number in the generated dynamic web page, and the first program is further configured to fill the user account number into the application client when the application client is started.
  • According to a fourth aspect, an embodiment of this application provides a client device, where the client device includes an interaction module and an execution module, where the interaction module is configured to receive an address, of a dynamic web page, sent by a service server of an application, and send, based on the address of the dynamic web page, a request for downloading the dynamic web page to the application server, and the interaction module is further configured to receive the dynamic web page sent by the service server, where the dynamic web page includes address information of the service server and a first program; and the execution module is configured to execute the first program in the dynamic web page, where the first program is used to start the application client and configure the address information of the service server on the application client.
  • In a possible design method, the dynamic web page further includes a download address of the application client, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client or download the application client.
  • In a possible design method, the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  • In a possible design method, the interaction module is further configured to receive a user account number sent by the service server, and the first program is further configured to fill the user account number into the application client when the application client is started.
  • According to a fifth aspect, an embodiment of this application provides a chip, including a CPU and a memory, where the memory is configured to store a computer-executable instruction, the CPU is connected to the memory, and when the chip runs, the CPU executes the computer-executable instruction stored in the memory, so that the chip is enabled to perform any one of the methods for starting an application client.
  • According to a sixth aspect, an embodiment of this application provides a computer storage medium, where the computer storage medium stores an instruction, and when the instruction is run on a computer, the computer is enabled to perform any one of the methods for starting an application client.
  • According to a seventh aspect, an embodiment of this application provides a computer program product, where the computer program product includes an instruction, and when the instruction is run on a computer, the computer is enabled to perform any one of the methods for starting an application client.
  • In addition, for technical effects brought by any design manner in the second to the seventh aspects, refer to technical effects brought by different design methods in the first aspect. Details are not described herein again.
  • BRIEF DESCRIPTION OF DRAWINGS
    • FIG. 1 is a schematic diagram of a system architecture or a scenario to which an embodiment of the present invention is applied;
    • FIG. 2A and FIG. 2B are schematic diagrams of a signaling procedure of a method for starting an application client according to an embodiment of the present invention;
    • FIG. 3 is a possible schematic diagram of a structure of a client device according to an embodiment of the present invention;
    • FIG. 4 is a possible schematic diagram of a structure of a service server according to an embodiment of the present invention; and
    • FIG. 5 is a schematic diagram of a structure of a service server or a client device according to an embodiment of this application.
    DESCRIPTION OF EMBODIMENTS
  • In the following, some terms of the embodiments of this application are described, to help a person skilled in the art have a better understanding.
  • The embodiments of the present invention are mainly applied to a communication system of a C/S architecture, so that a unified application client can conveniently find a corresponding server end (a corresponding service server), and establish a communication connection to carry out a service activity. An application scenario is as follows: A service system has a plurality of copies that are sold to a plurality of customers. A service server of each customer has a different address, such as an IP address and a port. Clients are unified. However, the clients need to connect to service servers of their own enterprises. Therefore, addresses of the service servers are required, for example, the IP address and the port. The present invention provides a method that a client can automatically obtain an IP address and a port of a service server of the client, and does not need to be manually configured by a user.
  • FIG. 1 is a schematic diagram of a system architecture or a scenario to which an embodiment of the present invention is applied. The system architecture includes a service server and a client device. When an APP needs to be downloaded, the system architecture interacts with an application market. A client application APP of an application may be installed on the client device, and the application APP needs to communicate with a corresponding service server to complete a service. The client application APP may be downloaded from the application market. The application market may be an App store of Apple, or may be an Android application market or an application store of a manufacturer. This is not limited in this embodiment of the present invention. The APP is an executable program provided for an end user, including but not limited to an .exe file in a windows operating system, a .pkg file in a MAC operating system, an .apk file in an Android operating system, and an .ipa file in an iOS operating system. These Apps are generally released by the manufacturer and are downloaded from the App store or a manufacturer website and installed on a client device of the end user. The client device includes but is not limited to a windows notebook computer, a laptop, a desktop computer, a MAC terminal, mobile phones such as iPhone, iPad, an Android phone, and an Android pad, and the like. The service server is usually installed on an enterprise server. In actual deployment, the service server may be loaded on one or more physical servers or implemented through a plurality of physical servers, and finally provides a service for the end user or an enterprise by working with the APP.
  • The following describes the technical solutions provided in the embodiments of this application with reference to the accompanying drawings. In the following description process, the technical solutions provided in the embodiments of this application are applied to the application scenario shown in FIG. 1. FIG. 2A and FIG. 2B are schematic diagrams of a signaling procedure of a method for starting an application client according to an embodiment of this application. A procedure of the method is described as follows.
  • S201: A service server receives a registration request for an application APP, and allocates a user account number to a user.
  • The service server is a service server that provides a service for the application APP in a C/S architecture. Herein, the registration request for the application APP may be a request for applying for an application account (user ID) of the user by an enterprise administrator for the user, or may be a request for applying for an application account (user ID) by the user, as long as an operator has a corresponding permission, which is not limited in this embodiment of the present invention. If the user meets a preset registration condition, the service server allocates one or more user account numbers to the user. In actual operation, the user may further perform personalized definition or naming on the account applied for by the user, for example, use a nickname or another identifier. Alternatively, some user-defined nicknames or identifiers may be used to apply to the service server for being used as the user account number, which is not limited in this embodiment of the present invention. As shown in Table 1, Table 1 is a schematic diagram of a correspondence among a service server, an allocated user account number, and a user nickname. Usually, the allocated user account number is unique on one service server. Table 1
    Service server Allocated user account number User nickname
    Service server 1 (IP 1, port) User ID 1 Zhang San
    User ID
    2 Li Si
    User ID 3 Wang Wu
    Service server 2 (IP 2, port) User ID X A
    User ID Y B
    User ID Z C
  • S202: The service server generates a dynamic web page for the user, and sends an address of the dynamic web page and the user account number to a client device of the user, where the dynamic web page includes address information of the service server, for example, an IP address and port information. Certainly, the address information of the service server may also be a domain name, and the application client may find an actual IP address of the service server based on the domain name. The dynamic web page further includes a first program, and the first program is configured to trigger the client device to start (or activate or start) the application client, and configure the IP address and port information of the service server on the application client. A possible example of a first program code for implementing the foregoing triggering function is as follows. In the following program code, app.setAsDefaultProtocolClient('cloudlink'); //cloudlink is a name (ID) of a client program.
    Figure imgb0001
  • The dynamic web page refers to a web page programming technology or a web page file relative to a static web page. The dynamic web page integrates a basic html syntax specification with advanced programming languages such as Java, VB, and VC and technologies such as database programming to implement efficient, dynamic, and interactive management of website content and styles. Therefore, in this sense, a web page generated by using the web page programming technology that combines an advanced programming language other than HTML and a database technology is a dynamic web page.
  • A mechanism for triggering to start the application client may be implemented through a scheme mechanism. When the application is installed, information needs to be registered with an operating system. When receiving a link request, the operating system pulls up a corresponding registered application based on an identifier of the application. Certainly, there may be another possible implementation mechanism, which is not limited in this embodiment of the present invention.
  • When an administrator or the user opens an account, communication address information of the user is further provided to the service server, for example, may be a mobile phone number, an email address, or a WeChat account of the user. After generating the dynamic web page for the user, the service server sends an address of the dynamic web page to the client device of the user by using the communication address information. In this way, the service server also stores the user account number, a corresponding communication address information of the user, and a correspondence between the user account number and the communication address information of the user.
  • Optionally, because the application client APP is not necessarily downloaded and installed in the client device, the dynamic web page may further include a download address of the application client, and the first program further includes "a logic for determining whether the application client is installed in the client device". (for example, such service logic is implemented by using a client script language such as JavaScript or ActionScript). In this way, the first program is further configured to: when it is determined that the application client is not installed on the client device, trigger an interface of the dynamic web page to jump to a download page of the application client (based on the download address of the application client) or directly download the application client. Optionally, the first program may be further configured to: store the address information of the service server in the client device, for example, write the address information into an application such as a clipboard or a notepad of the client device, or even some temporary caches or registers, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device, for example, read the address information from the application such as the clipboard or the notepad. A possible example of the implementation program code is as follows:
    Figure imgb0002
    Figure imgb0003
    Figure imgb0004
  • Optionally, because the service server stores the user account number information, the generated dynamic web page may further include the user account number. The first program may be further configured to fill the user account number into the application client when the application client is started, to further reduce steps of entering the user account number by the user.
  • S203: The client device receives the address, of the dynamic web page, sent by the service server.
  • The user receives the address, of the dynamic web page address (for example, a short message, an email, or an instant message including a dynamic web page link), sent by the service server through the client device. The user may open (or run) the dynamic web page by logging in to the address of the dynamic web page or directly clicking a dynamic web page address URL link.
  • S204: The service server receives a request of opening the dynamic web page sent by the client device, and the dynamic web page is downloaded to the client device and executed. For content of the dynamic web page after the dynamic web page is run, refer to the description in the step S202. Details are not described herein again.
  • It may be understood that, in a process in which the client device runs the dynamic web page, based on a design of the first program, configuration of the application client or a setting of an operating system of the client device may include or embed some confirmation or selection operations of the user.
  • In the solution of the embodiment of the present invention, service server address provisioning is integrated into a user registration process. The address information of the server is carried to the client device by using the dynamic web page. The dynamic web page may pull up the application and carry the address of the service server from the service server to the application client APP, so that the application client APP accesses a corresponding service server without configuration. Further, because the dynamic web page may further include the user account number information, the user account number may also be automatically filled into the application client, to further reduce operation steps of the user on the client device. Further, the dynamic web page may further include the download address of the application client. When the application client is not installed in the client device, it can also be ensured, through the determining logic and the processing mechanism in the first program, that the application client is downloaded and installed. This improves startup efficiency of the application client and facilitates the user.
  • The foregoing mainly describes the solutions provided in the embodiments of this application from a perspective of interaction between the service server and the client device. It may be understood that, to implement the foregoing functions, the service server and the client device include corresponding hardware structures and/or software modules for performing the functions. A person skilled in the art should easily be aware that, in combination with units and algorithm steps of the examples described in the embodiments disclosed in this specification, this application may be implemented by hardware or a combination of hardware and computer software. Whether a function is performed by hardware or hardware driven by computer software depends on particular applications and design constraints of the technical solutions. A person skilled in the art may use different methods to implement the described functions for each particular application, but it should not be considered that the implementation goes beyond the scope of this application.
  • In the embodiments of this application, functional modules of the service server or the client device may be divided based on the foregoing method examples. For example, each functional module may be obtained through division corresponding to each function, or two or more functions may be integrated into one processing module. The integrated module may be implemented in a form of hardware, or may be implemented in a form of a software functional module. It should be noted that, in this embodiment of this application, module division is an example, and is merely logical function division. In actual implementation, another division manner may be used.
  • FIG. 3 is a possible schematic diagram of a structure of a client device 300 in the foregoing embodiment. The client device 300 includes an interaction module 301 and an execution module 302. The interaction module 301 is configured to: receive an address, of a dynamic web page, sent by a service server of an application, send, based on the address of the dynamic web page, a request for downloading the dynamic web page to the application server, and receive the dynamic web page sent by the service server, where the dynamic web page includes address information of the service server and a first program.
  • The execution module 302 is configured to execute the first program in the dynamic web page, where the first program is used to start the application client and configure the address information of the service server on the application client.
  • Optionally, the dynamic web page further includes a download address of the application client, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client.
  • Optionally, the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  • Optionally, the interaction module 301 is further configured to receive a user account number sent by the service server, and the first program is further configured to fill the user account number into the application client when the application client is started.
  • FIG. 4 is a possible schematic diagram of a structure of a service server 400 in the foregoing embodiment. The service server 400 includes a registration module 401, a dynamic web page generation module 402, and an interaction module 403. The registration module 401 is configured to receive a registration request for an application, and generate a user account number for a user. The dynamic web page generation module 402 is configured to generate a dynamic web page based on the registration request, where the dynamic web page includes address information of the service server, and further includes a first program, and the first program is used to trigger the client device to start the application client and configure the address information of the service server on the application client. The interaction module 403 is configured to send the address of the dynamic web page and the user account number to a client device of the user, and is further configured to receive a request for opening the dynamic web page, where the request is sent by the client device after the client device receives the address of the dynamic web page, and send the dynamic web page to the client device.
  • Optionally, the dynamic web page generation module 402 is further configured to include a download address of the application client in the dynamic web page, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client.
  • Optionally, the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  • Optionally, the dynamic web page generation module 402 is further configured to include the user account number in the generated dynamic web page, and the first program is further configured to fill the user account number into the application client when the application client is started.
  • All related content in all the foregoing embodiments may be referenced to function descriptions of functional modules corresponding to the client device and the service server. Details are not described herein again. The client device 300 and the service server 400 provided in this embodiment of this application are configured to perform the methods in the foregoing embodiments. Therefore, for technical effects that can be achieved by the client device 300 and the service server 400, refer to the foregoing method embodiments. For example, refer to related program code in the foregoing method embodiments. Details are not described herein again.
  • The "module" in FIG. 3 and FIG. 4 may be an application-specific integrated circuit (ASIC), an electronic circuit, a processor and a memory that execute one or more software or firmware programs, a combined logic circuit, and another component that provides the foregoing functions. When the integrated unit or module is implemented in the form of a software functional unit and sold or used as an independent product, the integrated unit may be stored in a computer-readable storage medium.
  • FIG. 5 is a schematic diagram of a structure of another service server or a client device according to an embodiment of this application. The structure includes a processor 501, a memory 502, and a transceiver 503. The processor 501 is connected to the memory 502 and the transceiver 503. For example, the processor 501 may be connected to the memory 502 and the transceiver 503 through a bus. The processor 501 may be configured to support the service server in performing a corresponding function in the foregoing embodiment, or may be configured to support the client device in performing a corresponding function in the foregoing embodiment. The processor 501 may be a central processing unit (English: central processing unit, CPU), a network processor (English: network processor, NP), a hardware chip, or any combination thereof. The hardware chip may be an application-specific integrated circuit (English: application-specific integrated circuit, ASIC), a programmable logic device (English: programmable logic device, PLD), or a combination thereof. The PLD may be a complex programmable logic device (English: complex programmable logic device, CPLD), a field-programmable gate array (English: field-programmable gate array, FPGA), a generic array logic (English: generic array logic, GAL), or any combination thereof. The memory 502 is configured to store program code and the like. The memory 502 may include a volatile memory (English: volatile memory), for example, a random access memory (English: random access memory, RAM for short). The memory 502 may also include a non-volatile memory (English: non-volatile memory), for example, a read-only memory (English: read-only memory, ROM for short), a flash memory (English: flash memory), a hard disk (English: hard disk drive, HDD for short), or a solid-state drive (English: solid-state drive, SSD for short). The memory 502 may further include a combination of memories of the foregoing types. The transceiver 503 may be a communications module or a transceiver circuit, and is configured to implement transmission of information such as data and signaling between the service server or another network unit of the client device in the foregoing embodiments. The processor 501 may invoke the program code to perform the operations in the method embodiment shown in FIG. 2A and FIG. 2B.
  • All or some of the foregoing embodiments may be implemented by using software, hardware, firmware, or any combination thereof. When software is used to implement the embodiments, the embodiments may be implemented completely or partially in a form of a computer program product. The computer program product includes one or more computer instructions. When the computer program instructions are loaded and executed on the computer, the procedure or functions according to the embodiments of the present invention are all or partially generated. The computer may be a general-purpose computer, a dedicated computer, a computer network, or other programmable apparatuses. The computer instruction may be stored in a computer-readable storage medium, or may be transmitted by using the computer-readable storage medium. The computer instructions may be transmitted from a website, computer, server, or data center to another website, computer, server, or data center in a wired (for example, a coaxial cable, an optical fiber, or a digital subscriber line (DSL)) or wireless (for example, infrared, radio, or microwave) manner. The computer-readable storage medium may be any usable medium accessible by the computer. For example, the computer instruction may be stored or transmitted by using a magnetic medium (for example, a floppy disk, a hard disk, or a magnetic tape), an optical medium (for example, a DVD), or a semiconductor medium (for example, a solid state disk Solid State Disk (SSD)).
  • The foregoing descriptions are merely specific embodiments of the present invention, but are not intended to limit the protection scope of the present invention. Any modification or replacement readily figured out by a person skilled in the art within the technical scope disclosed in the present invention shall fall within the protection scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (25)

  1. A method for starting an application client, comprising:
    receiving, by a service server, a registration request for an application, and generating a user account number for a user;
    generating, by the service server, a dynamic web page based on the registration request, and sending an address of the dynamic web page and the user account number to a client device of the user, wherein the dynamic web page comprises address information of the service server, and further comprises a first program, and the first program is used to trigger the client device to start the application client and configure an address of the service server on the application client; and
    receiving, by the service server, a request for opening the dynamic web page, wherein the request is sent by the client device after the client device receives the address of the dynamic web page, and sending the dynamic web page to the client device.
  2. The method according to claim 1, wherein the dynamic web page further comprises a download address of the application client, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client or directly download the application client.
  3. The method according to claim 2, wherein the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  4. The method according to any one of claims 1 to 3, wherein the generated dynamic web page comprises the user account number, and the first program is further configured to fill the user account number into the application client when the application client is started.
  5. The method according to any one of claims 1 to 4, wherein the registration request comprises communication address information of the user, and the service server sends the address of the dynamic web page and the user account number to the client device of the user based on the communication address information.
  6. The method according to claim 5, wherein the communication address information of the user comprises a user EMAIL or a mobile phone number, and the dynamic web page address is a URL address of the dynamic web page.
  7. The method according to any one of claims 1 to 6, wherein the address information of the service server comprises an IP address or domain name information of the service server.
  8. The method according to claim 7, wherein the address information of the service server further comprises a port number.
  9. A method for starting an application client, comprising:
    receiving, by a client device, an address, of a dynamic web page, sent by a service server of an application;
    sending, by the client device based on the address of the dynamic web page, a request for downloading the dynamic web page to the application server;
    receiving, by the client device, the dynamic web page sent by the service server, wherein the dynamic web page comprises address information of the service server, and further comprises a first program, and the first program is used to trigger the client device to start the application client and configure the address information of the service server on the application client; and
    starting, by the client device, the application client, wherein the application client provides a service for a user through the service server.
  10. The method according to claim 9, wherein the dynamic web page further comprises a download address of the application client, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client or directly download the application client.
  11. The method according to claim 9 or 10, wherein the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  12. The method according to any one of claims 9 to 11, wherein the dynamic web page comprises a user account number, and the first program is further configured to fill the user account number into the application client when the application client is started.
  13. The method according to any one of claims 9 to 12, wherein the address information of the service server comprises an IP address or domain name information of the service server.
  14. The method according to claim 13, wherein the address information of the service server further comprises a port number.
  15. A service server, comprising a registration module, a dynamic web page generation module, and an interaction module, wherein
    the registration module is configured to receive a registration request for an application, and generate a user account number for a user;
    the dynamic web page generation module is configured to generate a dynamic web page based on the registration request, wherein the dynamic web page comprises address information of the service server, and further comprises a first program, and the first program is used to trigger a client device to start the application client and configure the address information of the service server on the application client; and
    the interaction module is configured to send an address of the dynamic web page and the user account number to the client device of the user, and further configured to receive a request for opening the dynamic web page, wherein the request is sent by the client device after the client device receives the address of the dynamic web page, and send the dynamic web page to the client device.
  16. The service server according to claim 15, wherein the dynamic web page generation module is further configured to comprise a download address of the application client in the dynamic web page, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client or download the application client.
  17. The service server according to claim 15 or 16, wherein the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  18. The service server according to any one of claims 15 to 17, wherein the dynamic web page generation module is further configured to comprise the user account number in the generated dynamic web page, and the first program is further configured to fill the user account number into the application client when the application client is started.
  19. A client device, comprising an interaction module and an execution module, wherein
    the interaction module is configured to receive an address, of a dynamic web page, sent by a service server of an application, and send, based on the address of the dynamic web page, a request for downloading the dynamic web page to the application server, and the interaction module is further configured to receive the dynamic web page sent by the service server, wherein the dynamic web page comprises address information of the service server and a first program; and
    the execution module is configured to execute the first program in the dynamic web page, wherein the first program is used to start the application client and configure the address information of the service server on the application client.
  20. The client device according to claim 19, wherein the dynamic web page further comprises a download address of the application client, and the first program is further configured to: when it is determined that the application client is not installed in the client device, trigger an interface of the dynamic web page to jump to a download page of the application client or download the application client.
  21. The client device according to claim 19 or 20, wherein the first program is further configured to store the address information of the service server in the client device, and when the application client is completely downloaded and started, trigger the application client to read the address information of the service server from the client device.
  22. The client device according to any one of claims 19 to 21, wherein the interaction module is further configured to receive a user account number sent by the service server, and the first program is further configured to fill the user account number into the application client when the application client is started.
  23. A chip, comprising a central processing unit CPU and a memory, wherein
    the memory is configured to store a computer-executable instruction, the CPU is connected to the memory, and when the chip runs, the CPU executes the computer-executable instruction stored in the memory, so that the chip is enabled to perform the method according to any one of claims 1 to 14.
  24. A computer storage medium, wherein the computer storage medium stores an instruction, and when the instruction is run on a computer, the computer is enabled to perform the method according to any one of claims 1 to 14.
  25. A computer program product, wherein the computer program product comprises an instruction, and when the instruction is run on a computer, the computer is enabled to perform the method according to any one of claims 1 to 14.
EP19864095.5A 2018-09-30 2019-09-25 Application client launch method, service server, and client device Pending EP3848825A4 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811161883.9A CN110968823A (en) 2018-09-30 2018-09-30 Application client starting method, service server and client equipment
PCT/CN2019/107637 WO2020063607A1 (en) 2018-09-30 2019-09-25 Application client launch method, service server, and client device

Publications (2)

Publication Number Publication Date
EP3848825A1 true EP3848825A1 (en) 2021-07-14
EP3848825A4 EP3848825A4 (en) 2021-10-27

Family

ID=69949303

Family Applications (1)

Application Number Title Priority Date Filing Date
EP19864095.5A Pending EP3848825A4 (en) 2018-09-30 2019-09-25 Application client launch method, service server, and client device

Country Status (4)

Country Link
US (1) US20210218828A1 (en)
EP (1) EP3848825A4 (en)
CN (1) CN110968823A (en)
WO (1) WO2020063607A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024006178A1 (en) * 2022-07-01 2024-01-04 Interdigital Patent Holdings, Inc. Methods, architectures, apparatuses and systems enabling artificial intelligence applications in networks

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112261598A (en) * 2020-10-19 2021-01-22 天翼电子商务有限公司 Short message sharing awakening service application page opening method based on short links
CN114221933B (en) * 2021-11-11 2024-04-26 中国建设银行股份有限公司 Multi-center multi-activity addressing method, device and system for mobile phone bank
CN114205403B (en) * 2022-02-17 2022-05-17 深圳依时货拉拉科技有限公司 Communication connection method, communication system, computer device, and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140189843A1 (en) * 2012-12-31 2014-07-03 Aastra Technologies Limited Automatic configuration of an endpoint
US20150074660A1 (en) * 2013-09-12 2015-03-12 Alibaba Group Holding Limited Method and apparatus of downloading and installing a client
US20170185431A1 (en) * 2015-02-03 2017-06-29 Baidu Online Network Technology (Beijing) Co., Ltd . Method and apparatus for dynamically implementing application function
US20180227175A1 (en) * 2008-09-25 2018-08-09 Unify Gmbh & Co. Kg Method for configuring an application

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050204173A1 (en) * 2004-03-10 2005-09-15 Giga-Byte Technology Co., Ltd. Method for automatically filling in user data using fingerprint identification
CN101488874B (en) * 2009-02-26 2013-10-23 中国联合网络通信集团有限公司 Configuration information generating method, apparatus and video terminal
US8924556B2 (en) * 2011-03-11 2014-12-30 Qualcomm Incorporated System and method for accessing a device having an assigned network address
US8751800B1 (en) * 2011-12-12 2014-06-10 Google Inc. DRM provider interoperability
CN103139305A (en) * 2013-01-27 2013-06-05 陈为人 Device, method and setting thereof by using mobile terminal to control broadband user side apparatus
TW201733314A (en) * 2016-03-10 2017-09-16 群暉科技股份有限公司 Method for executing request and associated server
CN107241372A (en) * 2016-03-29 2017-10-10 阿里巴巴集团控股有限公司 Configuration information generation, sending method and resource loading method and apparatus and system
CN108549714B (en) * 2018-04-20 2020-12-11 杭州橙鹰数据技术有限公司 Data processing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180227175A1 (en) * 2008-09-25 2018-08-09 Unify Gmbh & Co. Kg Method for configuring an application
US20140189843A1 (en) * 2012-12-31 2014-07-03 Aastra Technologies Limited Automatic configuration of an endpoint
US20150074660A1 (en) * 2013-09-12 2015-03-12 Alibaba Group Holding Limited Method and apparatus of downloading and installing a client
US20170185431A1 (en) * 2015-02-03 2017-06-29 Baidu Online Network Technology (Beijing) Co., Ltd . Method and apparatus for dynamically implementing application function

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of WO2020063607A1 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024006178A1 (en) * 2022-07-01 2024-01-04 Interdigital Patent Holdings, Inc. Methods, architectures, apparatuses and systems enabling artificial intelligence applications in networks

Also Published As

Publication number Publication date
CN110968823A (en) 2020-04-07
WO2020063607A1 (en) 2020-04-02
US20210218828A1 (en) 2021-07-15
EP3848825A4 (en) 2021-10-27

Similar Documents

Publication Publication Date Title
EP3848825A1 (en) Application client launch method, service server, and client device
EP3675418B1 (en) Issuance of service configuration file
CN107534647B (en) System, computing device, and storage medium for transmitting startup script
US12021930B2 (en) Systems and methods for remote management of appliances
JP6058628B2 (en) Multi-node application deployment system
US9858105B1 (en) Service for managing custom virtual machine images
EP2722754B1 (en) Software appliance installation systems and methods
JP2020530722A (en) PDU type setting method, UE policy setting method, and related entities
US11032369B1 (en) System and method for non-disruptive migration of software components to a public cloud system
US20120226740A1 (en) System and method to provide remote device management for mobile virtualized platforms
CA2676331A1 (en) Method of loading software in mobile and desktop environments
WO2019237583A1 (en) Nginx software installation method and apparatus, computer device, and storage medium
US20240039923A1 (en) Method and apparatus for deploying network device, device, system, and storage medium
CN113572862A (en) Cluster deployment method and device, electronic equipment and storage medium
CN107729117B (en) Virtual machine generation method and system
US20150065117A1 (en) Mobile device configuration system and method
US20140351220A1 (en) Configuration of one or more computer devices
US9086939B2 (en) Reactivation of a software image from a source machine onto a target machine
US20150149993A1 (en) Methods and systems for building a software appliance
CN110392080B (en) Deployment method and device based on distributed system and distributed system
CN115412611B (en) Query method, device, equipment and medium based on DNS server
US9910678B1 (en) NetBoot for installation of a non-native OS on a target host
CN112688807B (en) One-stop linkage response blue-green deployment method and device and electronic equipment
CN112134910B (en) Network request debugging method, device, equipment and storage medium
JP2006252117A (en) Network boot system, activating method for client terminal, and management server

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20210409

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

A4 Supplementary search report drawn up and despatched

Effective date: 20210923

RIC1 Information provided on ipc code assigned before grant

Ipc: H04L 12/24 20060101ALI20210917BHEP

Ipc: H04L 29/12 20060101ALI20210917BHEP

Ipc: G06F 16/955 20190101ALI20210917BHEP

Ipc: G06F 16/958 20190101AFI20210917BHEP

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)