JP2003345744A - Web APPLICATION SERVER AND METHOD FOR CONTROLLING JOB PROCESSING - Google Patents

Web APPLICATION SERVER AND METHOD FOR CONTROLLING JOB PROCESSING

Info

Publication number
JP2003345744A
JP2003345744A JP2002149553A JP2002149553A JP2003345744A JP 2003345744 A JP2003345744 A JP 2003345744A JP 2002149553 A JP2002149553 A JP 2002149553A JP 2002149553 A JP2002149553 A JP 2002149553A JP 2003345744 A JP2003345744 A JP 2003345744A
Authority
JP
Japan
Prior art keywords
client
screen
screen number
transition destination
transition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002149553A
Other languages
Japanese (ja)
Inventor
Takao Osaki
隆夫 大崎
Toshiyuki Nakano
敏行 中野
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.)
NEC Corp
NEC Informatec Systems Ltd
Original Assignee
NEC Corp
NEC Informatec Systems 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 NEC Corp, NEC Informatec Systems Ltd filed Critical NEC Corp
Priority to JP2002149553A priority Critical patent/JP2003345744A/en
Publication of JP2003345744A publication Critical patent/JP2003345744A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To prevent job processing of a Web application server side from being adversely affected by a browser operation of a client side in advance. <P>SOLUTION: A request control part 11 compares a client image number in a request with a transition source image number held by a session 20, determines that there is consistency when the client image number is larger than the transition source image number, makes a user interface configuring part 30 perform job processing 31, acquires a transition destination URL from an image transition managing part 12 on the basis of a result code, makes an image constructing part 40 prepare a transition destination image and transmits the transition destination image as a response to the client 2. Meanwhile, the request control part 11 determines that there is no consistency when the client image number is not larger than the transition source image number, obtains a result code of job processing in response to the request from the user interface configuring part 30, makes the image constructing part 40 prepare a transition destination image in a similar manner and transmits the transition destination image as a response to the client 2. <P>COPYRIGHT: (C)2004,JPO

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はWebアプリケーシ
ョンサーバおよび業務処理制御方法に関し、特にクライ
アント側でのブラウザ操作に応じて業務処理を行うWe
bアプリケーションサーバおよびその業務処理制御方法
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a Web application server and a business process control method, and more particularly to a Web system for performing business processes in response to a browser operation on a client side.
b. It relates to an application server and a business process control method thereof.

【0002】[0002]

【従来の技術】Webアプリケーションシステムにおい
て、クライアント側のブラウザ機能により、リロード
(Reload),バック(Back),フォワード
(Forward),ストップ(Stop)等といった
各種の画面遷移操作が利用可能である。
2. Description of the Related Art In a Web application system, various screen transition operations such as reload, back, forward, and stop can be used by a browser function on a client side.

【0003】[0003]

【発明が解決しようとする課題】これらの画面遷移操作
は、ブラウザ単体で管理されていてWebアプリケーシ
ョンサーバに通知されることはなく、Webアプリケー
ションサーバにおいてクライアントでのブラウザの画面
遷移状況を把握することができないために、以下のよう
な問題が発生していた。
These screen transition operations are managed by the browser alone, and are not notified to the Web application server. The Web application server grasps the screen transition state of the browser on the client in the Web application server. , The following problems have occurred.

【0004】第1の問題点は、ブラウザの更新画面でサ
ブミット(Submit)ボタンを押したことによりW
ebアプリケーションサーバにてデータがデータベース
に登録されて次画面に遷移することができるが、ここで
リロードボタンを押すと、更新画面のサブミットボタン
が再度押された状況がWebアプリケーションサーバに
通知され、データベースに同じデータが再度登録され、
2重登録となってしまうということである。
[0004] The first problem is that when a submit button is pressed on the browser update screen, the W
The data can be registered in the database at the web application server and the screen can be transited to the next screen. When the reload button is pressed here, the status that the submit button of the update screen is pressed again is notified to the web application server, and the database is updated. The same data is registered again,
It means that it becomes double registration.

【0005】第2の問題点は、ブラウザの更新画面でサ
ブミットボタンを押したことによりWebアプリケーシ
ョンサーバにてデータがデータベースに登録されて次画
面に遷移した場合、バックボタンを押すことにより更新
画面に再度戻ることができるが、ここでサブミットボタ
ンを再度押したときには、Webアプリケーションサー
バで同じデータがデータベースに再度登録されて2重登
録となってしまうということである。
[0005] The second problem is that when data is registered in the database by the Web application server when the submit button is pressed on the update screen of the browser and the screen transitions to the next screen, the update screen is displayed by pressing the back button. It is possible to return again, but if the submit button is pressed again, the same data is registered again in the database in the Web application server, resulting in double registration.

【0006】第3の問題点は、ブラウザの更新画面でサ
ブミットボタンを押した直後にストップボタンを押した
場合、ブラウザ側の動作が停止するが、ここで処理を続
行するためにリロードボタンを押したときには、Web
アプリケーションサーバ側で同じリクエストに対する業
務処理が2回行われる可能性があるということである。
もし、サブミットボタンを押したリクエストがWebア
プリケーションサーバに届いた後にストップボタンが押
された場合であれば、Webアプリケーションサーバの
業務処理は動いてしまい、ブラウザだけが止まった状況
になるが、この場合にリロードボタンが押されると、W
ebアプリケーションサーバの業務処理が再度動くため
に同じデータのデータベースへの2重登録などが発生す
る。
A third problem is that if the stop button is pressed immediately after the submit button is pressed on the browser update screen, the operation on the browser side stops, but the reload button is pressed to continue the processing here. When the Web
This means that there is a possibility that business processing for the same request is performed twice on the application server side.
If the stop button is pressed after the request for pressing the submit button reaches the web application server, the business process of the web application server is activated and only the browser is stopped. In this case, When the reload button is pressed,
Since the business process of the web application server runs again, double registration of the same data in the database occurs.

【0007】第4の問題点は、第1ないし第3の問題点
を解決するためには、通常、各個別の業務処理において
同業務処理が何度呼び出されても問題がないようにデー
タの整合性などから安全性を意識して業務処理の開発を
する必要があるということである。
The fourth problem is that, in order to solve the first to third problems, usually, data processing is performed in such a manner that there is no problem no matter how many times the same business process is called in each individual business process. This means that it is necessary to develop business processes with security in mind, such as consistency.

【0008】本発明の目的は、業務処理開発者にとって
は暗黙に更新される画面番号という具体的な機能を利用
して、クライアント側でのブラウザ操作によるサーバ側
の業務処理への悪影響を未然に防ぐことができるように
したWebアプリケーションサーバおよび業務処理制御
方法を提供することにある。
An object of the present invention is to utilize a specific function of a screen number which is implicitly updated for a business process developer to prevent the adverse effect on the server-side business process due to the browser operation on the client side. It is an object of the present invention to provide a Web application server and a business process control method that can prevent such a problem.

【0009】また、本発明の他の目的は、Webアプリ
ケーションシステムの利用者にブラウザを操作する際の
制限(リロード,バック,フォワード等の画面遷移操作
を行ってはいけない等の制限)をつけなくても、クライ
アント側での業務処理に支障をきたすことなく、ブラウ
ザ操作を自由に行えるようにしたWebアプリケーショ
ンサーバおよび業務処理制御方法を提供することにあ
る。
Another object of the present invention is to provide a user of a Web application system without restricting the operation of a browser (restricting a user from performing screen transition operations such as reload, back, and forward). However, an object of the present invention is to provide a Web application server and a business process control method that allow a user to freely operate a browser without hindering business processes on a client side.

【0010】なお、先行技術文献として、特開2001
−306286,特開平5−35828,特開平11−
355273等がある。
As a prior art document, JP-A-2001-2001
306286, JP-A-5-35828, JP-A-11-
355273 and the like.

【0011】特開2001−306286に開示された
「ネットワーク上のプリントジョブ管理システムおよび
プリントジョブ管理方法」は、ネットワーク上に存在す
る全てのプリントサーバのプリントキューに登録されて
いる複数のプリンタに対するプリントジョブ情報を一画
面にまとめて表示して、印刷開始命令,印刷中断命令,
プリントジョブ削除命令,印刷先プリンタ変更命令等を
集中管理できるようにしたものであり、本発明とは目
的,構成および効果が全く異なるものである。
A “print job management system and print job management method on a network” disclosed in Japanese Patent Application Laid-Open No. 2001-306286 is directed to printing to a plurality of printers registered in print queues of all print servers existing on the network. Display job information on a single screen, print start command, print stop command,
The present invention enables centralized management of a print job deletion instruction, a print destination printer change instruction, and the like, and has a completely different object, configuration, and effect from the present invention.

【0012】また、特開平5−35828に開示された
「データ転送装置」は、メモリカードからフロッピデス
クへデータ転送する際に、カードインターフェイスの出
力を外部表示装置でマルチ画面としてモニタ表示し、キ
ャラクタジェネレータから一連番号をマルチ画面のそれ
ぞれに割り付けて操作部内のテンキーもしくは矢印キー
で複数画面を指定して転送できるようにしたものであ
り、本発明とは目的,構成および効果が全く異なるもの
である。
A "data transfer device" disclosed in Japanese Patent Application Laid-Open No. 5-35828 displays an output of a card interface as a multi-screen on an external display device and displays a character when transferring data from a memory card to a floppy disk. A serial number is assigned to each of the multi-screens from the generator so that a plurality of screens can be designated and transferred using the ten keys or arrow keys in the operation unit, and the object, configuration and effect are completely different from those of the present invention. .

【0013】さらに、特開平11−355273に開示
された「ネットワーク管理システムにおけるUDPによ
る通知データの保証システム及び方法」は、ネットワー
クエレメント(NE)からのイベントの発生をUDP/
IPプロトコルを用いて行うに当たり通知データを保証
するようにしたものであり、本発明とは目的,構成およ
び効果が全く異なるものである。
[0013] Further, the "system and method for assuring notification data by UDP in a network management system" disclosed in Japanese Patent Application Laid-Open No. H11-355273 discloses a method for detecting the occurrence of an event from a network element (NE).
The present invention guarantees the notification data when using the IP protocol, and has completely different objects, configurations and effects from the present invention.

【0014】[0014]

【課題を解決するための手段】本発明のWebアプリケ
ーションサーバは、クライアントでのブラウザ操作に応
じて業務処理を行うWebアプリケーションサーバにお
いて、クライアントからのリクエスト中のクライアント
画面番号とセッションが保持する遷移元画面番号とを比
較し、クライアント画面番号が遷移元画面番号よりも大
きい場合に整合性があると判断し業務処理を実行させて
遷移先画面をレスポンスとしてクライアントに送信する
一方、クライアント画面番号が遷移元画面番号以下の場
合に不整合であると判断して業務処理を実行させない要
求制御部を有すること特徴とする。
A Web application server according to the present invention is a Web application server for performing business processing in response to a browser operation on a client. The Web application server includes a client screen number in a request from a client and a transition source held by a session. Compare with the screen number, if the client screen number is larger than the transition source screen number, determine that there is consistency, execute the business process and send the transition destination screen to the client as a response, while the client screen number transitions A request control unit that determines that there is an inconsistency in the case of the original screen number or less and does not execute the business process is provided.

【0015】また、本発明のWebアプリケーションサ
ーバは、クライアントでのブラウザ操作に応じて業務処
理を行うWebアプリケーションサーバにおいて、クラ
イアントからのリクエスト中のクライアント画面番号と
セッションが保持する遷移先画面番号とを比較し、クラ
イアント画面番号が遷移先画面番号以上の場合に整合性
があると判断し業務処理を実行させて遷移先画面をレス
ポンスとしてクライアントに送信する一方、クライアン
ト画面番号が遷移先画面番号未満の場合に不整合である
と判断して業務処理を実行させない要求制御部を有する
こと特徴とする。
The Web application server of the present invention is a Web application server that performs business processing in response to a browser operation on a client, and stores a client screen number in a request from the client and a transition destination screen number held by the session. If the client screen number is greater than or equal to the transition destination screen number, it is determined that there is consistency, the business process is executed, and the transition destination screen is transmitted to the client as a response, while the client screen number is less than the transition destination screen number In this case, there is provided a request control unit which does not execute the business process by judging the mismatch.

【0016】さらに、本発明のWebアプリケーション
サーバは、業務処理を実行し結果コードを返却するユー
ザインタフェース構成部と、結果コードをキーとして遷
移先URLを索引する画面遷移管理部と、遷移先URL
に基づき前記ユーザインタフェース構成部から業務処理
の処理結果を得て遷移先画面を作成し該遷移先画面にセ
ッションが保持する遷移元画面番号に1を加えた遷移先
画面番号を埋め込む画面構築部と、クライアントからの
リクエスト中のクライアント画面番号とセッションが保
持する遷移元画面番号とを比較し、クライアント画面番
号が遷移元画面番号よりも大きい場合に整合性があると
判断して前記ユーザインタフェース構成部に業務処理を
実行させ、前記ユーザインタフェース構成部からの結果
コードに基づいて前記画面遷移管理部から遷移先URL
を取得して前記画面構築部に遷移先画面を作成させてレ
スポンスとしてクライアントに送信する一方、クライア
ント画面番号が遷移元画面番号以下の場合に不整合であ
ると判断して前記ユーザインタフェース構成部から前リ
クエストに対する業務処理の結果コードを得て前記画面
遷移管理部から遷移先URLを取得して前記画面構築部
に前リクエストに対する遷移先画面を作成させてレスポ
ンスとしてクライアントに送信する要求制御部とを有す
ること特徴とする。
Further, the Web application server according to the present invention includes a user interface configuration unit for executing a business process and returning a result code, a screen transition management unit for indexing a transition destination URL using the result code as a key, and a transition destination URL.
A screen construction unit that obtains the processing result of the business process from the user interface configuration unit based on the above, creates a transition destination screen, and embeds a transition destination screen number obtained by adding 1 to the transition source screen number held by the session in the transition destination screen. Comparing the client screen number in the request from the client with the transition source screen number held by the session, and when the client screen number is larger than the transition source screen number, determines that there is consistency, and To execute a business process, and based on a result code from the user interface configuration unit, the screen transition management unit transmits a transition destination URL.
While the screen construction unit creates a transition destination screen and sends it to the client as a response.If the client screen number is less than or equal to the transition source screen number, it is determined that there is an inconsistency and the user interface configuration unit determines A request control unit that obtains a result code of the business process for the previous request, obtains a transition destination URL from the screen transition management unit, causes the screen construction unit to create a transition destination screen for the previous request, and transmits the created screen to the client as a response. It is characterized by having.

【0017】さらにまた、本発明のWebアプリケーシ
ョンサーバは、業務処理を実行し結果コードを返却する
ユーザインタフェース構成部と、結果コードをキーとし
て遷移先URLを索引する画面遷移管理部と、遷移先U
RLに基づき前記ユーザインタフェース構成部から業務
処理の処理結果を得て遷移先画面を作成し該遷移先画面
にセッションが保持する遷移先画面番号を埋め込む画面
構築部と、クライアントからのリクエスト中のクライア
ント画面番号とセッションが保持する遷移先画面番号と
を比較し、クライアント画面番号が遷移先画面番号以上
の場合に整合性があるものと判断して前記ユーザインタ
フェース構成部に業務処理を実行させ、前記ユーザイン
タフェース構成部からの結果コードに基づいて前記画面
遷移管理部から遷移先URLを取得して前記画面構築部
に遷移先画面を作成させてレスポンスとしてクライアン
トに送信する一方、クライアント画面番号が遷移先画面
番号未満の場合に不整合であると判断して前記ユーザイ
ンタフェース構成部から前リクエストに対する業務処理
の結果コードを得て前記画面遷移管理部から遷移先UR
Lを取得して前記画面構築部に前リクエストに対する遷
移先画面を作成させてレスポンスとしてクライアントに
送信する要求制御部とを有すること特徴とする。
Still further, the Web application server of the present invention includes a user interface configuration unit for executing business processing and returning a result code, a screen transition management unit for indexing a transition destination URL using the result code as a key, and a transition destination U.
A screen construction unit that obtains a processing result of a business process from the user interface configuration unit based on the RL, creates a transition destination screen, and embeds a transition destination screen number held by a session in the transition destination screen, and a client that is requesting from the client Compare the screen number and the transition destination screen number held by the session, determine that the client screen number is consistent if the client screen number is equal to or greater than the transition destination screen number, and let the user interface component execute business processing, A transition destination URL is acquired from the screen transition management unit based on the result code from the user interface configuration unit, and the screen construction unit creates a transition destination screen and sends it to the client as a response. If the number is less than the screen number, the user interface configuration is determined to be inconsistent Transition destination UR from the screen transition management unit obtains result code of the business process for the previous request from
A request control unit for acquiring L and causing the screen construction unit to create a transition destination screen for the previous request and transmitting the transition destination screen to the client as a response.

【0018】一方、本発明の業務処理制御方法は、クラ
イアントからのリクエストを受信し、該リクエスト中の
クライアント画面番号とセッションが保持する遷移元画
面番号とを比較し、クライアント画面番号が遷移元画面
番号よりも大きい場合に整合性があると判断し、クライ
アント画面番号が遷移元画面番号以下の場合に不整合で
あると判断する工程と、整合性がある場合に業務処理を
実行し遷移先画面をレスポンスとしてクライアントに返
す工程と、不整合である場合に前リクエストに対する業
務処理の遷移先画面をレスポンスとしてクライアントに
返す工程とを含むことを特徴とする。
On the other hand, the business process control method of the present invention receives a request from a client, compares the client screen number in the request with the transition source screen number held by the session, and determines that the client screen number is the transition source screen. If the client screen number is less than or equal to the transition source screen number, it is judged that there is inconsistency if it is larger than the number. Is returned to the client as a response, and a step of returning, to the client, as a response, a transition destination screen of the business process for the previous request in the case of inconsistency.

【0019】また、本発明の業務処理制御方法は、クラ
イアントからのリクエストを受信し、該リクエスト中の
クライアント画面番号とセッションが保持する遷移先画
面番号とを比較し、クライアント画面番号が遷移先画面
番号以上の場合に整合性があると判断し、クライアント
画面番号が遷移先画面番号未満の場合に不整合であると
判断する工程と、整合性がある場合に業務処理を実行し
遷移先画面をレスポンスとしてクライアントに返す工程
と、不整合である場合に前リクエストに対する業務処理
の遷移先画面をレスポンスとしてクライアントに返す工
程とを含むことを特徴とする。
The business process control method according to the present invention receives a request from a client, compares the client screen number in the request with the transition destination screen number held by the session, and determines whether the client screen number is the transition destination screen. If the client screen number is less than the transition destination screen number, it is determined that there is an inconsistency, and if the client screen number is less than the transition destination screen number, it is determined that there is inconsistency. It is characterized by including a step of returning to the client as a response, and a step of returning to the client as a response a transition destination screen of the business process corresponding to the previous request when there is an inconsistency.

【0020】さらに、本発明の業務処理制御方法は、ク
ライアントからのリクエストを受信し、該リクエスト中
のクライアント画面番号とセッションが保持する遷移元
画面番号とを比較し、クライアント画面番号が遷移元画
面番号よりも大きい場合に整合性があると判断し、クラ
イアント画面番号が遷移元画面番号以下の場合に不整合
であると判断する工程と、整合性がある場合に業務処理
を実行して処理結果に対応する結果コードを返却し、リ
クエスト中のクライアント画面番号によってセッション
が保持する遷移元画面番号を上書きする工程と、不整合
である場合に前リクエストに対する業務処理の処理結果
に対応する結果コードを返却する工程と、結果コードに
対応する遷移先URLを用いて遷移先画面を作成し該遷
移先画面にセッションが保持する遷移元画面番号に1を
加えた遷移先画面番号を埋め込む工程と、遷移先画面を
レスポンスとしてクライアントに返す工程とを含むこと
を特徴とする。
Further, in the business process control method according to the present invention, a request from a client is received, the client screen number in the request is compared with a transition source screen number held by the session, and the client screen number is changed to the transition source screen. If it is greater than the number, it is determined that there is consistency, and if the client screen number is less than or equal to the transition source screen number, it is determined that there is inconsistency. Returning the result code corresponding to the above, the process of overwriting the transition source screen number held by the session with the client screen number in the request, and the result code corresponding to the processing result of the business process for the previous request if there is inconsistency A transition destination screen is created using the return step and the transition destination URL corresponding to the result code, and a session is set in the transition destination screen. Burying the destination screen number obtained by adding 1 to the transition source screen number down is held, characterized in that it comprises a step of returning to the client the destination screen as a response.

【0021】さらにまた、本発明の業務処理制御方法
は、クライアントからのリクエストを受信し、該リクエ
スト中のクライアント画面番号とセッションが保持する
遷移先画面番号とを比較し、クライアント画面番号が遷
移先画面番号以上の場合に整合性があると判断し、クラ
イアント画面番号が遷移先画面番号未満の場合に不整合
であると判断する工程と、整合性がある場合に業務処理
を実行して処理結果に対応する結果コードを返却し、リ
クエスト中のクライアント画面番号に1を加えた遷移先
画面番号によってセッションが保持する遷移先画面番号
を上書きする工程と、不整合である場合に前リクエスト
に対する業務処理の処理結果に対応する結果コードを返
却する工程と、結果コードに対応する遷移先URLを用
いて遷移先画面を作成し該遷移先画面にセッションが保
持する遷移先画面番号を埋め込む工程と、遷移先画面を
レスポンスとしてクライアントに返す工程とを含むこと
を特徴とする。
Furthermore, the business process control method of the present invention receives a request from a client, compares the client screen number in the request with the transition destination screen number held by the session, and determines whether the client screen number is the transition destination. A process where it is determined that there is consistency if the screen number is equal to or greater than the screen number, and it is determined that there is inconsistency if the client screen number is less than the transition destination screen number. Returning the result code corresponding to the above, and overwriting the transition destination screen number held by the session with the transition destination screen number obtained by adding 1 to the client screen number in the request, and the business process for the previous request if there is inconsistency Returning a result code corresponding to the processing result of step (a), and creating a transition destination screen using the transition destination URL corresponding to the result code. And characterized in that it comprises a step of filling the destination screen number held by the session to the destination screen, and a step of returning to the client the destination screen as a response.

【0022】他方、本発明のプログラムは、コンピュー
タに、クライアントからのリクエストを受信し、該リク
エスト中のクライアント画面番号とセッションが保持す
る遷移元画面番号とを比較し、クライアント画面番号が
遷移元画面番号よりも大きい場合に整合性があると判断
し、クライアント画面番号が遷移元画面番号以下の場合
に不整合であると判断する工程と、整合性がある場合に
業務処理を実行し遷移先画面をレスポンスとしてクライ
アントに返す工程と、不整合である場合に前リクエスト
に対する業務処理の遷移先画面をレスポンスとしてクラ
イアントに返す工程とを実行させることを特徴とする。
On the other hand, the program of the present invention receives a request from a client at a computer, compares the client screen number in the request with the transition source screen number held by the session, and changes the client screen number to the transition source screen. If the client screen number is less than or equal to the transition source screen number, it is judged that there is inconsistency if it is larger than the number. Is returned to the client as a response, and a step of returning to the client, as a response, the transition destination screen of the business process for the previous request when the data is inconsistent.

【0023】また、本発明のプログラムは、コンピュー
タに、クライアントからのリクエストを受信し、該リク
エスト中のクライアント画面番号とセッションが保持す
る遷移先画面番号とを比較し、クライアント画面番号が
遷移先画面番号以上の場合に整合性があると判断し、ク
ライアント画面番号が遷移先画面番号未満の場合に不整
合であると判断する工程と、整合性がある場合に業務処
理を実行し遷移先画面をレスポンスとしてクライアント
に返す工程と、不整合である場合に前リクエストに対す
る業務処理の遷移先画面をレスポンスとしてクライアン
トに返す工程とを実行させることを特徴とする。
Also, the program of the present invention receives a request from a client, compares the client screen number in the request with the transition destination screen number held by the session, and sets the client screen number to the transition destination screen. If the client screen number is less than the transition destination screen number, it is determined that there is an inconsistency, and if the client screen number is less than the transition destination screen number, it is determined that there is inconsistency. It is characterized by executing a step of returning to the client as a response and a step of returning to the client as a response a transition destination screen of the business process corresponding to the previous request when there is an inconsistency.

【0024】さらに、本発明のプログラムは、コンピュ
ータに、クライアントからのリクエストを受信し、該リ
クエスト中のクライアント画面番号とセッションが保持
する遷移元画面番号とを比較し、クライアント画面番号
が遷移元画面番号よりも大きい場合に整合性があると判
断し、クライアント画面番号が遷移元画面番号以下の場
合に不整合であると判断する工程と、整合性がある場合
に業務処理を実行して処理結果に対応する結果コードを
返却し、リクエスト中のクライアント画面番号によって
セッションが保持する遷移元画面番号を上書きする工程
と、不整合である場合に前リクエストに対する業務処理
の処理結果に対応する結果コードを返却する工程と、結
果コードに対応する遷移先URLを用いて遷移先画面を
作成し該遷移先画面にセッションが保持する遷移元画面
番号に1を加えた遷移先画面番号を埋め込む工程と、遷
移先画面をレスポンスとしてクライアントに返す工程と
を実行させることを特徴とする。
Further, the program of the present invention receives a request from a client at a computer, compares the client screen number in the request with the transition source screen number held by the session, and changes the client screen number to the transition source screen. If it is greater than the number, it is determined that there is consistency, and if the client screen number is less than or equal to the transition source screen number, it is determined that there is inconsistency. Returning the result code corresponding to the above, the process of overwriting the transition source screen number held by the session with the client screen number in the request, and the result code corresponding to the processing result of the business process for the previous request if there is inconsistency A transition destination screen is created using the return step and the transition destination URL corresponding to the result code, and the transition destination screen is created. Session, characterized in that to execute a step of filling the destination screen number obtained by adding 1 to the transition source screen number for holding, and a step of returning to the client the destination screen as a response to.

【0025】さらにまた、本発明のプログラムは、コン
ピュータに、クライアントからのリクエストを受信し、
該リクエスト中のクライアント画面番号とセッションが
保持する遷移先画面番号とを比較し、クライアント画面
番号が遷移先画面番号以上の場合に整合性があると判断
し、クライアント画面番号が遷移先画面番号未満の場合
に不整合であると判断する工程と、整合性がある場合に
業務処理を実行して処理結果に対応する結果コードを返
却し、リクエスト中のクライアント画面番号に1を加え
た遷移先画面番号によってセッションが保持する遷移先
画面番号を上書きする工程と、不整合である場合に前リ
クエストに対する業務処理の処理結果に対応する結果コ
ードを返却する工程と、結果コードに対応する遷移先U
RLを用いて遷移先画面を作成し該遷移先画面にセッシ
ョンが保持する遷移先画面番号を埋め込む工程と、遷移
先画面をレスポンスとしてクライアントに返す工程とを
実行させることを特徴とする。
Still further, the program of the present invention receives a request from a client in a computer,
The client screen number in the request is compared with the transition destination screen number held by the session, and if the client screen number is greater than or equal to the transition destination screen number, it is determined that there is consistency, and the client screen number is less than the transition destination screen number In the case of, the process that determines that there is an inconsistency, and in the case that there is consistency, execute the business process and return the result code corresponding to the processing result, and add 1 to the client screen number in the request and the transition destination screen A step of overwriting the transition destination screen number held by the session by the number, a step of returning a result code corresponding to the processing result of the business process for the previous request when the transition is inconsistent, and a step of transition destination U corresponding to the result code
A step of creating a transition destination screen using RL and embedding the transition destination screen number held by the session in the transition destination screen and a step of returning the transition destination screen to the client as a response are performed.

【0026】[0026]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0027】[第1の実施の形態]図1を参照すると、
本発明の第1の実施の形態に係る業務処理制御方法が適
用されたWebアプリケーションシステムは、Webア
プリケーションサーバ1と、Webアプリケーションサ
ーバ1にインターネット,LAN(Local Are
a Network)等の通信回線(図示せず)を介し
て接続された1つ以上(図示は1つ)のクライアント2
とから、その主要部が構成されている。
[First Embodiment] Referring to FIG.
The Web application system to which the business process control method according to the first embodiment of the present invention is applied includes a Web application server 1 and the Internet, LAN (Local Area) provided to the Web application server 1.
a one or more (one as shown) client 2 connected via a communication line (not shown) such as a network
Thus, the main part is constituted.

【0028】Webアプリケーションサーバ1は、フレ
ームワーク制御部10と、セッション20と、シーケン
ス保持部21と、ユーザインタフェース構造部30と、
1つ以上の業務処理31と、1つ以上の画面構築部40
とを含んで構成されている。
The Web application server 1 includes a framework control unit 10, a session 20, a sequence holding unit 21, a user interface structure unit 30,
One or more business processes 31 and one or more screen construction units 40
It is comprised including.

【0029】フレームワーク制御部10は、主に画面遷
移の制御を行う部分であり、要求制御部11と、画面遷
移管理部12と、画面遷移情報格納部13とを含んで構
成されている。
The framework control unit 10 is a part that mainly controls screen transitions, and includes a request control unit 11, a screen transition management unit 12, and a screen transition information storage unit 13.

【0030】要求制御部11は、クライアント2からの
リクエストを受け取ってからレスポンスを返すまでの、
リクエストが送られた方法の解析,リクエストの解析,
業務処理31の呼び出し,メソッドの呼び出し,次画面
の表示依頼などの全ての処理を行う。また、要求制御部
11は、クライアント2から送信されてきたリクエスト
が、最新結果表示画面のリロード操作や最新結果表示画
面より前の画面に戻ってのサブミットにより送信されて
きたリクエストかどうかを判別するとともに、そのリク
エストがアプリケーションとして許可されているかどう
かも判断する。
The request control unit 11 performs a process from receiving a request from the client 2 to returning a response.
Analysis of how the request was sent, analysis of the request,
All processes such as calling the business process 31, calling a method, and requesting display of the next screen are performed. Further, the request control unit 11 determines whether the request transmitted from the client 2 is a request transmitted by a reload operation of the latest result display screen or a return to a screen preceding the latest result display screen. In addition, it is determined whether the request is permitted as an application.

【0031】画面遷移管理部12は、要求制御部11か
ら渡された結果コードをキーとして画面遷移情報格納部
13を索引して最新結果を表示する遷移先画面の遷移先
URL(Uniform Resource Loca
tor)を返す。
The screen transition management section 12 uses the result code passed from the request control section 11 as a key to index the screen transition information storage section 13 to display the latest result, which is a transition destination URL (Uniform Resource Location) of the transition destination screen.
tor).

【0032】画面遷移情報格納部13は、業務処理31
の結果コードと、業務処理31の処理結果を表示する遷
移先画面の遷移先URLとを対とする画面遷移情報を複
数格納する。
The screen transition information storage unit 13 stores a business process 31
And a plurality of screen transition information pairs each of which includes a result code of the above and a transition destination URL of a transition destination screen displaying the processing result of the business process 31.

【0033】セッション20は、クライアント2とWe
bアプリケーションサーバ1との対話において業務上の
1件が処理される単位であり、複数のリクエストにわた
って共有される情報を格納する。特に、セッション20
は、クライアント2とWebアプリケーションサーバ1
間の整合性をチェックするために、クライアント2に表
示されているはずの最新結果表示画面の遷移元となった
画面のシーケンス番号(遷移元画面番号)をシーケンス
保持部21に保持する。
The session 20 is composed of the client 2 and We
b A unit for processing one business case in a dialog with the application server 1, and stores information shared over a plurality of requests. In particular, session 20
Is the client 2 and the web application server 1
In order to check the consistency between them, the sequence number (transition source screen number) of the screen that is the transition source of the latest result display screen that should be displayed on the client 2 is stored in the sequence storage unit 21.

【0034】ユーザインタフェース構造部30は、ブラ
ウザ上に配置されているHTML(Hyper Tex
t Markup Language)コントロールの
構造を木構造で表現する機能を提供するとともに、HT
MLコントロールへの操作に対する業務処理31を定義
する。
The user interface structure unit 30 is provided with an HTML (Hyper Text) arranged on a browser.
t Markup Language) Provides the function of expressing the structure of the control in a tree structure,
A business process 31 for an operation on the ML control is defined.

【0035】画面構築部40は、要求制御部11から渡
された遷移先URLに基づきユーザインタフェース構成
部30から処理結果を得て遷移先画面を作成し、作成し
た遷移先画面にシーケンス保持部21に保持された遷移
元画面番号に1を加えた遷移先画面のシーケンス番号
(遷移先画面番号)を埋め込む。
The screen construction unit 40 obtains a processing result from the user interface construction unit 30 based on the transition destination URL passed from the request control unit 11, creates a transition destination screen, and stores the sequence holding unit 21 in the created transition destination screen. Embeds the sequence number (transition destination screen number) of the transition destination screen obtained by adding 1 to the transition source screen number held in.

【0036】クライアント2は、要求制御部11にリク
エストを送り、要求制御部11からリクエストの結果で
ある遷移先画面をレスポンスとして受け取る。
The client 2 sends a request to the request control unit 11, and receives a transition destination screen as a result of the request from the request control unit 11 as a response.

【0037】図2は、Webアプリケーションサーバ1
での業務処理の制御の流れを示し、クライアント2がリ
クエストを要求制御部11に送ってからレスポンスを受
け取るまでの動作の手順を説明するものである。
FIG. 2 shows the Web application server 1
2 shows the flow of the control of the business process in FIG. 1 and describes the procedure of the operation from when the client 2 sends the request to the request control unit 11 to when the client 2 receives the response.

【0038】図3は、Webアプリケーションサーバ1
における業務処理制御方法での遷移元画面番号および遷
移先画面番号の表現方法および更新を説明する図であ
る。
FIG. 3 shows the Web application server 1
FIG. 7 is a diagram for explaining a method of expressing and updating a transition source screen number and a transition destination screen number in the business process control method in FIG.

【0039】図4を参照すると、要求制御部11の処理
手順は、リクエスト受信ステップS101と、画面番号
整合性チェックステップS102と、業務処理実行ステ
ップS103と、結果コード受信ステップS104と、
遷移元画面番号上書きステップS105と、前リクエス
ト結果コード取得ステップS106と、遷移先画面要求
ステップS107と、遷移先画面受信ステップS108
と、遷移先画面レスポンス送信ステップS109とから
なる。
Referring to FIG. 4, the processing procedure of the request control unit 11 includes a request receiving step S101, a screen number consistency check step S102, a business process execution step S103, a result code receiving step S104,
Transition source screen number overwriting step S105, previous request result code acquisition step S106, transition destination screen requesting step S107, transition destination screen receiving step S108
And a transition destination screen response transmission step S109.

【0040】次に、このように構成された第1の実施の
形態に係るWebアプリケーションサーバ1の動作につ
いて、業務処理制御方法とともに、図1ないし図4を参
照しながら説明する。なお、括弧付き数字は、図2およ
び図4中の括弧付き数字部分の説明であることを示す。
Next, the operation of the Web application server 1 thus configured according to the first embodiment will be described together with a business process control method with reference to FIGS. Note that the numbers in parentheses indicate the description of the numbers in parentheses in FIGS. 2 and 4.

【0041】(1)クライアント2に表示中の画面(以
下、クライアント画面という)においてサブミットが行
われると、クライアント画面に埋め込まれている画面番
号(クライアント画面番号)を含むリクエストがWeb
アプリケーションサーバ1に送信される。
(1) When a screen is displayed on the client 2 (hereinafter, referred to as a client screen), a request including a screen number (client screen number) embedded in the client screen is sent to the Web.
Sent to application server 1.

【0042】(2)Webアプリケーションサーバ1で
は、フレームワーク制御部10の要求制御部11がクラ
イアント2から送信されてきたリクエストを受信し(ス
テップS101)、要求制御部11は、まず、クライア
ント2とWebアプリケーションサーバ1間の画面番号
を利用した画面シーケンスの整合性チェックを実施する
(ステップS102)。この整合性チェックは、リクエ
スト中のクライアント画面番号とシーケンス保持部21
に保持された遷移元画面番号(初期値=1)とを比較
し、クライアント画面番号が遷移元画面番号よりも大き
い場合にはクライアント画面が遷移元画面番号の遷移元
画面から遷移した遷移先画面であるので、整合性がある
ものと判断する。
(2) In the Web application server 1, the request control unit 11 of the framework control unit 10 receives the request transmitted from the client 2 (step S101), and the request control unit 11 first communicates with the client 2. A screen sequence consistency check using the screen number between the Web application servers 1 is performed (step S102). This consistency check is performed by checking the client screen number in the request and the sequence holding unit 21
Is compared with the transition source screen number (initial value = 1) held in the client screen number. If the client screen number is larger than the transition source screen number, the client screen transitions from the transition source screen of the transition source screen number Therefore, it is determined that there is consistency.

【0043】整合性がある場合には、要求制御部11
は、セッション20を通じてユーザインタフェース構造
部30に業務処理31の実行を委譲する(ステップS1
03)。この動作については、後ほど図3を参照しなが
ら詳説する。
If there is a match, the request control unit 11
Transfers the execution of the business process 31 to the user interface structure unit 30 through the session 20 (step S1).
03). This operation will be described later in detail with reference to FIG.

【0044】(3)ユーザインタフェース構造部30
は、要求制御部11から業務処理31の実行を委譲され
ると、該当する業務処理31を呼び出し、業務処理31
が完了すると、その処理結果に対応する結果コードをセ
ッション20を通じて要求制御部11に返す。
(3) User interface structure section 30
When the execution of the business process 31 is delegated from the request control unit 11, the relevant business process 31 is called and the business process 31
Is completed, a result code corresponding to the processing result is returned to the request control unit 11 through the session 20.

【0045】(4)要求制御部11は、結果コードを受
信すると(ステップS104)、リクエスト中のクライ
アント画面番号(=遷移先画面番号)によってシーケン
ス保持部21に保持された遷移元画面番号を上書きし、
これまでにクライアントに送信した全ての画面からのリ
クエストが不整合とみなされるようにする(ステップS
105)。
(4) Upon receiving the result code (step S104), the request control unit 11 overwrites the transition source screen number stored in the sequence storage unit 21 with the client screen number (= transition destination screen number) in the request. And
Requests from all screens transmitted to the client so far are regarded as inconsistent (step S
105).

【0046】(5)次に、要求制御部11は、受け取っ
た結果コードをパラメータとして画面遷移管理部12を
呼び出して、最新結果を表示する遷移先画面の選別を依
頼する(ステップS107)。
(5) Next, the request control unit 11 calls the screen transition management unit 12 using the received result code as a parameter, and requests selection of a transition destination screen displaying the latest result (step S107).

【0047】(6)画面遷移管理部12は、結果コード
に対応する遷移先URLを画面遷移情報格納部13から
選別して要求制御部11に返却する。
(6) The screen transition management section 12 selects the transition destination URL corresponding to the result code from the screen transition information storage section 13 and returns it to the request control section 11.

【0048】(7)要求制御部11は、遷移先URLを
受け取ると(ステップS108)、遷移先URLを画面
構築部40に与えて遷移先画面の作成を依頼する。
(7) Upon receiving the transition destination URL (step S108), the request control unit 11 gives the transition destination URL to the screen construction unit 40 and requests creation of the transition destination screen.

【0049】画面構築部40は、遷移先URLに基づき
ユーザインタフェース構成部30から業務処理31の処
理結果を得て遷移先画面を作成し、遷移先画面にシーケ
ンス保持部21が保持する遷移元画面番号に1を加えた
遷移先画面番号を埋め込み、遷移先画面を要求制御部1
1に渡す。
The screen construction unit 40 obtains the processing result of the business process 31 from the user interface configuration unit 30 based on the transition destination URL, creates a transition destination screen, and stores the transition source screen held by the sequence holding unit 21 in the transition destination screen. The transition destination screen number obtained by adding 1 to the number is embedded, and the transition destination screen is designated by the request control unit 1.
Pass to 1.

【0050】(8) 要求制御部11は、遷移先画面を
レスポンスとしてクライアント2に返す(ステップS1
09)。この結果、クライアント2には、最新結果を表
示する遷移先画面が表示される。
(8) The request control unit 11 returns the transition destination screen to the client 2 as a response (step S1).
09). As a result, a transition destination screen displaying the latest result is displayed on the client 2.

【0051】一方、ステップS102で画面番号が不整
合の場合には、要求制御部11は、ユーザインタフェー
ス構造部30から前リクエストに対する業務処理31の
結果コードを取得し(ステップS106)、前リクエス
トに対する業務処理31の結果コードをパラメータとし
て画面遷移管理部12を呼び出すことにより、最新結果
を表示する遷移先画面の選別を依頼する(ステップS1
07)。
On the other hand, if the screen numbers do not match in step S102, the request control unit 11 acquires the result code of the business process 31 for the previous request from the user interface structure unit 30 (step S106), and By calling the screen transition management unit 12 using the result code of the business process 31 as a parameter, a request is made to select a transition destination screen displaying the latest result (step S1).
07).

【0052】画面遷移管理部12は、前リクエストに対
する業務処理31の結果コードに対応する遷移先URL
を画面遷移情報格納部13から選別して要求制御部11
に返却する。
The screen transition management unit 12 changes the destination URL corresponding to the result code of the business process 31 for the previous request.
From the screen transition information storage unit 13 and the request control unit 11
Return to.

【0053】要求制御部11は、遷移先URLを受け取
ると(ステップS108)、遷移先URLを画面構築部
40に与えて遷移先画面の作成を依頼する。
When receiving the transition destination URL (step S108), the request control unit 11 gives the transition destination URL to the screen construction unit 40 and requests creation of the transition destination screen.

【0054】画面構築部40は、遷移先URLに基づき
ユーザインタフェース構成部30から業務処理31の処
理結果を得て遷移先画面を作成し、遷移先画面にシーケ
ンス保持部21が保持する遷移元画面番号に1を加えた
遷移先画面番号を埋め込み、遷移先画面を要求制御部1
1に渡す。
The screen construction unit 40 obtains the processing result of the business process 31 from the user interface construction unit 30 based on the transition destination URL, creates a transition destination screen, and stores the transition source screen held by the sequence holding unit 21 in the transition destination screen. The transition destination screen number obtained by adding 1 to the number is embedded, and the transition destination screen is designated by the request control unit 1.
Pass to 1.

【0055】要求制御部11は、クライアント2に遷移
先画面をレスポンスとして返す(ステップS109)。
この結果、クライアント2には、最新結果を表示する遷
移先画面が再表示される。
The request control section 11 returns the transition destination screen as a response to the client 2 (step S109).
As a result, the transition destination screen displaying the latest result is displayed again on the client 2.

【0056】図3は、遷移元画面番号および遷移先画面
番号の更新の方法を説明するものである。リクエストに
対する業務処理31が完了した時点では、リクエスト中
のクライアント画面番号は、シーケンス保持部21に保
持された遷移元画面番号より1だけ大きい。例えば、図
3のリクエストr2の業務処理p2が完了した時点で
は、遷移先画面f2に埋め込まれた遷移先画面番号は
「3」で、シーケンス保持部21に保持された遷移元画
面番号は「2」である。
FIG. 3 explains a method of updating the transition source screen number and the transition destination screen number. When the business process 31 for the request is completed, the client screen number in the request is larger by one than the transition source screen number held in the sequence holding unit 21. For example, when the business process p2 of the request r2 in FIG. 3 is completed, the transition destination screen number embedded in the transition destination screen f2 is “3”, and the transition source screen number held in the sequence holding unit 21 is “2”. ".

【0057】しかし、最新結果を表示するクライアント
画面でのリロード操作やすでに表示した画面からのサブ
ミットがあった場合、この画面シーケンス関係が成り立
たなくなる。例えば、図3中にて、画面f2が表示され
ている場合に、バック操作によって画面f1に戻り、画
面f1からリクエストを再度送信したとする。この場
合、画面f1に埋め込まれている古い遷移先画面番号が
クライアント画面番号として送信されるため、送信され
るクライアント画面番号は「2」となり、シーケンス保
持部21に保持された遷移元画面番号「2」と同じ値に
なる。従って、最新結果を表示する遷移先画面より古い
画面でサブミットされた場合、リクエスト中のクライア
ント画面番号がシーケンス保持部21に保持された遷移
元画面番号より大きくならないため、上記の流れの
(2)にて、整合性がないとみなすことができる。整合
性がない場合、要求制御部11は、本来、最新結果が表
示されているべき前リクエストに対する業務処理31の
遷移先画面への遷移を行う。
However, if there is a reload operation on the client screen displaying the latest result or a submission from the screen already displayed, this screen sequence relationship will not hold. For example, in FIG. 3, when the screen f2 is displayed, it is assumed that the screen returns to the screen f1 by the back operation and the request is transmitted again from the screen f1. In this case, since the old transition destination screen number embedded in the screen f1 is transmitted as the client screen number, the transmitted client screen number is “2”, and the transition source screen number “ 2 ". Therefore, when the screen is submitted on a screen older than the transition destination screen displaying the latest result, the client screen number in the request does not become larger than the transition source screen number stored in the sequence storage unit 21. Can be regarded as inconsistent. If there is no consistency, the request control unit 11 performs a transition to the transition destination screen of the business process 31 for the previous request for which the latest result should be displayed.

【0058】また、画面f2にてリロード操作をした場
合には、クライアント2は、画面f1に戻り、リクエス
トを再度送信した場合と同じ動作を行う。
When the reload operation is performed on the screen f2, the client 2 returns to the screen f1 and performs the same operation as when the request is transmitted again.

【0059】以上のことから、リクエスト中のクライア
ント画面番号と、シーケンス保持部21に保持された遷
移元画面番号とを比較すれば、遷移元画面から遷移した
遷移先画面からサブミットされたリクエストであるかど
うかを判断して、正しい業務処理31の制御を行うこと
ができる。
From the above, if the client screen number in the request is compared with the transition source screen number held in the sequence holding unit 21, it is a request submitted from the transition destination screen that has transitioned from the transition source screen. By judging whether or not this is the case, correct control of the business process 31 can be performed.

【0060】なお、上記第1の実施の形態では、シーケ
ンス保持部21に保持する画面番号を遷移元画面番号と
し、要求制御部11でリクエスト中のクライアント画面
番号とシーケンス保持部21に保持された遷移元画面番
号とを比較し、クライアント画面番号が遷移元画面番号
よりも大きい場合には整合性があるものと判断したが、
シーケンス保持部21に保持する画面番号をクライアン
ト2に表示されているべき最新結果を表示する遷移先画
面の遷移先画面番号とし、要求制御部11でリクエスト
中のクライアント画面番号とシーケンス保持部21に保
持された遷移先画面番号とを比較し、クライアント画面
番号が遷移先画面番号以上の場合には整合性があるもの
と判断するようにしてもよい。
In the first embodiment, the screen number held in the sequence holding unit 21 is the transition source screen number, and the client screen number being requested by the request control unit 11 and the screen number held in the sequence holding unit 21 are stored. Compared with the transition source screen number, if the client screen number is larger than the transition source screen number, it is determined that there is consistency,
The screen number held in the sequence holding unit 21 is set as the transition destination screen number of the transition destination screen that displays the latest result to be displayed on the client 2. The stored transition destination screen number may be compared, and if the client screen number is greater than or equal to the transition destination screen number, it may be determined that there is consistency.

【0061】第1の実施の形態によれば、画面番号によ
りWebアプリケーションサーバ1での業務処理31の
2重誤実行を抑止できる。換言すれば、Webアプリケ
ーションシステムの利用者は、ブラウザを操作する際の
制限(リロード,バック,フォワード等の画面遷移操作
を行ってはいけない等の制限)なしに、業務処理31に
支障をきたすことなく、ブラウザ操作を自由に行える。
According to the first embodiment, the double erroneous execution of the business process 31 in the Web application server 1 can be suppressed by the screen number. In other words, the user of the Web application system interferes with the business process 31 without restriction on operating the browser (restriction on screen transition operations such as reload, back, forward, etc.). No, you can operate the browser freely.

【0062】また、Webアプリケーションシステムの
業務処理開発者は、クライアント2でのリロード,バッ
ク,フォワード等の画面遷移操作による業務処理31へ
の対応をWebアプリケーションシステムに作り込む必
要がなくなる。
Further, the business process developer of the Web application system does not need to make the Web application system compatible with the business process 31 by a screen transition operation such as reload, back, and forward in the client 2.

【0063】[第2の実施の形態]図5は、本発明の第
2の実施の形態に係る業務処理制御方法が適用されたW
ebアプリケーションシステムの構成を示すブロック図
である。このWebアプリケーションシステムは、図1
に示した第1の実施の形態に係る業務処理制御方法が適
用されたWebアプリケーションシステムに対して、W
ebアプリケーションサーバ1にWebアプリケーショ
ンサーバプログラム100を備えている点だけが異なっ
ている。
[Second Embodiment] FIG. 5 shows a W to which a business process control method according to a second embodiment of the present invention is applied.
FIG. 2 is a block diagram illustrating a configuration of an web application system. This Web application system is shown in FIG.
A Web application system to which the business process control method according to the first embodiment shown in FIG.
The only difference is that the web application server 1 has a web application server program 100.

【0064】Webアプリケーションサーバプログラム
100は、Webアプリケーションサーバ1に読み込ま
れ、当該Webアプリケーションサーバ1の動作を、フ
レームワーク制御部10(要求制御部11,画面遷移管
理部12,画面遷移情報格納部13),セッション20
(シーケンス保持部21),ユーザインタフェース構造
部30(業務処理31), 画面構成部40等として制
御する。Webアプリケーションサーバプログラム10
0の制御によるWebアプリケーションサーバ1の動作
は、第1の実施の形態におけるWebアプリケーション
サーバ1の動作と全く同様になるので、その詳しい説明
を割愛する。
The Web application server program 100 is read by the Web application server 1 and controls the operation of the Web application server 1 by the framework control unit 10 (request control unit 11, screen transition management unit 12, screen transition information storage unit 13). ), Session 20
(Sequence holding unit 21), user interface structure unit 30 (business process 31), screen configuration unit 40, and the like. Web application server program 10
Since the operation of the Web application server 1 under the control of 0 is exactly the same as the operation of the Web application server 1 in the first embodiment, a detailed description thereof will be omitted.

【0065】[0065]

【発明の効果】第1の効果は、Webアプリケーション
システムの利用者が、ブラウザを操作する際の制限(リ
ロード,バック,フォワード等の画面遷移操作を行って
はいけない等の制限)をつけなくても、業務処理に支障
をきたすことなく、ブラウザ操作を自由に行えることで
ある。その理由は、ブラウザ操作とは独立してWebア
プリケーションサーバにて画面番号による業務処理の制
御を行っており、業務処理に支障をきたすブラウザから
のリクエストをブロックしているためである。
The first effect is that the user of the Web application system does not impose restrictions on operating the browser (restrictions such as not being able to perform screen transition operations such as reload, back, and forward). In addition, the browser operation can be freely performed without hindering business processing. The reason is that the web application server controls the business process by the screen number independently of the browser operation, and blocks a request from the browser that hinders the business process.

【0066】第2の効果は、Webアプリケーションシ
ステムの業務処理開発者が、ブラウザ側でのリロード,
バック,フォワード等の画面遷移操作による業務処理へ
の対応をWebアプリケーションシステムに作り込む必
要がないということである。その理由は、Webアプリ
ケーションサーバ側にて画面番号による業務処理の制御
を共通部分として組み込むことができるためである。
The second effect is that the business process developer of the Web application system can perform reloading on the browser side,
This means that there is no need to build in the Web application system the correspondence to business processing by screen transition operations such as back and forward. The reason is that the control of the business process by the screen number can be incorporated as a common part on the Web application server side.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施の形態に係る業務処理制御
方法が適用されたWebアプリケーションシステムの全
体構成図である。
FIG. 1 is an overall configuration diagram of a Web application system to which a business process control method according to a first embodiment of the present invention is applied.

【図2】第1の実施の形態に係るWebアプリケーショ
ンサーバにおける業務処理制御方法による業務処理の制
御の流れを説明する図である。
FIG. 2 is a diagram illustrating a flow of control of business processing by a business processing control method in a Web application server according to a first embodiment.

【図3】第1の実施の形態に係るWebアプリケーショ
ンサーバにおける業務処理制御方法による遷移元画面番
号および遷移先画面番号の表現方法および更新を説明す
る図である。
FIG. 3 is a diagram for describing a method of expressing a transition source screen number and a transition destination screen number and updating by a business process control method in the Web application server according to the first embodiment.

【図4】図1中の要求制御部の処理手順を示すフローチ
ャートである。
FIG. 4 is a flowchart illustrating a processing procedure of a request control unit in FIG. 1;

【図5】本発明の第2の実施の形態に係る業務処理制御
方法が適用されたWebアプリケーションシステムの全
体構成図である。
FIG. 5 is an overall configuration diagram of a Web application system to which a business process control method according to a second embodiment of the present invention is applied.

【符号の説明】[Explanation of symbols]

1 Webアプリケーションサーバ 2 クライアント 10 フレームワーク制御部 11 要求制御部 12 画面遷移管理部 13 画面遷移情報格納部 20 セッション 21 シーケンス保持部 30 ユーザインタフェース構造部 31 業務処理 100 Webアプリケーションサーバプログラム S101 リクエスト受信ステップ S102 画面番号整合性チェックステップ S103 業務処理実行ステップ S104 結果コード受信ステップ S105 遷移元画面番号上書きステップ S106 前リクエスト結果コード取得ステップ S107 遷移先画面要求ステップ S108 遷移先画面受信ステップ S109 遷移先画面レスポンス送信ステップ 1 Web application server 2 Client 10. Framework control unit 11 Request control unit 12 Screen transition management unit 13 Screen transition information storage 20 sessions 21 Sequence holding unit 30 User interface structure 31 Business processing 100 Web application server program S101 Request receiving step S102 Screen number consistency check step S103 Business process execution step S104 result code receiving step S105 Transition source screen number overwriting step S106 Previous request result code acquisition step S107 Transition destination screen request step S108 Transition destination screen receiving step S109 Transition destination screen response transmission step

───────────────────────────────────────────────────── フロントページの続き (72)発明者 中野 敏行 神奈川県川崎市高津区坂戸3丁目2番1号 株式会社エヌイーシー情報システムズ内 Fターム(参考) 5B085 AA08 AC03 AC13 BA07 BG01 BG04 BG07    ────────────────────────────────────────────────── ─── Continuation of front page    (72) Inventor Toshiyuki Nakano             3-2-1 Sakado, Takatsu-ku, Kawasaki-shi, Kanagawa Prefecture               NEC Information Systems Co., Ltd. F term (reference) 5B085 AA08 AC03 AC13 BA07 BG01                       BG04 BG07

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】クライアントでのブラウザ操作に応じて業
務処理を行うWebアプリケーションサーバにおいて、
クライアントからのリクエスト中のクライアント画面番
号とセッションが保持する遷移元画面番号とを比較し、
クライアント画面番号が遷移元画面番号よりも大きい場
合に整合性があると判断し業務処理を実行させて遷移先
画面をレスポンスとしてクライアントに送信する一方、
クライアント画面番号が遷移元画面番号以下の場合に不
整合であると判断して業務処理を実行させない要求制御
部を有すること特徴とするWebアプリケーションサー
バ。
1. A Web application server for performing business processing in response to a browser operation on a client,
Compare the client screen number in the request from the client with the transition source screen number held by the session,
When the client screen number is larger than the transition source screen number, it is determined that there is consistency, the business process is executed, and the transition destination screen is transmitted to the client as a response.
A web application server comprising: a request control unit that determines that there is an inconsistency when a client screen number is equal to or less than a transition source screen number and does not execute a business process.
【請求項2】クライアントでのブラウザ操作に応じて業
務処理を行うWebアプリケーションサーバにおいて、
クライアントからのリクエスト中のクライアント画面番
号とセッションが保持する遷移先画面番号とを比較し、
クライアント画面番号が遷移先画面番号以上の場合に整
合性があると判断し業務処理を実行させて遷移先画面を
レスポンスとしてクライアントに送信する一方、クライ
アント画面番号が遷移先画面番号未満の場合に不整合で
あると判断して業務処理を実行させない要求制御部を有
すること特徴とするWebアプリケーションサーバ。
2. A Web application server for performing business processing in response to a browser operation on a client,
Compare the client screen number in the request from the client with the transition destination screen number held by the session,
If the client screen number is greater than or equal to the transition destination screen number, it is determined that there is consistency, the business process is executed, and the transition destination screen is transmitted to the client as a response. A web application server, comprising: a request control unit that determines that there is a match and does not execute a business process.
【請求項3】業務処理を実行し結果コードを返却するユ
ーザインタフェース構成部と、結果コードをキーとして
遷移先URLを索引する画面遷移管理部と、遷移先UR
Lに基づき前記ユーザインタフェース構成部から業務処
理の処理結果を得て遷移先画面を作成し該遷移先画面に
セッションが保持する遷移元画面番号に1を加えた遷移
先画面番号を埋め込む画面構築部と、クライアントから
のリクエスト中のクライアント画面番号とセッションが
保持する遷移元画面番号とを比較し、クライアント画面
番号が遷移元画面番号よりも大きい場合に整合性がある
と判断して前記ユーザインタフェース構成部に業務処理
を実行させ、前記ユーザインタフェース構成部からの結
果コードに基づいて前記画面遷移管理部から遷移先UR
Lを取得して前記画面構築部に遷移先画面を作成させて
レスポンスとしてクライアントに送信する一方、クライ
アント画面番号が遷移元画面番号以下の場合に不整合で
あると判断して前記ユーザインタフェース構成部から前
リクエストに対する業務処理の結果コードを得て前記画
面遷移管理部から遷移先URLを取得して前記画面構築
部に前リクエストに対する遷移先画面を作成させてレス
ポンスとしてクライアントに送信する要求制御部とを有
すること特徴とするWebアプリケーションサーバ。
3. A user interface configuration unit for executing a business process and returning a result code, a screen transition management unit for indexing a transition destination URL using the result code as a key, and a transition destination UR
A screen construction unit that obtains a processing result of the business process from the user interface configuration unit based on the L, creates a transition destination screen, and embeds a transition destination screen number obtained by adding 1 to a transition source screen number held by a session in the transition destination screen. And the client screen number in the request from the client is compared with the transition source screen number held by the session, and when the client screen number is larger than the transition source screen number, it is determined that there is consistency and the user interface configuration is determined. Unit to execute a business process, and based on the result code from the user interface configuration unit, the screen transition management unit
L, the screen construction unit creates a transition destination screen and sends it to the client as a response. On the other hand, if the client screen number is less than or equal to the transition source screen number, it is determined that there is an inconsistency and the user interface configuration unit A request control unit that obtains a result code of a business process for the previous request from the server, obtains a transition destination URL from the screen transition management unit, causes the screen construction unit to create a transition destination screen for the previous request, and transmits it to the client as a response. A Web application server comprising:
【請求項4】業務処理を実行し結果コードを返却するユ
ーザインタフェース構成部と、結果コードをキーとして
遷移先URLを索引する画面遷移管理部と、遷移先UR
Lに基づき前記ユーザインタフェース構成部から業務処
理の処理結果を得て遷移先画面を作成し該遷移先画面に
セッションが保持する遷移先画面番号を埋め込む画面構
築部と、クライアントからのリクエスト中のクライアン
ト画面番号とセッションが保持する遷移先画面番号とを
比較し、クライアント画面番号が遷移先画面番号以上の
場合に整合性があるものと判断して前記ユーザインタフ
ェース構成部に業務処理を実行させ、前記ユーザインタ
フェース構成部からの結果コードに基づいて前記画面遷
移管理部から遷移先URLを取得して前記画面構築部に
遷移先画面を作成させてレスポンスとしてクライアント
に送信する一方、クライアント画面番号が遷移先画面番
号未満の場合に不整合であると判断して前記ユーザイン
タフェース構成部から前リクエストに対する業務処理の
結果コードを得て前記画面遷移管理部から遷移先URL
を取得して前記画面構築部に前リクエストに対する遷移
先画面を作成させてレスポンスとしてクライアントに送
信する要求制御部とを有すること特徴とするWebアプ
リケーションサーバ。
4. A user interface configuration unit for executing a business process and returning a result code, a screen transition management unit for indexing a transition destination URL using the result code as a key, and a transition destination UR
A screen construction unit that obtains the processing result of the business process from the user interface configuration unit based on the L, creates a transition destination screen, and embeds the transition destination screen number held by the session in the transition destination screen, and a client that is requesting from the client Compare the screen number and the transition destination screen number held by the session, determine that the client screen number is consistent if the client screen number is equal to or greater than the transition destination screen number, and let the user interface component execute business processing, A transition destination URL is acquired from the screen transition management unit based on the result code from the user interface configuration unit, and the screen construction unit creates a transition destination screen and sends it to the client as a response. If the number is less than the screen number, it is determined that there is an inconsistency, and the user interface component Transition destination URL from the screen transition management unit obtains result code of the business process for Luo PREV
A request control unit for acquiring the request and causing the screen construction unit to create a transition destination screen for the previous request, and transmitting the transition destination screen to the client as a response.
【請求項5】クライアントからのリクエストを受信し、
該リクエスト中のクライアント画面番号とセッションが
保持する遷移元画面番号とを比較し、クライアント画面
番号が遷移元画面番号よりも大きい場合に整合性がある
と判断し、クライアント画面番号が遷移元画面番号以下
の場合に不整合であると判断する工程と、整合性がある
場合に業務処理を実行し遷移先画面をレスポンスとして
クライアントに返す工程と、不整合である場合に前リク
エストに対する業務処理の遷移先画面をレスポンスとし
てクライアントに返す工程とを含むことを特徴とする業
務処理制御方法。
5. Receiving a request from a client,
The client screen number in the request is compared with the transition source screen number held by the session, and if the client screen number is larger than the transition source screen number, it is determined that there is consistency, and the client screen number is determined to be the transition source screen number. In the following cases, it is determined that there is an inconsistency, when there is consistency, the business process is executed, and the transition destination screen is returned to the client as a response. Returning the previous screen to the client as a response.
【請求項6】クライアントからのリクエストを受信し、
該リクエスト中のクライアント画面番号とセッションが
保持する遷移先画面番号とを比較し、クライアント画面
番号が遷移先画面番号以上の場合に整合性があると判断
し、クライアント画面番号が遷移先画面番号未満の場合
に不整合であると判断する工程と、整合性がある場合に
業務処理を実行し遷移先画面をレスポンスとしてクライ
アントに返す工程と、不整合である場合に前リクエスト
に対する業務処理の遷移先画面をレスポンスとしてクラ
イアントに返す工程とを含むことを特徴とする業務処理
制御方法。
6. Receiving a request from a client,
The client screen number in the request is compared with the transition destination screen number held by the session, and if the client screen number is greater than or equal to the transition destination screen number, it is determined that there is consistency, and the client screen number is less than the transition destination screen number In the case of, the step of determining that there is an inconsistency, the step of executing the business process if there is consistency and returning the transition destination screen to the client as a response, and the transition destination of the business process for the previous request in the case of mismatch Returning a screen as a response to the client.
【請求項7】クライアントからのリクエストを受信し、
該リクエスト中のクライアント画面番号とセッションが
保持する遷移元画面番号とを比較し、クライアント画面
番号が遷移元画面番号よりも大きい場合に整合性がある
と判断し、クライアント画面番号が遷移元画面番号以下
の場合に不整合であると判断する工程と、整合性がある
場合に業務処理を実行して処理結果に対応する結果コー
ドを返却し、リクエスト中のクライアント画面番号によ
ってセッションが保持する遷移元画面番号を上書きする
工程と、不整合である場合に前リクエストに対する業務
処理の処理結果に対応する結果コードを返却する工程
と、結果コードに対応する遷移先URLを用いて遷移先
画面を作成し該遷移先画面にセッションが保持する遷移
元画面番号に1を加えた遷移先画面番号を埋め込む工程
と、遷移先画面をレスポンスとしてクライアントに返す
工程とを含むことを特徴とする業務処理制御方法。
7. Receiving a request from a client,
The client screen number in the request is compared with the transition source screen number held by the session, and if the client screen number is larger than the transition source screen number, it is determined that there is consistency, and the client screen number is determined to be the transition source screen number. In the following cases, the process that is judged to be inconsistent, and when there is consistency, the business process is executed and the result code corresponding to the processing result is returned, and the transition source that the session holds by the client screen number in the request A step of overwriting the screen number, a step of returning a result code corresponding to the processing result of the business process for the previous request when the screen number is inconsistent, and a step of creating a transition destination screen using the transition destination URL corresponding to the result code A step of embedding a transition destination screen number obtained by adding 1 to the transition source screen number held by the session in the transition destination screen; Business processing control method characterized by comprising the step of returning to the client as Pons.
【請求項8】クライアントからのリクエストを受信し、
該リクエスト中のクライアント画面番号とセッションが
保持する遷移先画面番号とを比較し、クライアント画面
番号が遷移先画面番号以上の場合に整合性があると判断
し、クライアント画面番号が遷移先画面番号未満の場合
に不整合であると判断する工程と、整合性がある場合に
業務処理を実行して処理結果に対応する結果コードを返
却し、リクエスト中のクライアント画面番号に1を加え
た遷移先画面番号によってセッションが保持する遷移先
画面番号を上書きする工程と、不整合である場合に前リ
クエストに対する業務処理の処理結果に対応する結果コ
ードを返却する工程と、結果コードに対応する遷移先U
RLを用いて遷移先画面を作成し該遷移先画面にセッシ
ョンが保持する遷移先画面番号を埋め込む工程と、遷移
先画面をレスポンスとしてクライアントに返す工程とを
含むことを特徴とする業務処理制御方法。
8. Receiving a request from a client,
The client screen number in the request is compared with the transition destination screen number held by the session, and if the client screen number is greater than or equal to the transition destination screen number, it is determined that there is consistency, and the client screen number is less than the transition destination screen number In the case of, the process that determines that there is an inconsistency, and in the case that there is consistency, execute the business process and return the result code corresponding to the processing result, and add 1 to the client screen number in the request and the transition destination screen A step of overwriting the transition destination screen number held by the session by the number, a step of returning a result code corresponding to the processing result of the business process for the previous request when the transition is inconsistent, and a step of transition destination U corresponding to the result code
A business process control method comprising: creating a transition destination screen using RL, embedding a transition destination screen number held by a session in the transition destination screen, and returning the transition destination screen to the client as a response. .
【請求項9】コンピュータに、クライアントからのリク
エストを受信し、該リクエスト中のクライアント画面番
号とセッションが保持する遷移元画面番号とを比較し、
クライアント画面番号が遷移元画面番号よりも大きい場
合に整合性があると判断し、クライアント画面番号が遷
移元画面番号以下の場合に不整合であると判断する工程
と、整合性がある場合に業務処理を実行し遷移先画面を
レスポンスとしてクライアントに返す工程と、不整合で
ある場合に前リクエストに対する業務処理の遷移先画面
をレスポンスとしてクライアントに返す工程とを実行さ
せるためのプログラム。
9. A computer receives a request from a client, compares a client screen number in the request with a transition source screen number held by a session,
The process of determining that there is consistency when the client screen number is larger than the transition source screen number, and determining that there is inconsistency when the client screen number is less than or equal to the transition source screen number. A program for executing a process of returning a transition destination screen to a client as a response after executing a process, and a process of returning a transition destination screen of a business process corresponding to a previous request to the client as a response when there is an inconsistency.
【請求項10】コンピュータに、クライアントからのリ
クエストを受信し、該リクエスト中のクライアント画面
番号とセッションが保持する遷移先画面番号とを比較
し、クライアント画面番号が遷移先画面番号以上の場合
に整合性があると判断し、クライアント画面番号が遷移
先画面番号未満の場合に不整合であると判断する工程
と、整合性がある場合に業務処理を実行し遷移先画面を
レスポンスとしてクライアントに返す工程と、不整合で
ある場合に前リクエストに対する業務処理の遷移先画面
をレスポンスとしてクライアントに返す工程とを実行さ
せるためのプログラム。
10. A computer receives a request from a client, compares a client screen number in the request with a transition destination screen number held by the session, and matches if the client screen number is greater than or equal to the transition destination screen number. Determining that the client screen number is inconsistent if the client screen number is less than the transition destination screen number, and executing the business process and returning the transition destination screen to the client as a response if there is consistency And a step of returning a transition destination screen of the business process to the previous request as a response to the client in the case of inconsistency.
【請求項11】コンピュータに、クライアントからのリ
クエストを受信し、該リクエスト中のクライアント画面
番号とセッションが保持する遷移元画面番号とを比較
し、クライアント画面番号が遷移元画面番号よりも大き
い場合に整合性があると判断し、クライアント画面番号
が遷移元画面番号以下の場合に不整合であると判断する
工程と、整合性がある場合に業務処理を実行して処理結
果に対応する結果コードを返却し、リクエスト中のクラ
イアント画面番号によってセッションが保持する遷移元
画面番号を上書きする工程と、不整合である場合に前リ
クエストに対する業務処理の処理結果に対応する結果コ
ードを返却する工程と、結果コードに対応する遷移先U
RLを用いて遷移先画面を作成し該遷移先画面にセッシ
ョンが保持する遷移元画面番号に1を加えた遷移先画面
番号を埋め込む工程と、遷移先画面をレスポンスとして
クライアントに返す工程とを実行させるためのプログラ
ム。
11. A computer receives a request from a client, compares a client screen number in the request with a transition source screen number held by a session, and determines that the client screen number is larger than the transition source screen number. A process that determines that there is consistency and determines that there is an inconsistency when the client screen number is less than or equal to the transition source screen number, and executes a business process when there is consistency and outputs a result code corresponding to the processing result. Return and overwrite the transition source screen number retained by the session with the client screen number in the request, and if inconsistent, return the result code corresponding to the processing result of the business process for the previous request, and the result Transition destination U corresponding to code
Executes a step of creating a transition destination screen using RL, embedding a transition destination screen number obtained by adding 1 to a transition source screen number held by the session in the transition destination screen, and a step of returning the transition destination screen to the client as a response. Program to let you.
【請求項12】コンピュータに、クライアントからのリ
クエストを受信し、該リクエスト中のクライアント画面
番号とセッションが保持する遷移先画面番号とを比較
し、クライアント画面番号が遷移先画面番号以上の場合
に整合性があると判断し、クライアント画面番号が遷移
先画面番号未満の場合に不整合であると判断する工程
と、整合性がある場合に業務処理を実行して処理結果に
対応する結果コードを返却し、リクエスト中のクライア
ント画面番号に1を加えた遷移先画面番号によってセッ
ションが保持する遷移先画面番号を上書きする工程と、
不整合である場合に前リクエストに対する業務処理の処
理結果に対応する結果コードを返却する工程と、結果コ
ードに対応する遷移先URLを用いて遷移先画面を作成
し該遷移先画面にセッションが保持する遷移先画面番号
を埋め込む工程と、遷移先画面をレスポンスとしてクラ
イアントに返す工程とを実行させるためのプログラム。
12. A computer receives a request from a client, compares the client screen number in the request with the transition destination screen number held by the session, and matches if the client screen number is greater than or equal to the transition destination screen number. That the client screen number is less than the transition destination screen number, it is judged that there is inconsistency, and if there is consistency, the business process is executed and the result code corresponding to the processing result is returned Overwriting the transition destination screen number held by the session with the transition destination screen number obtained by adding 1 to the client screen number in the request;
In the case of inconsistency, a step of returning a result code corresponding to the processing result of the business process with respect to the previous request, and creating a transition destination screen using the transition destination URL corresponding to the result code, and holding the session in the transition destination screen A program for executing a step of embedding a transition destination screen number to be executed and a step of returning the transition destination screen to the client as a response.
JP2002149553A 2002-05-23 2002-05-23 Web APPLICATION SERVER AND METHOD FOR CONTROLLING JOB PROCESSING Pending JP2003345744A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002149553A JP2003345744A (en) 2002-05-23 2002-05-23 Web APPLICATION SERVER AND METHOD FOR CONTROLLING JOB PROCESSING

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002149553A JP2003345744A (en) 2002-05-23 2002-05-23 Web APPLICATION SERVER AND METHOD FOR CONTROLLING JOB PROCESSING

Publications (1)

Publication Number Publication Date
JP2003345744A true JP2003345744A (en) 2003-12-05

Family

ID=29767683

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002149553A Pending JP2003345744A (en) 2002-05-23 2002-05-23 Web APPLICATION SERVER AND METHOD FOR CONTROLLING JOB PROCESSING

Country Status (1)

Country Link
JP (1) JP2003345744A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007129402A (en) * 2005-11-02 2007-05-24 Olympus Corp Device control system
JP2007265291A (en) * 2006-03-29 2007-10-11 Fujitsu Ltd Input/output screen generating program, method and server machine
JP2010020640A (en) * 2008-07-11 2010-01-28 Ns Solutions Corp Program, storage medium, and web screen control method
JP2013003820A (en) * 2011-06-16 2013-01-07 Bank Of Tokyo-Mitsubishi Ufj Ltd Information processor and information processing method
JP2014112437A (en) * 2014-03-12 2014-06-19 Bank Of Tokyo-Mitsubishi Ufj Ltd Information processing device
JP2015184916A (en) * 2014-03-24 2015-10-22 キヤノン株式会社 Information processing device, control method of the same and program thereof

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10124491A (en) * 1996-10-24 1998-05-15 Fujitsu Ltd System for sharing and aligning document and device for managing shared document and device for performing access to document
JPH11242620A (en) * 1998-02-25 1999-09-07 Casio Comput Co Ltd Information processor, server device, information providing system and storage medium
JPH11327863A (en) * 1998-05-14 1999-11-30 Canon Inc Unit and method for page data generation control and storage medium stored with computer readable program
JP2000020438A (en) * 1998-06-30 2000-01-21 Toshiba Corp Current display document information preserving and managing method in information providing server
JP2000112888A (en) * 1998-10-09 2000-04-21 Toshiba Corp Browser operation management device and computer- readable recording medium recording program
JP2000163343A (en) * 1998-11-25 2000-06-16 Toshiba Corp Processing order monitoring device for web system, and computer readable storage medium recorded with program
JP2001216262A (en) * 2000-02-07 2001-08-10 Fujitsu Ltd Server
JP2001229125A (en) * 2000-02-17 2001-08-24 Fujitsu Ltd Method and system for communication management, computer, storage medium, and transmission medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10124491A (en) * 1996-10-24 1998-05-15 Fujitsu Ltd System for sharing and aligning document and device for managing shared document and device for performing access to document
JPH11242620A (en) * 1998-02-25 1999-09-07 Casio Comput Co Ltd Information processor, server device, information providing system and storage medium
JPH11327863A (en) * 1998-05-14 1999-11-30 Canon Inc Unit and method for page data generation control and storage medium stored with computer readable program
JP2000020438A (en) * 1998-06-30 2000-01-21 Toshiba Corp Current display document information preserving and managing method in information providing server
JP2000112888A (en) * 1998-10-09 2000-04-21 Toshiba Corp Browser operation management device and computer- readable recording medium recording program
JP2000163343A (en) * 1998-11-25 2000-06-16 Toshiba Corp Processing order monitoring device for web system, and computer readable storage medium recorded with program
JP2001216262A (en) * 2000-02-07 2001-08-10 Fujitsu Ltd Server
JP2001229125A (en) * 2000-02-17 2001-08-24 Fujitsu Ltd Method and system for communication management, computer, storage medium, and transmission medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007129402A (en) * 2005-11-02 2007-05-24 Olympus Corp Device control system
JP2007265291A (en) * 2006-03-29 2007-10-11 Fujitsu Ltd Input/output screen generating program, method and server machine
JP2010020640A (en) * 2008-07-11 2010-01-28 Ns Solutions Corp Program, storage medium, and web screen control method
JP2013003820A (en) * 2011-06-16 2013-01-07 Bank Of Tokyo-Mitsubishi Ufj Ltd Information processor and information processing method
JP2014112437A (en) * 2014-03-12 2014-06-19 Bank Of Tokyo-Mitsubishi Ufj Ltd Information processing device
JP2015184916A (en) * 2014-03-24 2015-10-22 キヤノン株式会社 Information processing device, control method of the same and program thereof

Similar Documents

Publication Publication Date Title
US20140373103A1 (en) Authentication system, control method thereof, service provision device, and storage medium
US20050002058A1 (en) Image printing system and image delivery device and image printing device used therein
JP3783665B2 (en) Image forming apparatus and network system
JP3774684B2 (en) Information processing apparatus, printer setting method of information processing apparatus, program, and recording medium
JP2003345744A (en) Web APPLICATION SERVER AND METHOD FOR CONTROLLING JOB PROCESSING
JP5140553B2 (en) Information processing apparatus and image forming system including the same
JP2003069569A (en) Network system including terminal or record medium with program
JP4235838B2 (en) Projector, program, and information storage medium
JP5140351B2 (en) Information processing device
JP4986234B2 (en) Information processing device
JP5140552B2 (en) Information processing apparatus and image forming system including the same
US7640372B2 (en) Information processing apparatus, control method thereof, program, and storage medium
JP2005044002A (en) Server system, printer delete method, program, and storage medium
JP2004103008A (en) Information processor and information processing method
JP5090828B2 (en) Information processing device
JP2002334058A (en) Method and system for executing application of mainframe and program
JP5040026B2 (en) Information processing device
JP3679429B2 (en) File resource management system and method
JP5140350B2 (en) Information processing device
JP5140349B2 (en) Information processing device
KR20000054740A (en) Method for network information management using real information manager and resource registry under the web
JP2004362430A (en) Application preparation device
JP2010108215A (en) Information processor and image forming system including it
JP2004341734A (en) Printer, print processing method, program and storage medium
JP5084404B2 (en) Information processing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040426

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050124

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20050124

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050308

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061213

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061226

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070123

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070529