JP2007004228A - Web application system, remote operation server program and remote operation client program - Google Patents

Web application system, remote operation server program and remote operation client program Download PDF

Info

Publication number
JP2007004228A
JP2007004228A JP2005180271A JP2005180271A JP2007004228A JP 2007004228 A JP2007004228 A JP 2007004228A JP 2005180271 A JP2005180271 A JP 2005180271A JP 2005180271 A JP2005180271 A JP 2005180271A JP 2007004228 A JP2007004228 A JP 2007004228A
Authority
JP
Japan
Prior art keywords
screen
web
window
drawing command
web client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2005180271A
Other languages
Japanese (ja)
Other versions
JP4302081B2 (en
Inventor
Noriyoshi Ishikawa
法義 石川
Jeremy Main
メイン ジェレミー
Emiko Kezuka
恵美子 毛塚
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2005180271A priority Critical patent/JP4302081B2/en
Priority to US11/220,734 priority patent/US20060284867A1/en
Publication of JP2007004228A publication Critical patent/JP2007004228A/en
Application granted granted Critical
Publication of JP4302081B2 publication Critical patent/JP4302081B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2111/00Details relating to CAD techniques
    • G06F2111/02CAD in a network environment, e.g. collaborative CAD or distributed simulation

Abstract

<P>PROBLEM TO BE SOLVED: To provide a Web application system for enabling a Web client device to plot the CG of a three-dimensional model at a high speed even when a service for operating modeling is provided from a Web application server device to a client device. <P>SOLUTION: In such a case that the image of a picture for operating an application 29 for modeling in a Web application server device 20 is displayed in a Web browser 17 window of a Web client device 10, when an operation is performed for a three-dimensional model whose CG should be displayed on the picture, the Web application server device 20 transmits a plotting command for plotting the CG of the three-dimensional model to a Web client device 10. The Web client device 10 plots the CG of the three-dimensional model by using a self-graphic accelerator according to the plotting command. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ウェブクライアント装置のウェブブラウザウインドウ内においてウェブアプリケーションサーバ装置内のモデリング用アプリケーションを遠隔操作するためのウェブアプリケーションシステムと、このようなウェブアプリケーションシステムのウェブアプリケーションサーバ装置及びウェブクライアント装置としてコンピュータを機能させるための遠隔操作サーバプログラム及び遠隔操作クライアントプログラムとに、関する。   The present invention relates to a web application system for remotely operating a modeling application in a web application server device within a web browser window of the web client device, and a computer as the web application server device and web client device of such a web application system. Relates to a remote operation server program and a remote operation client program.

周知のように、ウェブアプリケーションサーバ装置は、サーバ側で起動されたアプリケーションによるサービスを、ネットワークを介してウェブクライアント装置上で提供する装置である。   As is well known, a web application server device is a device that provides a service by an application activated on the server side on a web client device via a network.

従来、二次元モデルの作成(製図)を行うためのCAD[Computer Aided Design]サービスをウェブアプリケーションサーバ装置から提供することが、行われてきたが、最近では、3DCADやアニメーション製作のような三次元モデルの作成(モデリング)を行うためのサービスをウェブアプリケーションサーバ装置から提供することが、要求されつつある。   Conventionally, a CAD [Computer Aided Design] service for creating (drawing) a two-dimensional model has been provided from a web application server device, but recently, a three-dimensional model such as 3D CAD or animation production has been provided. There is a demand for providing a service for creating a model (modeling) from a web application server device.

このようなモデリングに関するサービスを提供するに当たっては、ウェブアプリケーションサーバ装置が、三次元モデルについてアプリケーションが作成したCG[Computer Graphics]に基づいてビットマップ等のイメージデータを生成し、そのイメージデータをウェブクライアントへ送信する。ウェブクライアント装置は、そのイメージデータに基づいて、三次元モデルを一方向から見た状態のイメージを表示することとなる。   In providing such a modeling service, the web application server apparatus generates image data such as a bitmap based on CG [Computer Graphics] created by the application for the three-dimensional model, and the image data is generated by the web client. Send to. The web client device displays an image in a state where the three-dimensional model is viewed from one direction based on the image data.

ところで、スタンドアロンのコンピュータにおいてモデリングを行うためのアプリケーションを起動している場合において、例えば三次元モデルのワイヤーフレームモデルやサーフェイスモデルをそれを見る方向を変化させて表示するときには、その三次元モデルが滑らかに向きを変えるようにCGが高速描画される。このような高速描画には、そのコンピュータに内蔵されるグラフィックアクセラレータが利用され、そのコンピュータのCPUに掛かる負荷の低減が図られている。   By the way, when an application for modeling is activated on a stand-alone computer, for example, when displaying a wire frame model or a surface model of a three-dimensional model while changing the viewing direction, the three-dimensional model is smooth. The CG is drawn at high speed so as to change the direction. For such high-speed drawing, a graphic accelerator built in the computer is used to reduce the load on the CPU of the computer.

しかしながら、ウェブアプリケーションサーバ装置が提供するサービスによって、このような三次元モデルの向きを変えるようなCGの高速描画をウェブクライアント装置において行おうとしても、ウェブクライアント装置には、イメージデータしか提供されないため、グラフィックアクセラレータを用いたCGの高速描画は行えない。   However, even if an attempt is made to perform high-speed CG rendering such as changing the orientation of the three-dimensional model in the web client device by the service provided by the web application server device, only image data is provided to the web client device. CG cannot be drawn at high speed using a graphic accelerator.

また、ウェブアプリケーションサーバ装置において、CGの高速描画に追従させてイメージデータを高速で順次生成させることも考えられなくはないが、そうすると、ウェブアプリケーションサーバ装置に掛かる負荷がとてつもなく増大するとともに、ネットワークトラフィックが増加してしまうため、結局のところ、ウェブクライアント装置において、三次元モデルを、その向きが滑らかに変化するように表示させることができなくなると考えられる。   Further, in the web application server apparatus, it is not considered that image data is sequentially generated at a high speed by following the high-speed rendering of CG. However, in this case, the load on the web application server apparatus increases tremendously and network traffic is increased. In the end, it is considered that the web client device cannot display the three-dimensional model so that its orientation changes smoothly.

本発明は、前述した従来技術の有する問題点に鑑みてなされたものであり、その課題は、モデリングを行うためのサービスをウェブアプリケーションサーバ装置からウェブクライアント装置に提供する場合であっても、ウェブクライアント装置において三次元モデルのCGが高速描画されるようにすることにある。   The present invention has been made in view of the above-described problems of the prior art, and the problem is that even when a service for performing modeling is provided from a web application server apparatus to a web client apparatus, The object is to make the CG of the three-dimensional model drawn at high speed in the client device.

上記の課題を解決するために発明されたウェブアプリケーションシステムは、一台以上のウェブクライアント装置のウェブブラウザウインドウ内においてウェブアプリケーションサーバ装置内のモデリング用アプリケーションを遠隔操作するためのウェブアプリケーションシステムであって、そのウェブアプリケーションサーバ装置が、何れかの前記ウェブクライアント装置からの要求を受けて、前記モデリング用アプリケーションを操作するための画面のイメージを表示するための画面イメージデータを前記ウェブクライアント装置へ送信する画面送信部,前記ウェブクライアント装置から前記画面上でなされた操作イベントを示す操作イベント情報を前記ウェブクライアント装置から受信する操作受信部,前記操作受信部が受信した操作イベント情報により示される操作イベントが、前記画面にCGを表示すべき三次元モデルについてなされたものである場合に、前記モデリング用アプリケーションから、そのCGを描画するための描画コマンドを取得する描画コマンド取得部,及び、前記描画コマンド取得部が取得した描画コマンドを前記ウェブクライアント装置へ送信する描画コマンド送信部を備え、一方、ウェブクライアント装置が、前記モデリング用アプリケーションを遠隔操作する要求を入力装置において操作者から受け付けると、その要求を前記ウェブアプリケーションサーバ装置へ送信する要求送信部,前記ウェブアプリケーションサーバ装置から前記画面イメージデータを受信すると、その画面イメージデータに基づいて画面を表示する画面表示部,前記画面上でなされた操作イベントを検出すると、その操作イベントを示す操作イベント情報を前記ウェブアプリケーションサーバ装置へ送信する操作送信部,前記ウェブアプリケーションサーバ装置から描画コマンドを受信すると、その描画コマンドに基づく三次元モデルのCGを、前記画面のうちの三次元モデルのCGを描画すべき領域に描画するCG描画部を備えることを、特徴としている。   A web application system invented to solve the above problems is a web application system for remotely operating a modeling application in a web application server device in a web browser window of one or more web client devices. In response to a request from any of the web client devices, the web application server device transmits screen image data for displaying a screen image for operating the modeling application to the web client device. A screen transmission unit, an operation reception unit for receiving operation event information indicating an operation event made on the screen from the web client device, and an operation received by the operation reception unit When the operation event indicated by the event information is for a three-dimensional model on which CG is to be displayed on the screen, a drawing command is acquired for acquiring a drawing command for drawing the CG from the modeling application. And a drawing command transmission unit that transmits the drawing command acquired by the drawing command acquisition unit to the web client device, while the web client device operates a request to remotely operate the modeling application in the input device A request transmission unit that transmits the request to the web application server device when received from a person, a screen display unit that displays a screen based on the screen image data when the screen image data is received from the web application server device, screen When an operation event made in is detected, an operation transmission unit that transmits operation event information indicating the operation event to the web application server device. When a drawing command is received from the web application server device, a three-dimensional model based on the drawing command Is provided with a CG drawing unit that draws a CG of the three-dimensional model in the area of the screen to be drawn.

このように構成されると、ウェブクライアント装置のウェブブラウザウインドウ内に、ウェブアプリケーションサーバ装置内のモデリング用アプリケーションを操作するための画面のイメージが表示されている場合において、その画面にCGを表示すべき三次元モデルについて操作がなされたときには、ウェブアプリケーションサーバ装置は、その三次元モデルのCGを描画した後の画面のイメージデータを、ウェブクライアント装置へ送信するのではなく、その三次元モデルのCGを描画するための描画コマンドを、ウェブクライアント装置へ送信する。これにより、ウェブクライアント装置は、その描画コマンドに従って、自己のグラフィックアクセラレータを用いて、三次元モデルのCGを描画することができるようになる。   With this configuration, when an image of a screen for operating the modeling application in the web application server device is displayed in the web browser window of the web client device, a CG is displayed on the screen. When an operation is performed on a three-dimensional model, the web application server device does not transmit the image data of the screen after rendering the CG of the three-dimensional model to the web client device, but the CG of the three-dimensional model. A drawing command for drawing is transmitted to the web client device. As a result, the web client device can draw the CG of the three-dimensional model using its own graphic accelerator according to the drawing command.

また、上記の課題を解決するために発明された遠隔操作サーバプログラムは、コンピュータを、通信装置を介して接続される一台以上のウェブクライアント装置の何れかからの要求を受けて、モデリング用アプリケーションを操作するための画面のイメージを表示するための画面イメージデータを、前記通信装置を介して前記ウェブクライアント装置へ送信する画面送信手段,前記ウェブクライアント装置から前記画面上でなされた操作イベントを示す操作イベント情報を、前記通信装置を介して前記ウェブクライアント装置から受信する操作受信手段,前記操作受信手段が受信した操作イベント情報により示される操作イベントが、前記画面にCGを表示すべき三次元モデルについてなされたものである場合に、前記モデリング用アプリケーションから、そのCGを描画するための描画コマンドを取得する描画コマンド取得手段,及び、前記描画コマンド取得手段が取得した描画コマンドを、前記通信装置を介して前記ウェブクライアント装置へ送信する描画コマンド送信手段として機能させることを、特徴としている。   In addition, a remote operation server program invented to solve the above-described problem is a modeling application that receives a request from one of one or more web client devices connected to a computer via a communication device. Screen transmission means for transmitting screen image data for displaying an image of a screen for operating to the web client device via the communication device, and an operation event made on the screen from the web client device Operation receiving means for receiving operation event information from the web client device via the communication device, and a three-dimensional model in which an operation event indicated by the operation event information received by the operation receiving means is to display CG on the screen. The modeling application. A drawing command acquisition means for acquiring a drawing command for drawing the CG from the application, and a drawing command transmission for transmitting the drawing command acquired by the drawing command acquisition means to the web client device via the communication device It is characterized by functioning as a means.

従って、この遠隔操作サーバプログラムは、コンピュータを、前述した本発明のウェブアプリケーションシステムを構成するウェブアプリケーションサーバ装置と同等の装置として機能させることができることになる。   Therefore, the remote operation server program can cause the computer to function as an apparatus equivalent to the web application server apparatus constituting the web application system of the present invention described above.

また、上記の課題を解決するために発明された遠隔操作クライアントプログラムは、コンピュータを、通信装置を介して接続されるウェブアプリケーションサーバ装置のモデリング用アプリケーションを遠隔操作する要求を入力装置において操作者から受け付ける要求受付手段,前記要求受付手段が受け付けた要求を前記ウェブアプリケーションサーバ装置へ前記通信装置を介して送信する要求送信手段,前記ウェブアプリケーションサーバ装置から前記通信装置を介して前記画面イメージデータを受信すると、その画面イメージデータに基づいて画面を表示装置に表示する画面表示手段,前記画面上でなされた操作イベントを検出すると、その操作イベントを示す操作イベント情報を前記ウェブアプリケーションサーバ装置へ前記通信装置を介して送信する操作送信手段,及び、前記ウェブアプリケーションサーバ装置から前記通信装置を介して描画コマンドを受信すると、その描画コマンドに基づく三次元モデルのCGを、前記画面のうちの三次元モデルのCGを描画すべき領域に描画するCG描画手段として機能させることを、特徴としている。   In addition, a remote operation client program invented to solve the above-mentioned problem is a request from an operator at the input device to remotely operate a computer for modeling application of a web application server device connected via a communication device. Request accepting means for accepting, request sending means for sending the request accepted by the request accepting means to the web application server device via the communication device, and receiving the screen image data from the web application server device via the communication device Then, screen display means for displaying the screen on the display device based on the screen image data, and when an operation event made on the screen is detected, operation event information indicating the operation event is sent to the web application server device to the communication device When a drawing command is received from the web application server device via the communication device, the CG of the three-dimensional model based on the drawing command is converted into the CG of the three-dimensional model of the screen. It is characterized by functioning as CG drawing means for drawing in a region to be drawn.

従って、この遠隔操作クライアントプログラムは、コンピュータを、前述した本発明のウェブアプリケーションシステムを構成するウェブクライアント装置と同等の装置として機能させることができることになる。   Therefore, the remote operation client program can cause the computer to function as an apparatus equivalent to the web client apparatus constituting the web application system of the present invention described above.

以上に説明したように、本発明によれば、モデリングを行うためのサービスをウェブアプリケーションサーバ装置からウェブクライアント装置に提供する場合に、ウェブクライアント装置において三次元モデルのCGが高速描画されるようになる。   As described above, according to the present invention, when a service for performing modeling is provided from a web application server apparatus to a web client apparatus, a CG of a three-dimensional model is rendered at high speed on the web client apparatus. Become.

以下、添付図面を参照しながら、本発明を実施するための一つの形態について、説明する。   Hereinafter, one embodiment for carrying out the present invention will be described with reference to the accompanying drawings.

まず、本実施形態のコンピュータネットワークシステムの構成について、説明する。   First, the configuration of the computer network system of this embodiment will be described.

図1は、本実施形態のコンピュータネットワークシステムの構成を示す図である。   FIG. 1 is a diagram showing a configuration of a computer network system according to the present embodiment.

本実施形態のコンピュータネットワークシステムは、一台以上のウェブクライアント装置10とウェブアプリケーションサーバ装置20とから構成されており、各装置10,20は、ネットワークNを介して互いに接続されている。   The computer network system according to the present embodiment includes one or more web client devices 10 and a web application server device 20, and the devices 10 and 20 are connected to each other via a network N.

ウェブクライアント装置10について簡単に説明すると、このウェブクライアント装置10は、一般に市販されているパーソナルコンピュータに後述のウェブブラウザ17をインストールすることによって、ウェブクライアントとして機能させるようにした装置である。   The web client device 10 will be briefly described. The web client device 10 is a device configured to function as a web client by installing a web browser 17 to be described later on a generally available personal computer.

ウェブアプリケーションサーバ装置20について簡単に説明すると、このウェブアプリケーションサーバ装置20は、メインフレーム等の汎用コンピュータに後述のページデータ26やウェブサーバプログラム27をインストールすることによって、ウェブサーバとして機能させるようにした装置である。   The web application server device 20 will be briefly described. The web application server device 20 is configured to function as a web server by installing a later-described page data 26 and a web server program 27 on a general-purpose computer such as a mainframe. Device.

図2は、ウェブクライアント装置10の構成を概略的に示す図である。   FIG. 2 is a diagram schematically showing the configuration of the web client device 10.

ウェブクライアント装置10を構成するパーソナルコンピュータは、周知のように、液晶ディスプレイ等の表示装置10aと、キーボードやマウス等の入力装置10bと、これら装置に接続された本体10cとから、構成されている。   As is well known, the personal computer constituting the web client device 10 includes a display device 10a such as a liquid crystal display, an input device 10b such as a keyboard and a mouse, and a main body 10c connected to these devices. .

その本体10cは、CPU[Central Processing Unit]11,DRAM[Dynamic Random Access Memory]12,通信アダプタ13,MDD[Multi Disk Drive]14,及び、HDD[Hard Disk Drive]15等の周知なハードウエアを、内蔵しており、このうち、HDD15は、表示装置10aや入力装置10bにおける入出力の制御,通信アダプタ13におけるTCP/IP[Transmission Control Protocol/Internet Protocol]に従った通信の制御,及び、DRAM12やMDD14やHDD15の記憶領域(記憶素子,CD[Compact Disk],DVD[Digital Versatile Disk],HD[Hard Disk]の記憶領域)に対する読み書きの制御といった基本的な機能を多くのアプリケーションソフトウエアに提供するための基本ソフトウエア16を、記憶している。   The main body 10 c includes known hardware such as a CPU [Central Processing Unit] 11, a DRAM [Dynamic Random Access Memory] 12, a communication adapter 13, an MDD [Multi Disk Drive] 14, and an HDD [Hard Disk Drive] 15. Among these, the HDD 15 controls input / output in the display device 10a and the input device 10b, controls communication in accordance with TCP / IP (Transmission Control Protocol / Internet Protocol) in the communication adapter 13, and DRAM 12 Basic functions such as read / write control for storage areas (storage elements, CD [Compact Disk], DVD [Digital Versatile Disk], HD [Hard Disk] storage areas) of MDD14 and HDD15 are provided to many application software The basic software 16 is stored.

そして、このウェブクライアント装置10のHDD15には、ウェブブラウザ17及び遠隔操作クライアントモジュール18が、インストールされている。   A web browser 17 and a remote operation client module 18 are installed in the HDD 15 of the web client device 10.

ウェブブラウザ17は、ウェブクライアントとしての機能をパーソナルコンピュータに付加するためのプログラムであり、より具体的には、ウェブクライアント装置10の操作者によって指定されたURL[Uniform Resource Locator]からページデータや画像データ等を取得してウェブページや画像などを表示装置10aに表示するためのプログラムである。   The web browser 17 is a program for adding a function as a web client to a personal computer, and more specifically, page data and images from a URL [Uniform Resource Locator] specified by an operator of the web client device 10. This is a program for acquiring data or the like and displaying a web page or an image on the display device 10a.

遠隔操作クライアントモジュール18は、ウェブアプリケーションサーバ装置20内のアプリケーションをウェブクライアント装置10において遠隔操作するためのプログラムである。この遠隔操作クライアントモジュール18は、マウスにおけるクリック若しくはドラッグ,又は、キーボードにおけるキー押下の操作イベントを検出する機能,その操作イベントに関する情報を、ウェブアプリケーションサーバ装置20にインストールされた後述の遠隔操作サーバモジュール28へ通知する機能,及び、その操作イベント情報を受けたアプリケーションが出力した処理結果をその遠隔操作サーバモジュール28から受信して表示する機能を、パーソナルコンピュータに付与する。   The remote operation client module 18 is a program for remotely operating an application in the web application server device 20 on the web client device 10. The remote operation client module 18 has a function of detecting an operation event of clicking or dragging with a mouse or a key press on a keyboard, and a remote operation server module to be described later installed in the web application server device 20 with information related to the operation event. 28, and a function for receiving and displaying the processing result output by the application that has received the operation event information from the remote operation server module 28, is given to the personal computer.

図3は、ウェブアプリケーションサーバ装置20の構成を概略的に示す構成図である。   FIG. 3 is a configuration diagram schematically showing the configuration of the web application server device 20.

ウェブアプリケーションサーバ装置20を構成する汎用コンピュータは、CPU21,DRAM22,通信アダプタ23,及び、HDD24等の周知なハードウエアを、内蔵しており、このうち、HDD24は、通信アダプタ23におけるTCP/IPに従った通信の制御,及び、DRAM22やHDD24の記憶領域(記憶素子,HDの記憶領域)に対する読み書きの制御といった基本的な機能を多くのアプリケーションソフトウエアに提供するための基本ソフトウエア25を、記憶している。   The general-purpose computer constituting the web application server apparatus 20 incorporates well-known hardware such as a CPU 21, a DRAM 22, a communication adapter 23, and an HDD 24. Among these, the HDD 24 is based on TCP / IP in the communication adapter 23. Basic software 25 for providing basic functions such as control of communication and control of reading and writing to the storage area (storage element, storage area of HD) of DRAM 22 and HDD 24 to many application software is stored. is doing.

そして、このウェブアプリケーションサーバ装置20のHDD24には、ページデータ26,ウェブサーバプログラム27,遠隔操作サーバモジュール28,及び、CAD[Computer Aided Design]アプリケーション29が、インストールされている。   In the HDD 24 of the web application server device 20, page data 26, a web server program 27, a remote operation server module 28, and a CAD [Computer Aided Design] application 29 are installed.

ページデータ26は、マークアップ言語で記述されたテキストを含むデータである。これらページデータ26は、ネットワークN上にウェブサイトを開設するために用意されたデータであり、これらページデータ26には、何れも、URLが定義されている。なお、ページデータ26のうちの一つは、後述のCADアプリケーション29の起動指示コマンドを含むものとなっている。   The page data 26 is data including text described in a markup language. These page data 26 are data prepared for establishing a website on the network N, and each of these page data 26 has a URL defined. One of the page data 26 includes a start instruction command for a CAD application 29 described later.

ウェブサーバプログラム27は、ウェブクライアント装置10からの要求を受けて要求されたページデータ26を送信するためのプログラムである。また、ウェブサーバプログラム27は、ウェブクライアント装置10が指定したURLのページデータ26がアプリケーションの起動指示コマンドを含むものである場合に、そのアプリケーションの起動を後述の遠隔操作サーバモジュール28に依頼する機能を実現するものとも、なっている。   The web server program 27 is a program for transmitting the requested page data 26 in response to a request from the web client device 10. Further, the web server program 27 realizes a function of requesting the remote operation server module 28 (to be described later) to start an application when the page data 26 of the URL specified by the web client device 10 includes an application start instruction command. It has become something to do.

遠隔操作サーバモジュール28は、前述したウェブクライアント装置10内の遠隔操作クライアントモジュール18と連携することによって、当該ウェブアプリケーションサーバ装置20内のアプリケーションのウェブクライアント装置10の操作者による遠隔操作を可能にするプログラムである。この遠隔操作サーバモジュール28は、ウェブクライアント装置10との間でRDP[Remote Desktop Protocol]或いはICA[Independedt Computing Architecture]等のプロトコルに従った通信を確立する機能,通信先のウェブクライアント装置10から操作イベント情報を受信する機能,その操作イベント情報の示す操作イベントの内容をアプリケーションに通知する機能,そのアプリケーションの処理結果を表示する画面イメージのイメージデータを生成する機能,そのイメージデータをRDP通信又はICA通信を通じてウェブクライアント装置10の遠隔操作クライアントモジュール18へ送信する機能を、汎用コンピュータに付与する。   The remote operation server module 28 enables remote operation of the application in the web application server device 20 by the operator of the web client device 10 by cooperating with the remote operation client module 18 in the web client device 10 described above. It is a program. The remote operation server module 28 establishes communication with the web client device 10 according to a protocol such as RDP [Remote Desktop Protocol] or ICA [Independedt Computing Architecture], and is operated from the web client device 10 of the communication destination. A function for receiving event information, a function for notifying the application of the contents of the operation event indicated by the operation event information, a function for generating image data of a screen image for displaying the processing result of the application, and the image data as RDP communication or ICA A function of transmitting to the remote operation client module 18 of the web client device 10 through communication is given to the general-purpose computer.

CADアプリケーション29は、少なくとも、作業者が表示装置上で三次元モデルの作成(モデリング)を行うための機能を、コンピュータに付与するためのプログラムである。なお、このCADアプリケーション29は、二次元モデルの作成(製図)を行うための機能をも、コンピュータに付与できるものであっても良い。このCADアプリケーション29上で作成された三次元モデルは、CG[Computer Graphics]として表示装置に表示される。   The CAD application 29 is a program for giving a computer at least a function for creating (modeling) a three-dimensional model on a display device. The CAD application 29 may be capable of providing a computer with a function for creating (drawing) a two-dimensional model. The three-dimensional model created on the CAD application 29 is displayed on the display device as CG [Computer Graphics].

次に、ウェブアプリケーションサーバ装置20において実行される処理のうち、本発明に関連する部分の内容について、説明する。   Next, the content of the part relevant to this invention among the processes performed in the web application server apparatus 20 is demonstrated.

ウェブクライアント装置10の操作者が、入力装置10bを操作することによってウェブブラウザ17を起動すると、基本ソフトウエア16の機能により表示装置10aには、ウェブブラウザ17を操作するための画面が示されたウインドウが、表示される。そして、その操作者が、そのウインドウ内の画面の所定の入力欄に、CADアプリケーション29の起動指示コマンドを含むページデータ26のURLを入力し、アクセス指示を入力する。すると、ウェブブラウザ17(に従ったCPU11)が、そのURLを含む要求メッセージを、HTTP[HyperText Transfer Protocol]に従った通信にて、ウェブアプリケーションサーバ装置20のウェブサーバプログラム27(に従ったCPU21)へ送信する。   When the operator of the web client device 10 starts the web browser 17 by operating the input device 10b, the screen for operating the web browser 17 is displayed on the display device 10a by the function of the basic software 16. A window is displayed. Then, the operator inputs the URL of the page data 26 including the activation instruction command of the CAD application 29 in a predetermined input field on the screen in the window, and inputs an access instruction. Then, the web browser 17 (CPU 11 according to) sends a request message including the URL to the web server program 27 (CPU 21 according to the web application server device 20) in communication according to HTTP [HyperText Transfer Protocol]. Send to.

すると、ウェブサーバプログラム27は、要求メッセージを通じて指定されたURLにあるページデータ26を読み出す。そして、そのウェブサーバプログラム27が、CADアプリケーション29の起動指示コマンドがそのページデータ26に含まれていることを検出すると、それをトリガとして、遠隔操作サーバモジュール28を起動する。図4乃至図7は、この遠隔操作サーバモジュール28に従ってCPU21が実行する処理の流れを示す図である。   Then, the web server program 27 reads the page data 26 at the URL specified through the request message. When the web server program 27 detects that the page data 26 includes an activation instruction command for the CAD application 29, the remote operation server module 28 is activated using this as a trigger. 4 to 7 are diagrams showing a flow of processing executed by the CPU 21 in accordance with the remote operation server module 28. FIG.

処理開始後、遠隔操作サーバモジュール28(に従ったCPU21)は、当該ウェブクライアント装置10のためにメモリ領域を確保し、指定されたCADアプリケーション29のプロセスをこのメモリ領域に生成する(S101)。なお、このメモリ領域では、表示中のウィンドウ及びアイコン等に関する情報や操作イベント情報も、管理される。また、各ウェブクライアント装置10毎に確保されたメモリ領域の生成及び削除は、別のメモリ領域にあるセッション空間において、遠隔操作サーバモジュール28により管理される。   After the start of processing, the remote operation server module 28 (the CPU 21 according to it) secures a memory area for the web client device 10, and generates a process of the designated CAD application 29 in this memory area (S101). In this memory area, information related to the window and icon being displayed, and operation event information are also managed. The generation and deletion of the memory area secured for each web client device 10 is managed by the remote operation server module 28 in a session space in another memory area.

続いて、遠隔操作サーバモジュール28は、遠隔操作クライアントモジュール18に対して仮想チャンネルを通じて、CADアプリケーション29に割り当てたポート番号を通知するとともに、この遠隔操作クライアントモジュール18との間で、RDP又はICAに従った通信を確立する(S102)。   Subsequently, the remote operation server module 28 notifies the remote operation client module 18 of the port number assigned to the CAD application 29 through the virtual channel, and communicates with the remote operation client module 18 to the RDP or ICA. The communication thus established is established (S102).

その後、遠隔操作サーバモジュール28は、ステップS101において生成したプロセスから、CADアプリケーション29を操作するための画面を表示するための画面データを受け取るまで、待機する(S103;NO)。   Thereafter, the remote operation server module 28 stands by until screen data for displaying a screen for operating the CAD application 29 is received from the process generated in step S101 (S103; NO).

そして、当該プロセスから画面データを受け取ると(S103;YES)、遠隔操作サーバモジュール28は、その画面データの示す画面イメージのイメージデータを生成し(S104)、そのイメージデータを応答メッセージに組み込むべきデータとしてウェブサーバプログラム27(に従ったCPU21による機能)に引き渡す(S105)。なお、ウェブサーバプログラム27は、このイメージデータを受け取ると、応答メッセージのボディに含んで、HTTP通信により、ウェブクライアント装置10のウェブブラウザ17へ送信する。ウェブブラウザ17は、その応答メッセージを受信すると、その応答メッセージに含まれるイメージデータに基づいて、当該CADアプリケーション29による画面イメージを、そのウェブブラウザ17用のウインドウ内に表示する。このとき、ウェブブラウザ17は、マウスのクリックやカーソル入力を検知するための透明プレーンをその画面イメージの前面に配置し、操作イベントがなされるのを待機する状態になる。   When receiving screen data from the process (S103; YES), the remote operation server module 28 generates image data of the screen image indicated by the screen data (S104), and the data to be incorporated into the response message. To the web server program 27 (function according to the CPU 21 according to) (S105). When the web server program 27 receives the image data, it is included in the body of the response message and transmitted to the web browser 17 of the web client device 10 by HTTP communication. When the web browser 17 receives the response message, the screen image by the CAD application 29 is displayed in the window for the web browser 17 based on the image data included in the response message. At this time, the web browser 17 places a transparent plane for detecting mouse clicks and cursor input in front of the screen image and waits for an operation event.

なお、以上に説明したステップS101〜S105を実行するCPU21は、前述した画面送信部及び画面送信手段に相当している。   In addition, CPU21 which performs step S101-S105 demonstrated above is corresponded to the screen transmission part and screen transmission means which were mentioned above.

ステップS105の実行後、遠隔操作サーバモジュール28は、ウェブクライアント装置10からのCADアプリケーション29の終了指示の受信,操作以外のイベントに関する情報の受信,及び、クリック若しくはドラッグ又はキー入力の操作イベントに関する操作イベント情報の受信の何れかがなされるまで、待機する(S106;NO,S107;NO,S108;NO)。なお、操作以外のイベントには、例えば、ウェブクライアント装置10において、ウェブブラウザ17用のウインドウの前側に別のアプリケーション用のウインドウが重なった後、再度ウェブブラウザ17用のウインドウを前側で表示する場合に、ウェブブラウザ17用のウインドウ内における当該CADアプリケーション29の画面イメージが欠けてしまうので、この画面イメージの再表示のため、遠隔操作クライアントモジュール18が、当該画面イメージのイメージデータを要求するイベントがある。   After execution of step S105, the remote operation server module 28 receives an instruction to terminate the CAD application 29 from the web client device 10, receives information related to an event other than an operation, and performs an operation related to an operation event of a click, drag, or key input. It waits until any event information is received (S106; NO, S107; NO, S108; NO). In the event other than the operation, for example, in the web client device 10, after another application window overlaps the front side of the web browser 17 window, the web browser 17 window is displayed again on the front side. In addition, since the screen image of the CAD application 29 in the window for the web browser 17 is missing, an event in which the remote operation client module 18 requests image data of the screen image for redisplaying the screen image. is there.

そして、このような処理ループ(S106;NO,S107;NO,S108;NO)の実行中に、ウェブクライアント装置10からRDP通信又はICA通信を通じて終了指示を受信したときには(S106;YES)、遠隔操作サーバモジュール28は、遠隔操作クライアントモジュール18との通信を切断し(S109)、当該プロセスを消去して(S110)、図4乃至図6に係る処理を終了する。   When an end instruction is received from the web client device 10 through RDP communication or ICA communication during execution of such a processing loop (S106; NO, S107; NO, S108; NO) (S106; YES), remote operation is performed. The server module 28 disconnects communication with the remote operation client module 18 (S109), deletes the process (S110), and ends the processes according to FIGS.

また、上記の処理ループ(S106;NO,S107;NO,S108;NO)の実行中に、ウェブクライアント装置10からRDP通信又はICA通信を通じて操作以外のイベントに関する情報を受信したときには(S107;YES)、遠隔操作サーバモジュール28は、当該プロセスに対し、CADアプリケーション29の画面を表示するための画面データの生成を指示して(S111)、その画面データを当該プロセスから受け取るまで待機する(S112;NO)。その後、画面データを受け取ると(S112;YES)、遠隔操作サーバモジュール28は、その画面データの示す画面イメージのイメージデータを生成し(S113)、そのイメージデータをRDP通信又はICA通信を通じてウェブクライアント装置10の遠隔操作クライアントモジュール18へ送信して(S114)、上記の処理ループを再開する(S106;NO,S107;NO,S108;NO)。
なお、イメージデータを受信した遠隔操作クライアントモジュール18は、そのイメージデータをウェブブラウザ17へ引き渡し、ウェブブラウザ17が、そのイメージデータに基づく画面イメージを、ウェブブラウザ17用のウインドウ内に表示する。
When information related to an event other than an operation is received from the web client device 10 through RDP communication or ICA communication during execution of the processing loop (S106; NO, S107; NO, S108; NO) (S107; YES) The remote operation server module 28 instructs the process to generate screen data for displaying the screen of the CAD application 29 (S111), and waits until the screen data is received from the process (S112; NO). ). Thereafter, when screen data is received (S112; YES), the remote operation server module 28 generates image data of the screen image indicated by the screen data (S113), and the image data is transmitted to the web client device through RDP communication or ICA communication. 10 to the remote operation client module 18 (S114), and the above processing loop is resumed (S106; NO, S107; NO, S108; NO).
The remote operation client module 18 that has received the image data passes the image data to the web browser 17, and the web browser 17 displays a screen image based on the image data in a window for the web browser 17.

また、上記の処理ループ(S106;NO,S107;NO,S108;NO)の実行中に、ウェブクライアント装置10からRDP通信又はICA通信を通じて操作イベント情報を受信したときには(S108;YES)、遠隔操作サーバモジュール28は、操作イベントの内容を当該プロセスに通知する(S121)。なお、ステップS108を実行するCPU21は、前述した操作受信部及び操作受信手段に相当している。   When operation event information is received from the web client device 10 through RDP communication or ICA communication during execution of the processing loop (S106; NO, S107; NO, S108; NO) (S108; YES), remote operation is performed. The server module 28 notifies the content of the operation event to the process (S121). The CPU 21 that executes step S108 corresponds to the above-described operation receiving unit and operation receiving means.

その後、遠隔操作サーバモジュール28は、当該プロセスから、その応答データ、すなわち、操作イベントに従って実行して得られる処理結果を、受け取るまで待機する(S122;NO)。なお、CADアプリケーション29は、三次元モデルのCGを描画する処理に関しては、遠隔操作サーバモジュール28に依頼するようになっており、この場合、三次元モデルのCGを描画するための例えばOpenGLのコマンド群を、遠隔操作サーバモジュール28に引き渡す。また、三次元モデルのCGを描画する処理以外の処理については、CADアプリケーション29自身が行うようになっており、この場合、CADアプリケーション29は、操作イベントがなされることによって表示される二次元モデル作成(製図)用ウインドウ又はGUI[Graphical User Interface]パーツを表示するためのウインドウコンテンツデータを生成し、このウインドウコンテンツデータを遠隔操作サーバモジュール28に引き渡すようになっている。   Thereafter, the remote operation server module 28 waits until receiving the response data, that is, the processing result obtained by executing according to the operation event from the process (S122; NO). The CAD application 29 requests the remote operation server module 28 for the process of drawing the CG of the three-dimensional model. In this case, for example, an OpenGL command for drawing the CG of the three-dimensional model. The group is delivered to the remote operation server module 28. Further, the CAD application 29 itself performs processes other than the process of drawing the CG of the three-dimensional model. In this case, the CAD application 29 displays the two-dimensional model displayed by an operation event. Window content data for displaying a creation (drafting) window or GUI [Graphical User Interface] part is generated, and this window content data is delivered to the remote operation server module 28.

そして、当該プロセスからデータを受け取ると(S122;YES)、遠隔操作サーバモジュール28は、そのデータに三次元モデル作成(モデリング)用ウインドウの作成コマンドが含まれているか否かを、判別する(S123)。   When data is received from the process (S122; YES), the remote operation server module 28 determines whether or not the data includes a 3D model creation (modeling) window creation command (S123). ).

そして、当該プロセスから受け取ったデータにモデリング用ウインドウの作成コマンドが含まれていた場合(S123;YES)、遠隔操作サーバモジュール28は、そのデータに含まれるコマンド群でそのウインドウに三次元モデルが描画されることを定義するグラフィックコンテキストを、生成し(S124)、このグラフィックコンテキストをウインドウ管理テーブルに登録する(S125)。   If the data received from the process includes a modeling window creation command (S123; YES), the remote operation server module 28 draws a three-dimensional model in the window with the command group included in the data. A graphic context defining what is to be done is generated (S124), and this graphic context is registered in the window management table (S125).

具体的には、まず、当該プロセスは、CADアプリケーション29を操作するための画面内にある全てのウインドウに対し、それらを個別に識別するための識別情報として、ウインドウIDを割り当てており、遠隔操作サーバモジュール28は、モデリング用ウインドウのウインドウIDを当該プロセスより取得する。続いて、遠隔操作サーバモジュール28は、そのウインドウIDと生成したグラフィックコンテキストの格納位置を示す情報とからなるレコードを、ウインドウ管理テーブルに記録する。図8は、このウインドウ管理テーブル31のデータ構造の一例を示す図である。図8に示されるように、ウインドウ管理テーブル31は、CADアプリケーション29を操作するための画面内にある全てのモデリング用ウインドウと同じ数のレコードを有しており、それら各レコードは、「ウインドウID」及び「格納位置情報」のフィールドを有している。「ウインドウID」フィールドには、モデリング用ウインドウのウインドウIDが記録され、「格納位置情報」フィールドには、グラフィックコンテキストの格納位置を示す情報が記録される。   Specifically, first, the process assigns window IDs as identification information for individually identifying all windows in the screen for operating the CAD application 29, so that remote operation is performed. The server module 28 acquires the window ID of the modeling window from the process. Subsequently, the remote operation server module 28 records a record including the window ID and information indicating the storage location of the generated graphic context in the window management table. FIG. 8 shows an example of the data structure of the window management table 31. As shown in FIG. As shown in FIG. 8, the window management table 31 has the same number of records as all the modeling windows in the screen for operating the CAD application 29. ”And“ storage position information ”fields. In the “window ID” field, the window ID of the modeling window is recorded, and in the “storage position information” field, information indicating the storage position of the graphic context is recorded.

遠隔操作サーバモジュール28は、図9に示されるこのようなウインドウ管理テーブル31にグラフィックコンテキストを登録した後、当該プロセスから受け取ったデータがモデリング用ウインドウにおける三次元モデルのCGの描画コマンド群を含んでいるか否かを、判別する(S126)。   After the remote operation server module 28 registers the graphic context in the window management table 31 shown in FIG. 9, the data received from the process includes a CG drawing command group of the 3D model in the modeling window. It is determined whether or not there is (S126).

一方、遠隔操作サーバモジュール28は、当該プロセスから受け取ったデータにモデリング用ウインドウの作成コマンドが含まれていなかった場合(S123;NO)、グラフィックコンテキストの生成及び登録を行うことなく、当該プロセスから受け取ったデータがモデリング用ウインドウにおける三次元モデルのCGの描画コマンド群を含んでいるか否かを、判別する(S126)。   On the other hand, if the data received from the process does not include the modeling window creation command (S123; NO), the remote operation server module 28 receives the process from the process without generating and registering the graphic context. It is determined whether or not the data includes a CG drawing command group of the three-dimensional model in the modeling window (S126).

そして、当該プロセスから受け取ったデータがモデリング用ウインドウにおける三次元モデルのCGの描画コマンド群を含んでいた場合(S126;YES)、遠隔操作サーバモジュール28は、描画コマンド群を、独自プロトコルにて送信するための送信形態に変換する処理を行う(S127)。なお、グラフィック関連コマンドの一つ一つには、独自プロトコルで送信するため、別個の送信形態が事前に定義付けられており、遠隔操作サーバモジュール28は、この定義に従って、グラフィック関連コマンドを上記送信形態に変換する。例えば、Vというコマンドが属性値p,qを持つことができるものである場合においては、そのVというコマンドが、(1,p,q)のようなレコードに変換され、Wというコマンドが属性値r,s,tを持つことができるものである場合においては、そのWというコマンドが、(2,r,s,t)のようなレコードに変換されるように、処理がなされる。   If the data received from the process includes a CG drawing command group of the three-dimensional model in the modeling window (S126; YES), the remote operation server module 28 transmits the drawing command group using a unique protocol. Is converted into a transmission form for the purpose (S127). Since each graphic-related command is transmitted using a unique protocol, a separate transmission form is defined in advance, and the remote operation server module 28 transmits the graphic-related command according to this definition. Convert to form. For example, if a command V can have attribute values p and q, the command V is converted into a record such as (1, p, q), and a command W is an attribute value. If it is possible to have r, s, t, processing is performed so that the command W is converted into a record such as (2, r, s, t).

なお、ステップS122及びS126を実行するCPU21は、前述した描画コマンド取得部及び描画コマンド取得手段に相当している。   The CPU 21 that executes steps S122 and S126 corresponds to the drawing command acquisition unit and the drawing command acquisition unit described above.

その後、遠隔操作サーバモジュール28は、独自プロトコルに従った送信形態に変換した描画コマンド群を遠隔操作クライアントモジュール18へ送信する処理を行い(S128)、上記の処理ループ(図4)を再開する(S106;NO,S107;NO,S108;NO)。   Thereafter, the remote operation server module 28 performs a process of transmitting the drawing command group converted into the transmission form according to the unique protocol to the remote operation client module 18 (S128), and restarts the above processing loop (FIG. 4) ( S106; NO, S107; NO, S108; NO).

一方、当該プロセスから受け取ったデータがモデリング用ウインドウにおける三次元モデルのCGの描画コマンド群を含んでいなかった場合(S126;NO)、そのデータは、製図用ウインドウ又はGUIパーツを表示するためのウインドウコンテンツデータであるので、遠隔操作サーバモジュール28は、そのウインドウコンテンツデータが示すウインドウ(製図用ウインドウ又はGUIパーツ)のイメージのイメージデータを生成する処理を行う(S131)。   On the other hand, when the data received from the process does not include the CG drawing command group of the 3D model in the modeling window (S126; NO), the data is used to display the drafting window or GUI part. Since it is window content data, the remote operation server module 28 performs processing to generate image data of an image of a window (drawing window or GUI part) indicated by the window content data (S131).

続いて、遠隔操作サーバモジュール28は、そのウインドウを表示すべき位置を示す情報をウインドウコンテンツデータから読み取り、そのイメージデータと位置情報とを、RDP通信又はICA通信を通じてウェブクライアント装置10の遠隔操作クライアントモジュール18へ送信する処理を行う(S132)。なお、イメージデータと当該位置情報とを受信した遠隔操作クライアントモジュール18は、そのイメージデータをウェブブラウザ17へ引き渡し、ウェブブラウザ17が、そのイメージデータに基づく画面イメージを、CADアプリケーション29の操作画面内における当該位置情報にて示される位置に、表示する。   Subsequently, the remote operation server module 28 reads information indicating the position where the window is to be displayed from the window content data, and uses the image data and the position information as the remote operation client of the web client device 10 through RDP communication or ICA communication. Processing to transmit to the module 18 is performed (S132). The remote operation client module 18 that has received the image data and the position information passes the image data to the web browser 17, and the web browser 17 displays a screen image based on the image data in the operation screen of the CAD application 29. Is displayed at the position indicated by the position information.

その後、遠隔操作サーバモジュール28は、CADアプリケーション29の操作画面内の全てのウインドウを当該プロセスが管理するために使用しているウインドウ位置管理テーブルを、当該プロセスから取得する(S133)。図9は、このウインドウ位置管理テーブル32のデータ構造の一例を示す図である。図9に示されるように、ウインドウ位置管理テーブル32は、CADアプリケーション29を操作するための画面内に含まれるウインドウの全てと同数のレコードを、有している。各レコードは、「ウインドウID」,「X1」,「Y1」,「X2」,「Y2」,及び、「前方表示順位」のフィールドを、有している。「ウインドウID」フィールドには、ウインドウIDが、記録される。なお、ここで言うウインドウとは、モデリング用ウインドウ及び製図用ウインドウとともに、ドロップダウンリストボックスやツールボックスなどのGUIパーツも含まれている。「X1」,「Y1」,「X2」及び「Y2」の各フィールドには、そのウインドウの左上隅のX座標及びY座標、並びに、そのウインドウの右下隅のX座標及びY座標が記録される。「前方表示順位」フィールドには、各ウインドウが重なって表示される場合において何れのウインドウを前側に表示すべきかを定義した優先順位が、記録される。   Thereafter, the remote operation server module 28 acquires from the process the window position management table used by the process to manage all windows in the operation screen of the CAD application 29 (S133). FIG. 9 is a diagram showing an example of the data structure of the window position management table 32. As shown in FIG. 9, the window position management table 32 has the same number of records as all the windows included in the screen for operating the CAD application 29. Each record has fields of “window ID”, “X1”, “Y1”, “X2”, “Y2”, and “front display order”. A window ID is recorded in the “window ID” field. The window referred to here includes GUI parts such as a drop-down list box and a tool box as well as a modeling window and a drafting window. In the fields “X1”, “Y1”, “X2”, and “Y2”, the X coordinate and Y coordinate of the upper left corner of the window and the X coordinate and Y coordinate of the lower right corner of the window are recorded. . In the “front display order” field, a priority order that defines which window should be displayed on the front side when the windows are displayed in an overlapping manner is recorded.

遠隔操作サーバモジュール28は、このようなウインドウ位置管理テーブル32を当該プロセスから取得した後、CADアプリケーション29の操作画面内において、当該プロセスから受け取ったウインドウコンテンツデータの示すウインドウが前側に配置されることによって隠されることとなるウインドウが存在するか否かを、判別する(S134)。   After the remote operation server module 28 obtains such a window position management table 32 from the process, the window indicated by the window content data received from the process is arranged on the front side in the operation screen of the CAD application 29. It is determined whether or not there is a window to be hidden by (S134).

そして、CADアプリケーション29の操作画面内において、ウインドウコンテンツデータの示すウインドウが前側に配置されることによって隠されることとなるウインドウが存在していなかった場合(S134;NO)、遠隔操作サーバモジュール28は、上記の処理ループ(図4)を再開する(S106;NO,S107;NO,S108;NO)。   In the operation screen of the CAD application 29, when there is no window that is hidden by placing the window indicated by the window content data on the front side (S134; NO), the remote operation server module 28 Then, the above processing loop (FIG. 4) is resumed (S106; NO, S107; NO, S108; NO).

一方、CADアプリケーション29の操作画面内において、ウインドウコンテンツデータの示すウインドウが前側に配置されることによって一部が隠されることとなるウインドウが存在していた場合(S134;YES)、遠隔操作サーバモジュール28は、その一部が隠されることとなるウインドウにモデリング用ウインドウが含まれるか否かを、判別する(S135)。   On the other hand, in the operation screen of the CAD application 29, when there is a window that is partially hidden by the window indicated by the window content data being arranged on the front side (S134; YES), the remote operation server module 28 determines whether a modeling window is included in a window that is partially hidden (S135).

そして、ウインドウコンテンツデータの示すウインドウが前側に配置されることによって一部が隠されることとなるウインドウにモデリング用ウインドウが含まれていなかった場合(S135;NO)、遠隔操作サーバモジュール28は、上記の処理ループ(図4)を再開する(S106;NO,S107;NO,S108;NO)。   If the modeling window is not included in the window that is partially hidden by placing the window indicated by the window content data on the front side (S135; NO), the remote operation server module 28 Is resumed (S106; NO, S107; NO, S108; NO).

一方、ウインドウコンテンツデータの示すウインドウが前側に配置されることによって一部が隠されることとなるウインドウにモデリング用ウインドウが含まれていた場合(S135;YES)、遠隔操作サーバモジュール28は、それらモデリング用ウインドウを一つずつ処理対象として特定することによって、各モデリング用ウインドウに対し、以下の処理を実行する(S136,S139;NO)。   On the other hand, if a window for modeling is included in a window that is partially hidden by placing the window indicated by the window content data on the front side (S135; YES), the remote operation server module 28 performs the modeling. The following processing is executed for each modeling window by specifying the processing windows as processing targets one by one (S136, S139; NO).

すなわち、遠隔操作サーバモジュール28は、処理対象として一つのモデリング用ウインドウを特定すると(S136)、ウインドウ位置管理テーブルを参照して、その処理対象ウインドウにおいてその前側に他のウインドウが重なっている部分を除く全ての領域を、幾つかの矩形領域に分割する(S137)。   That is, when the remote operation server module 28 specifies one modeling window as a processing target (S136), the window position management table is referred to, and a portion of the processing target window that is overlapped with another window on the front side thereof is referred to. All the areas except for are divided into several rectangular areas (S137).

より具体的に説明する。図10は、図9に示されるウインドウ位置管理テーブル32に登録されているウインドウが示された操作画面の画面例であるが、この画面例において、ウインドウBは、モデリング用ウインドウとなっており、図8に示されるウインドウ管理テーブル31にも登録されている。ウインドウAは、ウインドウBの前側に表示されており、その一部が、ウインドウBの一部と重なっている。そして、このように配置されているウインドウBにおいて、ウインドウAと重複しない部分は、略凹字状になっている。このような具体例において、遠隔操作サーバモジュール28は、この略凹字状の部分を幾つかの矩形領域に分割する処理を行う。図11は、この分割処理により得られる各矩形領域を示す説明図である。この図11に示されるように、遠隔操作サーバモジュール28は、図10の例に示された略凹字状の部分を、それぞれ、ウインドウAよりも右側の部分(矩形領域Ba),ウインドウAの下側の部分(矩形領域Bb),ウインドウAよりも左側の部分(矩形領域Bc)の三つに分割する。図12は、分割処理により分割された矩形領域Ba〜Bcについての位置情報(左上隅のXY座標値と右下隅のXY座標値)を示す図である。   This will be described more specifically. FIG. 10 is a screen example of an operation screen in which windows registered in the window position management table 32 shown in FIG. 9 are shown. In this screen example, window B is a modeling window. It is also registered in the window management table 31 shown in FIG. Window A is displayed on the front side of window B, and a part thereof overlaps part of window B. And in the window B arrange | positioned in this way, the part which does not overlap with the window A is substantially concave shape. In such a specific example, the remote operation server module 28 performs processing for dividing the substantially concave portion into several rectangular regions. FIG. 11 is an explanatory diagram showing each rectangular area obtained by this division processing. As shown in FIG. 11, the remote operation server module 28 divides the substantially concave portion shown in the example of FIG. 10 into a portion on the right side of the window A (rectangular area Ba) and the window A. It is divided into a lower part (rectangular area Bb) and a left part of the window A (rectangular area Bc). FIG. 12 is a diagram showing position information (XY coordinate values at the upper left corner and XY coordinate values at the lower right corner) for the rectangular areas Ba to Bc divided by the division process.

遠隔操作サーバモジュール28は、ステップS137の分割処理において、図12に示されるような矩形領域位置情報を生成した後、この処理対象ウインドウのウインドウIDと矩形領域位置情報とを、RDP通信又はICA通信を通じてウェブクライアント装置10の遠隔操作クライアントモジュール18へ送信する処理を行う(S132)。なお、遠隔操作クライアントモジュール18が、このウインドウIDと矩形領域位置情報とを受信したときに行う処理については、後述する。   The remote operation server module 28 generates rectangular area position information as shown in FIG. 12 in the division process of step S137, and then uses the window ID and the rectangular area position information of this processing target window to perform RDP communication or ICA communication. The process of transmitting to the remote operation client module 18 of the web client device 10 is performed (S132). The processing performed when the remote operation client module 18 receives this window ID and rectangular area position information will be described later.

遠隔操作サーバモジュール28は、ウインドウIDと矩形領域位置情報とを送信した後、ウインドウコンテンツデータの示すウインドウが前側に配置されることによって一部が隠されることとなるモデリング用ウインドウの全てについて、ステップS137及びS138の処理を実行し終えたか否かを判別し(S139)、未処理のモデリング用ウインドウが存在していた場合(S139;NO)、未処理のモデリング用ウインドウの中から一つを処理対象として特定して、再度、ステップS137及びS138を実行する。   After transmitting the window ID and the rectangular area position information, the remote operation server module 28 performs steps for all of the modeling windows that are partially hidden when the window indicated by the window content data is arranged on the front side. It is determined whether or not the processing of S137 and S138 has been completed (S139). If an unprocessed modeling window exists (S139; NO), one of the unprocessed modeling windows is processed. The target is specified, and Steps S137 and S138 are executed again.

そして、全てのモデリング用ウインドウについてステップS137及びS138を実行し終えると(S139;YES)、遠隔操作サーバモジュール28は、上記の処理ループ(図4)を再開する(S106;NO,S107;NO,S108;NO)。   When the steps S137 and S138 have been executed for all the modeling windows (S139; YES), the remote operation server module 28 resumes the above processing loop (FIG. 4) (S106; NO, S107; NO, S108; NO).

次に、ウェブクライアント装置10において実行される処理のうち、本発明に関連する部分の内容について、説明する。   Next, the content of the part relevant to this invention among the processes performed in the web client apparatus 10 is demonstrated.

ウェブクライアント装置10の遠隔操作クライアントモジュール18は、図4のステップS102を実行する遠隔操作サーバモジュール28により、RDP通信又はICA通信を確立するための要求があると、それをトリガとして、起動される。図13及び図14は、この遠隔操作クライアントモジュール18に従ってCPU11が実行する処理の流れを示す図である。   The remote operation client module 18 of the web client device 10 is triggered by a request for establishing RDP communication or ICA communication by the remote operation server module 28 that executes step S102 of FIG. . FIG. 13 and FIG. 14 are diagrams showing the flow of processing executed by the CPU 11 in accordance with the remote operation client module 18.

処理開始後、遠隔操作クライアントモジュール18(に従ったCPU11)は、遠隔操作サーバモジュール28との通信を確立し(S301)、その後、遠隔操作サーバモジュール28との通信の切断,操作イベントの発生,操作以外のイベントの発生,及び、遠隔操作サーバモジュール28からのデータ受信の何れかがなされるまで、待機する(S302;NO,S303;NO,S304;NO,S305;NO)。   After starting the processing, the remote operation client module 18 (the CPU 11 according to the establishment) establishes communication with the remote operation server module 28 (S301), and then disconnects communication with the remote operation server module 28, generates an operation event, The system waits until an event other than an operation occurs or data is received from the remote operation server module 28 (S302; NO, S303; NO, S304; NO, S305; NO).

そして、このような処理ループ(S302;NO,S303;NO,S304;NO,S305;NO)の実行中に、遠隔操作サーバモジュール28から通信を切断するための要求があった場合(S302;YES)、遠隔操作クライアントモジュール18は、図13及び図14に係る処理を終了する。   Then, when such a processing loop (S302; NO, S303; NO, S304; NO, S305; NO) is being executed, there is a request for disconnecting communication from the remote operation server module 28 (S302; YES). ), The remote operation client module 18 ends the processes according to FIGS.

また、上記の処理ループ(S302;NO,S303;NO,S304;NO,S305;NO)の実行中に、クリック若しくはドラッグ又はキー入力の操作イベントが発生した場合(S303;YES)、遠隔操作クライアントモジュール18は、その操作イベントを示す操作イベント情報をRDP通信又はICA通信を通じて遠隔操作サーバモジュール28へ送信する処理を行い(S306)、上記の処理ループを再開する(S302;NO,S303;NO,S304;NO,S305;NO)。   Further, when a click, drag or key input operation event occurs during execution of the above processing loop (S302; NO, S303; NO, S304; NO, S305; NO) (S303; YES), the remote operation client The module 18 performs processing for transmitting operation event information indicating the operation event to the remote operation server module 28 through RDP communication or ICA communication (S306), and restarts the above processing loop (S302; NO, S303; NO, S304; NO, S305; NO).

また、上記の処理ループ(S302;NO,S303;NO,S304;NO,S305;NO)の実行中に、操作以外のイベントが発生した場合(S304;YES)、遠隔操作クライアントモジュール18は、その操作以外のイベントに関する情報をRDP通信又はICA通信を通じて遠隔操作サーバモジュール28へ送信する処理を行い(S307)、上記の処理ループを再開する(S302;NO,S303;NO,S304;NO,S305;NO)。   If an event other than an operation occurs during execution of the above processing loop (S302; NO, S303; NO, S304; NO, S305; NO) (S304; YES), the remote operation client module 18 Processing for transmitting information related to events other than operations to the remote operation server module 28 through RDP communication or ICA communication is performed (S307), and the above processing loop is resumed (S302; NO, S303; NO, S304; NO, S305; NO).

また、上記の処理ループ(S302;NO,S303;NO,S304;NO,S305;NO)の実行中に、遠隔操作サーバモジュール28から、RDP通信若しくはICA通信、又は、前述した独自プロトコルに従った通信を通じて、データを受信した場合(S305;YES)、遠隔操作クライアントモジュール18は、受信データがイメージデータを含むデータであるか否かを、判別する(S311)。   Further, during the execution of the above processing loop (S302; NO, S303; NO, S304; NO, S305; NO), the remote operation server module 28 follows RDP communication or ICA communication or the above-mentioned original protocol. When data is received through communication (S305; YES), the remote operation client module 18 determines whether or not the received data is data including image data (S311).

そして、受信データがイメージデータを含むデータである場合(S311;YES)、遠隔操作クライアントモジュール18は、受信データに含まれる位置情報にて示される領域にイメージデータに基づくイメージを表示する処理を行い(S312)、上記の処理ループを再開する(S302;NO,S303;NO,S304;NO,S305;NO)。   If the received data is data including image data (S311; YES), the remote operation client module 18 performs a process of displaying an image based on the image data in the area indicated by the position information included in the received data. (S312), the above processing loop is resumed (S302; NO, S303; NO, S304; NO, S305; NO).

一方、受信データがイメージデータを含むデータでない場合(S311;NO)、遠隔操作クライアントモジュール18は、受信データが描画コマンド群から上記送信形態へ変形されたレコードを含むデータであるか否かを、判別する(S313)。   On the other hand, if the received data is not data including image data (S311; NO), the remote operation client module 18 determines whether or not the received data is data including a record transformed from the drawing command group to the transmission form. It discriminate | determines (S313).

そして、受信データが描画コマンド群から上記送信形態へ変形されたレコードを含むデータであった場合(S313;YES)、遠隔操作クライアントモジュール18は、送信データから描画コマンド群を復元する処理を行う(S314)。   When the received data is data including a record transformed from the drawing command group to the transmission form (S313; YES), the remote operation client module 18 performs processing for restoring the drawing command group from the transmission data (S313: YES). S314).

続いて、遠隔操作クライアントモジュール18は、この描画コマンド群が未登録のウインドウへCGを描画するためのコマンド群であるか否かを、判別する(S315)。   Subsequently, the remote operation client module 18 determines whether or not the drawing command group is a command group for drawing a CG in an unregistered window (S315).

そして、この描画コマンド群が未登録のウインドウへCGを描画するためのコマンド群であった場合(S315;YES)、遠隔操作クライアントモジュール18は、そのウインドウにそれらコマンド群で三次元モデルが描画されることを定義するグラフィックコンテキストを生成し(S316)、そのグラフィックコンテキストをウインドウ管理テーブルに登録する(S317)。なお、このウインドウ管理テーブルのデータ構造は、図7に示されるウインドウ管理テーブルと同様のデータ構造となっており、このウインドウ管理テーブル内の各レコードは、図7のサーバ側のウインドウIDと同じIDが記録されるフィールド,及び、クライアント側で生成されたグラフィックコンテキストの格納位置が記録されるフィールドを、有している。   If this drawing command group is a command group for drawing a CG in an unregistered window (S315; YES), the remote operation client module 18 draws a three-dimensional model with the command group in that window. A graphic context that defines that is generated (S316), and the graphic context is registered in the window management table (S317). The data structure of this window management table is the same as that of the window management table shown in FIG. 7, and each record in this window management table has the same ID as the server-side window ID of FIG. Are recorded, and the storage location of the graphic context generated on the client side is recorded.

遠隔操作クライアントモジュール18は、このようなウインドウ管理テーブルにグラフィックコンテキストを登録した後、描画コマンド群が持つウインドウIDにて示されるウインドウ内をCG描画領域として、描画コマンド群に従って三次元モデルのCGを描画する処理を実行する(S319)。その後、遠隔操作クライアントモジュール18は、上記の処理ループを再開する(S302;NO,S303;NO,S304;NO,S305;NO)。   After registering the graphic context in such a window management table, the remote operation client module 18 uses the window indicated by the window ID of the drawing command group as the CG drawing area, and displays the CG of the three-dimensional model according to the drawing command group. A drawing process is executed (S319). Thereafter, the remote operation client module 18 resumes the above processing loop (S302; NO, S303; NO, S304; NO, S305; NO).

一方、この描画コマンド群が未登録のウインドウへCGを描画するためのコマンド群でなかった場合(S315;NO)、遠隔操作クライアントモジュール18は、グラフィックコンテキストの生成及び登録する処理を行うことなく、描画コマンド群に従って三次元モデルのCGを描画する処理を実行し(S319)、上記の処理ループを再開する(S302;NO,S303;NO,S304;NO,S305;NO)。   On the other hand, if this drawing command group is not a command group for drawing a CG in an unregistered window (S315; NO), the remote operation client module 18 does not perform a process of generating and registering a graphic context, A process of drawing the CG of the three-dimensional model according to the drawing command group is executed (S319), and the above processing loop is resumed (S302; NO, S303; NO, S304; NO, S305; NO).

また、受信データが描画コマンド群から上記送信形態へ変形されたレコードを含むデータでなかった場合(S313;NO)、受信データは、矩形領域位置情報を含むデータであるので、遠隔操作クライアントモジュール18は、受信データに含まれるウインドウIDにて示されるウインドウのCG描画領域を変形する処理を行う(S318)。図10及び図11の例を用いて説明すると、遠隔操作クライアントモジュール18は、受信データに含まれるウインドウIDにて示されるウインドウ内のCG描画領域(図10におけるウインドウBの領域)のうち、矩形領域位置情報にて規定される矩形領域Ba,Bb,Bcからなる略凹字状の部分を残し、その部分以外の領域(図10におけるウインドウAが重なっている部分)をCG描画領域から除去する。   If the received data is not data including a record transformed from the drawing command group to the transmission form (S313; NO), since the received data is data including rectangular area position information, the remote operation client module 18 Performs a process of transforming the CG drawing area of the window indicated by the window ID included in the received data (S318). 10 and FIG. 11, the remote operation client module 18 has a rectangular shape among the CG drawing area (area of window B in FIG. 10) in the window indicated by the window ID included in the received data. The substantially concave portion consisting of the rectangular regions Ba, Bb, and Bc defined by the region position information is left, and the region other than that portion (the portion where the window A in FIG. 10 overlaps) is removed from the CG drawing region. .

遠隔操作クライアントモジュール18は、このようなCG描画領域の変形処理を行った後、CG描画領域に、三次元モデルのCGを描画する処理を行い(S319)、上記の処理ループを再開する(S302;NO,S303;NO,S304;NO,S305;NO)。   The remote operation client module 18 performs the process of deforming the CG drawing area, and then performs the process of drawing the CG of the three-dimensional model in the CG drawing area (S319), and restarts the above processing loop (S302). NO, S303; NO, S304; NO, S305; NO).

なお、ステップS319においてCGが描画されるCG描画領域は、図15に示されるように、マウス入力やキー入力を検出するための透明プレーンと、三次元モデル用のウインドウBやウインドウAを含む画面イメージが表示されたアプリケーションプレーンとの間に配置されたCG描画プレーン上にある。   Note that the CG drawing area in which the CG is drawn in step S319 is a screen including a transparent plane for detecting mouse input and key input, and a window B and window A for a three-dimensional model, as shown in FIG. It is on the CG drawing plane arranged between the application plane on which the image is displayed.

次に、本実施形態のコンピュータネットワークシステムの作用及び効果について、説明する。   Next, the operation and effect of the computer network system of this embodiment will be described.

ウェブクライアント装置10の操作者が、ウェブアプリケーションサーバ装置20内のCADアプリケーション29の遠隔操作を行おうとして、CADアプリケーション29の実行指示コマンドを含むURLを指定して、ウェブブラウザ17経由でウェブアプリケーションサーバ装置20にアクセスすると、そのCADアプリケーション29を操作するための画面のイメージが、ウェブブラウザ17用のウインドウ内に表示される(S101〜S105)。この画面イメージの前側には、前述したように、マウス入力及びキー入力を検出するための透明プレーンが配置されており、ウェブクライアント装置10の操作者が、CADアプリケーション29を操作しようとして、その画面上でマウス入力及びキー入力を行えば、その操作イベントの内容が、遠隔操作クライアントモジュール18及び遠隔操作サーバモジュール28の機能によって、CADアプリケーション29へ伝えられ、その操作イベントに応じて表示内容が変化した後の画面イメージが、ウェブウェブブラウザ用のウインドウに表示される(S303;YES,S306,S108;YES,S121〜S125)。このようにして、CADアプリケーション29は、ウェブブラウザ経由で遠隔操作されるようになる。   An operator of the web client device 10 specifies a URL including an execution instruction command for the CAD application 29 to remotely operate the CAD application 29 in the web application server device 20, and the web application server via the web browser 17. When the device 20 is accessed, an image of the screen for operating the CAD application 29 is displayed in the window for the web browser 17 (S101 to S105). As described above, a transparent plane for detecting mouse input and key input is arranged on the front side of the screen image, and the operator of the web client device 10 tries to operate the CAD application 29 to display the screen. If mouse input and key input are performed above, the contents of the operation event are transmitted to the CAD application 29 by the functions of the remote operation client module 18 and the remote operation server module 28, and the display contents change according to the operation event. The screen image after being displayed is displayed on the window for the web web browser (S303; YES, S306, S108; YES, S121 to S125). In this way, the CAD application 29 is remotely operated via the web browser.

そして、このような操作イベントと画面イメージデータとの遣り取りを行っている最中において、ウェブクライアント装置10に表示されたCADアプリケーション29の操作画面上において、三次元モデルの作成(モデリング)を行うためのウインドウを開く指示がなされると、その三次元モデル用のウインドウ内に三次元モデルのCGを描画した後の画面のイメージデータが、ウェブアプリケーションサーバ装置20からウェブクライアント装置10へと送信されるのではなく、そのCGを描画するための描画コマンドが、ウェブクライアント装置10へ送信される(S303;YES,S306,S108;YES,S121,S122,S123;YES,S124,S125,S126;YES,S127,S128)。ウェブクライアント装置10は、その描画コマンドを受けて、自己のグラフィックアクセラレータを用いて、三次元モデルのCGを描画する(S305;YES,S311;NO,S313;YES,S314〜S317,S319)。   In order to create a 3D model (modeling) on the operation screen of the CAD application 29 displayed on the web client device 10 during the exchange of the operation event and the screen image data. Is instructed to open the window, the image data of the screen after drawing the CG of the 3D model in the window for the 3D model is transmitted from the web application server device 20 to the web client device 10. Instead, a drawing command for drawing the CG is transmitted to the web client device 10 (S303; YES, S306, S108; YES, S121, S122, S123; YES, S124, S125, S126; YES, S127, S128). In response to the drawing command, the web client device 10 draws the CG of the three-dimensional model using its own graphic accelerator (S305; YES, S311; NO, S313; YES, S314 to S317, S319).

従って、本実施形態によれば、三次元モデルのCGを描画する処理は、ウェブアプリケーションサーバ装置20のグラフィックアクセラレータにおいて行われるのではなく、ウェブクライアント装置10のグラフィックアクセラレータにおいて行われるようになるので、ウェブクライアント装置10において、三次元モデルのCGを高速描画させることができるようになる。   Therefore, according to the present embodiment, the process of drawing the CG of the three-dimensional model is not performed in the graphic accelerator of the web application server apparatus 20, but is performed in the graphic accelerator of the web client apparatus 10. The web client device 10 can draw a three-dimensional model CG at high speed.

また、ウェブクライアント装置10に表示されたCADアプリケーション29の操作画面上において、モデリング用ウインドウ以外のウインドウ(二次元モデル作成(製図)用ウインドウ又はドロップダウンリストボックス等のGUIパーツ)を表示する指示がなされると、そのウインドウのイメージのイメージデータが、ウェブアプリケーションサーバ装置20からウェブクライアント装置10へ送信されて、そのウインドウが、ウェブクライアント装置10に表示される(S303;YES,S306,S108;YES,S121,S122,S123;NO,S131,S132,S311;YES,S312,)。このとき、このウインドウが表示されることによって一部が隠されることとなるモデリング用ウインドウがある場合には、そのモデリング用ウインドウ内のCG描画領域が変形され、隠される部分に三次元モデルのCGが描画されないようになる(S134;YES,S135;YES,S136〜S139,S305;YES,S311;NO,S313;NO,S318)。これにより、製図用ウインドウ又はドロップダウンリストボックス等のGUIパーツが、あたかも、モデリング用ウインドウの前側に配置されているかのように、表示されるようになるとともに、それにも拘わらず、三次元モデルのCGが、ウェブクライアント装置10のグラフィックアクセラレータにて高速描画されることとなる。   In addition, on the operation screen of the CAD application 29 displayed on the web client device 10, an instruction to display a window other than the modeling window (a GUI part such as a two-dimensional model creation (drafting) window or a drop-down list box) is displayed. Then, the image data of the image of the window is transmitted from the web application server device 20 to the web client device 10, and the window is displayed on the web client device 10 (S303; YES, S306, S108; YES). , S121, S122, S123; NO, S131, S132, S311; YES, S312,). At this time, when there is a modeling window that is partially hidden by displaying this window, the CG drawing area in the modeling window is deformed, and the CG of the 3D model is displayed in the hidden part. (S134; YES, S135; YES, S136-S139, S305; YES, S311; NO, S313; NO, S318). As a result, GUI parts such as a drafting window or a drop-down list box are displayed as if they were arranged on the front side of the modeling window. The CG is drawn at high speed by the graphic accelerator of the web client device 10.

(付記1)
一台以上のウェブクライアント装置のウェブブラウザウインドウ内においてウェブアプリケーションサーバ装置内のモデリング用アプリケーションを遠隔操作するためのウェブアプリケーションシステムであって、
前記ウェブアプリケーションサーバ装置が、
何れかの前記ウェブクライアント装置からの要求を受けて、前記モデリング用アプリケーションを操作するための画面のイメージを表示するための画面イメージデータを前記ウェブクライアント装置へ送信する画面送信部,
前記ウェブクライアント装置から前記画面上でなされた操作イベントを示す操作イベント情報を前記ウェブクライアント装置から受信する操作受信部,
前記操作受信部が受信した操作イベント情報により示される操作イベントが、前記画面にCGを表示すべき三次元モデルについてなされたものである場合に、前記モデリング用アプリケーションから、そのCGを描画するための描画コマンドを取得する描画コマンド取得部,及び、
前記描画コマンド取得部が取得した描画コマンドを前記ウェブクライアント装置へ送信する描画コマンド送信部
を備え、
前記ウェブクライアント装置が、
前記モデリング用アプリケーションを遠隔操作する要求を入力装置において操作者から受け付けると、その要求を前記ウェブアプリケーションサーバ装置へ送信する要求送信部,
前記ウェブアプリケーションサーバ装置から前記画面イメージデータを受信すると、その画面イメージデータに基づいて画面を表示する画面表示部,
前記画面上でなされた操作イベントを検出すると、その操作イベントを示す操作イベント情報を前記ウェブアプリケーションサーバ装置へ送信する操作送信部,
前記ウェブアプリケーションサーバ装置から描画コマンドを受信すると、その描画コマンドに基づく三次元モデルのCGを、前記画面のうちの三次元モデルのCGを描画すべき領域に描画するCG描画部
を備える
ことを特徴とするウェブアプリケーションシステム。
(Appendix 1)
A web application system for remotely operating a modeling application in a web application server device in a web browser window of one or more web client devices,
The web application server device is
A screen transmission unit that receives a request from any of the web client devices and transmits screen image data for displaying an image of a screen for operating the modeling application to the web client device;
An operation receiving unit that receives, from the web client device, operation event information indicating an operation event made on the screen from the web client device;
When the operation event indicated by the operation event information received by the operation reception unit is made for a three-dimensional model to display CG on the screen, for rendering the CG from the modeling application A drawing command acquisition unit for acquiring a drawing command; and
A drawing command transmission unit that transmits the drawing command acquired by the drawing command acquisition unit to the web client device;
The web client device is
A request transmission unit that transmits a request to the web application server device when a request to remotely operate the modeling application is received from an operator in the input device;
When receiving the screen image data from the web application server device, a screen display unit that displays a screen based on the screen image data;
When an operation event made on the screen is detected, an operation transmission unit that transmits operation event information indicating the operation event to the web application server device,
When a drawing command is received from the web application server device, a CG drawing unit is provided for drawing a CG of a three-dimensional model based on the drawing command in a region in the screen where the CG of the three-dimensional model is to be drawn. Web application system.

(付記2)
コンピュータを、
通信装置を介して接続される一台以上のウェブクライアント装置の何れかからの要求を受けて、モデリング用アプリケーションを操作するための画面のイメージを表示するための画面イメージデータを、前記通信装置を介して前記ウェブクライアント装置へ送信する画面送信手段,
前記ウェブクライアント装置から前記画面上でなされた操作イベントを示す操作イベント情報を、前記通信装置を介して前記ウェブクライアント装置から受信する操作受信手段,
前記操作受信手段が受信した操作イベント情報により示される操作イベントが、前記画面にCGを表示すべき三次元モデルについてなされたものである場合に、前記モデリング用アプリケーションから、そのCGを描画するための描画コマンドを取得する描画コマンド取得手段,及び、
前記描画コマンド取得手段が取得した描画コマンドを、前記通信装置を介して前記ウェブクライアント装置へ送信する描画コマンド送信手段
として機能させる
ことを特徴とする遠隔操作サーバプログラム。
(Appendix 2)
Computer
In response to a request from one or more web client devices connected via a communication device, screen image data for displaying a screen image for operating a modeling application is stored in the communication device. Screen transmission means for transmitting to the web client device via
Operation receiving means for receiving operation event information indicating an operation event made on the screen from the web client device from the web client device via the communication device;
When the operation event indicated by the operation event information received by the operation receiving means is for a three-dimensional model for displaying a CG on the screen, for rendering the CG from the modeling application A drawing command acquisition means for acquiring a drawing command; and
A remote operation server program that causes a drawing command acquired by the drawing command acquisition unit to function as a drawing command transmission unit that transmits the drawing command to the web client device via the communication device.

(付記3)
前記コンピュータを、更に、
前記操作受信手段が受信した操作イベント情報により示される操作イベントが、前記画面にCGを表示すべき三次元モデルについての操作以外の操作の操作イベントである場合に、前記モデリング用アプリケーションから、その操作イベントに対応する処理がなされた後の画面を表示するための画面データを取得する画面データ取得手段,
前記画面データ取得手段が取得した画面データの示す画面のイメージのイメージデータを生成する画面イメージ生成手段,及び、
前記画面イメージ生成手段が生成した画面イメージデータを、前記通信装置を介して前記ウェブクライアント装置へ送信する画面イメージ送信手段
として機能させる
ことを特徴とする付記2記載の遠隔操作サーバプログラム。
(Appendix 3)
Said computer further
When the operation event indicated by the operation event information received by the operation receiving means is an operation event of an operation other than the operation on the three-dimensional model to display CG on the screen, the operation is performed from the modeling application. Screen data acquisition means for acquiring screen data for displaying a screen after processing corresponding to an event is performed;
Screen image generation means for generating image data of a screen image indicated by the screen data acquired by the screen data acquisition means; and
The remote operation server program according to appendix 2, wherein the screen image data generated by the screen image generation unit is caused to function as a screen image transmission unit that transmits the screen image data to the web client device via the communication device.

(付記4)
前記コンピュータを、更に、
前記操作受信手段が受信した操作イベント情報により示される操作イベントが、三次元モデルについての操作以外の操作の操作イベントである場合に、その操作がなされることにより、三次元モデルを表示すべき領域に表示されない部分が生ずるときには、その部分以外の残りの領域を三次元モデルのCGの描画領域として特定する表示領域特定手段,及び、
前記表示領域特定手段が特定したCG描画領域を規定する情報を、前記通信装置を介して前記ウェブクライアント装置へ送信する表示領域送信手段
として機能させる
ことを特徴とする付記2又は3記載の遠隔操作サーバプログラム。
(Appendix 4)
Said computer further
An area in which a 3D model is to be displayed when the operation event indicated by the operation event information received by the operation receiving means is an operation event of an operation other than an operation on the 3D model. Display area specifying means for specifying the remaining area other than the part as a CG drawing area of the three-dimensional model,
The remote operation according to appendix 2 or 3, wherein information specifying the CG drawing area specified by the display area specifying means is caused to function as a display area transmitting means for transmitting to the web client device via the communication device. Server program.

(付記5)
前記表示領域送信手段は、前記表示領域特定手段が特定した前記CG描画領域を幾つかの矩形領域に区分し、各矩形領域の位置に関する情報を、CG表示領域を規定する情報として、前記通信装置を介して前記ウェブクライアント装置へ送信する
ことを特徴とする付記4記載の遠隔操作サーバプログラム。
(Appendix 5)
The display area transmitting means divides the CG drawing area specified by the display area specifying means into several rectangular areas, and uses information regarding the position of each rectangular area as information defining a CG display area. The remote operation server program according to appendix 4, wherein the remote operation server program is transmitted to the web client device via the Internet.

(付記6)
コンピュータを、
通信装置を介して接続されるウェブアプリケーションサーバ装置のモデリング用アプリケーションを遠隔操作する要求を入力装置において操作者から受け付ける要求受付手段,
前記要求受付手段が受け付けた要求を前記ウェブアプリケーションサーバ装置へ前記通信装置を介して送信する要求送信手段,
前記ウェブアプリケーションサーバ装置から前記通信装置を介して前記画面イメージデータを受信すると、その画面イメージデータに基づいて画面を表示装置に表示する画面表示手段,
前記画面上でなされた操作イベントを検出すると、その操作イベントを示す操作イベント情報を前記ウェブアプリケーションサーバ装置へ前記通信装置を介して送信する操作送信手段,及び、
前記ウェブアプリケーションサーバ装置から前記通信装置を介して描画コマンドを受信すると、その描画コマンドに基づく三次元モデルのCGを、前記画面のうちの三次元モデルのCGを描画すべき領域に描画するCG描画手段
として機能させる
ことを特徴とする遠隔操作クライアントプログラム。
(Appendix 6)
Computer
Request accepting means for accepting a request for remotely operating a modeling application of a web application server device connected via a communication device from an operator at the input device;
Request transmitting means for transmitting the request received by the request receiving means to the web application server device via the communication device;
Screen display means for displaying a screen on a display device based on the screen image data when the screen image data is received from the web application server device via the communication device;
When an operation event made on the screen is detected, operation transmission means for transmitting operation event information indicating the operation event to the web application server device via the communication device, and
When a drawing command is received from the web application server device via the communication device, a CG drawing of a three-dimensional model based on the drawing command is drawn in an area in the screen where the CG of the three-dimensional model is to be drawn. A remote operation client program characterized by functioning as a means.

本実施形態のコンピュータネットワークシステムの構成を示す図The figure which shows the structure of the computer network system of this embodiment. ウェブクライアント装置の構成を概略的に示す図The figure which shows the structure of a web client apparatus roughly ウェブアプリケーションサーバ装置の構成を概略的に示す図The figure which shows the structure of a web application server apparatus roughly 遠隔操作サーバモジュールに従ってCPUが実行する処理の流れを示す図The figure which shows the flow of the process which CPU performs according to a remote control server module 遠隔操作サーバモジュールに従ってCPUが実行する処理の流れを示す図The figure which shows the flow of the process which CPU performs according to a remote control server module 遠隔操作サーバモジュールに従ってCPUが実行する処理の流れを示す図The figure which shows the flow of the process which CPU performs according to a remote control server module 遠隔操作サーバモジュールに従ってCPUが実行する処理の流れを示す図The figure which shows the flow of the process which CPU performs according to a remote control server module ウインドウ管理テーブルのデータ構造の一例を示す図The figure which shows an example of the data structure of a window management table ウインドウ位置管理テーブルのデータ構造の一例を示す図The figure which shows an example of the data structure of a window position management table 図9に示されるウインドウ位置管理テーブルに登録されているウインドウを示した画面例Example screen showing the windows registered in the window position management table shown in FIG. 分割処理により得られる各矩形領域を示す説明図Explanatory drawing which shows each rectangular area obtained by division processing 分割処理により分割された矩形領域についての位置情報(左上隅のXY座標値と右下隅のXY座標値)を示す図The figure which shows the positional information (XY coordinate value of an upper left corner and XY coordinate value of a lower right corner) about the rectangular area divided | segmented by the division process 遠隔操作クライアントモジュールに従ってCPUが実行する処理の流れを示す図The figure which shows the flow of the process which CPU performs according to a remote control client module 遠隔操作クライアントモジュールに従ってCPUが実行する処理の流れを示す図The figure which shows the flow of the process which CPU performs according to a remote control client module 透明プレーンとCG描画プレーンとアプリケーションプレーンとの関係を示す説明図Explanatory drawing which shows the relationship between a transparent plane, CG drawing plane, and an application plane

符号の説明Explanation of symbols

10 ウェブクライアント装置
10a 表示装置
10b 入力装置
10c 本体
11 CPU
12 DRAM
13 通信アダプタ
15 HDD
17 ウェブブラウザ
18 遠隔操作クライアントモジュール
20 ウェブアプリケーションサーバ装置
21 CPU
22 DRAM
23 通信アダプタ
24 HDD
27 ウェブサーバプログラム
28 遠隔操作サーバモジュール
29 CADアプリケーション
DESCRIPTION OF SYMBOLS 10 Web client apparatus 10a Display apparatus 10b Input apparatus 10c Main body 11 CPU
12 DRAM
13 Communication adapter 15 HDD
17 Web browser 18 Remote operation client module 20 Web application server device 21 CPU
22 DRAM
23 Communication adapter 24 HDD
27 Web server program 28 Remote operation server module 29 CAD application

Claims (5)

一台以上のウェブクライアント装置のウェブブラウザウインドウ内においてウェブアプリケーションサーバ装置内のモデリング用アプリケーションを遠隔操作するためのウェブアプリケーションシステムであって、
前記ウェブアプリケーションサーバ装置が、
何れかの前記ウェブクライアント装置からの要求を受けて、前記モデリング用アプリケーションを操作するための画面のイメージを表示するための画面イメージデータを前記ウェブクライアント装置へ送信する画面送信部,
前記ウェブクライアント装置から前記画面上でなされた操作イベントを示す操作イベント情報を前記ウェブクライアント装置から受信する操作受信部,
前記操作受信部が受信した操作イベント情報により示される操作イベントが、前記画面にCGを表示すべき三次元モデルについてなされたものである場合に、前記モデリング用アプリケーションから、そのCGを描画するための描画コマンドを取得する描画コマンド取得部,及び、
前記描画コマンド取得部が取得した描画コマンドを前記ウェブクライアント装置へ送信する描画コマンド送信部
を備え、
前記ウェブクライアント装置が、
前記モデリング用アプリケーションを遠隔操作する要求を入力装置において操作者から受け付けると、その要求を前記ウェブアプリケーションサーバ装置へ送信する要求送信部,
前記ウェブアプリケーションサーバ装置から前記画面イメージデータを受信すると、その画面イメージデータに基づいて画面を表示する画面表示部,
前記画面上でなされた操作イベントを検出すると、その操作イベントを示す操作イベント情報を前記ウェブアプリケーションサーバ装置へ送信する操作送信部,
前記ウェブアプリケーションサーバ装置から描画コマンドを受信すると、その描画コマンドに基づく三次元モデルのCGを、前記画面のうちの三次元モデルのCGを描画すべき領域に描画するCG描画部
を備える
ことを特徴とするウェブアプリケーションシステム。
A web application system for remotely operating a modeling application in a web application server device in a web browser window of one or more web client devices,
The web application server device is
A screen transmission unit that receives a request from any of the web client devices and transmits screen image data for displaying an image of a screen for operating the modeling application to the web client device;
An operation receiving unit that receives, from the web client device, operation event information indicating an operation event made on the screen from the web client device;
When the operation event indicated by the operation event information received by the operation reception unit is made for a three-dimensional model to display CG on the screen, for rendering the CG from the modeling application A drawing command acquisition unit for acquiring a drawing command; and
A drawing command transmission unit that transmits the drawing command acquired by the drawing command acquisition unit to the web client device;
The web client device is
A request transmission unit that transmits a request to the web application server device when a request to remotely operate the modeling application is received from an operator in the input device;
When receiving the screen image data from the web application server device, a screen display unit that displays a screen based on the screen image data;
When an operation event made on the screen is detected, an operation transmission unit that transmits operation event information indicating the operation event to the web application server device,
When a drawing command is received from the web application server device, a CG drawing unit is provided for drawing a CG of a three-dimensional model based on the drawing command in a region in the screen where the CG of the three-dimensional model is to be drawn. Web application system.
コンピュータを、
通信装置を介して接続される一台以上のウェブクライアント装置の何れかからの要求を受けて、モデリング用アプリケーションを操作するための画面のイメージを表示するための画面イメージデータを、前記通信装置を介して前記ウェブクライアント装置へ送信する画面送信手段,
前記ウェブクライアント装置から前記画面上でなされた操作イベントを示す操作イベント情報を、前記通信装置を介して前記ウェブクライアント装置から受信する操作受信手段,
前記操作受信手段が受信した操作イベント情報により示される操作イベントが、前記画面にCGを表示すべき三次元モデルについてなされたものである場合に、前記モデリング用アプリケーションから、そのCGを描画するための描画コマンドを取得する描画コマンド取得手段,及び、
前記描画コマンド取得手段が取得した描画コマンドを、前記通信装置を介して前記ウェブクライアント装置へ送信する描画コマンド送信手段
として機能させる
ことを特徴とする遠隔操作サーバプログラム。
Computer
In response to a request from one or more web client devices connected via a communication device, screen image data for displaying a screen image for operating a modeling application is stored in the communication device. Screen transmission means for transmitting to the web client device via
Operation receiving means for receiving operation event information indicating an operation event made on the screen from the web client device from the web client device via the communication device;
When the operation event indicated by the operation event information received by the operation receiving means is for a three-dimensional model for displaying a CG on the screen, for rendering the CG from the modeling application A drawing command acquisition means for acquiring a drawing command; and
A remote operation server program that causes a drawing command acquired by the drawing command acquisition unit to function as a drawing command transmission unit that transmits the drawing command to the web client device via the communication device.
前記コンピュータを、更に、
前記操作受信手段が受信した操作イベント情報により示される操作イベントが、前記画面にCGを表示すべき三次元モデルについての操作以外の操作の操作イベントである場合に、前記モデリング用アプリケーションから、その操作イベントに対応する処理がなされた後の画面を表示するための画面データを取得する画面データ取得手段,
前記画面データ取得手段が取得した画面データの示す画面のイメージのイメージデータを生成する画面イメージ生成手段,及び、
前記画面イメージ生成手段が生成した画面イメージデータを、前記通信装置を介して前記ウェブクライアント装置へ送信する画面イメージ送信手段
として機能させる
ことを特徴とする請求項2記載の遠隔操作サーバプログラム。
Said computer further
When the operation event indicated by the operation event information received by the operation receiving means is an operation event of an operation other than the operation on the three-dimensional model to display CG on the screen, the operation is performed from the modeling application. Screen data acquisition means for acquiring screen data for displaying a screen after processing corresponding to an event is performed;
Screen image generation means for generating image data of a screen image indicated by the screen data acquired by the screen data acquisition means; and
3. The remote operation server program according to claim 2, wherein the remote operation server program causes the screen image data generated by the screen image generation means to function as screen image transmission means for transmitting to the web client device via the communication device.
前記コンピュータを、更に、
前記操作受信手段が受信した操作イベント情報により示される操作イベントが、三次元モデルについての操作以外の操作の操作イベントである場合に、その操作がなされることにより、三次元モデルを表示すべき領域に表示されない部分が生ずるときには、その部分以外の残りの領域を三次元モデルのCGの描画領域として特定する表示領域特定手段,及び、
前記表示領域特定手段が特定したCG描画領域を規定する情報を、前記通信装置を介して前記ウェブクライアント装置へ送信する表示領域送信手段
として機能させる
ことを特徴とする請求項2又は3記載の遠隔操作サーバプログラム。
Said computer further
An area in which a 3D model is to be displayed when the operation event indicated by the operation event information received by the operation receiving means is an operation event of an operation other than an operation on the 3D model. Display area specifying means for specifying the remaining area other than the part as a CG drawing area of the three-dimensional model,
4. The remote according to claim 2, wherein information defining the CG drawing area specified by the display area specifying means is caused to function as a display area transmitting means for transmitting to the web client device via the communication device. 5. Operation server program.
コンピュータを、
通信装置を介して接続されるウェブアプリケーションサーバ装置のモデリング用アプリケーションを遠隔操作する要求を入力装置において操作者から受け付ける要求受付手段,
前記要求受付手段が受け付けた要求を前記ウェブアプリケーションサーバ装置へ前記通信装置を介して送信する要求送信手段,
前記ウェブアプリケーションサーバ装置から前記通信装置を介して前記画面イメージデータを受信すると、その画面イメージデータに基づいて画面を表示装置に表示する画面表示手段,
前記画面上でなされた操作イベントを検出すると、その操作イベントを示す操作イベント情報を前記ウェブアプリケーションサーバ装置へ前記通信装置を介して送信する操作送信手段,及び、
前記ウェブアプリケーションサーバ装置から前記通信装置を介して描画コマンドを受信すると、その描画コマンドに基づく三次元モデルのCGを、前記画面のうちの三次元モデルのCGを描画すべき領域に描画するCG描画手段
として機能させる
ことを特徴とする遠隔操作クライアントプログラム。
Computer
Request accepting means for accepting a request for remotely operating a modeling application of a web application server device connected via a communication device from an operator at the input device;
Request transmitting means for transmitting the request received by the request receiving means to the web application server device via the communication device;
Screen display means for displaying a screen on a display device based on the screen image data when the screen image data is received from the web application server device via the communication device;
When an operation event made on the screen is detected, operation transmission means for transmitting operation event information indicating the operation event to the web application server device via the communication device, and
When a drawing command is received from the web application server device via the communication device, a CG drawing of a three-dimensional model based on the drawing command is drawn in an area in the screen where the CG of the three-dimensional model is to be drawn. A remote operation client program characterized by functioning as a means.
JP2005180271A 2005-06-21 2005-06-21 Web application system, remote operation server program, and remote operation client program Expired - Fee Related JP4302081B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2005180271A JP4302081B2 (en) 2005-06-21 2005-06-21 Web application system, remote operation server program, and remote operation client program
US11/220,734 US20060284867A1 (en) 2005-06-21 2005-09-07 Web application system, web application server device and web client device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005180271A JP4302081B2 (en) 2005-06-21 2005-06-21 Web application system, remote operation server program, and remote operation client program

Publications (2)

Publication Number Publication Date
JP2007004228A true JP2007004228A (en) 2007-01-11
JP4302081B2 JP4302081B2 (en) 2009-07-22

Family

ID=37572898

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005180271A Expired - Fee Related JP4302081B2 (en) 2005-06-21 2005-06-21 Web application system, remote operation server program, and remote operation client program

Country Status (2)

Country Link
US (1) US20060284867A1 (en)
JP (1) JP4302081B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011511367A (en) * 2008-02-01 2011-04-07 マイクロソフト コーポレーション Graphic remote architecture

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8745173B1 (en) 2011-12-30 2014-06-03 hopTo Inc. Client computing system for and method of receiving cross-platform remote access to 3D graphics applications
US8190400B1 (en) * 2007-03-16 2012-05-29 The Mathworks, Inc. Thin client graphical presentation and manipulation application
US8766972B2 (en) * 2007-10-29 2014-07-01 Moshe Itzhak MARKOWITZ Method and system for efficient transmission of rich three-dimensional geometry and animation content over narrow band communication networks
JP5370131B2 (en) 2009-12-22 2013-12-18 セイコーエプソン株式会社 Image display apparatus and control method
US9002946B2 (en) * 2010-08-25 2015-04-07 Autodesk, Inc. Dual modeling environment in which commands are executed concurrently and independently on both a light weight version of a proxy module on a client and a precise version of the proxy module on a server
FR2971071B1 (en) * 2011-01-28 2013-07-26 Square Medias CAD DESIGN ASSISTED DESIGN SYSTEM AND METHOD FOR IMPLEMENTING THE SAME
US8838749B1 (en) 2011-12-30 2014-09-16 hopTo Inc. Cloud based client computing system for and method of receiving cross-platform remote access to 3D graphics applications
US8769052B1 (en) 2011-12-30 2014-07-01 hopTo Inc. Cloud-based server computing system for and method of providing cross-platform remote access to 3D graphics applications
US8766990B1 (en) 2011-12-30 2014-07-01 hopTo Inc. Server computing system for and method of providing cross-platform remote access to 3D graphics applications
JP5957986B2 (en) * 2012-03-14 2016-07-27 日本電気株式会社 Drawing support apparatus, drawing support method, and drawing support program
GB201415685D0 (en) * 2014-09-04 2014-10-22 Cadonix Ltd Methods
CN109710357B (en) * 2018-12-24 2021-12-07 曙光信息产业(北京)有限公司 Method and system for realizing server operation based on Unity3D engine

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3413201B2 (en) * 1992-12-17 2003-06-03 セイコーエプソン株式会社 Graphics control plane for windowing and other display operations
US20060066609A1 (en) * 2004-09-28 2006-03-30 Iodice Arthur P Methods and systems for viewing geometry of an object model generated by a CAD tool

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011511367A (en) * 2008-02-01 2011-04-07 マイクロソフト コーポレーション Graphic remote architecture

Also Published As

Publication number Publication date
US20060284867A1 (en) 2006-12-21
JP4302081B2 (en) 2009-07-22

Similar Documents

Publication Publication Date Title
JP4302081B2 (en) Web application system, remote operation server program, and remote operation client program
CN107636584B (en) Follow mode and position tagging of virtual workspace viewports in a collaborative system
JP6417408B2 (en) Joint system with spatial event map
US9158434B2 (en) User interface virtualization profiles for accessing applications on remote devices
JP4933438B2 (en) A system for distributed information presentation and interaction.
EP2291760B1 (en) Virtual desktop view scrolling
EP2715531B1 (en) Asynchronous handling of a user interface manipulation
US20180307406A1 (en) Object processing and selection gestures for forming relationships among objects in a collaboration system
US20110214063A1 (en) Efficient navigation of and interaction with a remoted desktop that is larger than the local screen
JP2008519340A5 (en)
TW200907779A (en) Method for providing functional context within an actively scrolling view pane
US20120278712A1 (en) Multi-input gestures in hierarchical regions
WO2019105191A1 (en) Multi-element interaction method, apparatus and device, and storage medium
US20230078878A1 (en) Systems and methods for coordinate-based search
JP2010515968A (en) Method and system for manipulating graphical images
KR20230085389A (en) Apparatus and method for providing digital twin service using computer graphics
CN114911402A (en) Dragging interaction method and system between remote application and local system
Su et al. HPC enabled immersive and non-immersive visualization of large scale scientific data
US11915377B1 (en) Collaboration spaces in networked remote collaboration sessions
JP4504084B2 (en) Medical image distribution system and viewer terminal device thereof
JP5392032B2 (en) Screen transfer system, information processing apparatus, information processing method, and program
JP2004310348A (en) Information retrieval device
CN112672436A (en) Intelligent device searching method and device, electronic device and storage medium
JP2019096025A (en) Image processing system, user interface providing method, and computer program
JP2006244093A (en) Display information generation device, program and computer-readable recording medium

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20071116

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20071210

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081111

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090106

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090203

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090226

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090414

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090421

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120501

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120501

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130501

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130501

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees