JP2010191579A - Software development system and software development method - Google Patents

Software development system and software development method Download PDF

Info

Publication number
JP2010191579A
JP2010191579A JP2009033729A JP2009033729A JP2010191579A JP 2010191579 A JP2010191579 A JP 2010191579A JP 2009033729 A JP2009033729 A JP 2009033729A JP 2009033729 A JP2009033729 A JP 2009033729A JP 2010191579 A JP2010191579 A JP 2010191579A
Authority
JP
Japan
Prior art keywords
web
page data
electronic device
http request
web page
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
JP2009033729A
Other languages
Japanese (ja)
Other versions
JP5325601B2 (en
Inventor
Kotaro Kaneko
巧太郎 金子
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2009033729A priority Critical patent/JP5325601B2/en
Publication of JP2010191579A publication Critical patent/JP2010191579A/en
Application granted granted Critical
Publication of JP5325601B2 publication Critical patent/JP5325601B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To obtain efficient software development. <P>SOLUTION: In a development device 1, when a Web browser 33 executes processings of interpreting Web page data 22 and operating an internal device of an image forming apparatus 2 within a script contained in the Web page data 22, the Web browser transmits an HTTP request, corresponding to the processing to a Web server 73 of the image forming apparatus 2. In the image forming apparatus 2, the Web server 73 receives the HTTP request; makes the internal device to execute an operation designated by the HTTP request; and transmits an answer of the HTTP request, corresponding to the operation result of the internal device to the Web browser 33. In the development device 1, the Web browser 33 receives the answer to the HTTP request from the Web server 73 of the image forming apparatus 2. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ソフトウェア開発システムおよびソフトウェア開発方法に関するものである。   The present invention relates to a software development system and a software development method.

プリンタ、複写機などの電子機器において特定の機能を実現するために、ソフトウェアモジュールが記録媒体または通信媒体から導入される。このようなソフトウェアモジュールの開発は、通常、対象の電子機器内ではなく、開発装置で行われる。開発装置としては、例えば、開発環境を導入されたパーソナルコンピュータが使用される。   Software modules are installed from a recording medium or a communication medium in order to realize a specific function in an electronic device such as a printer or a copying machine. Development of such a software module is usually performed in a development apparatus, not in the target electronic device. As the development device, for example, a personal computer into which a development environment has been introduced is used.

開発段階では、開発中のソフトウェアモジュールを対象の電子機器で使用した場合の動作を確認する必要がある。開発装置のプラットホームは、電子機器のプラットホームと異なるため、開発段階での動作確認には、(1)開発途中のソフトウェアモジュールを電子機器に導入して電子機器上で実行させたり(例えば特許文献1参照)、(2)開発装置のプラットホーム上で電子機器のプラットホームを模擬するシミュレータを開発装置に導入し、シミュレータ上で開発途中のソフトウェアモジュールを実行させたりする(例えば特許文献2参照)。   At the development stage, it is necessary to confirm the operation when the software module under development is used in the target electronic device. Since the platform of the development device is different from the platform of the electronic device, (1) a software module under development is introduced into the electronic device and executed on the electronic device (for example, Patent Document 1). (2) A simulator that simulates the platform of an electronic device is introduced into the development apparatus on the platform of the development apparatus, and a software module that is being developed is executed on the simulator (see, for example, Patent Document 2).

特開昭64−65644号公報JP-A 64-65644 特開平4−32933号公報JP-A-4-32933

しかしながら、開発途中のソフトウェアモジュールを電子機器に導入して電子機器上で実行させる方法では、ソフトウェアモジュールを変更するたびに、電子機器にソフトウェアモジュールを導入しなければならないため作業負担が大きく、効率的なソフトウェア開発を行うことが難しい。   However, in the method of introducing a software module under development into an electronic device and executing it on the electronic device, the software module must be introduced into the electronic device every time the software module is changed, so that the work load is large and efficient. Difficult software development.

また、シミュレータを開発装置に導入し、シミュレータ上で開発途中のソフトウェアモジュールを実行させる方法では、開発するソフトウェアモジュールの機能が特に限定されていない場合には、シミュレータは、対象の電子機器のすべての機能を模擬する必要があり、正確に電子機器の動作を模擬するシミュレータの開発が容易ではない。また、異なる複数の機種のそれぞれに対してシミュレータを開発しなければならず、さらに、電子機器のモデルチェンジ、バージョンチェンジなどの仕様変更があるたびに、シミュレータを変更しなければならない。したがって、シミュレータの開発負担が大きい。また、ソフトウェアモジュールの動作が正しくない場合、開発中のソフトウェアモジュールのバグではなく、シミュレータのバグが動作不良の原因となる可能性があり、動作不良の原因を特定する作業負担が大きくなる。   In addition, in the method of introducing a simulator into a development device and executing a software module under development on the simulator, if the function of the software module to be developed is not particularly limited, the simulator may be used for all of the target electronic devices. It is necessary to simulate the function, and it is not easy to develop a simulator that accurately simulates the operation of the electronic device. In addition, a simulator must be developed for each of a plurality of different models, and the simulator must be changed every time there is a specification change such as a model change or version change of an electronic device. Therefore, the burden of simulator development is large. Also, if the operation of the software module is not correct, a bug in the simulator may cause a malfunction, not a bug in the software module under development, and the work load for identifying the cause of the malfunction increases.

このように、上述の技術では、効率的なソフトウェア開発を行うことが難しい。   Thus, it is difficult to efficiently develop software with the above-described technology.

本発明は、上記の問題に鑑みてなされたものであり、効率的なソフトウェア開発を実現できるソフトウェア開発システムおよびソフトウェア開発方法を得ることを目的とする。   The present invention has been made in view of the above problems, and an object thereof is to obtain a software development system and a software development method capable of realizing efficient software development.

上記の課題を解決するために、本発明では以下のようにした。   In order to solve the above problems, the present invention is configured as follows.

本発明に係るソフトウェア開発システムは、電子機器と、その電子機器で使用されるウェブページデータを開発する開発装置とを備える。開発装置は、第1通信装置と、HTMLデータとスクリプトとを含むウェブページデータを解釈し、そのウェブページデータに従って、スクリプト内で電子機器の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストを、第1通信装置を介して電子機器のウェブサーバへ送信し、そのHTTPリクエストに対する応答を、第1通信装置を介して電子機器のウェブサーバから受信する第1ウェブブラウザとを有する。一方、電子機器は、第2通信装置と、所定の機能を有する内部装置と、内部装置を制御する制御部と、内部装置の動作に対応するHTTPリクエストを、第2通信装置を介して第1ウェブブラウザから受信し、内部装置の動作結果に対応するHTTPリクエストの応答を、第2通信装置を介して第1ウェブブラウザへ送信するウェブサーバと、ウェブサーバにより受信されたHTTPリクエストにより指定された動作を制御部により内部装置に実行させ、その動作結果を取得しウェブサーバへ供給するインターフェースとを有する。   A software development system according to the present invention includes an electronic device and a development device that develops web page data used in the electronic device. The development device interprets the first communication device, web page data including HTML data and a script, and executes the processing for operating the internal device of the electronic device in the script according to the web page data. A first HTTP browser that transmits a corresponding HTTP request to the web server of the electronic device via the first communication device and receives a response to the HTTP request from the web server of the electronic device via the first communication device. Have. On the other hand, the electronic device sends, via the second communication device, the second communication device, an internal device having a predetermined function, a control unit that controls the internal device, and an HTTP request corresponding to the operation of the internal device via the second communication device. A web server that transmits an HTTP request response corresponding to the operation result of the internal device received from the web browser to the first web browser via the second communication device, and designated by the HTTP request received by the web server An interface for causing the internal device to execute an operation by the control unit, acquiring the operation result, and supplying the operation result to the web server.

これにより、開発途中のウェブページデータを電子機器に導入する必要がなく、かつ実機の内部装置を実際に動作させてウェブページデータによるウェブブラウザの動作確認を行うことができるため、開発装置において効率的なソフトウェア開発を実現できる。   As a result, it is not necessary to introduce web page data under development into the electronic device, and it is possible to check the operation of the web browser using the web page data by actually operating the internal device of the actual machine. Realistic software development.

また、本発明に係るソフトウェア開発システムは、上記のソフトウェア開発システムに加え、次のようにしてもよい。この場合、電子機器は、開発装置で開発されたウェブページデータを解釈し、そのウェブページデータに従って、スクリプト内で電子機器の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストを、ウェブサーバへ送信し、そのHTTPリクエストに対する応答を、ウェブサーバから受信する第2ウェブブラウザを有する。   In addition to the software development system described above, the software development system according to the present invention may be configured as follows. In this case, the electronic device interprets the web page data developed by the development device, and executes an HTTP request corresponding to the processing when executing the processing for operating the internal device of the electronic device in the script according to the web page data. Is transmitted to the web server, and a response to the HTTP request is received from the web server.

これにより、開発途中の動作確認で使用されるインターフェースが、開発後にウェブページデータが電子機器で実行された後でも同様に使用されるため、開発環境が、実使用時にウェブブラウザがウェブページデータを実行するときの環境により近づく。   As a result, the interface used for checking the operation during development is used in the same way even after web page data is executed on the electronic device after development. It gets closer to the environment when it is executed.

また、本発明に係るソフトウェア開発システムは、上記のソフトウェア開発システムのいずれかに加え、次のようにしてもよい。この場合、ウェブサーバは、開発装置で開発されたウェブページデータの送信要求を、第2通信装置を介して受信すると、そのウェブページデータを送信し、そのウェブページデータの要求元から、内部装置の動作に対応するHTTPリクエストを、第2通信装置を介して受信し、そのウェブページデータの要求元へ、内部装置の動作結果に対応するHTTPリクエストの応答を、第2通信装置を介して送信する。   In addition to the software development system described above, the software development system according to the present invention may be configured as follows. In this case, when the web server receives the web page data transmission request developed by the development device via the second communication device, the web server transmits the web page data, and from the request source of the web page data, the internal device An HTTP request corresponding to the operation of the device is received via the second communication device, and a response of the HTTP request corresponding to the operation result of the internal device is transmitted to the request source of the web page data via the second communication device. To do.

これにより、ウェブページデータが電子機器以外の他の装置により処理される場合でも、開発途中の動作確認で使用されるインターフェースが、開発後にウェブページデータが電子機器で実行された後でも同様に使用されるため、開発環境が、実使用時にウェブブラウザがウェブページデータを実行するときの環境により近づく。   As a result, even when web page data is processed by a device other than an electronic device, the interface used for checking operation during development is used in the same way even after web page data is executed on the electronic device after development. Therefore, the development environment becomes closer to the environment when the web browser executes the web page data in actual use.

また、本発明に係るソフトウェア開発システムは、上記のソフトウェア開発システムのいずれかに加え、次のようにしてもよい。この場合、インターフェースは、CGIまたはJAVAサーブレットである。   In addition to the software development system described above, the software development system according to the present invention may be configured as follows. In this case, the interface is a CGI or JAVA servlet.

また、本発明に係るソフトウェア開発システムは、上記のソフトウェア開発システムのいずれかに加え、次のようにしてもよい。この場合、電子機器は、画像形成装置であり、電子機器の内部装置は、表示装置、印刷装置、画像読取装置およびファクシミリ装置のいずれかである。   In addition to the software development system described above, the software development system according to the present invention may be configured as follows. In this case, the electronic apparatus is an image forming apparatus, and the internal apparatus of the electronic apparatus is any one of a display device, a printing device, an image reading device, and a facsimile device.

本発明に係るソフトウェア開発方法は、(a)開発装置において、第1ウェブブラウザで、HTMLデータとスクリプトとを含むウェブページデータを解釈し、(b)開発装置において、第1ウェブブラウザで、そのウェブページデータに従って、スクリプト内で電子機器の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストを電子機器のウェブサーバへ送信し、(c)電子機器において、ウェブサーバで、電子機器の内部装置の動作に対応するHTTPリクエストを第1ウェブブラウザから受信し、(d)電子機器において、ウェブサーバにより受信されたHTTPリクエストにより指定された動作を内部装置に実行させ、(e)電子機器において、内部装置の動作結果を取得しウェブサーバへ供給し、(f)電子機器において、ウェブサーバで、内部装置の動作結果に対応するHTTPリクエストの応答を第1ウェブブラウザへ送信し、(g)開発装置において、第1ウェブブラウザで、そのHTTPリクエストに対する応答を電子機器のウェブサーバから受信する。   The software development method according to the present invention includes: (a) a development device that interprets web page data including HTML data and scripts in a first web browser; and (b) a development device that uses a first web browser to According to the web page data, when executing a process for operating the internal device of the electronic device in the script, an HTTP request corresponding to the process is transmitted to the web server of the electronic device. (C) In the electronic device, An HTTP request corresponding to the operation of the internal device of the electronic device is received from the first web browser, and (d) the electronic device causes the internal device to execute the operation specified by the HTTP request received by the web server. ) In the electronic device, obtain the operation result of the internal device and supply it to the web server. ) In the electronic device, the web server sends an HTTP request response corresponding to the operation result of the internal device to the first web browser. (G) In the development device, the first web browser sends the response to the HTTP request electronically. Receive from the device's web server.

これにより、開発途中のウェブページデータを電子機器に導入する必要がなく、かつ実機の内部装置を実際に動作させてウェブページデータによるウェブブラウザの動作確認を行うことができるため、開発装置において効率的なソフトウェア開発を実現できる。   As a result, it is not necessary to introduce web page data under development into the electronic device, and it is possible to check the operation of the web browser using the web page data by actually operating the internal device of the actual machine. Realistic software development.

また、本発明に係るソフトウェア開発方法は、上記のソフトウェア開発方法に加え、次のようにしてもよい。この場合、ソフトウェア開発方法は、さらに、(h)電子機器において、第2ウェブブラウザで、開発装置で開発されたウェブページデータを解釈し、(i)電子機器において、第2ウェブブラウザで、そのウェブページデータに従って、スクリプト内で電子機器の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストをウェブサーバへ送信し、(j)電子機器において、第2ウェブブラウザで、そのHTTPリクエストに対する応答をウェブサーバから受信する。   In addition to the above software development method, the software development method according to the present invention may be as follows. In this case, the software development method further includes: (h) interpreting web page data developed by the development device with the second web browser in the electronic device; and (i) interpreting the web page data with the second web browser in the electronic device. According to the web page data, when executing a process for operating the internal device of the electronic device in the script, an HTTP request corresponding to the process is transmitted to the web server. (J) In the electronic device, the second web browser A response to the HTTP request is received from the web server.

これにより、開発途中の動作確認時と同様にして内部装置の動作を制御するため、開発環境が、実使用時にウェブブラウザがウェブページデータを実行するときの環境により近づく。   As a result, the operation of the internal device is controlled in the same way as when checking the operation during development, so the development environment becomes closer to the environment when the web browser executes the web page data during actual use.

また、本発明に係るソフトウェア開発方法は、上記のソフトウェア開発方法のいずれかに加え、次のようにしてもよい。この場合、ウェブサーバは、開発装置で開発されたウェブページデータの送信要求を受信すると、そのウェブページデータを送信し、そのウェブページデータの要求元から、内部装置の動作に対応するHTTPリクエストを受信し、そのウェブページデータの要求元へ、内部装置の動作結果に対応するHTTPリクエストの応答を送信する。   In addition to the software development method described above, the software development method according to the present invention may be as follows. In this case, when the web server receives the transmission request for the web page data developed by the development device, the web server transmits the web page data, and receives an HTTP request corresponding to the operation of the internal device from the request source of the web page data. The HTTP request response corresponding to the operation result of the internal device is transmitted to the requester of the web page data.

これにより、開発途中の動作確認時と同様にして内部装置の動作を制御するため、開発環境が、実使用時にウェブブラウザがウェブページデータを実行するときの環境により近づく。   As a result, the operation of the internal device is controlled in the same way as when checking the operation during development, so the development environment becomes closer to the environment when the web browser executes the web page data during actual use.

また、本発明に係るソフトウェア開発方法は、上記のソフトウェア開発方法のいずれかに加え、次のようにしてもよい。この場合、電子機器において、CGIまたはサーブレットで、JAVAウェブサーバにより受信されたHTTPリクエストにより指定された動作を内部装置に実行させ、電子機器において、CGIまたはJAVAサーブレットで、内部装置の動作結果を取得しウェブサーバへ供給する。   In addition to the software development method described above, the software development method according to the present invention may be as follows. In this case, in the electronic device, the operation specified by the HTTP request received by the JAVA web server is executed by the CGI or servlet in the electronic device, and the operation result of the internal device is acquired in the electronic device by the CGI or JAVA servlet. To the web server.

また、本発明に係るソフトウェア開発方法は、上記のソフトウェア開発方法のいずれかに加え、次のようにしてもよい。この場合、電子機器は、画像形成装置であり、電子機器の内部装置は、表示装置、印刷装置、画像読取装置およびファクシミリ装置のいずれかである。   In addition to the software development method described above, the software development method according to the present invention may be as follows. In this case, the electronic apparatus is an image forming apparatus, and the internal apparatus of the electronic apparatus is any one of a display device, a printing device, an image reading device, and a facsimile device.

本発明によれば、開発装置において効率的なソフトウェア開発を実現できるソフトウェア開発システムおよびソフトウェア開発方法を得ることができる。   ADVANTAGE OF THE INVENTION According to this invention, the software development system and software development method which can implement | achieve efficient software development in a development apparatus can be obtained.

図1は、本発明の実施の形態に係るソフトウェア開発システムの構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of a software development system according to an embodiment of the present invention. 図2は、図1におけるソフトウェア開発システムにおける開発手順を示すフローチャートである。FIG. 2 is a flowchart showing a development procedure in the software development system in FIG. 図3は、図1に示すシステムにおいて、ソフトウェア開発段階での開発装置の動作を説明するフローチャートである。FIG. 3 is a flowchart for explaining the operation of the development apparatus in the software development stage in the system shown in FIG.

以下、図に基づいて本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は、本発明の実施の形態に係るソフトウェア開発システムの構成を示すブロック図である。図1に示すシステムは、開発装置1と、画像形成装置2とを備える。開発装置1は、画像形成装置2に導入されるウェブページデータを開発するための装置である。このウェブページデータは、HTML(Hypertext Markup Language)データとスクリプトとを有する。スクリプトは、例えばJavaScriptといったスクリプト言語で、所定の処理が記述されたものであり、通常のウェブブラウザはそのスクリプト言語の処理系を有する。   FIG. 1 is a block diagram showing a configuration of a software development system according to an embodiment of the present invention. The system shown in FIG. 1 includes a development apparatus 1 and an image forming apparatus 2. The development apparatus 1 is an apparatus for developing web page data introduced into the image forming apparatus 2. The web page data includes HTML (Hypertext Markup Language) data and a script. The script is a script language such as JavaScript in which predetermined processing is described, and a normal web browser has a processing system of the script language.

開発装置1は、例えば、開発プラットホームソフトウェアをインストールされたパーソナルコンピュータである。画像形成装置2は、ウェブブラウザを有し、ウェブページデータを導入可能な電子機器であり、印刷などの所定の機能を有する内部装置を備える。画像形成装置2は、例えば印刷装置、複写機、スキャナ機、ファクシミリ機、複合機などである。開発装置1と画像形成装置2とは、コンピュータネットワークなどの通信路を介して接続されている。   The development apparatus 1 is, for example, a personal computer installed with development platform software. The image forming apparatus 2 is an electronic device having a web browser and capable of introducing web page data, and includes an internal device having a predetermined function such as printing. The image forming apparatus 2 is, for example, a printing apparatus, a copying machine, a scanner machine, a facsimile machine, or a multifunction machine. The development apparatus 1 and the image forming apparatus 2 are connected via a communication path such as a computer network.

なお、この画像形成装置2には、通信路を介してユーザ端末装置3を接続可能である。ユーザ端末装置3は、開発時には使用されず、開発されたウェブページデータに従って画像形成装置2を操作する際に使用される。   Note that a user terminal device 3 can be connected to the image forming apparatus 2 via a communication path. The user terminal device 3 is not used at the time of development, but is used when the image forming apparatus 2 is operated according to the developed web page data.

開発装置1は、通信装置11と、記憶装置12と、演算処理装置13と、表示装置14と、入力装置15とを備える。   The development device 1 includes a communication device 11, a storage device 12, an arithmetic processing device 13, a display device 14, and an input device 15.

通信装置11は、ネットワークなどを介して画像形成装置2とデータ通信が可能な装置である。通信装置11としては、例えばネットワークインターフェースが使用される。   The communication device 11 is a device capable of data communication with the image forming apparatus 2 via a network or the like. For example, a network interface is used as the communication device 11.

記憶装置12は、各種プログラムおよび各種データを格納する装置である。記憶装置12としては、例えば、ハードディスクドライブ、不揮発性の半導体メモリなどが使用される。記憶装置12には、TCP/IP(Transmission Control Protocol / Internet Protocol)などといった所定のプロトコルでデータ通信を行うためのデータ通信プログラム(図示せず)、開発装置1における開発プラットホームを実現するための開発環境プログラム(図示せず)、ウェブブラウザプログラム21、画像形成装置2で使用するために開発されているウェブページデータ22などが格納される。   The storage device 12 is a device that stores various programs and various data. As the storage device 12, for example, a hard disk drive, a nonvolatile semiconductor memory, or the like is used. The storage device 12 includes a data communication program (not shown) for performing data communication using a predetermined protocol such as TCP / IP (Transmission Control Protocol / Internet Protocol), and development for realizing the development platform in the development device 1. An environment program (not shown), a web browser program 21, web page data 22 developed for use in the image forming apparatus 2, and the like are stored.

演算処理装置13は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)などを有するコンピュータであって、RAMにプログラムをロードして、CPUでそのプログラムを実行して各種処理部を実現する。上述のデータ通信プログラムが演算処理装置13で実行されることにより、通信部31が実現される。また、上述の開発環境プログラムが演算処理装置13で実行されることにより、開発プラットホーム32が実現される。また、ウェブブラウザプログラム21が演算処理装置13で実行されることにより、ウェブブラウザ33が実現される。   The arithmetic processing unit 13 is a computer having a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), etc., which loads a program into the RAM and executes the program on the CPU. Implement various processing units. The communication unit 31 is realized by the above-described data communication program being executed by the arithmetic processing unit 13. In addition, the development platform 32 is realized by the above-described development environment program being executed by the arithmetic processing unit 13. Further, the web browser 33 is realized by executing the web browser program 21 by the arithmetic processing unit 13.

通信部31は、通信装置11を制御して、所定のプロトコルに従って、画像形成装置2との間でデータ通信を行う処理部である。   The communication unit 31 is a processing unit that controls the communication device 11 and performs data communication with the image forming apparatus 2 according to a predetermined protocol.

開発プラットホーム32は、コントローラ41、ソースコードエディタ(図示せず)、デバッガ(図示せず)などの処理部を有する。   The development platform 32 includes processing units such as a controller 41, a source code editor (not shown), and a debugger (not shown).

ウェブブラウザ33は、HTTP(Hypertext Transfer Protocol)クライアントであって、ウェブページデータ22を解釈し、そのウェブページデータに記述されている処理を実行する処理部である。ウェブブラウザ33としては、例えばインターネットエクスプローラといったPC用のウェブブラウザが使用される。   The web browser 33 is an HTTP (Hypertext Transfer Protocol) client, and is a processing unit that interprets the web page data 22 and executes processing described in the web page data. As the web browser 33, for example, a web browser for PC such as Internet Explorer is used.

コントローラ41は、図示せぬ入力装置に対するユーザ操作などに応じて、開発プラットホーム32内の他の処理部の動作を制御する処理部である。   The controller 41 is a processing unit that controls operations of other processing units in the development platform 32 in response to a user operation on an input device (not shown).

また、表示装置14は、各種情報を表示する装置である。表示装置14としては、例えば液晶ディスプレイが使用される。表示装置14は、ウェブブラウザ33によりウェブページデータ22が解釈された結果に応じた画面を表示する。入力装置15は、ユーザ操作を検出する装置である。入力装置15としては、例えばキーボードおよびマウスが使用される。したがって、表示装置14および入力装置15により開発装置1のユーザインターフェースが構成される。   The display device 14 is a device that displays various types of information. For example, a liquid crystal display is used as the display device 14. The display device 14 displays a screen corresponding to the result of interpreting the web page data 22 by the web browser 33. The input device 15 is a device that detects a user operation. For example, a keyboard and a mouse are used as the input device 15. Therefore, the display device 14 and the input device 15 constitute a user interface of the development device 1.

画像形成装置2は、表示装置51と、入力装置52と、通信装置53と、記憶装置54と、演算処理装置55とを備える。   The image forming apparatus 2 includes a display device 51, an input device 52, a communication device 53, a storage device 54, and an arithmetic processing device 55.

表示装置51は、各種情報を表示する内部装置である。表示装置51としては、例えば液晶ディスプレイが使用される。入力装置52は、ユーザ操作を検出する装置である。入力装置52としては、例えばタッチパネル、キースイッチなどが使用される。表示装置51および入力装置52は、画像形成装置2の筺体表面の操作パネルに配置される。この表示装置51および入力装置52により画像形成装置2のユーザインターフェースが構成される。   The display device 51 is an internal device that displays various types of information. For example, a liquid crystal display is used as the display device 51. The input device 52 is a device that detects a user operation. As the input device 52, for example, a touch panel, a key switch, or the like is used. The display device 51 and the input device 52 are arranged on the operation panel on the surface of the housing of the image forming apparatus 2. The display device 51 and the input device 52 constitute a user interface of the image forming apparatus 2.

通信装置53は、ネットワークなどを介して開発装置1とデータ通信が可能な装置である。通信装置53としては、例えばネットワークインターフェースが使用される。   The communication device 53 is a device capable of data communication with the development device 1 via a network or the like. As the communication device 53, for example, a network interface is used.

記憶装置54は、各種プログラムおよび各種データを格納する装置である。記憶装置54としては、例えば、ハードディスクドライブ、不揮発性の半導体メモリなどが使用される。記憶装置54には、TCP/IPなどといった所定のプロトコルでデータ通信を行うためのデータ通信プログラム(図示せず)、印刷装置52などの内部装置を制御するための制御プログラム61、ウェブサーバ73から呼び出し可能な、制御プログラム61を実行させるためのインターフェースを提供するためのインターフェースコード62、ウェブサーバプログラム63、ウェブブラウザプログラム64、ウェブページデータ65などが格納される。   The storage device 54 is a device that stores various programs and various data. As the storage device 54, for example, a hard disk drive, a nonvolatile semiconductor memory, or the like is used. The storage device 54 includes a data communication program (not shown) for performing data communication using a predetermined protocol such as TCP / IP, a control program 61 for controlling an internal device such as the printing device 52, and a web server 73. An interface code 62 for providing an interface for executing the control program 61 that can be called, a web server program 63, a web browser program 64, web page data 65, and the like are stored.

演算処理装置55は、CPU、ROM、RAMなどを有するコンピュータであって、RAMにプログラムをロードして、CPUでそのプログラムを実行して各種処理部を実現する。上述のデータ通信プログラムが演算処理装置55で実行されることにより、通信部71が実現される。また、制御プログラム61が演算処理装置55で実行されることにより、制御部72が実現される。また、インターフェースコード62が演算処理装置55で実行されることにより、インターフェース74が実現される。また、ウェブサーバプログラム63が演算処理装置55で実行されることにより、ウェブサーバ73が実現される。また、ウェブブラウザプログラム64が演算処理装置55で実行されることにより、ウェブブラウザ75が実現される。   The arithmetic processing unit 55 is a computer having a CPU, a ROM, a RAM and the like, and loads a program into the RAM and executes the program by the CPU to realize various processing units. The communication unit 71 is realized by the above-described data communication program being executed by the arithmetic processing unit 55. Also, the control unit 72 is realized by the control program 61 being executed by the arithmetic processing unit 55. The interface code 62 is executed by the arithmetic processing unit 55, whereby the interface 74 is realized. Further, the web server 73 is realized by the web server program 63 being executed by the arithmetic processing unit 55. Further, the web browser program 64 is executed by the arithmetic processing unit 55, whereby the web browser 75 is realized.

通信部71は、通信装置53を制御して、所定のプロトコルに従って、開発装置1との間でデータ通信を行う処理部である。   The communication unit 71 is a processing unit that controls the communication device 53 and performs data communication with the development device 1 according to a predetermined protocol.

制御部72は、表示装置51、印刷装置(図示せず)などといった内部装置を制御する処理部である。   The control unit 72 is a processing unit that controls internal devices such as the display device 51 and a printing device (not shown).

ウェブサーバ73は、HTTPサーバであって、HTTPに従って、HTTPリクエストを受信し、そのHTTPリクエストに対する応答を送信する処理部である。   The web server 73 is an HTTP server, and is a processing unit that receives an HTTP request in accordance with HTTP and transmits a response to the HTTP request.

インターフェース74は、HTTPリクエストに従ってウェブサーバ73により呼び出され、HTTPリクエストにより指定された、内部装置の動作を実行させるために、制御部72を動作させる処理部である。インターフェース74は、CGI(Common Gateway Interface)またはJAVAサーブレットである。インターフェース74として、内部装置の機能ごとにCGIまたはJAVAサーブレットが用意されている。例えば、表示装置51によるテキスト表示、印刷装置による印刷実行、印刷ジョブの制御、画像読取装置によるスキャン実行、ユーザ認証などのそれぞれに対してCGIまたはJAVAサーブレットが用意される。   The interface 74 is a processing unit that is called by the web server 73 in accordance with the HTTP request and operates the control unit 72 in order to execute the operation of the internal device specified by the HTTP request. The interface 74 is a CGI (Common Gateway Interface) or JAVA servlet. As the interface 74, a CGI or JAVA servlet is prepared for each function of the internal device. For example, a CGI or JAVA servlet is prepared for each of text display by the display device 51, printing execution by the printing device, print job control, scanning execution by the image reading device, user authentication, and the like.

ウェブブラウザ75は、HTTPクライアントであって、ウェブページデータ65を解釈し、そのウェブページデータ65に記述されている処理(表示装置51への画面表示など)を行う処理部である。ウェブブラウザ75としては、組み込みシステム用のウェブブラウザが使用される。   The web browser 75 is an HTTP client, and is a processing unit that interprets the web page data 65 and performs processing described in the web page data 65 (screen display on the display device 51 and the like). As the web browser 75, a web browser for an embedded system is used.

また、ユーザ端末装置3は、例えばウェブブラウザ92がインストールされているパーソナルコンピュータである。ユーザ端末装置3は、例えばネットワークインターフェースといった通信装置81と、コンピュータを有する演算処理装置82と、例えば液晶ディスプレイといった表示装置83と、例えばキーボードおよびマウスといった入力装置84とを有する。演算処理装置82で通信プログラムおよびウェブブラウザプログラムが実行されると、TCP/IPで通信する通信部91、およびHTTPで通信するウェブブラウザ92が実現される。   The user terminal device 3 is a personal computer in which a web browser 92 is installed, for example. The user terminal device 3 includes a communication device 81 such as a network interface, an arithmetic processing device 82 including a computer, a display device 83 such as a liquid crystal display, and an input device 84 such as a keyboard and a mouse. When a communication program and a web browser program are executed by the arithmetic processing unit 82, a communication unit 91 that communicates using TCP / IP and a web browser 92 that communicates using HTTP are realized.

次に、上記システムにおけるソフトウェアの開発について説明する。   Next, software development in the above system will be described.

図2は、図1におけるソフトウェア開発システムにおける開発手順を示すフローチャートである。   FIG. 2 is a flowchart showing a development procedure in the software development system in FIG.

まず、開発装置1において、開発プラットホーム32が起動される。   First, in the development apparatus 1, the development platform 32 is activated.

そして、入力装置15に対するユーザ操作に従って、開発プラットホーム32におけるテキストエディタによりウェブページデータ22が編集される(ステップS1)。   Then, the web page data 22 is edited by a text editor in the development platform 32 in accordance with a user operation on the input device 15 (step S1).

次に、そのウェブページデータ22をウェブブラウザ33に解釈させるためのユーザ操作が入力装置15により検出されると、コントローラ41は、ウェブブラウザプログラム21を呼び出し、ウェブブラウザ33を起動し、そのウェブページデータ22を解釈させる(ステップS2)。ウェブページデータ22のスクリプトにおける、画像形成装置2の内部装置を動作させるコマンドが実行される場合、ウェブブラウザ33は、そのスクリプトに従って、HTTPリクエストを画像形成装置2のウェブサーバ73へ送信し、その動作結果を含む応答を受信する。ウェブブラウザ33は、そのウェブページデータ22に従って、その動作結果を使用して、それ以降の処理を実行する。   Next, when a user operation for causing the web browser 33 to interpret the web page data 22 is detected by the input device 15, the controller 41 calls the web browser program 21, starts the web browser 33, and the web page The data 22 is interpreted (step S2). When a command for operating the internal device of the image forming apparatus 2 in the script of the web page data 22 is executed, the web browser 33 transmits an HTTP request to the web server 73 of the image forming apparatus 2 according to the script. A response including the operation result is received. The web browser 33 executes subsequent processing using the operation result in accordance with the web page data 22.

このようにして、開発装置1において、ウェブページデータ22が試験的にウェブブラウザ33により解釈される。   In this way, the web page data 22 is experimentally interpreted by the web browser 33 in the development device 1.

その後、ユーザは、ウェブページデータ22を画像形成装置2へインストールするか否かを判断する(ステップS3)。   Thereafter, the user determines whether to install the web page data 22 into the image forming apparatus 2 (step S3).

ウェブページデータ22が完成したとユーザが判断した場合には、ユーザは、ウェブページデータ22を画像形成装置2へインストールするための操作を行う。コントローラ41は、その操作を検出すると、HTTPリクエストとともに、そのウェブページデータ22を画像形成装置2に送信する(ステップS4)。画像形成装置2では、ウェブサーバ73が、通信装置53および通信部72を介してそのウェブページデータ22を受信し、記憶装置54に格納する。   When the user determines that the web page data 22 is completed, the user performs an operation for installing the web page data 22 in the image forming apparatus 2. When detecting the operation, the controller 41 transmits the web page data 22 to the image forming apparatus 2 together with the HTTP request (step S4). In the image forming apparatus 2, the web server 73 receives the web page data 22 via the communication device 53 and the communication unit 72 and stores it in the storage device 54.

このようにして、完成したウェブページデータ65が画像形成装置2に格納される。   In this way, the completed web page data 65 is stored in the image forming apparatus 2.

このようにして記憶装置54に格納されたウェブページデータ65のスクリプトには、上述のように内部装置を動作させるためにウェブサーバ73へHTTPリクエストを送信するためのコマンドが記述されている。このため、このウェブページデータ65が、画像形成装置2のウェブブラウザ75により解釈されると、そのウェブブラウザ75からウェブサーバ73へHTTPリクエストが送信され、そのHTTPリクエストに対応してインターフェース74が制御部72を起動し、制御部72がそのHTTPリクエストにより指定された動作を内部装置に実行させる。その後、動作結果を含む応答が、ウェブサーバ73からウェブブラウザ75へ送信される。   In the script of the web page data 65 stored in the storage device 54 in this way, a command for transmitting an HTTP request to the web server 73 in order to operate the internal device as described above is described. Therefore, when the web page data 65 is interpreted by the web browser 75 of the image forming apparatus 2, an HTTP request is transmitted from the web browser 75 to the web server 73, and the interface 74 is controlled in response to the HTTP request. The unit 72 is activated, and the control unit 72 causes the internal device to execute the operation specified by the HTTP request. Thereafter, a response including the operation result is transmitted from the web server 73 to the web browser 75.

また、ユーザ端末装置3のウェブブラウザ92で画像形成装置2がアクセスされる場合、ウェブブラウザ92は、ウェブページデータ65の送信要求を、ウェブサーバ73へ送信する。この送信要求はHTTPリクエストである。ウェブサーバ73は、開発装置1で開発されたウェブページデータ65の送信要求を、通信装置53および通信部71を介して受信すると、そのウェブページデータ65を読み出してウェブブラウザ92へ送信する。ユーザ端末装置3のウェブブラウザ92は、そのウェブページデータ65を受信すると、ウェブページデータ65の解釈を開始する。そして、上述のように内部装置を動作させるためにウェブサーバ73へHTTPリクエストを送信するためのコマンドが解釈されると、ウェブブラウザ92は、そのHTTPリクエストをウェブサーバ73へ送信する。これにより、そのHTTPリクエストに対応してインターフェース74が制御部72を起動し、制御部72がそのHTTPリクエストにより指定された動作を内部装置に実行させる。その後、動作結果を含む応答が、ウェブサーバ73からウェブブラウザ92へ送信される。   When the image forming apparatus 2 is accessed by the web browser 92 of the user terminal device 3, the web browser 92 transmits a transmission request for the web page data 65 to the web server 73. This transmission request is an HTTP request. When the web server 73 receives a transmission request for the web page data 65 developed by the development device 1 via the communication device 53 and the communication unit 71, the web server 73 reads the web page data 65 and transmits it to the web browser 92. When receiving the web page data 65, the web browser 92 of the user terminal device 3 starts to interpret the web page data 65. Then, when a command for transmitting an HTTP request to the web server 73 for operating the internal device is interpreted as described above, the web browser 92 transmits the HTTP request to the web server 73. As a result, the interface 74 activates the control unit 72 in response to the HTTP request, and the control unit 72 causes the internal device to execute the operation specified by the HTTP request. Thereafter, a response including the operation result is transmitted from the web server 73 to the web browser 92.

このように、開発時と同様に、ウェブページデータ65が画像形成装置2において使用されるときも、ウェブサーバ73およびインターフェース74が、内部装置を動作させるために使用される。   As described above, when the web page data 65 is used in the image forming apparatus 2 as in the development, the web server 73 and the interface 74 are used to operate the internal apparatus.

以上のようにして、スクリプトを含むウェブページデータ65が、開発され、インストールされ、ウェブブラウザ75,92により解釈される。   As described above, the web page data 65 including the script is developed, installed, and interpreted by the web browsers 75 and 92.

ここで、上述のステップS2における、ソフトウェア開発段階での開発装置1の動作の詳細について説明する。図3は、図1に示すシステムにおいて、ソフトウェア開発段階での開発装置1の動作を説明するフローチャートである。   Here, the details of the operation of the development apparatus 1 in the software development stage in step S2 described above will be described. FIG. 3 is a flowchart for explaining the operation of the development apparatus 1 at the software development stage in the system shown in FIG.

コントローラ41は、ウェブブラウザ33が起動していない場合には、ウェブブラウザ33を起動し、入力装置15に対するユーザ操作により指定されたウェブページデータ22を記憶装置12から読み込ませ(ステップS11)、ウェブページデータ22の解釈を開始させる(ステップS12)。   If the web browser 33 is not activated, the controller 41 activates the web browser 33 and reads the web page data 22 designated by the user operation on the input device 15 from the storage device 12 (step S11). Interpretation of the page data 22 is started (step S12).

このウェブページデータ22のスクリプトには、画像形成装置2の内部装置の機能を使用するときにHTTPリクエストを送信するためのコマンドが記述されている。ウェブブラウザ33がこのウェブページデータ22を解釈しているときに、そのコマンドを検出し、そのコマンドに対応するHTTPリクエストを生成し、通信部31および通信装置11を介して画像形成装置2へ送信する(ステップS13)。HTTPリクエストとしては、GETコマンドが使用される。このとき、HTTPリクエストにおけるURL(Uniform Resource Locator)により、使用するプロトコル(HTTP)、宛先となるウェブサーバ73(つまり、画像形成装置)、起動させるインターフェース74、および内部装置の動作を指定するパラメータが指定される。   The script of the web page data 22 describes a command for transmitting an HTTP request when using the function of the internal device of the image forming apparatus 2. When the web browser 33 is interpreting the web page data 22, the command is detected, an HTTP request corresponding to the command is generated, and transmitted to the image forming apparatus 2 via the communication unit 31 and the communication device 11. (Step S13). As the HTTP request, a GET command is used. At this time, the URL (Uniform Resource Locator) in the HTTP request includes parameters to specify the protocol (HTTP) to be used, the destination web server 73 (that is, the image forming apparatus), the interface 74 to be activated, and the operation of the internal apparatus. It is specified.

例えば、URLがhttp://192.168.0.5/display.cgi?command=display&text=hello&x=10&y=10である場合には、IPアドレスが192.168.0.5である画像形成装置2のウェブサーバ73が指定され、インターフェース74としてdisplay.cgiというCGIが、表示装置51を動作させるために指定され、パラメータcommand=display&text=hello&x=10&y=10により、テキスト「hello」を座標値(10,10)に表示させる処理が指定される。なお、ホスト名で画像形成装置2を指定してもよい。   For example, when the URL is http://192.168.0.5/display.cgi?command=display&text=hello&x=10&y=10, the web server 73 of the image forming apparatus 2 whose IP address is 192.168.0.5 is specified. , CGI of display.cgi is designated as the interface 74 to operate the display device 51, and the process of displaying the text “hello” in the coordinate value (10, 10) by the parameter command = display & text = hello & x = 10 & y = 10 Is specified. Note that the image forming apparatus 2 may be specified by a host name.

画像形成装置2におけるウェブサーバ73がそのHTTPリクエストを受信すると、インターフェース74が呼び出される。そのインターフェース74は、そのHTTPリクエストにより指定された動作を内部装置に実行させるために、制御部72を呼び出す。制御部72は、インターフェース74により指定された動作を、内部装置に実行させる。   When the web server 73 in the image forming apparatus 2 receives the HTTP request, the interface 74 is called. The interface 74 calls the control unit 72 to cause the internal device to execute the operation specified by the HTTP request. The control unit 72 causes the internal device to execute an operation designated by the interface 74.

そして、インターフェース74は、制御部72から内部装置の動作結果を受信すると、その動作結果をウェブサーバ73へ供給する。ウェブサーバ73は、動作結果を含む応答を生成し、開発装置1へ送信する。開発装置1のウェブブラウザ33は、その応答を、通信装置11および通信部31を介して受信する(ステップS14)。   When the interface 74 receives the operation result of the internal device from the control unit 72, the interface 74 supplies the operation result to the web server 73. The web server 73 generates a response including the operation result and transmits it to the development device 1. The web browser 33 of the development device 1 receives the response via the communication device 11 and the communication unit 31 (step S14).

このように、ウェブブラウザ33が、ウェブページデータ22における、画像形成装置2の内部装置の機能を使用するコマンドを実行するたびに、ステップS13,S14のように、HTTPリクエストが送信され、そのHTTPリクエストに応じて画像形成装置2が動作し、その動作結果が応答として得られる。例えば、表示装置51にある文字列を表示させるためのHTTPリクエストが送信され、その表示が成功したか否かを示す応答が受信される。また、所定の入力画面を表示させるHTTPリクエストが送信され、画像形成装置2における入力装置15により検出されたその入力画面に対するユーザ操作を示す値を含む応答が得られる。   As described above, whenever the web browser 33 executes a command for using the function of the internal device of the image forming apparatus 2 in the web page data 22, an HTTP request is transmitted as in steps S13 and S14, and the HTTP request is transmitted. The image forming apparatus 2 operates in response to the request, and the operation result is obtained as a response. For example, an HTTP request for displaying a character string on the display device 51 is transmitted, and a response indicating whether the display is successful is received. Also, an HTTP request for displaying a predetermined input screen is transmitted, and a response including a value indicating a user operation for the input screen detected by the input device 15 in the image forming apparatus 2 is obtained.

その後、ウェブブラウザ33は、その応答を使用して、ウェブページデータ22の処理を継続する。なお、そのようなコマンド以外の部分については、ウェブブラウザ33により開発装置1内で処理される。   Thereafter, the web browser 33 continues to process the web page data 22 using the response. Note that portions other than such commands are processed in the development apparatus 1 by the web browser 33.

そして、ウェブページデータ22が最後まで実行されると、ウェブブラウザ33によるウェブページデータ22の処理が終了する(ステップS15)。   Then, when the web page data 22 is executed to the end, the processing of the web page data 22 by the web browser 33 ends (step S15).

このようにして、開発装置1は、ウェブブラウザ33で、開発途中のウェブページデータ22を解釈させ、画像形成装置2の機能をHTTPリクエストで使用して、ウェブページデータ22(すなわち、画像形成装置2におけるウェブページデータ65)に記述されている処理を試験的に実行させることができる。   In this way, the development apparatus 1 causes the web browser 33 to interpret the web page data 22 being developed, and uses the function of the image forming apparatus 2 in the HTTP request, so that the web page data 22 (that is, the image forming apparatus). 2 can be executed on a trial basis.

以上のように、上記実施の形態によれば、(a)開発装置1において、ウェブブラウザ33で、HTMLデータとスクリプトとを含むウェブページデータ22が解釈され、(b)開発装置1において、ウェブブラウザ33で、そのウェブページデータ22に従って、スクリプト内で画像形成装置2の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストが画像形成装置2のウェブサーバ73へ送信され、(c)画像形成装置2において、ウェブサーバ73で、画像形成装置2の内部装置の動作に対応するHTTPリクエストがウェブブラウザ33から受信され、(d)画像形成装置2において、そのHTTPリクエストにより指定された動作を内部装置に実行させ、(e)画像形成装置2において、内部装置の動作結果がウェブサーバ73へ供給され、(f)画像形成装置2において、ウェブサーバ73で、内部装置の動作結果に対応するHTTPリクエストの応答がウェブブラウザ33へ送信され、(g)開発装置1において、ウェブブラウザ33で、そのHTTPリクエストに対する応答が、画像形成装置2のウェブサーバ73から受信される。   As described above, according to the above embodiment, (a) the development device 1 interprets the web page data 22 including HTML data and scripts in the web browser 33, and (b) the development device 1 When the browser 33 executes a process for operating the internal device of the image forming apparatus 2 in the script according to the web page data 22, an HTTP request corresponding to the process is transmitted to the web server 73 of the image forming apparatus 2, (C) In the image forming apparatus 2, the web server 73 receives an HTTP request corresponding to the operation of the internal device of the image forming apparatus 2 from the web browser 33, and (d) the image forming apparatus 2 is designated by the HTTP request. (E) in the image forming apparatus 2, the internal device The operation result is supplied to the web server 73. (f) In the image forming apparatus 2, the web server 73 transmits an HTTP request response corresponding to the operation result of the internal apparatus to the web browser 33. (g) The development apparatus 1 The web browser 33 receives a response to the HTTP request from the web server 73 of the image forming apparatus 2.

これにより、開発途中のウェブページデータ22を電子機器に導入する必要がなく、かつ実機の内部装置を実際に動作させてウェブページデータによるウェブブラウザの動作確認を行うことができるため、開発装置1において効率的なソフトウェア開発を実現できる。   Thereby, it is not necessary to introduce the web page data 22 under development into the electronic device, and the operation of the web browser can be confirmed by the web page data by actually operating the internal device of the actual machine. Can realize efficient software development.

さらに、この技術は、画像形成装置2以外の組み込みシステム(特定の機能を実現する目的でコンピュータおよびプログラムを内蔵した電子機器)で使用されるウェブページデータの開発にも適用可能である。   Furthermore, this technique can also be applied to the development of web page data used in an embedded system other than the image forming apparatus 2 (an electronic device incorporating a computer and a program for the purpose of realizing a specific function).

なお、上述の実施の形態は、本発明の好適な例であるが、本発明は、これらに限定されるものではなく、本発明の要旨を逸脱しない範囲において、種々の変形、変更が可能である。   The above-described embodiments are preferred examples of the present invention, but the present invention is not limited to these, and various modifications and changes can be made without departing from the scope of the present invention. is there.

例えば、上記実施の形態において、画像形成装置2を、ウェブブラウザ75を有さないものとしてもよい。その場合でも、ユーザは、ユーザ端末装置3のウェブブラウザ92により表示装置83に表示される画面を画像形成装置2のリモートパネルとして使用することができる。   For example, in the above embodiment, the image forming apparatus 2 may not include the web browser 75. Even in that case, the user can use the screen displayed on the display device 83 by the web browser 92 of the user terminal device 3 as the remote panel of the image forming apparatus 2.

なお、上記実施の形態において、ウェブブラウザ75がウェブページデータ65を取得するとき、ウェブブラウザ75は、記憶装置54のファイルシステムからウェブページデータ65を取得してもよいし、ウェブサーバ73へHTTPリクエストを送信して、ウェブサーバ73からウェブページデータ65を取得してもよい。   In the above embodiment, when the web browser 75 obtains the web page data 65, the web browser 75 may obtain the web page data 65 from the file system of the storage device 54, or send the HTTP data to the web server 73. The web page data 65 may be acquired from the web server 73 by transmitting a request.

また、上記実施の形態において、ウェブブラウザ33とウェブブラウザ75は、同一のものでもよいし、異なるものでもよい。ただし、ウェブブラウザ33には、ウェブブラウザ75の解釈可能なHTMLのモードおよびバージョンに準拠しているものを使用するのが好ましい。   In the above embodiment, the web browser 33 and the web browser 75 may be the same or different. However, it is preferable to use a web browser 33 that conforms to the HTML mode and version that the web browser 75 can interpret.

本発明は、例えば、複合機の操作パネルの画面制御に使用されるウェブページデータの開発に適用可能である。   The present invention can be applied to, for example, development of web page data used for screen control of an operation panel of a multifunction machine.

1 開発装置
2 画像形成装置(電子機器の一例)
11 通信装置(第1通信装置の一例)
22 ウェブページデータ
33 ウェブブラウザ(第1ウェブブラウザの一例)
51 表示装置(内部装置の一例)
53 通信装置(第2通信装置の一例)
72 制御部
73 ウェブサーバ
74 インターフェース
75 ウェブブラウザ(第2ウェブブラウザの一例)
1 Development device 2 Image forming device (an example of electronic equipment)
11 Communication device (an example of a first communication device)
22 Web page data 33 Web browser (example of first web browser)
51 Display device (example of internal device)
53 Communication device (an example of a second communication device)
72 control unit 73 web server 74 interface 75 web browser (an example of a second web browser)

Claims (10)

電子機器と、
その電子機器で使用されるウェブページデータを開発する開発装置とを備え、
前記開発装置は、
第1通信装置と、
HTMLデータとスクリプトとを含むウェブページデータを解釈し、そのウェブページデータに従って、前記スクリプト内で前記電子機器の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストを、前記第1通信装置を介して前記電子機器のウェブサーバへ送信し、そのHTTPリクエストに対する応答を、前記第1通信装置を介して前記電子機器のウェブサーバから受信する第1ウェブブラウザとを有し、
前記電子機器は、
第2通信装置と、
所定の機能を有する内部装置と、
前記内部装置を制御する制御部と、
前記内部装置の動作に対応する前記HTTPリクエストを、前記第2通信装置を介して前記第1ウェブブラウザから受信し、前記内部装置の動作結果に対応する前記HTTPリクエストの応答を、前記第2通信装置を介して前記第1ウェブブラウザへ送信するウェブサーバと、
前記ウェブサーバにより受信された前記HTTPリクエストにより指定された動作を前記制御部により前記内部装置に実行させ、その動作結果を取得し前記ウェブサーバへ供給するインターフェースとを有すること、
を特徴とするソフトウェア開発システム。
Electronic equipment,
A development device for developing web page data used in the electronic device,
The development device is
A first communication device;
When the web page data including the HTML data and the script is interpreted, and the process for operating the internal device of the electronic device is executed in the script according to the web page data, the HTTP request corresponding to the process is sent to the first request. A first web browser that transmits to the web server of the electronic device via one communication device and receives a response to the HTTP request from the web server of the electronic device via the first communication device;
The electronic device is
A second communication device;
An internal device having a predetermined function;
A control unit for controlling the internal device;
The HTTP request corresponding to the operation of the internal device is received from the first web browser via the second communication device, and the response of the HTTP request corresponding to the operation result of the internal device is received as the second communication. A web server for transmitting to the first web browser via a device;
An interface that causes the control unit to execute the operation specified by the HTTP request received by the web server, obtains the operation result, and supplies the operation result to the web server;
Software development system characterized by
前記電子機器は、前記開発装置で開発された前記ウェブページデータを解釈し、そのウェブページデータに従って、前記スクリプト内で前記電子機器の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストを、前記ウェブサーバへ送信し、そのHTTPリクエストに対する応答を、前記ウェブサーバから受信する第2ウェブブラウザを有することを特徴とする請求項1記載のソフトウェア開発システム。   The electronic device interprets the web page data developed by the development device, and responds to the processing when executing processing for operating the internal device of the electronic device in the script according to the web page data. The software development system according to claim 1, further comprising: a second web browser that transmits an HTTP request to the web server and receives a response to the HTTP request from the web server. 前記ウェブサーバは、前記開発装置で開発された前記ウェブページデータの送信要求を、前記第2通信装置を介して受信すると、そのウェブページデータを送信し、そのウェブページデータの要求元から、前記内部装置の動作に対応する前記HTTPリクエストを、前記第2通信装置を介して受信し、そのウェブページデータの要求元へ、前記内部装置の動作結果に対応する前記HTTPリクエストの応答を、前記第2通信装置を介して送信することを特徴とする請求項1記載のソフトウェア開発システム。   When the web server receives the transmission request for the web page data developed by the development device via the second communication device, the web server transmits the web page data, and from the request source of the web page data, The HTTP request corresponding to the operation of the internal device is received via the second communication device, and the response of the HTTP request corresponding to the operation result of the internal device is sent to the web page data request source. 2. The software development system according to claim 1, wherein transmission is performed via two communication devices. 前記インターフェースは、CGIまたはJAVAサーブレットであることを特徴とする請求項1記載のソフトウェア開発システム。   The software development system according to claim 1, wherein the interface is a CGI or JAVA servlet. 前記電子機器は、画像形成装置であり、
前記電子機器の内部装置は、表示装置、印刷装置、画像読取装置およびファクシミリ装置のいずれかであること、
を特徴とする請求項1から請求項4のいずれか1項記載のソフトウェア開発システム。
The electronic device is an image forming apparatus,
The internal device of the electronic device is any one of a display device, a printing device, an image reading device, and a facsimile device;
The software development system according to any one of claims 1 to 4, wherein
電子機器で使用されるウェブページデータを、開発装置で開発するソフトウェア開発方法において、
前記開発装置において、第1ウェブブラウザで、HTMLデータとスクリプトとを含むウェブページデータを解釈し、
前記開発装置において、前記第1ウェブブラウザで、そのウェブページデータに従って、前記スクリプト内で前記電子機器の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストを前記電子機器のウェブサーバへ送信し、
前記電子機器において、前記ウェブサーバで、前記電子機器の内部装置の動作に対応する前記HTTPリクエストを前記第1ウェブブラウザから受信し、
前記電子機器において、前記ウェブサーバにより受信された前記HTTPリクエストにより指定された動作を前記内部装置に実行させ、
前記電子機器において、前記内部装置の動作結果を取得し前記ウェブサーバへ供給し、
前記電子機器において、ウェブサーバで、前記内部装置の動作結果に対応する前記HTTPリクエストの応答を前記第1ウェブブラウザへ送信し、
前記開発装置において、前記第1ウェブブラウザで、そのHTTPリクエストに対する応答を前記電子機器のウェブサーバから受信すること、
を特徴とするソフトウェア開発方法。
In a software development method for developing web page data used in electronic devices with a development device,
In the development device, the first web browser interprets web page data including HTML data and scripts,
In the development device, when the first web browser executes a process for operating the internal device of the electronic device in the script according to the web page data, an HTTP request corresponding to the process is sent to the web of the electronic device. To the server,
In the electronic device, the web server receives the HTTP request corresponding to the operation of the internal device of the electronic device from the first web browser,
In the electronic device, causing the internal device to execute an operation specified by the HTTP request received by the web server,
In the electronic device, the operation result of the internal device is acquired and supplied to the web server,
In the electronic device, a web server transmits a response to the HTTP request corresponding to the operation result of the internal device to the first web browser,
In the development device, the first web browser receives a response to the HTTP request from the web server of the electronic device.
Software development method characterized by
前記電子機器において、第2ウェブブラウザで、前記開発装置で開発された前記ウェブページデータを解釈し、
前記電子機器において、前記第2ウェブブラウザで、そのウェブページデータに従って、前記スクリプト内で前記電子機器の内部装置を動作させる処理を実行するときにその処理に対応するHTTPリクエストを前記ウェブサーバへ送信し、
前記電子機器において、前記第2ウェブブラウザで、そのHTTPリクエストに対する応答を前記ウェブサーバから受信すること、
を特徴とする請求項6記載のソフトウェア開発方法。
In the electronic device, the second web browser interprets the web page data developed by the development device,
In the electronic device, when the second web browser executes processing for operating the internal device of the electronic device in the script according to the web page data, an HTTP request corresponding to the processing is transmitted to the web server And
In the electronic device, the second web browser receives a response to the HTTP request from the web server;
The software development method according to claim 6.
前記ウェブサーバは、前記開発装置で開発された前記ウェブページデータの送信要求を受信すると、そのウェブページデータを送信し、そのウェブページデータの要求元から、前記内部装置の動作に対応する前記HTTPリクエストを受信し、そのウェブページデータの要求元へ、前記内部装置の動作結果に対応する前記HTTPリクエストの応答を送信することを特徴とする請求項6記載のソフトウェア開発方法。   When the web server receives the transmission request for the web page data developed by the development device, the web server transmits the web page data, and the HTTP corresponding to the operation of the internal device is transmitted from the request source of the web page data. 7. The software development method according to claim 6, wherein a request is received and a response of the HTTP request corresponding to the operation result of the internal device is transmitted to a requester of the web page data. 前記電子機器において、CGIまたはJAVAサーブレットで、前記ウェブサーバにより受信された前記HTTPリクエストにより指定された動作を前記内部装置に実行させ、
前記電子機器において、前記CGIまたは前記JAVAサーブレットで、前記内部装置の動作結果を取得し前記ウェブサーバへ供給すること、
を特徴とする請求項6記載のソフトウェア開発方法。
In the electronic device, the CGI or JAVA servlet causes the internal device to execute the operation specified by the HTTP request received by the web server,
In the electronic device, the CGI or the JAVA servlet acquires an operation result of the internal device and supplies the operation result to the web server.
The software development method according to claim 6.
前記電子機器は、画像形成装置であり、
前記電子機器の内部装置は、表示装置、印刷装置、画像読取装置およびファクシミリ装置のいずれかであること、
を特徴とする請求項6から請求項9のいずれか1項記載のソフトウェア開発方法。
The electronic device is an image forming apparatus,
The internal device of the electronic device is any one of a display device, a printing device, an image reading device, and a facsimile device;
10. The software development method according to claim 6, wherein:
JP2009033729A 2009-02-17 2009-02-17 Software development system and software development method Expired - Fee Related JP5325601B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009033729A JP5325601B2 (en) 2009-02-17 2009-02-17 Software development system and software development method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009033729A JP5325601B2 (en) 2009-02-17 2009-02-17 Software development system and software development method

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2013144958A Division JP5543645B2 (en) 2013-07-10 2013-07-10 Software development system and software development method

Publications (2)

Publication Number Publication Date
JP2010191579A true JP2010191579A (en) 2010-09-02
JP5325601B2 JP5325601B2 (en) 2013-10-23

Family

ID=42817585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009033729A Expired - Fee Related JP5325601B2 (en) 2009-02-17 2009-02-17 Software development system and software development method

Country Status (1)

Country Link
JP (1) JP5325601B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014134857A (en) * 2013-01-08 2014-07-24 Konica Minolta Inc Program trial support device
JP7467934B2 (en) 2020-01-24 2024-04-16 京セラドキュメントソリューションズ株式会社 Image forming apparatus, screen drawing method, and screen drawing system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001166907A (en) * 1999-12-13 2001-06-22 Brother Ind Ltd Printing device
JP2006109411A (en) * 2004-09-07 2006-04-20 Ricoh Co Ltd Application execution method, information processor, image forming apparatus, application execution program, terminal device, information processing method, information processing program, and storage medium
JP2006352845A (en) * 2005-05-20 2006-12-28 Ricoh Co Ltd Image handling apparatus, image processing system, image processing control method, and image processing control program program
JP2007226695A (en) * 2006-02-27 2007-09-06 Seiko Epson Corp Information processor, control method, and control program
JP2008131388A (en) * 2006-11-21 2008-06-05 Ricoh Co Ltd Image forming apparatus, and display control method and program
JP2008191901A (en) * 2007-02-05 2008-08-21 Kyocera Mita Corp Electronic equipment, control program and control method of electronic equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001166907A (en) * 1999-12-13 2001-06-22 Brother Ind Ltd Printing device
JP2006109411A (en) * 2004-09-07 2006-04-20 Ricoh Co Ltd Application execution method, information processor, image forming apparatus, application execution program, terminal device, information processing method, information processing program, and storage medium
JP2006352845A (en) * 2005-05-20 2006-12-28 Ricoh Co Ltd Image handling apparatus, image processing system, image processing control method, and image processing control program program
JP2007226695A (en) * 2006-02-27 2007-09-06 Seiko Epson Corp Information processor, control method, and control program
JP2008131388A (en) * 2006-11-21 2008-06-05 Ricoh Co Ltd Image forming apparatus, and display control method and program
JP2008191901A (en) * 2007-02-05 2008-08-21 Kyocera Mita Corp Electronic equipment, control program and control method of electronic equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014134857A (en) * 2013-01-08 2014-07-24 Konica Minolta Inc Program trial support device
JP7467934B2 (en) 2020-01-24 2024-04-16 京セラドキュメントソリューションズ株式会社 Image forming apparatus, screen drawing method, and screen drawing system

Also Published As

Publication number Publication date
JP5325601B2 (en) 2013-10-23

Similar Documents

Publication Publication Date Title
JP5884542B2 (en) Apparatus, information processing system, information processing method, and information processing program
JP5440252B2 (en) Information processing apparatus, external apparatus, information processing system, information processing method, and program
JP2005531049A (en) Automatic application installation
JP5995602B2 (en) Image processing apparatus, information processing method, and program
US20110010642A1 (en) Image processing apparatus, display control method, and computer-readable recording medium
WO2016099773A1 (en) Method for enabling communication between a user device browser and a local device
JP5780115B2 (en) Error detection method, information processing circuit, and error detection program
JP4898536B2 (en) Failure analysis support apparatus, failure analysis support method, and failure analysis support program
JP5325601B2 (en) Software development system and software development method
JPH1174913A (en) Digital composite device and its control method
US20040239713A1 (en) Error-processing system and method for printers
JP5870490B2 (en) Information processing system, image forming apparatus, information processing method, and program
JP5543645B2 (en) Software development system and software development method
US20180239570A1 (en) Printer and content display method
JP5060543B2 (en) Image forming system and image forming apparatus
JP5216624B2 (en) Software development system and software development method
JP2014060665A (en) Multifunctional equipment and system
JP2021117638A (en) Image formation device, image drawing method and image drawing system
JP2021064318A (en) Image forming apparatus, application program, and test method
JP2008198097A (en) Information processor, control device, script processing method, storage medium, and program
JP2016134117A (en) Image forming apparatus, information processing apparatus, and configuration information update system
JP4787655B2 (en) Information processing apparatus, display control apparatus, information processing system, information processing method, display control method, information processing program, and display control program
JP5250518B2 (en) Operation check system and target device
JP5359589B2 (en) Image processing apparatus and device control method
JP4211462B2 (en) Information processing apparatus and method, and image drawing apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110524

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121114

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121128

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130123

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130327

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: 20130626

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130722

R150 Certificate of patent or registration of utility model

Ref document number: 5325601

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees