JP2009169953A - Web launching system and web launching method - Google Patents

Web launching system and web launching method Download PDF

Info

Publication number
JP2009169953A
JP2009169953A JP2009002180A JP2009002180A JP2009169953A JP 2009169953 A JP2009169953 A JP 2009169953A JP 2009002180 A JP2009002180 A JP 2009002180A JP 2009002180 A JP2009002180 A JP 2009002180A JP 2009169953 A JP2009169953 A JP 2009169953A
Authority
JP
Japan
Prior art keywords
application client
add
client
user terminal
web
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
JP2009002180A
Other languages
Japanese (ja)
Inventor
Usei Cho
宇 星 趙
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.)
NHN Corp
Original Assignee
NHN Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NHN Corp filed Critical NHN Corp
Publication of JP2009169953A publication Critical patent/JP2009169953A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/50Business processes related to the communications industry
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Engineering & Computer Science (AREA)
  • General Health & Medical Sciences (AREA)
  • General Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a web launching system and method for enabling a client to easily execute a position-dependent logic, and a web launching system and method for making the client execute a function that does not belong to the client so as to provide no inconvenience to a user by easily adding the function to the client. <P>SOLUTION: The web launching system and method includes the steps for: transmitting an execution script to a user terminal 300; receiving an add-on request from the user terminal 300 according to whether there is a script to a function unloaded on an application client of the user terminal in the execution script; and transmitting to the user terminal an add-on module corresponding to the function unloaded on the application client. Thus, the add-on module from the web launching system can be linked and executed during run-time of the application client, so that a position-dependent logic can be easily processed. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、ウェブランチングシステム及びウェブランチング方法に関するものであって、より詳しくは、ファイル配布機能と実行スクリプトを利用したウェブランチングシステム及びウェブランチング方法に関するものである。   The present invention relates to a web launching system and a web launching method, and more particularly to a web launching system and a web launching method using a file distribution function and an execution script.

近年、コンピュータ関連情報通信技術が発達することによってインターネットを通した、ゲームサービスを提供したりコンテンツを提供したりするなどの各種インターネットサービス事業が急速に拡大している。インターネットサービス事業者は、ゲームサービスやコンテンツなどを提供するために使用者端末機にクライアントを設置(インストール)させ、使用者は、クライアントを実行してインターネットサービスを利用する。クライアントは、自身に搭載された機能を忠実に遂行できるが、自身に備わってない機能については、遠隔手続呼出(remote procedure call,RPC)などを利用して処理することができる。   In recent years, with the development of computer-related information communication technology, various Internet service businesses such as providing game services and providing contents over the Internet are rapidly expanding. An Internet service provider installs (installs) a client on a user terminal in order to provide a game service or content, and the user executes the client to use the Internet service. The client can faithfully perform the function installed in itself, but can process the function not provided in the client by using a remote procedure call (RPC) or the like.

遠隔手続呼出は、遠隔地にあるクライアントが自身にない機能を遂行するために所定のサーバーに当該機能に対する呼出を要請し、サーバーでクライアントからの要請を分析して、該要請に適合するビジネスロジックを当該サーバーで処理した後、その結果をクライアントに伝送する方式をいう。クライアントは、伝送された結果(処理結果)を利用して後続の処理を行う。一方で遠隔手続呼出は、ビジネスロジックがサーバーにあることからサーバーマシンで処理できる事項として、例えば、データベース照会や算術計算のように位置独立的(Position Independent)なロジックの処理は可能であるが、例えば、特定プログラムの設置の有無や可否の確認または特定ファイルの削除などのように、クライアントだけで確認できる事項(位置従属的なロジック)に対しては遠隔手続呼出で処理できず、クライアントにそのような機能を搭載しなければならない。   In remote procedure call, a remote client requests a call to a specific server to perform a function that does not exist in the remote client, analyzes the request from the client at the server, and conforms to the request business logic. Is processed by the server and the result is transmitted to the client. The client performs subsequent processing using the transmitted result (processing result). On the other hand, remote procedure calls can be processed on the server machine because the business logic is in the server. For example, position-independent logic processing such as database query and arithmetic calculation is possible. For example, items that can be confirmed only by the client (position-dependent logic) such as confirmation of whether or not a specific program is installed or not, or deletion of a specific file cannot be processed by a remote procedure call. Such a function must be installed.

一方、開発者は通常、クライアントを設計する際、様々な状況を考慮して設計するが、設計時に予想(考慮)できなかった機能については、後ほどクライアントに付加する必要があり、このような状況は時々発生する。そして、クライアントに搭載されていなかった新たな機能をクライアントに付加しようとする場合、既存のクライアント自体をアップデートして使用者端末機に再び新たな機能が追加されたクライアントを設置(インストール)したり、パッチなどを適用したりするが、新たな機能が追加されたクライアントのダウンロードやパッチの適用に多くの時間が掛かって使用者にクライアントの実行の中断等を強いるなど、使用者に負担を要求することになり、不便である。   On the other hand, developers usually design in consideration of various situations when designing a client, but functions that could not be predicted (considered) at the time of design need to be added to the client later. Sometimes occurs. And when adding a new function that was not installed in the client, the existing client itself is updated to install (install) the client with the new function added to the user terminal. , Apply patches, etc., but require a burden on the user, such as downloading a client with a new function or applying a patch, and forcing the user to interrupt the execution of the client. This is inconvenient.

そこで、本発明が解決しようとする課題は、位置従属的なロジックをクライアントで容易に遂行することができるウェブランチングシステム及びウェブランチング方法を提供することにある。   Therefore, the problem to be solved by the present invention is to provide a web launching system and a web launching method capable of easily performing position dependent logic on a client.

また、本発明が解決しようとする他の課題は、クライアントにはない機能をクライアントに容易に追加して使用者に対して不便がないようにクライアントで実行させられるウェブランチングシステム及びウェブランチング方法を提供することにある。   Further, another problem to be solved by the present invention is to provide a web launching system and a web launching method that can be executed by a client so that a user can easily add a function that does not exist in the client and there is no inconvenience to the user. It is to provide.

本発明の1つの側面におけるウェブランチングシステムは、使用者端末機からの要請に応じてインターネットサービスのウェブページを提供するウェブサーバーと、実行スクリプトを前記使用者端末機へ伝送し、前記実行スクリプト中で前記使用者端末機の応用クライアントに搭載されていない機能に対するスクリプトがある場合に、前記使用者端末機からの要請に応答して前記応用クライアントに搭載されていない機能に対応するアドオンモジュールを前記使用者端末機へ伝送するファイル配布サーバーと、を含むことを特徴とする。   According to one aspect of the present invention, a web launching system transmits a web server for providing a web page of an Internet service in response to a request from a user terminal, and transmits an execution script to the user terminal. When there is a script for a function not installed in the application client of the user terminal, an add-on module corresponding to the function not installed in the application client is added in response to a request from the user terminal. And a file distribution server for transmission to the user terminal.

また、前記使用者端末機は、前記アドオンモジュールを前記応用クライアントにリンクさせるクライアントランチング部を含むことができる。   The user terminal may include a client launching unit that links the add-on module to the application client.

また、前記クライアントランチング部は、前記応用クライアントの実行中に前記アドオンモジュールをリンクさせることができる。   The client launching unit can link the add-on module during execution of the application client.

また、前記クライアントランチング部は、前記応用クライアントが遂行することができるスクリプトに関する情報を有しており、前記実行スクリプトを分析して該実行スクリプト中に前記応用クライアントに搭載されていない機能に対するスクリプトがあるか否かを判断することができる。   The client launching unit includes information on a script that can be executed by the application client. The execution script is analyzed and a script for a function that is not installed in the application client is included in the execution script. It can be determined whether or not there is.

また、前記応用クライアントは、前記アドオンモジュールを通じて前記使用者端末機で位置従属的な機能を遂行することができる。   The application client may perform a position-dependent function on the user terminal through the add-on module.

また、前記ウェブサーバーは、前記使用者端末機に前記応用クライアントが設置されているか否かを判断(把握)して、前記応用クライアントが設置されていないと判断される場合に前記ファイル配布サーバーにその旨を通知して、前記ファイル配布サーバーが、前記通知に応答して前記応用クライアントを前記使用者端末機へ伝送して設置するようにすることができる。   Further, the web server determines (knows) whether or not the application client is installed in the user terminal, and determines that the application client is not installed in the file distribution server. Notifying that fact, the file distribution server can transmit the application client to the user terminal and install it in response to the notification.

また、本発明の他の側面におけるクライアントランチングシステムは、ファイル配布サーバーから実行スクリプトを受信して、前記実行スクリプト中に応用クライアントに搭載されていない機能に対応するスクリプトがある場合に、前記ファイル配布サーバーにアドオン要請を送信するスクリプトパーサと、前記ファイル配布サーバーから前記応用クライアントに搭載されていない機能に対応するアドオンモジュールをダウンロードするアドオンダウンローダーと、前記ダウンロードしたアドオンモジュールを前記応用クライアントにリンクさせるアドオン制御部と、を含むことを特徴とする。   The client launching system according to another aspect of the present invention receives the execution script from the file distribution server, and the file distribution is performed when the execution script includes a script corresponding to a function that is not installed in the application client. A script parser for sending an add-on request to a server, an add-on downloader for downloading an add-on module corresponding to a function not installed in the application client from the file distribution server, and an add-on for linking the downloaded add-on module to the application client And a control unit.

また、前記アドオン制御部は、前記応用クライアントの実行中に前記アドオンモジュールをリンクさせることができる。   In addition, the add-on controller can link the add-on module during execution of the application client.

また、本発明のさらに他の側面におけるウェブランチング方法は、実行スクリプトを使用者端末機へ伝送する段階と、前記実行スクリプト中に前記使用者端末機の応用クライアントに搭載されていない機能に対するスクリプトがあるか否かかにより前記使用者端末機からアドオン要請を受信する段階と、前記応用クライアントに搭載されていない機能に対応するアドオンモジュールを前記使用者端末機へ伝送する段階と、を含むことを特徴とする。   The web launching method according to still another aspect of the present invention includes a step of transmitting an execution script to a user terminal, and a script for a function not installed in the application client of the user terminal in the execution script. Receiving an add-on request from the user terminal according to whether or not there is, and transmitting an add-on module corresponding to a function not installed in the application client to the user terminal. Features.

また、前記アドオンモジュールを前記応用クライアントにリンクさせる段階を更に含むことができる。   In addition, the method may further include linking the add-on module to the application client.

また、前記リンク段階は、前記応用クライアントの実行中に前記アドオンモジュールをリンクさせる段階であることができる。   In addition, the linking step may be a step of linking the add-on module during execution of the application client.

そして、本発明の他の側面におけるコンピュータ読取可能な記録媒体は、前記方法のうちのいずれか一つをコンピュータに実行させるためのプログラムを記録することができる。   A computer-readable recording medium according to another aspect of the present invention can record a program for causing a computer to execute any one of the methods.

このように本発明によれば、ウェブランチングシステムから使用者端末機で必要な機能に対応するアドオンモジュールを受けてリンクし、応用クライアントで実行させることによって位置従属的なロジックを容易に処理することができる。   As described above, according to the present invention, an add-on module corresponding to a function required by the user terminal is linked from the web launching system, and is linked and executed by the application client, thereby easily processing the position-dependent logic. Can do.

また、本発明によれば、実行スクリプト方式とアドオンリンク機能とを利用することによって、応用クライアントを再び設置したりパッチを受けたりする必要なしに応用クライアントにはない機能を応用クライアントに容易に追加することができ、アドオンモジュールを応用クライアントのランタイム中にリンクさせて実行させることによって、応用クライアントが中断されないので使用者が不便でなくなる。   In addition, according to the present invention, by using an execution script method and an add-on link function, functions that the application client does not have can be easily added to the application client without having to install the application client again or receive a patch. By linking and executing the add-on module during the runtime of the application client, the application client is not interrupted and the user is not inconvenienced.

本発明の一実施例におけるウェブランチングシステムを説明するためのブロック図である。It is a block diagram for demonstrating the web launching system in one Example of this invention. 図1に示した使用者端末機のクライアントランチング部のブロック図である。FIG. 3 is a block diagram of a client launching unit of the user terminal shown in FIG. 1. 本発明の一実施例におけるウェブランチング方法を示すフローチャートである。3 is a flowchart illustrating a web launching method according to an embodiment of the present invention.

以下、添付の図面を参照しながら本発明の実施例について、本発明の属する技術分野における通常の知識を有する者が容易に実施できる程度に詳しく説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings to such an extent that a person having ordinary knowledge in the technical field to which the present invention belongs can be easily implemented.

まず、図1及び図2を参照しながら、本発明の一実施例に係るウェブランチングシステムについて詳細に説明する。   First, a web launching system according to an embodiment of the present invention will be described in detail with reference to FIGS. 1 and 2.

図1は、本発明の一実施例に係るウェブランチングシステムを説明するためのブロック図であり、図2は、図1に示した使用者端末機のクライアントランチング部のブロック図である。   FIG. 1 is a block diagram for explaining a web launching system according to an embodiment of the present invention, and FIG. 2 is a block diagram of a client launching unit of the user terminal shown in FIG.

図1に図示したように、本発明の一実施例に係るウェブランチングシステム100は、ウェブサーバー110及びファイル配布サーバー120を含み、通信網200を通じて、使用者端末機300及びインターネットサービスシステム400と連結されている。   As shown in FIG. 1, a web launching system 100 according to an embodiment of the present invention includes a web server 110 and a file distribution server 120, and is connected to a user terminal 300 and an Internet service system 400 through a communication network 200. Has been.

使用者端末機300は、ウェブブラウザー310と、クライアントランチング部320及び応用クライアント330とを含み、通信網200を通じて、インターネットサービスシステム400及びウェブランチングシステム100に接続して互いに情報をやりとりする。使用者端末機300は、デスクトップコンピュータだけでなくノートパソコン、ワークステーション、パームトップ(palmtop)コンピュータ、個人携帯情報端末機(Personal Digital Assistant、PDA)、ウェブパッド、移動通信端末機などのようにメモリ手段を具備し、マイクロプロセッサーを搭載して演算処理機能を備えた電子機器が適用できる。   The user terminal 300 includes a web browser 310, a client launching unit 320, and an application client 330. The user terminal 300 connects to the Internet service system 400 and the web launching system 100 through the communication network 200 and exchanges information with each other. The user terminal 300 is not only a desktop computer but also a notebook computer, a workstation, a palmtop computer, a personal digital assistant (PDA), a web pad, a mobile communication terminal, and the like. An electronic device equipped with a microprocessor and equipped with a microprocessor and having an arithmetic processing function can be applied.

ウェブブラウザー310は、ウェブページを閲覧することができるアプリケーションプログラムであり、ウェブランチングシステム100及びインターネットサービスシステム400にアクセスして、これからウェブページ情報を受信し、当該ウェブページを使用者端末機300に表示する。ウェブブラウザー310の一例としてマイクロソフト(Microsoft)社のインターネットエクスプローラ(InternetExplorer)を挙げられるが、これに限られない。   The web browser 310 is an application program that can browse web pages. The web browser 310 accesses the web launching system 100 and the internet service system 400, receives web page information from the web launching system 100, and sends the web page to the user terminal 300. indicate. An example of the web browser 310 is Microsoft Internet Explorer, but is not limited thereto.

図2を参照すれば、クライアントランチング部320は、スクリプトパーサ(Script Parser)322、アドオンダウンローダー(Add-on Downloader)324及びアドオン制御部(Add-on Controller)326を含み、応用クライアント330の実行に必要な様々な情報をウェブランチングシステム100から受け入れて(取得して)、応用クライアント330を実行させる。これと別途にクライアントランチング部320は、応用クライアント330が旧バージョンの場合、新たなバージョンの応用クライアントをウェブランチングシステム100からダウンロードして設置することができる。   Referring to FIG. 2, the client launching unit 320 includes a script parser 322, an add-on downloader 324, and an add-on controller 326 to execute the application client 330. Various necessary information is received (obtained) from the web launching system 100 and the application client 330 is executed. In addition, the client launching unit 320 can download and install a new version of the application client from the web launching system 100 when the application client 330 is an old version.

クライアントランチング部320は、使用者端末機300の要請に応じてウェブランチングシステム100からダウンロードされて使用者端末機300に設置され、例えば、アクティブX(activeX)コンポーネントよって構成することができる。なお、これに限らず、他のコンポーネントで構成してもよい。   The client launching unit 320 is downloaded from the web launching system 100 in response to a request from the user terminal 300 and installed in the user terminal 300. For example, the client launching unit 320 may be configured by an active X (activeX) component. In addition, you may comprise not only this but another component.

スクリプトパーサ322は、ファイル配布サーバー120から実行スクリプトを受信(取得)して、受信した実行スクリプトを解釈(解析)する。実行スクリプトは、例えば、応用クライアント330が遂行すべき一種の命令語目録である。スクリプトパーサ322は、応用クライアント330に搭載されていない機能に対するスクリプトが実行スクリプトに含まれている場合に、当該機能を備えているアドオンモジュール(Add-on Module)をファイル配布サーバー120に要請する。ここで、アドオンモジュールは、応用クライアント330には備わっていない機能を応用クライアント330に対して拡張することができるように独立的に構成されて配布されることができる外部プログラムを意味する。スクリプトパーサ322は、応用クライアント330が遂行することができるスクリプトに関する情報を予め保持することができる。   The script parser 322 receives (acquires) the execution script from the file distribution server 120 and interprets (analyzes) the received execution script. The execution script is, for example, a kind of instruction word list to be executed by the application client 330. When a script for a function that is not installed in the application client 330 is included in the execution script, the script parser 322 requests the file distribution server 120 for an add-on module having the function. Here, the add-on module means an external program that can be configured and distributed independently so that functions that the application client 330 does not have can be extended to the application client 330. The script parser 322 can hold in advance information about a script that can be executed by the application client 330.

アドオンダウンローダー324は、アドオンモジュール要請に応答したファイル配布サーバー120から該当のアドオンモジュールをダウンロードして使用者端末機300に格納し、これに対する情報をアドオン制御部326へ伝達する。なお、アドオンモジュールを必ずしも使用者端末機300に保存する必要はないが、アドオン制御部326がアドオンモジュールを処理する間に使用者端末機300のメモリに記憶させる必要はある。   The add-on downloader 324 downloads the corresponding add-on module from the file distribution server 120 in response to the add-on module request, stores the add-on module in the user terminal 300, and transmits information on the add-on module to the add-on controller 326. Note that the add-on module is not necessarily stored in the user terminal 300, but the add-on control unit 326 needs to be stored in the memory of the user terminal 300 while the add-on controller 326 processes the add-on module.

アドオン制御部326は、ダウンロードしたアドオンモジュールを応用クライアント330にリンクさせ、応用クライアント330がアドオンモジュールに係る機能を遂行することができるようにする。特に、アドオン制御部326は、応用クライアント330がスクリプトを実行する間、例えば、応用クライアント330のランタイム中にアドオンモジュールをリンクさせることができる。   The add-on control unit 326 links the downloaded add-on module to the application client 330 so that the application client 330 can perform functions related to the add-on module. In particular, the add-on controller 326 may link the add-on module while the application client 330 executes a script, for example, during the runtime of the application client 330.

応用クライアント330に付加できるアドオンモジュールは、例えば、使用者端末機300に設けられた不必要なファイルを削除するモジュール、使用者端末機300に設置されているファイル情報またはプログラム情報を確認するモジュール、応用クライアント330が提供するゲーム上にチャット機能がない場合にチャット機能を提供することができるメッセンジャーモジュール、応用クライアント330に係るチュートリアル(tutorial)機能を提供するモジュールなどが挙げられる。もちろんこのようなアドオンモジュールは、応用クライアント330に当該機能が備わっていない場合に付加される。   Examples of add-on modules that can be added to the application client 330 include a module that deletes unnecessary files provided in the user terminal 300, a module that confirms file information or program information installed in the user terminal 300, A messenger module that can provide a chat function when there is no chat function on the game provided by the application client 330, a module that provides a tutorial function related to the application client 330, and the like. Of course, such an add-on module is added when the application client 330 does not have the function.

一方、クライアントランチング部320とは別途に、ウェブランチングシステム100から情報を受信(取得)して、クライアントランチング部320に伝達するモジュール(図示せず)を使用者端末機300に設けることができ、このモジュールは、例えば、アクティブX(activeX)コンポーネントによって構成することができるが、これに限られない。もちろん、このような機能を遂行するモジュールがクライアントランチング部320に含まれて構成することもできる。   Meanwhile, separately from the client launching unit 320, a module (not shown) that receives (acquires) information from the web launching system 100 and transmits the information to the client launching unit 320 can be provided in the user terminal 300. This module can be constituted by, for example, an active X component, but is not limited thereto. Of course, a module that performs such a function may be included in the client launching unit 320.

応用クライアント330は、クライアントランチング部320から伝達された実行スクリプトを実行し、該実行スクリプトに基づいて、インターネットサービスシステム400に接続してインターネットサービスを使用者に提供する。したがって、応用クライアント330は、インターネットサービスシステム400にスクリプト遂行に係る要請をすることができ、その結果、スクリプトを遂行するために必要なデータまたは情報をインターネットサービスシステム400から提供を受けることができる。   The application client 330 executes the execution script transmitted from the client launching unit 320, and connects to the Internet service system 400 based on the execution script to provide an Internet service to the user. Accordingly, the application client 330 can make a request for executing the script to the Internet service system 400, and as a result, can receive data or information necessary for executing the script from the Internet service system 400.

応用クライアント330は、ゲームクライアントまたはコンテンツに係るクライアントであることができる。例えば、応用クライアント330がゲームクライアントならば、応用クライアント330は、インターネットサービスシステム400から受信するゲームチャンネルリストを使用者端末機300のディスプレイ等の表示部に表示し、使用者がチャンネルリストの中から任意のチャンネルを選択すると、選択したチャンネルに相当するゲームサーバー(図示せず)に接続する。応用クライアント330は、ゲームサーバーからゲーム遂行に必要なデータを受け取り、これに基づいたゲーム画面を使用者端末機300に表示しながら、ゲームを実行する。   The application client 330 may be a game client or a content client. For example, if the application client 330 is a game client, the application client 330 displays a game channel list received from the Internet service system 400 on a display unit such as a display of the user terminal 300, and the user can select from the channel list. When an arbitrary channel is selected, a game server (not shown) corresponding to the selected channel is connected. The application client 330 receives data necessary for executing the game from the game server, and executes the game while displaying a game screen based on the data on the user terminal 300.

応用クライアント330は、使用者端末機300の要請によりウェブランチングシステム100からダウンロードされて使用者端末機300に設置され、クライアントランチング部320と一緒に設置されることができる。   The application client 330 may be downloaded from the web launching system 100 according to a request of the user terminal 300 and installed in the user terminal 300 and installed together with the client launching unit 320.

なお、クライアントランチング部320が、応用クライアント330と連動して動作すると説明したが、クライアントランチング部320は、応用クライアント330とは別個に動作することもできる。例えば、ウェブランチングシステム100から伝送される実行スクリプトが、応用クライアント330と関係なしにクライアントランチング部320で実行されるようにすることができる。   Although the client launching unit 320 has been described as operating in conjunction with the application client 330, the client launching unit 320 can also operate separately from the application client 330. For example, an execution script transmitted from the web launching system 100 can be executed by the client launching unit 320 regardless of the application client 330.

ウェブサーバー110は、使用者にインターネットサービスを提供するためにインターネットサービスに係るウェブページ、例えば、ゲームページまたはコンテンツ関連ページを使用者端末機300に提供する。ウェブサーバー110が提供するウェブページで会員加入、使用者認証処理、ゲーム選択及び開始、インターネットコンテンツ選択、決済情報入力などの動作が遂行されることができる。また、ウェブサーバー110は、応用クライアント330がインターネットサービスシステム400の接続に必要な情報を提供し、使用者端末機300がインターネットサービスシステム400に接続して、ゲームを行ったりユーザーの望むインターネットコンテンツをダウンロードしたりする場合、必要な各種情報を提供することができる。   The web server 110 provides a web page related to the internet service, for example, a game page or a content related page, to the user terminal 300 in order to provide the internet service to the user. Operations such as member subscription, user authentication processing, game selection and start, Internet content selection, and payment information input can be performed on the web page provided by the web server 110. In addition, the web server 110 provides information necessary for the application client 330 to connect to the Internet service system 400, and the user terminal 300 connects to the Internet service system 400 to play games or provide Internet contents desired by the user. When downloading, various necessary information can be provided.

ウェブサーバー110は、使用者端末機300にクライアントランチング部320及び応用クライアント330が設置されているかどうかを把握(判断)して、設置されていなければ、ファイル配布サーバー120に設置されていない旨を通知して、ファイル配布サーバー120は、ウェブサーバー110からの通知に応答して、クライアントランチング部320及び応用クライアント330を使用者端末機300へ伝送して設置するようにする。また、ウェブサーバー110は、応用クライアント330が旧バージョンだと把握(判断)することもでき、この場合においても使用者端末機300の応用クライアント330が旧バージョンだと把握される場合に、ファイル配布サーバー120に応用クライアント330が旧バージョンである旨を通知して、ファイル配布サーバー120が、新バージョンの応用クライアント330を使用者端末機300へ伝送して設置するようにする。   The web server 110 grasps (determines) whether or not the client launching unit 320 and the application client 330 are installed in the user terminal 300. If the web server 110 is not installed, the web server 110 indicates that it is not installed in the file distribution server 120. In response, the file distribution server 120 transmits the client launching unit 320 and the application client 330 to the user terminal 300 and installs them in response to the notification from the web server 110. Further, the web server 110 can also grasp (determine) that the application client 330 is an old version, and even in this case, when the application client 330 of the user terminal 300 is grasped to be an old version, file distribution is possible. The server 120 is notified that the application client 330 is the old version, and the file distribution server 120 transmits the new version of the application client 330 to the user terminal 300 and installs it.

ファイル配布サーバー120は、応用クライアント330の実行に係る実行スクリプトを予め不図示の格納部等に保持し、使用者端末機300からのスクリプト要請を受信すると該当の実行スクリプトを使用者端末機300へ伝送し、さらに、応用クライアント330に付加する必要のあるアドオンモジュールを予め不図示の格納部等に保持し、使用者端末機300のアドオン要請に応答して該当のアドオンモジュールを使用者端末機300へ伝送して設置するようにする。   The file distribution server 120 holds an execution script related to the execution of the application client 330 in a storage unit (not shown) in advance and receives the script request from the user terminal 300, and sends the execution script to the user terminal 300. In addition, an add-on module that needs to be transmitted and added to the application client 330 is held in a storage unit (not shown) in advance, and the corresponding add-on module is added to the user terminal 300 in response to an add-on request from the user terminal 300. To be installed.

インターネットサービスシステム400は、使用者端末機300にオンラインゲームまたはインターネットコンテンツなどを提供する。このためにゲームサーバー(図示せず)、コンテンツ提供サーバー(図示せず)及びデータベース(図示せず)を含むことができる。   The Internet service system 400 provides the user terminal 300 with an online game or Internet content. For this purpose, a game server (not shown), a content providing server (not shown), and a database (not shown) can be included.

データベースは、インターネットサービスを使用者に提供するのに必要な各種情報、例えば、使用者ID(identification、ID)、名前、アドレス、携帯電話番号、有線電話番号、電子メールアドレス、ゲームのバージョン、ゲームサーバーのIPアドレス(Internet Protocol Address)、サイバーマネー、ゲームアイテム、ゲームマネー、コンテンツ利用権などに対する情報を記憶し、ウェブサーバー110、ゲームサーバー及びコンテンツ提供サーバーの要請によりこれらに当該情報を提供する。   The database includes various information necessary for providing Internet services to users, such as user ID (identification, ID), name, address, mobile phone number, wired phone number, e-mail address, game version, game Information on the server IP address (Internet Protocol Address), cyber money, game items, game money, content usage rights, etc. is stored, and the information is provided to the web server 110, the game server, and the content providing server upon request.

ゲームサーバーは、使用者端末機300と通信して、使用者がオンラインゲームをすることができるようにする。つまり、ゲームサーバーは、使用者端末機300が当該ゲームサーバーに接続すると、ゲーム実行に必要な情報を提供して使用者端末機300との間でゲームデータをやりとりしながら、ゲームロジックに従ったゲームが行われるように制御する。   The game server communicates with the user terminal 300 so that the user can play an online game. That is, when the user terminal 300 is connected to the game server, the game server provides information necessary for game execution and exchanges game data with the user terminal 300, and follows the game logic. Control the game to be played.

コンテンツ提供サーバーは、音楽ファイル、映画ファイル、文書ファイルなどの各種インターネットコンテンツを格納し、使用者の要請によりこれを使用者端末機300に提供する。   The content providing server stores various Internet contents such as music files, movie files, and document files, and provides them to the user terminal 300 at the request of the user.

次に、図3を参照しながら、本発明の実施例に応じたウェブランチング方法について詳細に説明する。   Next, a web launching method according to an embodiment of the present invention will be described in detail with reference to FIG.

図3は、本発明の実施例に係るウェブランチング方法を示すフローチャートである。   FIG. 3 is a flowchart illustrating a web launching method according to an embodiment of the present invention.

使用者が使用者端末機300で応用クライアント330を実行させるために、ウェブブラウザー310に具備された実行ボタンをクリックすると、クライアントランチング部320が実行される。そして、クライアントランチング部320は、応用クライアント330で実行されるスクリプトをウェブランチングシステム100に要請する(S510)。もちろん、応用クライアント330を実行させるためにウェブブラウザー310以外にも別途の実行手段、例えば、応用クライアント330に対応する(応用クライアント330を実行させるための)アイコンを備えることもできる。   When the user clicks an execution button provided in the web browser 310 in order to execute the application client 330 on the user terminal 300, the client launching unit 320 is executed. Then, the client launching unit 320 requests the web launching system 100 for a script executed by the application client 330 (S510). Of course, in addition to the web browser 310 to execute the application client 330, an additional execution means, for example, an icon corresponding to the application client 330 (for executing the application client 330) may be provided.

ウェブランチングシステム100は、使用者端末機300からのスクリプト要請に応答して当該応用クライアント330で実行されるべき実行スクリプトを使用者端末機300へ伝送する(S520)。   In response to the script request from the user terminal 300, the web launching system 100 transmits an execution script to be executed by the application client 330 to the user terminal 300 (S520).

クライアントランチング部320のスクリプトパーサ322は、ウェブランチングシステム100から伝送された実行スクリプトを解釈して(S530)、応用クライアント330に搭載されていない機能が実行スクリプトに含まれているか否かを判断する(S540)。   The script parser 322 of the client launching unit 320 interprets the execution script transmitted from the web launching system 100 (S530), and determines whether or not a function that is not installed in the application client 330 is included in the execution script. (S540).

クライアントランチング部320は、段階S540での判断の結果、応用クライアント330に搭載されていない機能が実行スクリプトに含まれていると判断された場合、応用クライアント330に搭載されていない当該機能に対するアドオンを要請する処理を遂行する(S550)。一方、応用クライアント330に搭載されていない機能が含まれていないと判別された場合には、アドオン要請をしない。なお、クライアントランチング部320は、段階S540と関係なく応用クライアント330が遂行することができる実行スクリプトを応用クライアント330に伝達して、応用クライアント330が当該スクリプトを行うことができるようにする。つまり、クライアントランチング部320は、段階S530で実行スクリプトを解釈した後、応用クライアント330に搭載されている機能に対するスクリプトに対しては、直ちに実行するように実行スクリプトを伝達するように構成することができる。   If it is determined in step S540 that the function not installed in the application client 330 is included in the execution script, the client launching unit 320 adds an add-on to the function not installed in the application client 330. The requested process is performed (S550). On the other hand, when it is determined that a function not installed in the application client 330 is not included, no add-on request is made. The client launching unit 320 transmits an execution script that can be executed by the application client 330 regardless of the step S540 to the application client 330 so that the application client 330 can execute the script. That is, the client launching unit 320 may be configured to transmit the execution script so that the script for the function installed in the application client 330 is immediately executed after interpreting the execution script in step S530. it can.

使用者端末機300からアドオン要請を受信したファイル配布サーバー120は、アドオン要請を分析して、応用クライアント330に搭載されていない機能に対応するアドオンモジュールを不図示の格納部から抽出して使用者端末機300へ伝送する(S560)。クライアントランチング部320のアドオンダウンローダー324は、アドオンモジュールをダウンロードし、アドオン制御部326は、アドオンダウンローダー324によってダウンロードされたアドオンモジュールを応用クライアント330にリンクさせる(S570)。クライアントランチング部320は、応用クライアント330が実行スクリプト中で遂行することができるスクリプトを実行する途中で、ファイル配布サーバー120から取得したアドオンモジュールを、応用クライアント330にリンクさせることができる。   The file distribution server 120 that has received the add-on request from the user terminal 300 analyzes the add-on request, extracts an add-on module corresponding to a function not installed in the application client 330 from a storage unit (not shown), and Transmit to the terminal 300 (S560). The add-on downloader 324 of the client launching unit 320 downloads the add-on module, and the add-on control unit 326 links the add-on module downloaded by the add-on downloader 324 to the application client 330 (S570). The client launching unit 320 can link the add-on module acquired from the file distribution server 120 to the application client 330 while the application client 330 executes a script that can be executed in the execution script.

その後、応用クライアント330は、追加された機能を実行する(S580)。応用クライアント330は、すでに実行されているスクリプトに対する動作が終わった後に、追加された機能に対する動作を行ったり、これとは別に追加された機能に対する動作を必要な時点で行ったりすることもできる。   Thereafter, the application client 330 executes the added function (S580). The application client 330 can perform the operation for the added function after the operation for the already executed script is completed, or can perform the operation for the added function separately from the operation when necessary.

このように本発明によれば、ウェブランチングシステム100が使用者端末機300で追加的に必要な機能に対応するアドオンモジュールを使用者端末機300へ伝送して応用クライアント330で実行させることができる。このため、サーバー側で処理し難く、使用者端末機300で処理すべき位置従属的なロジックを容易に遂行することができる。   As described above, according to the present invention, the web launching system 100 can transmit an add-on module corresponding to a function additionally required by the user terminal 300 to the user terminal 300 to be executed by the application client 330. . Therefore, it is difficult to process on the server side, and position-dependent logic to be processed by the user terminal 300 can be easily performed.

また、本発明によれば、実行スクリプト方式とアドオンリンク機能とを利用することによって、応用クライアント330を再び設置したりパッチを適用する必要なしに、応用クライアント330にはない機能を当該応用クライアント330に容易に追加することができ、さらに、アドオンモジュールを応用クライアント330のランタイム中にリンクさせて実行させることによって、応用クライアント330の実行が中断されないので使用者が不便でなくなる(利便性が向上する)。   In addition, according to the present invention, by using the execution script method and the add-on link function, functions that the application client 330 does not have can be provided without having to install the application client 330 again or apply a patch. Further, by adding the add-on module to the runtime of the application client 330 and executing it, the execution of the application client 330 is not interrupted, so that the user is not inconvenienced (the convenience is improved). ).

なお、本発明の実施例では、ウェブサーバー110がウェブランチングシステム100に含まれ態様を一例に説明したが、ウェブサーバー110は、必要に応じてインターネットサービスシステム400に含まれるように構成することができ、ウェブサーバー110で遂行する機能中の一部がファイル配布サーバー120で行われるように構成することもできる。また、使用者端末機300にクライアントランチング部320と応用クライアント330が別個に含まれている態様を一例に説明したが、クライアントランチング部320が応用クライアント330に含まれて構成することもできる。そして、クライアントランチング部320にスクリプトパーサ322、アドオンダウンローダー324及びアドオン制御部326が別個に含まれていると説明したが、これらは機能的に互いに統合されたり、少なくともひとつが分離されて独立的に構成されたりして応用クライアント330に含まれるように構成されることもできる。   In the embodiment of the present invention, the web server 110 is included in the web launching system 100 as an example. However, the web server 110 may be configured to be included in the Internet service system 400 as necessary. In addition, a part of the functions performed by the web server 110 may be performed by the file distribution server 120. In addition, although an example in which the client launching unit 320 and the application client 330 are separately included in the user terminal 300 has been described as an example, the client launching unit 320 may be included in the application client 330. In addition, the client launching unit 320 has been described as including the script parser 322, the add-on downloader 324, and the add-on control unit 326 separately. Or may be configured to be included in the application client 330.

また、本発明の実施例では、クライアントランチング部320及び応用クライアント330が使用者端末機300に設置されて、ウェブランチングを遂行する一例を説明したが、クライアントランチング部320及び応用クライアント330が別途のサーバーで構成されて、同一の機能を遂行するように構成することもできる。   In the embodiment of the present invention, the client launching unit 320 and the application client 330 are installed in the user terminal 300 to perform web launching. However, the client launching unit 320 and the application client 330 are separately provided. It can also be configured with a server to perform the same function.

また、本発明は、応用クライアント330が設置された使用者端末機300と応用クライアント330で実行される実行スクリプトを使用者端末機300に提供するファイル配布サーバーとを備えたクライアントランチングシステムとしての側面を有し、使用者端末機300が、応用クライアント330が遂行することができるスクリプトに関する情報に基づいて、ファイル配布サーバー120から受信した実行スクリプト中に応用クライアントに搭載されていない機能に対応するスクリプトがあるか否かを判断し、搭載されていない機能に対応するスクリプトがあると判断された場合にファイル配布サーバー120に対してアドオン要請を送信するスクリプトパーサ322と、ファイル配布サーバー120から応用クライアント330に搭載されていない機能に対応するアドオンモジュールをダウンロードするアドオンダウンローダー324と、ダウンロードしたアドオンモジュールを応用クライアント330にリンクさせるアドオン制御部326と、を含むクライアントランチングシステムが提供される。また、これらスクリプトパーサ322、アドオンダウンローダー324、及びアドオン制御部326は、使用者端末機300で実行されてこれら各部を機能させるためのプログラム(クライアントランチングプログラム)として構成されることができる。   Further, the present invention provides a client launching system including a user terminal 300 in which the application client 330 is installed and a file distribution server that provides the user terminal 300 with an execution script executed by the application client 330. And a script corresponding to a function that is not installed in the application client in the execution script received from the file distribution server 120 based on information about the script that the application terminal 330 can execute. A script parser 322 that transmits an add-on request to the file distribution server 120 when it is determined that there is a script corresponding to a function that is not installed, and an application client from the file distribution server 120 On board 330 An add downloader 324 downloads the add-on module corresponding to that is not functional, the add-on controller 326 to link the add-on module downloaded applications the client 330, the client launching system comprising provided. Further, the script parser 322, the add-on downloader 324, and the add-on control unit 326 can be configured as a program (client launching program) that is executed by the user terminal 300 and causes these units to function.

また、本発明の実施例は、多様なコンピュータに実行されて動作を行うためのプログラム命令を含むコンピュータで読む取ることができる記録媒体を含むことができる。この記録媒体は、先に説明したウェブランチング方法をコンピュータで実行させるためのプログラムを記録することができる。この記録媒体は、プログラム命令、データファイル、データ構造などを単独でまたは組み合わせて含むことができる。このような記録媒体の一例としては、ハードディスク、フロッピー(登録商標)ディスク及び磁気のテープのような磁気の媒体、CD及びDVDのような光記録媒体、フロプティカルディスク(flopticaldisk)と磁気−光媒体、ROM、RAM、フラッシュメモリなどのようなプログラム命令を格納して行うように構成されたハードウェア装置などがある。またはこのような記録媒体は、プログラム命令、データ構造などを指定する信号を伝送する搬送波を含む光または金属線、導波管などの伝送媒体であることができる。プログラム命令の例としては、コンパイラーによって作られるような機械語コードだけでなく、インタープリタなどを使用してコンピュータにより実行できる高級言語コードを含む。   Also, the embodiments of the present invention may include a computer-readable recording medium including program instructions that are executed by various computers to perform operations. This recording medium can record a program for causing the computer to execute the web launching method described above. This recording medium may contain program instructions, data files, data structures, etc. alone or in combination. Examples of such recording media include magnetic media such as hard disks, floppy disks and magnetic tapes, optical recording media such as CDs and DVDs, floppy disks and magneto-optical. There are hardware devices configured to store and execute program instructions such as media, ROM, RAM, and flash memory. Alternatively, such a recording medium can be a transmission medium such as a light or metal line or a waveguide including a carrier wave that transmits a signal designating a program command, a data structure, or the like. Examples of program instructions include not only machine language code created by a compiler but also high-level language code that can be executed by a computer using an interpreter or the like.

以上、本発明の望ましい実施例について詳細に説明したが、該当の技術分野において熟練した当業者にとっては、特許請求の範囲に記載された本発明の技術的思想および領域から逸脱しない範囲内で、本発明を多様に修正および変更させることができることを理解することができるであろう。すなわち、本発明の技術的範囲は、特許請求の範囲に基づいて定められ、発明を実施するための形態により制限されるものではない。   As described above, the preferred embodiments of the present invention have been described in detail, but those skilled in the relevant technical field will not depart from the spirit and scope of the present invention described in the claims. It will be understood that the present invention can be variously modified and changed. In other words, the technical scope of the present invention is determined based on the scope of claims, and is not limited by the mode for carrying out the invention.

100:ウェブランチングシステム
110:ウェブサーバー
120:ファイル配布サーバー
200:通信網
300:使用者端末機
310:ウェブブラウザー
320:クライアントランチング部
322:スクリプトパーサ
324:アドオンダウンローダー
326:アドオン制御部
330:応用クライアント
400:インターネットサービスシステム
100: Web launching system 110: Web server 120: File distribution server 200: Communication network 300: User terminal 310: Web browser 320: Client launching unit 322: Script parser 324: Add-on downloader 326: Add-on control unit 330: Application client 400: Internet service system

Claims (14)

使用者端末機からの要請に応じてインターネットサービスのウェブページを提供するウェブサーバーと、
実行スクリプトを前記使用者端末機へ伝送し、前記実行スクリプト中で前記使用者端末機の応用クライアントに搭載されていない機能に対するスクリプトがある場合に、前記応用クライアントに搭載されていない機能に対応するアドオンモジュールを前記使用者端末機へ伝送するファイル配布サーバーと、
を含むことを特徴とするウェブランチングシステム。
A web server that provides web pages for internet services in response to requests from user terminals;
When an execution script is transmitted to the user terminal and there is a script for a function not installed in the application client of the user terminal in the execution script, it corresponds to a function not installed in the application client. A file distribution server for transmitting an add-on module to the user terminal;
A web launching system characterized by including:
前記使用者端末機は、前記アドオンモジュールを前記応用クライアントにリンクさせるクライアントランチング部を含むことを特徴とする請求項1に記載のウェブランチングシステム。   2. The web launching system according to claim 1, wherein the user terminal includes a client launching unit that links the add-on module to the application client. 前記クライアントランチング部は、前記応用クライアントの実行中に前記アドオンモジュールをリンクさせることを特徴とする請求項2に記載のウェブランチングシステム。   The web launching system according to claim 2, wherein the client launching unit links the add-on module during execution of the application client. 前記クライアントランチング部は、前記応用クライアントが遂行することができるスクリプトに関する情報を有しており、前記実行スクリプトを分析して該実行スクリプト中で前記応用クライアントに搭載されていない機能に対するスクリプトがあるか否かを判断することを特徴とする請求項2に記載のウェブランチングシステム。   The client launching unit has information about a script that can be executed by the application client, and whether there is a script for a function that is not installed in the application client by analyzing the execution script. The web launching system according to claim 2, wherein it is determined whether or not. 前記応用クライアントは、前記アドオンモジュールを通じて前記使用者端末機で位置従属的な機能を遂行することを特徴とする請求項1に記載のウェブランチングシステム。   The web launching system of claim 1, wherein the application client performs a position-dependent function on the user terminal through the add-on module. 前記ウェブサーバーは、前記使用者端末機に前記応用クライアントが設置されているか否かを判断して、前記応用クライアントが設置されていないと判断された場合に前記ファイル配布サーバーに前記応用クライアントが設置されていない旨の通知をし、前記ファイル配布サーバーが、前記通知に応答して前記応用クライアントを前記使用者端末機へ伝送して設置するようにすることを特徴とする請求項1に記載のウェブランチングシステム。   The web server determines whether or not the application client is installed on the user terminal, and if it is determined that the application client is not installed, the application client is installed on the file distribution server. 2. The notification according to claim 1, wherein the file distribution server transmits the application client to the user terminal in response to the notification. Web launching system. ファイル配布サーバーから実行スクリプトを受信して、前記実行スクリプト中で応用クライアントに搭載されていない機能に対応するスクリプトがある場合に前記ファイル配布サーバーにアドオン要請をするスクリプトパーサと、
前記ファイル配布サーバーから前記応用クライアントに搭載されていない機能に対応するアドオンモジュールをダウンロードするアドオンダウンローダーと、
前記ダウンロードしたアドオンモジュールを前記応用クライアントにリンクさせるアドオン制御部と、
を含むことを特徴とするクライアントランチングシステム。
A script parser that receives an execution script from the file distribution server and requests an add-on to the file distribution server when there is a script corresponding to a function that is not installed in the application client in the execution script;
An add-on downloader for downloading an add-on module corresponding to a function not installed in the application client from the file distribution server;
An add-on controller that links the downloaded add-on module to the application client;
Client launching system characterized by including:
前記アドオン制御部は、前記応用クライアントの実行中に前記アドオンモジュールをリンクさせることを特徴とする請求項7に記載のクライアントランチングシステム。   The client launching system according to claim 7, wherein the add-on control unit links the add-on module during execution of the application client. 前記応用クライアントは、前記アドオンモジュールを通じて使用者端末機で位置従属的な機能を遂行することを特徴とする請求項7に記載のクライアントランチングシステム。   The client launching system of claim 7, wherein the application client performs a position-dependent function at a user terminal through the add-on module. 実行スクリプトを使用者端末機へ伝送する段階と、
前記実行スクリプト中で前記使用者端末機の応用クライアントに搭載されていない機能に対するスクリプトがあるか否かを判断して前記使用者端末機からアドオン要請を受信する段階と、そして、
前記応用クライアントに搭載されていない機能に対応するアドオンモジュールを前記使用者端末機へ伝送する段階と、
を含むことを特徴とするウェブランチング方法。
Transmitting the execution script to the user terminal;
Receiving an add-on request from the user terminal by determining whether there is a script for a function not installed in the application client of the user terminal in the execution script; and
Transmitting an add-on module corresponding to a function not installed in the application client to the user terminal;
A web launching method comprising:
前記アドオンモジュールを、前記応用クライアントにリンクさせる段階を更に含むことを特徴とする請求項10に記載のウェブランチング方法。   The web launching method according to claim 10, further comprising linking the add-on module to the application client. 前記リンク段階は、前記応用クライアントの実行中に前記アドオンモジュールをリンクさせる段階であることを特徴とする請求項11に記載のウェブランチング方法。   The web launching method of claim 11, wherein the linking step is a step of linking the add-on module during execution of the application client. 前記応用クライアントは、前記アドオンモジュールを通じて前記使用者端末機で位置従属的な機能を遂行することを特徴とする請求項10に記載のウェブランチング方法。   The web launching method of claim 10, wherein the application client performs a position-dependent function on the user terminal through the add-on module. 請求項第10項乃至第13項のうちのいずれか一つに記載のウェブランチング方法をコンピュータに実行させるためのプログラムを記録したコンピュータで読み取ることができる記録媒体。   14. A recording medium readable by a computer in which a program for causing a computer to execute the web launching method according to any one of claims 10 to 13 is recorded.
JP2009002180A 2008-01-11 2009-01-08 Web launching system and web launching method Pending JP2009169953A (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020080003338A KR101185111B1 (en) 2008-01-11 2008-01-11 Web launching system and method

Publications (1)

Publication Number Publication Date
JP2009169953A true JP2009169953A (en) 2009-07-30

Family

ID=40970987

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009002180A Pending JP2009169953A (en) 2008-01-11 2009-01-08 Web launching system and web launching method

Country Status (2)

Country Link
JP (1) JP2009169953A (en)
KR (1) KR101185111B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011238091A (en) * 2010-05-12 2011-11-24 Ricoh Co Ltd Information processing device, image forming device, information processing method, program and recording medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000194622A (en) * 1998-12-28 2000-07-14 Fujitsu Ltd Distributed operation system and recording medium
JP2002288067A (en) * 2001-03-28 2002-10-04 Nec Corp Support system, method and program for information processing equipment
JP2002539691A (en) * 1999-03-12 2002-11-19 クゥアルコム・インコーポレイテッド System and method for independently downloading functions to a set of storage locations in a wireless communication device
JP2003526960A (en) * 1998-09-04 2003-09-09 トムソン マルチメディア Apparatus and method for executing an interactive TV application on a set top unit
JP2005321900A (en) * 2004-05-06 2005-11-17 Neweb:Kk Web data control system and method
WO2006090974A1 (en) * 2005-02-25 2006-08-31 Nhn Corporation Method for installing activex control

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003526960A (en) * 1998-09-04 2003-09-09 トムソン マルチメディア Apparatus and method for executing an interactive TV application on a set top unit
JP2000194622A (en) * 1998-12-28 2000-07-14 Fujitsu Ltd Distributed operation system and recording medium
JP2002539691A (en) * 1999-03-12 2002-11-19 クゥアルコム・インコーポレイテッド System and method for independently downloading functions to a set of storage locations in a wireless communication device
JP2002288067A (en) * 2001-03-28 2002-10-04 Nec Corp Support system, method and program for information processing equipment
JP2005321900A (en) * 2004-05-06 2005-11-17 Neweb:Kk Web data control system and method
WO2006090974A1 (en) * 2005-02-25 2006-08-31 Nhn Corporation Method for installing activex control
JP2008532136A (en) * 2005-02-25 2008-08-14 エヌエイチエヌ コーポレーション Active X control installation method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011238091A (en) * 2010-05-12 2011-11-24 Ricoh Co Ltd Information processing device, image forming device, information processing method, program and recording medium

Also Published As

Publication number Publication date
KR101185111B1 (en) 2012-09-21
KR20090077402A (en) 2009-07-15

Similar Documents

Publication Publication Date Title
US11829186B2 (en) System and methods for integration of an application runtime environment into a user computing environment
US8396939B2 (en) Content distribution management device, terminal, program, and content distribution system
US8458612B2 (en) Application management framework for web applications
JP6253110B2 (en) Using the application cache to update installed application resources
US20060294196A1 (en) Method and system for storing a web browser application session cookie from another client application program
US9529603B2 (en) Method and apparatus for dynamic network device start up
CN102132316B (en) Method and device for discovering alternative user experiences for websites
WO2009018277A1 (en) Application management framework for web applications
TW200405159A (en) Memory area management method in accordance with application program utilization
JP2007528064A (en) Running unverified programs in a wireless device operating environment
CN105324753A (en) Invoking an application from a web page or other application
JP4180953B2 (en) Communication apparatus and program
JP4054626B2 (en) Information terminal device and program
JP2009169953A (en) Web launching system and web launching method
JP4373480B2 (en) Communication apparatus and program
JP2009020301A (en) Web page browsing program, web page display method, terminal device and network system
JP2004062873A (en) Browser session mobility system for multiplatform application
JP3783000B2 (en) Program start control device, method and program
JP2009093212A (en) Program and method for controlling reproduction of content using web browser, and web server
JP2008015658A (en) Application providing system and method
JP2006146512A (en) Information processor, its control method, and program
JP4848218B2 (en) Content providing system, content providing method, program, and recording medium
JP2003058496A (en) Multimedia information terminal system and computer program
KR20110116460A (en) Method for receiving contents, system and apparatus therefor
JP2002116919A (en) Application for network base, architecture and system for processing the same and method for executing the same

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110201

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110502

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110614

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110913

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20111018