JP5434654B2 - Application server, program for realizing the application server, and Web application system including the application server - Google Patents

Application server, program for realizing the application server, and Web application system including the application server Download PDF

Info

Publication number
JP5434654B2
JP5434654B2 JP2010034444A JP2010034444A JP5434654B2 JP 5434654 B2 JP5434654 B2 JP 5434654B2 JP 2010034444 A JP2010034444 A JP 2010034444A JP 2010034444 A JP2010034444 A JP 2010034444A JP 5434654 B2 JP5434654 B2 JP 5434654B2
Authority
JP
Japan
Prior art keywords
version number
application
terminal device
application file
version
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.)
Active
Application number
JP2010034444A
Other languages
Japanese (ja)
Other versions
JP2011170661A (en
Inventor
貴康 坂本
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2010034444A priority Critical patent/JP5434654B2/en
Publication of JP2011170661A publication Critical patent/JP2011170661A/en
Application granted granted Critical
Publication of JP5434654B2 publication Critical patent/JP5434654B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、ネットワーク等を介して接続された1乃至複数の端末装置からアドレスデータを受信し、そのアドレスデータによって指定されるアプリケーションファイルに従って動作するアプリケーションサーバ、当該アプリケーションサーバを実現するプログラム、及び、当該アプリケーションサーバを含むWebアプリケーションシステムに関する。   The present invention receives an address data from one or more terminal devices connected via a network or the like, operates according to an application file specified by the address data, a program for realizing the application server, and The present invention relates to a Web application system including the application server.

従来より、ネットワーク等を介して接続された1乃至複数の端末装置からURL(Uniform resource locator)等のアドレスデータ(以下、単に「URL」と称する)を受信し、URLによって指定されるWebアプリケーションファイル(以下、単に「アプリケーションファイル」と称する)に従って動作するアプリケーションサーバがある。   Conventionally, address data (hereinafter simply referred to as “URL”) such as a URL (Uniform Resource Locator) is received from one or more terminal devices connected via a network or the like, and a Web application file designated by the URL There are application servers that operate according to (hereinafter simply referred to as “application files”).

アプリケーションサーバは、例えば、動作可能なアプリケーションファイルを一覧表示する画面(以下、「メニュー画面」と称する)を端末装置に提供し、端末装置を操作するユーザに、任意のアプリケーションファイルを選択させる。メニュー画面に一覧表示された各アプリケーションファイルには、アプリケーションファイルにアクセスするためのURLが対応付けられている。端末装置は、ユーザが任意のアプリケーションファイルを選択することによって、選択されたアプリケーションファイルに対応付けられたURLをアプリケーションサーバに送信する。   The application server provides, for example, a screen that displays a list of operable application files (hereinafter referred to as “menu screen”) to the terminal device, and allows a user operating the terminal device to select an arbitrary application file. Each application file listed on the menu screen is associated with a URL for accessing the application file. When the user selects an arbitrary application file, the terminal device transmits a URL associated with the selected application file to the application server.

アプリケーションサーバは、端末装置からURLを受信すると、URLによって指定された記憶領域に記憶されているアプリケーションファイルに従って動作することにより、端末装置を操作するユーザが望む業務を実行する。   When the application server receives the URL from the terminal device, the application server operates according to the application file stored in the storage area specified by the URL, thereby executing a job desired by the user operating the terminal device.

このアプリケーションサーバは、各種のデータやアプリケーションファイルを登録するデータベースサーバと接続されて、データベースサーバとともにWebアプリケーションシステムを構成する場合が多い。   In many cases, this application server is connected to a database server that registers various data and application files, and constitutes a Web application system together with the database server.

なお、アプリケーションサーバとしては、アプリケーションプログラムを端末装置にダウンロードさせて、アプリケーションプログラムを端末装置に実行させることにより、ユーザが望む業務を端末装置に分担して実行させる装置がある(例えば、特許文献1参照)。特許文献1に開示されたアプリケーションサーバは、端末装置がアクセスした際に、アプリケーションプログラムのダウンロードが済んでいるか否かを判断して、ダウンロードが済んでいないと判断された場合に、ダウンロードの必要性を端末装置に通知する構成となっている。   In addition, as an application server, there is a device that downloads an application program to a terminal device and causes the terminal device to execute the application program, thereby sharing the task desired by the user with the terminal device (for example, Patent Document 1). reference). The application server disclosed in Patent Document 1 determines whether or not the application program has been downloaded when the terminal device has accessed, and if it is determined that the download has not been completed, the necessity for downloading is determined. Is notified to the terminal device.

特開平6−131163号公報JP-A-6-131163

しかしながら、従来のアプリケーションサーバは、アプリケーションファイルの版数(バージョン)が複数ある場合に、ユーザが、端末装置に対応するアプリケーションファイルの版数毎に、異なるURLを意識的に選択指定する必要があるため、使い勝手が悪く、ユーザに操作上の負担を強いる、という課題があった。   However, in the conventional application server, when there are a plurality of application file versions (versions), the user needs to consciously select and specify a different URL for each version of the application file corresponding to the terminal device. For this reason, there is a problem that the usability is bad and the user is burdened with operations.

すなわち、従来のアプリケーションサーバは、例えば、アプリケーションファイルのバージョンアップ時に、中央管理センタ等の管理者によって、アプリケーションサーバに登録されている旧版数のアプリケーションファイルが削除され、代わりに、新しい版数のアプリケーションファイルが登録される。これによって、従来のアプリケーションサーバは、アプリケーションファイルの入れ替えが行われる。しかしながら、このアプリケーションファイルの入れ替えは、手間がかかる。そのため、従来のアプリケーションサーバは、複数版数のアプリケーションファイルを異なるファイル名で登録していた。ただし、アプリケーションサーバは、一つのURLにつき一つのアプリケーションファイルしか動作できない。そのため、各版数のアプリケーションファイルには、それぞれに対応して異なるURLが設定されていた。   That is, in the conventional application server, for example, when an application file is upgraded, an old version application file registered in the application server is deleted by an administrator such as a central management center. The file is registered. Thereby, the application file is replaced in the conventional application server. However, this application file replacement takes time. Therefore, the conventional application server has registered multiple versions of application files with different file names. However, the application server can operate only one application file per URL. For this reason, different URLs are set in each version of the application file.

ユーザは、各版数のアプリケーションファイルに対応するURLが異なるため、ユーザが操作する端末装置に対応するアプリケーションファイルの版数毎に、異なるURLを意識的に選択指定する必要がある。そのため、従来のアプリケーションサーバは、使い勝手が悪く、ユーザに操作上の負担を強いていた。   Since the URL corresponding to each version of the application file is different, the user needs to consciously select and specify a different URL for each version of the application file corresponding to the terminal device operated by the user. For this reason, the conventional application server is not easy to use, and places a heavy operational burden on the user.

そこで、ユーザからは、ユーザにアプリケーションファイルの版数を意識させることなく、ユーザによって操作される端末装置に対応して自動的に適宜好適な版数のアプリケーションファイルに従って動作する(又は、アクセスする)アプリケーションサーバの提供が望まれていた。   Therefore, the user automatically (or accesses) the application file of a suitable version number automatically in accordance with the terminal device operated by the user without making the user aware of the version number of the application file. The provision of an application server has been desired.

また、従来のアプリケーションサーバは、新しい版数のアプリケーションファイルが一度登録されると、旧版数のアプリケーションファイルに即座に戻すことができない、という課題があった。   Further, the conventional application server has a problem that once a new version of an application file is registered, it cannot be immediately restored to the old version of the application file.

すなわち、従来のアプリケーションサーバは、新しい版数のアプリケーションファイルが旧版数のアプリケーションファイルと入れ替えで登録される。そのため、従来のアプリケーションサーバは、端末装置に提供された新しい版数のアプリケーションファイルを旧版数のアプリケーションファイルに戻すには、中央管理センタ等の管理者によって、アプリケーションサーバに登録された新しい版数のアプリケーションファイルが削除され、代わりに、旧版数のアプリケーションファイルが再登録される必要がある。しかしながら、その旧版数のアプリケーションファイルの再登録に手間がかかる。そのため、従来のアプリケーションサーバは、新しい版数のアプリケーションファイルが一度登録されると、旧版数のアプリケーションファイルに即座に戻すことができなかった。   That is, in the conventional application server, the new version application file is registered by replacing the old version application file. Therefore, in order for the conventional application server to return the new version of the application file provided to the terminal device to the old version of the application file, the administrator of the central management center or the like can change the new version of the application file registered in the application server. The application file is deleted and the old version of the application file needs to be re-registered instead. However, it takes time to re-register the old version of the application file. For this reason, once a new version of an application file is registered, the conventional application server cannot immediately return to the old version of the application file.

また、従来のWebアプリケーションシステムは、新しい版数のアプリケーションファイルがアプリケーションサーバに登録された結果、障害が発生した場合に、障害の復旧が遅延し易い、という課題があった。   Further, the conventional Web application system has a problem that when a failure occurs as a result of registering a new version of the application file in the application server, recovery from the failure is likely to be delayed.

すなわち、従来のWebアプリケーションシステムは、新しい版数のアプリケーションファイルがアプリケーションサーバに登録された結果、障害が発生した場合に、各端末装置に対応するアプリケーションファイルの版数及び各アプリケーションに対応するアドレスデータを容易に変更できないため、端末装置に提供された新しい版数のアプリケーションファイルを旧版数のアプリケーションファイルに即座に戻すことができない。そのため、従来のWebアプリケーションシステムは、障害の復旧が遅延し易かった。   That is, the conventional Web application system has a version number of an application file corresponding to each terminal device and address data corresponding to each application when a failure occurs as a result of registering a new version of the application file in the application server. Therefore, the new version application file provided to the terminal device cannot be immediately returned to the old version application file. For this reason, in the conventional Web application system, recovery from a failure is easily delayed.

そこで、ユーザからは、各端末装置に対応するアプリケーションファイルの版数及各アプリケーションに対応するアドレスデータを容に変更できるWebアプリケーションシステムの提供が望まれていた。   In view of this, there has been a demand for a Web application system that can change the version number of the application file corresponding to each terminal device and the address data corresponding to each application.

本発明は、前記した課題を解決するためになされたものであり、ユーザにアプリケーションファイルの版数を意識させることなく、ユーザによって操作される端末装置に対応して自動的に適宜好適な版数のアプリケーションファイルに従って動作する(又は、アクセスする)アプリケーションサーバを提供すること、及び、当該アプリケーションサーバを実現するプログラムを提供することを主な目的とする。
また、本発明は、各端末装置に対応するアプリケーションファイルの版数及び各アプリケーションに対応するアドレスデータを容易に変更するWebアプリケーションシステムを提供することを副次的な目的とする。
The present invention has been made in order to solve the above-described problems, and automatically makes a suitable version number automatically corresponding to the terminal device operated by the user without making the user aware of the version number of the application file. It is a main object to provide an application server that operates (or accesses) according to the application file and a program that realizes the application server.
Another object of the present invention is to provide a Web application system that easily changes the version number of an application file corresponding to each terminal device and address data corresponding to each application.

前記目的を達成するため、第1発明は、ネットワークを介して接続された1乃至複数の端末装置からアドレスデータを受信し、当該アドレスデータによって指定されるアプリケーションファイルに従って動作するアプリケーションサーバにおいて、各業務種目に対応して複数版数のアプリケーションファイルを記憶する記憶部と、前記端末装置に各業務種目を選択指定可能に表示させるためのメニュー画面で、かつ、各業務種目と前記アドレスデータとが対応付けられ、任意の業務種目の選択指定時に、当該選択指定された業務種目に対応する前記アドレスデータを当該アプリケーションサーバへ送信するためのメニュー画面を生成するメニュー画面生成部と、前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理する版数管理部と、各業務種目に対応して前記記憶部に記憶された前記複数版数のアプリケーションファイルの中から、前記端末装置から送信される前記アドレスデータによって指定される特定版数のアプリケーションファイルに従って動作する業務実行部とを有し、前記メニュー画面生成部は、個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数とし、前記端末装置毎に、前記版数管理部によって管理されている各業務種目に対応する前記アプリケーションファイルの版数に応じて、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けて前記メニュー画面を生成し、生成した当該メニュー画面をそれぞれの前記端末装置に送信する構成とする。   In order to achieve the above object, the first invention is the application server that receives address data from one or more terminal devices connected via a network and operates according to an application file specified by the address data. A storage unit that stores multiple versions of an application file corresponding to an item, a menu screen that allows the terminal device to display each job type in a selectable manner, and each job type corresponds to the address data A menu screen generating unit that generates a menu screen for transmitting the address data corresponding to the selected and designated business type to the application server when selecting and specifying an arbitrary business type, and for each terminal device The version number of the application file corresponding to each business line A specific version number designated by the address data transmitted from the terminal device from among the multiple version application files stored in the storage unit corresponding to each business type A job execution unit that operates according to the application file, and the menu screen generation unit sets the version number of the application file corresponding to each terminal device as the specific version number, and for each terminal device, the version The address data for accessing each business type and the specific version number of application files stored in the storage unit according to the version number of the application file corresponding to each business type managed by the number management unit The menu screen is generated in association with each other, and the generated menu screen is displayed on each of the terminals. A configuration to be sent to the location.

このアプリケーションサーバは、メニュー画面生成部が、個々の端末装置に対応するアプリケーションファイルの版数を特定版数とし、端末装置毎に、版数管理部によって管理されている各業務種目に対応するアプリケーションファイルの版数に応じて、各業務種目と記憶部に記憶された特定版数のアプリケーションファイルにアクセスするためのアドレスデータとを対応付けてメニュー画面を生成し、生成したメニュー画面を端末装置に送信する。そのため、端末装置は、ユーザがメニュー画面に選択指定可能に表示される各業務種目の中から任意の業務種目を選択指定するだけで、自動的に適宜好適な版数のアプリケーションファイルに従って動作する。したがって、このアプリケーションサーバは、ユーザが、端末装置に対応するアプリケーションファイルの版数毎に、異なるURLを意識的に選択指定する必要がないため、使い勝手が向上し、もって、ユーザの操作上の負担を軽減させることができる。   In this application server, the menu screen generation unit sets the version number of the application file corresponding to each terminal device as a specific version number, and for each terminal device, the application corresponding to each business type managed by the version number management unit According to the version number of the file, a menu screen is generated by associating each job type with the address data for accessing the application file of a specific version number stored in the storage unit, and the generated menu screen is displayed on the terminal device. Send. For this reason, the terminal device automatically operates according to an application file having a suitable version number as appropriate simply by selecting and specifying an arbitrary job type from among the job types displayed on the menu screen so as to be selectable. Therefore, this application server does not require the user to consciously select and specify different URLs for each version of the application file corresponding to the terminal device, so that the usability is improved and the operational burden on the user is increased. Can be reduced.

また、このアプリケーションサーバは、複数版数のアプリケーションファイルを登録するため、旧版数のアプリケーションファイルと新しい版数のアプリケーションファイルとが、入れ替えでなく、ともに登録される。そのため、このアプリケーションサーバは、新しい版数のアプリケーションファイルが一度登録されると、旧版数のアプリケーションファイルに即座に戻すことができない、という課題を解決することもできる。   Further, since this application server registers a plurality of versions of application files, the old version of the application file and the new version of the application file are registered together instead of being replaced. Therefore, this application server can also solve the problem that once a new version of an application file is registered, it cannot be immediately restored to the old version of the application file.

また、第2発明は、ネットワークを介して接続された1乃至複数の端末装置からアドレスデータを受信し、当該アドレスデータによって決定されるアプリケーションファイルに従って動作するアプリケーションサーバにおいて、各業務種目に対応して複数版数のアプリケーションファイルを記憶する記憶部と、前記端末装置から前記アドレスデータを受信すると、前記端末装置のアクセスすべきアプリケーションファイルを決定するアクセス先決定部と、前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理する版数管理部と、各業務種目に対応して前記記憶部に記憶された前記複数版数のアプリケーションファイルの中から、前記端末装置から送信される前記アドレスデータによって指定される特定版数のアプリケーションファイルに従って動作する業務実行部とを有し、前記アクセス先決定部は、個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数とし、前記端末装置毎に、前記版数管理部によって管理されている各業務種目に対応する前記アプリケーションファイルの版数に応じて、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けてアクセス先を決定する構成とする。   Further, the second invention receives address data from one or more terminal devices connected via a network, and corresponds to each business item in an application server that operates according to an application file determined by the address data. A storage unit that stores an application file of a plurality of versions, an access destination determination unit that determines an application file to be accessed by the terminal device when receiving the address data from the terminal device, and a task for each terminal device A version number management unit that manages the version number of the application file corresponding to the item, and the plurality of version application files stored in the storage unit corresponding to each business item, and transmitted from the terminal device. Specified version number specified by the address data A job execution unit that operates according to an application file, wherein the access destination determination unit sets the version number of the application file corresponding to each terminal device as the specific version number, and the version number is determined for each terminal device. The address data for accessing each business type and the specific version number of application files stored in the storage unit according to the version number of the application file corresponding to each business type managed by the number management unit To determine the access destination.

このアプリケーションサーバは、アクセス先決定部が、個々の端末装置に対応するアプリケーションファイルの版数を特定版数とし、端末装置毎に、版数管理部によって管理されている各業務種目に対応するアプリケーションファイルの版数に応じて、各業務種目と記憶部に記憶された特定版数のアプリケーションファイルにアクセスするためのアドレスデータとを対応付けてアクセス先を決定する。そのため、端末装置は、ユーザが任意の業務種目を選択指定するだけで、自動的に適宜好適な版数のアプリケーションファイルにアクセスする。したがって、このアプリケーションサーバは、ユーザが、端末装置に対応するアプリケーションファイルの版数毎に、異なるURLを意識的に選択指定する必要がないため、使い勝手が向上し、もって、ユーザの操作上の負担を軽減させることができる。   In this application server, the access destination determination unit sets the version number of the application file corresponding to each terminal device as a specific version number, and for each terminal device, the application corresponding to each business type managed by the version number management unit In accordance with the version number of the file, an access destination is determined by associating each business type with address data for accessing a specific version number of application file stored in the storage unit. For this reason, the terminal device automatically accesses an application file having a suitable version number automatically when the user selects and designates an arbitrary business item. Therefore, this application server does not require the user to consciously select and specify different URLs for each version of the application file corresponding to the terminal device, so that the usability is improved and the operational burden on the user is increased. Can be reduced.

また、このアプリケーションサーバは、第1発明に係るアプリケーションサーバと同様に、複数版数のアプリケーションファイルを登録するため、旧版数のアプリケーションファイルと新しい版数のアプリケーションファイルとが、入れ替えでなく、ともに登録される。そのため、このアプリケーションサーバは、新しい版数のアプリケーションファイルが一度登録されると、旧版数のアプリケーションファイルに即座に戻すことができない、という課題を解決することもできる。   In addition, since this application server registers multiple versions of the application file in the same manner as the application server according to the first aspect of the invention, the old version of the application file and the new version of the application file are registered together instead of being replaced. Is done. Therefore, this application server can also solve the problem that once a new version of an application file is registered, it cannot be immediately restored to the old version of the application file.

また、第3発明は、各業務種目に対応する複数版数のアプリケーションファイルが記憶部に記憶されるコンピュータを、ネットワークを介して接続された1乃至複数の端末装置からアドレスデータを受信し、当該アドレスデータによって指定されるアプリケーションファイルに従って動作するアプリケーションサーバとして機能させるプログラムであって、前記コンピュータを、前記端末装置に各業務種目を選択指定可能に表示させるためのメニュー画面で、かつ、各業務種目と前記アドレスデータとが対応付けられ、任意の業務種目の選択指定時に、当該選択指定された業務種目に対応する前記アドレスデータを当該アプリケーションサーバへ送信するためのメニュー画面を生成するメニュー画面生成部と、前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理する版数管理部と、各業務種目に対応して前記記憶部に記憶された前記複数版数のアプリケーションファイルの中から、前記端末装置から送信される前記アドレスデータによって指定される特定版数のアプリケーションファイルに従って動作する業務実行部として機能させ、前記メニュー画面生成部は、個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数とし、前記端末装置毎に、前記版数管理部によって管理されている各業務種目に対応する前記アプリケーションファイルの版数に応じて、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けて前記メニュー画面を生成し、生成した当該メニュー画面をそれぞれの前記端末装置に送信する構成とする。
このプログラムは、コンピュータを、第1発明に係るアプリケーションサーバとして機能させる。
According to a third aspect of the present invention, a computer in which a plurality of versions of application files corresponding to each business item is stored in a storage unit receives address data from one or more terminal devices connected via a network, and A program that functions as an application server that operates in accordance with an application file specified by address data, the computer having a menu screen that allows the terminal device to display each job type in a selectable manner, and each job type And the address data are associated with each other, and when selecting and specifying an arbitrary business type, a menu screen generating unit that generates a menu screen for transmitting the address data corresponding to the selected business type to the application server And each business line for each terminal device The version number management unit that manages the version number of the corresponding application file, and the plurality of version number application files stored in the storage unit corresponding to each business type, and transmitted from the terminal device The menu screen generation unit functions as the specific version number of the application file corresponding to each terminal device, and functions as a business execution unit that operates according to the specific version number of application file specified by the address data. In accordance with the version number of the application file corresponding to each business type managed by the version number management unit for each terminal device, the application file of the specific version number stored in each business type and the storage unit The menu screen is generated in association with the address data for accessing And, a structure that transmits the generated the menu screen to each of the terminal device.
This program causes a computer to function as an application server according to the first invention.

また、第4発明は、各業務種目に対応する複数版数のアプリケーションファイルが記憶部に記憶されるコンピュータを、ネットワークを介して接続された1乃至複数の端末装置からアドレスデータを受信し、当該アドレスデータによって指定されるアプリケーションファイルに従って動作するアプリケーションサーバとして機能させるプログラムであって、前記コンピュータを、各業務種目に対応して複数版数のアプリケーションファイルを記憶する記憶部と、前記端末装置から前記アドレスデータを受信すると、前記端末装置のアクセスすべきアプリケーションファイルを決定するアクセス先決定部と、前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理する版数管理部と、各業務種目に対応して前記記憶部に記憶された前記複数版数のアプリケーションファイルの中から、前記端末装置から送信される前記アドレスデータによって指定される特定版数のアプリケーションファイルに従って動作する業務実行部として機能させ、前記アクセス先決定部は、個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数とし、前記端末装置毎に、前記版数管理部によって管理されている各業務種目に対応する前記アプリケーションファイルの版数に応じて、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けてアクセス先を決定する構成とする。
このプログラムは、コンピュータを、第2発明に係るアプリケーションサーバとして機能させる。
According to a fourth aspect of the present invention, a computer in which a plurality of versions of application files corresponding to each business item is stored in a storage unit receives address data from one or more terminal devices connected via a network, and A program that functions as an application server that operates according to an application file specified by address data, the computer storing a plurality of versions of an application file corresponding to each business item, and the terminal device When receiving the address data, an access destination determining unit that determines an application file to be accessed by the terminal device, and a version number managing unit that manages the version number of the application file corresponding to each business type for each terminal device; Corresponding to each business line Function as a business execution unit that operates in accordance with a specific version number of application files specified by the address data transmitted from the terminal device from among the multiple version number of application files stored in the unit, and determines the access destination The section sets the version number of the application file corresponding to each terminal device as the specific version number, and for each terminal device, the version of the application file corresponding to each business type managed by the version number management unit According to the version number, each business type is associated with the address data for accessing the application file having the specific version number stored in the storage unit, and the access destination is determined.
This program causes a computer to function as an application server according to the second invention.

また、第5発明は、Webアプリケーションシステムであって、第1発明又は第2発明に係るアプリケーションサーバと、それぞれの前記端末装置と前記アプリケーションファイルの版数との対応関係を表す版数管理用のテーブルと、各版数のアプリケーションファイルとアプリケーションファイルにアクセスするための前記アドレスデータとの対応関係を表すアドレスデータ管理用のテーブルとが登録されるデータベースと、前記データベースに登録された前記版数管理用のテーブル及び前記アドレスデータ管理用のテーブルに対して、データの変更処理の処理を行う設定装置とを有する構成とする。   The fifth invention is a Web application system for managing the version number indicating the correspondence between the application server according to the first invention or the second invention, each terminal device and the version number of the application file. A database in which a table, an application file of each version number, and a table for address data management representing a correspondence between the address data for accessing the application file are registered, and the version number management registered in the database And a setting device for performing a data change process on the address data management table and the address data management table.

このWebアプリケーションシステムは、複数版数のアプリケーションファイルがアプリケーションサーバに登録され、さらに、版数管理用のテーブルとアドレスデータ管理用のテーブルとがデータベースに登録されており、データベースに登録された版数管理用のテーブルとアドレスデータ管理用のテーブルとが設定装置によって変更処理を行うため、各端末装置に対応するアプリケーションファイルの版数及び各アプリケーションに対応するアドレスデータを容易に変更することができる。   In this Web application system, application files of a plurality of versions are registered in the application server, and a version management table and an address data management table are registered in the database. The version number registered in the database Since the management table and the address data management table are changed by the setting device, the version number of the application file corresponding to each terminal device and the address data corresponding to each application can be easily changed.

第1発明によれば、ユーザにアプリケーションファイルの版数を意識させることなく、ユーザによって操作される端末装置に対応して自動的に適宜好適な版数のアプリケーションファイルに従って動作するアプリケーションサーバを提供することができる。
また、第2発明によれば、ユーザにアプリケーションファイルの版数を意識させることなく、ユーザによって操作される端末装置に対応して自動的に適宜好適な版数のアプリケーションファイルにアクセスするアプリケーションサーバを提供することができる。
また、第3発明によれば、第1発明に係るアプリケーションサーバを実現するプログラムを提供することができる。
また、第4発明によれば、第2発明に係るアプリケーションサーバを実現するプログラムを提供することができる。
また、第5発明によれば、各端末装置に対応するアプリケーションファイルの版数及び各アプリケーションに対応するアドレスデータを容易に変更するWebアプリケーションシステムを提供することができる。
According to the first aspect of the present invention, there is provided an application server that automatically operates according to a suitable version of an application file automatically in accordance with a terminal device operated by the user without making the user aware of the version of the application file. be able to.
In addition, according to the second invention, there is provided an application server that automatically accesses a suitable version of an application file automatically corresponding to a terminal device operated by the user without making the user aware of the version of the application file. Can be provided.
Moreover, according to the third invention, a program for realizing the application server according to the first invention can be provided.
According to the fourth invention, a program for realizing the application server according to the second invention can be provided.
In addition, according to the fifth aspect of the invention, it is possible to provide a Web application system that can easily change the version number of the application file corresponding to each terminal device and the address data corresponding to each application.

実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの構成を示す図(1)である。It is a figure (1) which shows the structure of the web application system containing the application server which concerns on embodiment. 実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの構成を示す図(2)である。It is a figure (2) which shows the structure of the web application system containing the application server which concerns on embodiment. 実施形態に係るアプリケーションサーバの構成を示す図である。It is a figure which shows the structure of the application server which concerns on embodiment. 実施形態で用いるデータベースサーバの構成を示す図である。It is a figure which shows the structure of the database server used by embodiment. 実施形態で用いる版数管理マスタテーブルの構成を示す図である。It is a figure which shows the structure of the version number management master table used by embodiment. 実施形態で用いるメニューテーブルの構成を示す図である。It is a figure which shows the structure of the menu table used by embodiment. 実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの動作を示すフローチャート(1)である。It is a flowchart (1) which shows operation | movement of the web application system containing the application server which concerns on embodiment. 実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの動作を示すフローチャート(2)である。It is a flowchart (2) which shows operation | movement of the web application system containing the application server which concerns on embodiment. 実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの動作を示すフローチャート(3)である。It is a flowchart (3) which shows operation | movement of the web application system containing the application server which concerns on embodiment. 実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの動作を示すフローチャート(4)である。It is a flowchart (4) which shows operation | movement of the web application system containing the application server which concerns on embodiment. 実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの動作を示すフローチャート(5)である。It is a flowchart (5) which shows operation | movement of the web application system containing the application server which concerns on embodiment. 実施形態で用いる版数設定装置の表示画面例を示す図(1)である。It is a figure (1) which shows the example of a display screen of the version number setting apparatus used by embodiment. 実施形態で用いる版数設定装置の表示画面例を示す図(2)である。It is a figure (2) which shows the example of a display screen of the version number setting apparatus used by embodiment. 実施形態で用いる版数設定装置の表示画面例を示す図(3)である。It is a figure (3) which shows the example of a display screen of the version number setting device used by an embodiment. 実施形態で用いる版数設定装置の表示画面例を示す図(4)である。It is FIG. (4) which shows the example of a display screen of the version number setting apparatus used by embodiment. 実施形態で用いるクライアント端末装置の表示画面例を示す図(1)である。It is a figure (1) which shows the example of a display screen of the client terminal device used by embodiment. 実施形態で用いるクライアント端末装置の表示画面例を示す図(2)である。It is a figure (2) which shows the example of a display screen of the client terminal device used by embodiment.

以下、図面を参照して、本発明の実施の形態(以下、「本実施形態」と称する)につき詳細に説明する。なお、各図は、本発明を十分に理解できる程度に、概略的に示してあるに過ぎない。よって、本発明は、図示例のみに限定されるものではない。また、各図において、共通する構成要素や同様な構成要素については、同一の符号を付し、それらの重複する説明を省略する。   Hereinafter, an embodiment of the present invention (hereinafter referred to as “the present embodiment”) will be described in detail with reference to the drawings. Each figure is only schematically shown so that the present invention can be fully understood. Therefore, the present invention is not limited to the illustrated example. Moreover, in each figure, the same code | symbol is attached | subjected about the common component and the same component, and those overlapping description is abbreviate | omitted.

<アプリケーションサーバを含むWebアプリケーションシステムの構成>
以下、図1A及び図1Bを参照して、本実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの構成につき説明する。ここでは、Webアプリケーションシステム1は、例えば、銀行等の金融機関で、印鑑照合業務に関する処理(以下、「印鑑照合処理」と称する)や入出金業務に関する処理(以下、「入出金処理」と称する)等の金融業務を遂行するために用いられるものとして説明する。
<Configuration of Web application system including application server>
Hereinafter, a configuration of a Web application system including an application server according to the present embodiment will be described with reference to FIGS. 1A and 1B. Here, for example, the Web application system 1 is a financial institution such as a bank or the like. ) Etc. are explained as being used to perform financial operations.

図1A及び図1Bは、それぞれ、実施形態に係るアプリケーションサーバを含むWebアプリケーションシステムの構成を示す図である。図1Aに示す例では、データベース43が、データベースサーバ4の構成要素として、アプリケーションサーバ3から独立した構成となっている。一方、図1Bに示す例では、データベース43が、アプリケーションサーバ3の構成要素として、アプリケーションサーバ3に内蔵された構成となっている。Webアプリケーションシステム1は、図1A及び図1Bのいずれか一方に示す構成であればよいが、ここでは、図1Aに示す構成であるものとして説明する。   1A and 1B are diagrams each showing a configuration of a Web application system including an application server according to the embodiment. In the example illustrated in FIG. 1A, the database 43 has a configuration independent of the application server 3 as a component of the database server 4. On the other hand, in the example shown in FIG. 1B, the database 43 has a configuration built in the application server 3 as a component of the application server 3. The Web application system 1 may be configured as shown in either one of FIGS. 1A and 1B, but here, it will be described as having the configuration shown in FIG. 1A.

図1Aに示すように、Webアプリケーションシステム1は、中央管理センタ2側の機器として、アプリケーションサーバ3、データベースサーバ4、及び、版数設定装置5を有するとともに、支店(出張店等を含む)6側の機器として、1乃至複数のクライアント端末装置7を有しており、中央管理センタ2側の機器と支店6側の機器とが有線又は無線によるネットワーク8を介して接続されている。なお、図1Aには、支店6が1店舗しか示されていないが、実際には、支店6は多数存在する。   As shown in FIG. 1A, the Web application system 1 includes an application server 3, a database server 4, and a version number setting device 5 as devices on the central management center 2 side, and a branch (including a business trip store) 6 As a device on the side, one or a plurality of client terminal devices 7 are provided, and a device on the central management center 2 side and a device on the branch 6 side are connected via a wired or wireless network 8. In FIG. 1A, only one branch 6 is shown, but there are actually many branches 6.

アプリケーションサーバ3は、各業務に対応するアプリケーションファイル(以下、「AP」と称する場合もある)が登録されているサーバである。アプリケーションサーバ3の詳細については、図2を参照して後記する。ここでは、サーバは、記憶媒体9から、サーバをアプリケーションサーバ3として機能させるためのプログラム(以下、「アプリケーションサーバ構築用プログラム」と称する)9aがインストールされることによって、例えば図2に示す構成を実現するものとして説明する。なお、記憶媒体9は、例えば、USBメモリ等のメモリ部材や、HDD装置、CD−ROMやDVD等の光学媒体、フレキシブルディスク等の磁気媒体、その他の形態となっている。   The application server 3 is a server in which application files (hereinafter sometimes referred to as “AP”) corresponding to each business are registered. Details of the application server 3 will be described later with reference to FIG. Here, the server is installed with a program (hereinafter referred to as an “application server construction program”) 9 a for causing the server to function as the application server 3 from the storage medium 9. It will be described as being realized. The storage medium 9 is, for example, a memory member such as a USB memory, an HDD device, an optical medium such as a CD-ROM or a DVD, a magnetic medium such as a flexible disk, or other forms.

データベースサーバ4は、各種のデータが登録されるデータベース43を有するサーバである。データベースサーバ4の詳細については、図3を参照して後記する。なお、ここでは、データ生成の基準となるデータや判定処理の基準となるデータを記録部に保存する動作を「登録」と称する。   The database server 4 is a server having a database 43 in which various data are registered. Details of the database server 4 will be described later with reference to FIG. Here, an operation of storing data serving as a reference for data generation and data serving as a reference for determination processing in a recording unit is referred to as “registration”.

版数設定装置5は、各版数のアプリケーションファイルに対応するURL等のアドレスデータ(以下、単に「URL」と称する)や、各クライアント端末装置7に対応して各業務で動作するアプリケーションファイルの版数等を設定する装置である。ここでは、版数設定装置5は、例えば図10に示すログイン画面105を表示部(図示せず)に表示させるための制御プログラムが記憶されたパーソナルコンピュータ(PC)であるものとして説明する。版数設定装置5は、データベースサーバ4のデータベース43に後記するメニューテーブル42MN(図5参照)や、後記する版数管理マスタテーブル42VC(図4参照)を登録したり、登録されたメニューテーブル42MNや版数管理マスタテーブル42VCを修正したりすることにより、各版数のアプリケーションファイルに対応するURLや、各クライアント端末装置7に対応するアプリケーションファイルの版数を設定する。   The version number setting device 5 includes address data such as a URL (hereinafter simply referred to as “URL”) corresponding to each version of the application file, and an application file that operates in each job corresponding to each client terminal device 7. It is a device that sets the version number. Here, the version number setting device 5 will be described as a personal computer (PC) in which a control program for displaying a login screen 105 shown in FIG. 10 on a display unit (not shown), for example, is stored. The version number setting device 5 registers a menu table 42MN (see FIG. 5) to be described later in the database 43 of the database server 4 and a version number management master table 42VC (see FIG. 4) to be described later, or a registered menu table 42MN. Or by modifying the version number management master table 42VC, the URL corresponding to each version of the application file and the version number of the application file corresponding to each client terminal device 7 are set.

クライアント端末装置7は、支店6の窓口等に設置された、各種の取引処理を実行する端末装置である。ここでは、クライアント端末装置7は、例えば図15に示すメニュー画面取得用アイコン205aを含む初期画面205を表示部(図示せず)に表示させるための制御プログラムが記憶されたパーソナルコンピュータ(PC)であるものとして説明する。クライアント端末装置7は、アプリケーションサーバ3からメニュー画面210(図16参照)を取得する。そのメニュー画面210には、各種の業務種目が一覧表示されており、各業務種目には、アプリケーションサーバ3に登録されたアプリケーションファイルにアクセスするためのURLが対応付けられている。クライアント端末装置7は、ユーザが一覧表示された各業務種目の中から任意の業務種目を選択すると、ブラウザが起動して、アプリケーションサーバ3がアプリケーションファイルに従って動作した結果生成される画像を図示せぬ表示部に表示する。これにより、クライアント端末装置7は、ユーザが望む業務を実行する。したがって、金融機関の支店6に勤務する行員は、クライアント端末装置7のユーザとなり、クライアント端末装置7を操作することにより、アプリケーションサーバ3に登録された任意のアプリケーションファイルを利用して、例えば印鑑照合処理や入出金処理等の金融業務を遂行することができる。   The client terminal device 7 is a terminal device that is installed at a window of the branch 6 and executes various transaction processes. Here, the client terminal device 7 is a personal computer (PC) in which a control program for displaying an initial screen 205 including a menu screen acquisition icon 205a shown in FIG. 15 on a display unit (not shown), for example, is stored. It will be explained as being. The client terminal device 7 acquires the menu screen 210 (see FIG. 16) from the application server 3. The menu screen 210 displays a list of various business types, and each business type is associated with a URL for accessing an application file registered in the application server 3. The client terminal device 7 does not show an image generated as a result of the browser being activated and the application server 3 operating in accordance with the application file when the user selects an arbitrary business type from among the business types displayed in a list. Display on the display. Thereby, the client terminal device 7 executes a job desired by the user. Therefore, a bank employee who works at a branch 6 of a financial institution becomes a user of the client terminal device 7 and operates the client terminal device 7 to use, for example, an arbitrary application file registered in the application server 3 to perform seal verification. Can perform financial services such as processing and deposit / withdrawal processing.

<アプリケーションサーバの構成>
以下、図2を参照して、本実施形態に係るアプリケーションサーバ3の構成につき説明する。図2は、実施形態に係るアプリケーションサーバの構成を示す図である。ここでは、Webアプリケーションシステム1が図1Aに示す構成となっているものとして説明するが、仮に、Webアプリケーションシステム1が図1Bに示す構成となっている場合に、アプリケーションサーバ3は、図3に示すデータベース43を記憶部32に備えた構成となる。
<Application server configuration>
Hereinafter, the configuration of the application server 3 according to the present embodiment will be described with reference to FIG. FIG. 2 is a diagram illustrating a configuration of the application server according to the embodiment. Here, the Web application system 1 will be described as having the configuration shown in FIG. 1A. However, if the Web application system 1 has the configuration shown in FIG. 1B, the application server 3 is shown in FIG. The database 43 shown in FIG.

図2に示すように、アプリケーションサーバ3は、制御部31と記憶部32と通信部35とを備えている。制御部31は、CPUによって構成されており、主制御部31A、メニュー画面生成部31B、版数管理部31C、業務実行部31D、及び、通信制御部31Eとして機能する。記憶部32は、RAMや、ROM、HDD等によって構成されており、メニュー画面生成AP記憶部32A、版数管理AP記憶部32B、及び、業務AP記憶部33として区分されている。通信部35は、ネットワーク8を介して外部装置(ここでは、データベースサーバ4、版数設定装置5、及び、クライアント端末装置7の各装置)との間で通信を実行する。   As shown in FIG. 2, the application server 3 includes a control unit 31, a storage unit 32, and a communication unit 35. The control unit 31 includes a CPU, and functions as a main control unit 31A, a menu screen generation unit 31B, a version number management unit 31C, a job execution unit 31D, and a communication control unit 31E. The storage unit 32 includes a RAM, a ROM, an HDD, and the like, and is divided into a menu screen generation AP storage unit 32A, a version number management AP storage unit 32B, and a business AP storage unit 33. The communication unit 35 performs communication with external devices (here, the database server 4, the version number setting device 5, and the client terminal device 7) via the network 8.

主制御部31Aは、各部の動作を制御する機能手段である。
メニュー画面生成部31Bは、クライアント端末装置7に表示させるメニュー画面210(図16参照)を生成する機能手段である。メニュー画面210は、各業務種目を選択指定可能に表示する画面である。メニュー画面210は、各業務種目とアドレスデータとが対応付けられている。クライアント端末装置7は、メニュー画面取得用画面205aがユーザによって指定されたときに、メニュー画面生成部31Bは、業務種目毎に、データベースサーバ4からクライアント端末装置7に対応するアプリケーションファイルの版数を取得し、クライアント端末装置7に対応するアプリケーションファイルの版数が対応付けられた業務種目を表すメニュー画面210(図16参照)を動的に生成する。
The main control unit 31A is a functional unit that controls the operation of each unit.
The menu screen generation unit 31B is a functional unit that generates a menu screen 210 (see FIG. 16) to be displayed on the client terminal device 7. The menu screen 210 is a screen that can be selected and specified for each business type. In the menu screen 210, each business item is associated with address data. In the client terminal device 7, when the menu screen acquisition screen 205a is designated by the user, the menu screen generation unit 31B determines the version number of the application file corresponding to the client terminal device 7 from the database server 4 for each business item. A menu screen 210 (see FIG. 16) that represents the business line that is acquired and associated with the version number of the application file corresponding to the client terminal device 7 is dynamically generated.

版数管理部31Cは、クライアント端末装置7毎に、各業務種目に対応するアプリケーションファイルの版数を管理する機能手段である。版数管理部31Cは、業務種目毎に各版数のアプリケーションファイルとそれに対応するアドレスデータ(URL)との関係を表すテーブルデータ(以下、「メニューテーブル42MN(図5参照)」と称する)を、データベースサーバ4のデータベース43に登録する。また、版数管理部31Cは、各クライアント端末装置7とそれに対応するアプリケーションファイルの版数との関係を表すテーブルデータ(以下、「版数管理マスタテーブル42VC(図4参照)」と称する)を、データベースサーバ4のデータベース43に登録する。メニューテーブル42MN及び版数管理マスタテーブル42VCは、版数設定装置5によって、適宜登録や修正が行われる。   The version number management unit 31 </ b> C is a functional unit that manages the version number of the application file corresponding to each business type for each client terminal device 7. The version number management unit 31C stores table data (hereinafter referred to as “menu table 42MN (see FIG. 5)”) representing the relationship between the application file of each version number and the corresponding address data (URL) for each business type. And registering it in the database 43 of the database server 4. Further, the version number management unit 31C stores table data (hereinafter referred to as “version number management master table 42VC (see FIG. 4)”) representing the relationship between each client terminal device 7 and the version number of the application file corresponding thereto. And registering it in the database 43 of the database server 4. The menu table 42MN and the version number management master table 42VC are appropriately registered and modified by the version number setting device 5.

業務実行部31Dは、業務AP記憶部33に記憶された各アプリケーションファイル32CAP,32DAPに従って動作する機能手段である。
通信制御部31Eは、通信部35を制御する機能手段である。
The business execution unit 31D is a functional unit that operates according to the application files 32CAP and 32DAP stored in the business AP storage unit 33.
The communication control unit 31E is a functional unit that controls the communication unit 35.

メニュー画面生成AP記憶部32Aは、CPUをメニュー画面生成部31Bとして機能させるアプリケーションファイル(以下、「メニュー画面生成AP」と称する)を記憶する記憶手段である。
版数管理AP記憶部32Bは、CPUを版数管理部31Cとして機能させるアプリケーションファイル(以下、「版数管理AP」と称する)を記憶する記憶手段である。
The menu screen generation AP storage unit 32A is a storage unit that stores an application file (hereinafter referred to as “menu screen generation AP”) that causes the CPU to function as the menu screen generation unit 31B.
The version number management AP storage unit 32B is a storage unit that stores an application file (hereinafter referred to as “version number management AP”) that causes the CPU to function as the version number management unit 31C.

業務AP記憶部33は、各業務に対応して複数版数のアプリケーションファイル(AP)を記憶する記憶手段である。ここでは、業務AP記憶部33は、印鑑照合処理を実行するアプリケーションファイル(以下、「印鑑照合AP」と称する)32CAPを記憶する印鑑照合AP記憶部32Cと、入出金処理を実行するアプリケーションファイル(以下、「入出金AP」と称する)32DAPを記憶する入出金AP記憶部32Dとに区分されているものとして説明する。なお、印鑑照合AP記憶部32Cには、複数版数の印鑑照合AP32Ca,32Cb,32Cc,…が記憶されている。また、入出金AP記憶部32Dには、複数版数の入出金AP32Da,32Db,32Dc,…が記憶されている。   The business AP storage unit 33 is a storage unit that stores a plurality of versions of application files (AP) corresponding to each business. Here, the business AP storage unit 33 includes an application file (hereinafter referred to as a “seal verification AP”) 32CAP for executing a seal verification process, and an application file (32) for executing a deposit / withdrawal process. Hereinafter, description will be made on the assumption that it is divided into a deposit / withdrawal AP storage unit 32D for storing 32DAP. The stamp verification AP storage unit 32C stores a plurality of versions of the stamp verification APs 32Ca, 32Cb, 32Cc,. The deposit / withdrawal AP storage unit 32D stores a plurality of versions of deposit / withdrawal APs 32Da, 32Db, 32Dc,.

<データベースサーバの構成>
以下、図3を参照して、本実施形態に用いるデータベースサーバ4の構成につき説明する。図3は、実施形態に用いるデータベースサーバの構成を示す図である。
<Configuration of database server>
Hereinafter, the configuration of the database server 4 used in this embodiment will be described with reference to FIG. FIG. 3 is a diagram illustrating a configuration of a database server used in the embodiment.

図3に示すように、データベースサーバ4は、制御部41と記憶部42と通信部45とを備えている。制御部41は、CPUによって構成されており、主制御部41A、データ管理部41B、及び、通信制御部41Eとして機能する。記憶部42は、RAMや、ROM、HDD等によって構成されており、版数管理マスタテーブル記憶部42A、及び、メニューテーブル記憶部42Bとして区分されている。なお、版数管理マスタテーブル記憶部42A及びメニューテーブル記憶部42Bは、データベース43として機能している。通信部45は、ネットワーク8を介して外部装置(ここでは、アプリケーションサーバ3、及び、版数設定装置5の各装置)との間で通信を実行する。   As shown in FIG. 3, the database server 4 includes a control unit 41, a storage unit 42, and a communication unit 45. The control unit 41 is configured by a CPU and functions as a main control unit 41A, a data management unit 41B, and a communication control unit 41E. The storage unit 42 includes a RAM, a ROM, an HDD, and the like, and is divided into a version number management master table storage unit 42A and a menu table storage unit 42B. The version number management master table storage unit 42A and the menu table storage unit 42B function as the database 43. The communication unit 45 performs communication with external devices (here, the application server 3 and the version number setting device 5) via the network 8.

主制御部41Aは、各部の動作を制御する機能手段である。
データ管理部41Bは、データベース43へのデータの登録や登録されたデータの管理を行う機能手段である。
通信制御部41Eは、通信部45を制御する機能手段である。
版数管理マスタテーブル記憶部42Aは、版数管理マスタテーブル42VC(図4参照)を記憶する記憶手段である。版数管理マスタテーブル42VCの詳細については、図4を参照して後記する。
メニューテーブル記憶部42Bは、メニューテーブル42MN(図5参照)を記憶する記憶手段である。メニューテーブル42MNの詳細については、図5を参照して後記する。
The main control unit 41A is a functional unit that controls the operation of each unit.
The data management unit 41B is a functional unit that registers data in the database 43 and manages registered data.
The communication control unit 41E is a functional unit that controls the communication unit 45.
The version number management master table storage unit 42A is a storage unit that stores a version number management master table 42VC (see FIG. 4). Details of the version number management master table 42VC will be described later with reference to FIG.
The menu table storage unit 42B is a storage unit that stores the menu table 42MN (see FIG. 5). Details of the menu table 42MN will be described later with reference to FIG.

<データベースサーバに登録されているテーブルの構成>
以下、図4及び図5を参照して、データベースサーバに登録されているテーブルの構成につき説明する。
<Configuration of tables registered in the database server>
The configuration of the table registered in the database server will be described below with reference to FIG. 4 and FIG.

(版数管理マスタテーブルの構成)
図4は、実施形態で用いる版数管理マスタテーブルの構成を示す図である。図4に示す版数管理マスタテーブル42VCは、版数管理用のテーブルデータであり、各クライアント端末装置7と各アプリケーションファイルの版数との対応関係を表している。図4に示す例では、版数管理マスタテーブル42VCは、「店番号」や、「端末機番号」、「版数」等の項目を含んだ構成となっている。図4中、店番号「ZZZZ」は全店舗の番号を意味しており、また、端末機番号「ZZZZZZ」は全端末機の番号を意味している。
(Configuration of version management master table)
FIG. 4 is a diagram illustrating a configuration of a version number management master table used in the embodiment. The version number management master table 42VC shown in FIG. 4 is table data for version number management, and represents the correspondence between each client terminal device 7 and the version number of each application file. In the example shown in FIG. 4, the version number management master table 42VC includes items such as “store number”, “terminal number”, and “version number”. In FIG. 4, the store number “ZZZ” means the number of all stores, and the terminal number “ZZZZZ” means the number of all terminals.

ここでは、版数管理マスタテーブル42VCは、予め全店舗の全端末機(すなわち、店番号を「ZZZZ」としかつ端末機番号を「ZZZZZZ」とするクライアント端末装置7)の版数が標準設定の版数(ここでは、「通常版」)であるものとしてデータベースサーバ4の版数管理マスタテーブル記憶部42A(図3参照)に登録され、その後に、金融機関の中央管理センタ2(図1A参照)で勤務する行員がデータの管理者として版数設定装置5(図1A参照)を操作することによって、各クライアント端末装置7の版数が個々に修正登録(設定)されるものとして説明する。   Here, in the version number management master table 42VC, the version numbers of all the terminals in all stores (that is, the client terminal device 7 in which the store number is “ZZZ” and the terminal number is “ZZZZZ”) are set in advance as standard. The version number (here, “normal version”) is registered in the version number management master table storage unit 42A (see FIG. 3) of the database server 4, and then the central management center 2 (see FIG. 1A) of the financial institution. ) Will be described as the version number of each client terminal device 7 being individually registered (set) by operating the version number setting device 5 (see FIG. 1A) as a data manager.

なお、図4(a)は、変更前の版数管理マスタテーブル42VCの構成を示しており、図4(b)は、変更後の版数管理マスタテーブル42VCの構成を示している。以下、版数管理マスタテーブル42VCを変更前と変更後とで区別する場合に、それぞれ、「変更前版数管理マスタテーブル42VCA」及び「変更後版数管理マスタテーブル42VCB」と称する。変更後版数管理マスタテーブル42VCBは、変更前版数管理マスタテーブル42VCAと比較すると、店番「3456」に設置された端末機番号「ABCD」のクライアント端末装置7に対応するアプリケーションファイルの版数として「試行版」を表すデータが、修正登録(設定)されている。   4A shows the configuration of the version management master table 42VC before the change, and FIG. 4B shows the configuration of the version management master table 42VC after the change. Hereinafter, when the version number management master table 42VC is distinguished between before and after the change, they are referred to as a “version number management master table 42VCA before change” and a “version number management master table 42VCB after change”, respectively. The post-change version management master table 42VCB is compared with the pre-change version management master table 42VCA as the version number of the application file corresponding to the client terminal device 7 having the terminal number “ABCD” installed in the store number “3456”. Data representing “trial version” is registered for correction (set).

例えば、図4(a)は、店番号が「1234」となっている店舗のすべてのクライアント端末装置7(「ZZZZZZ」)が旧版のアプリケーションを使用し、それ以外の店舗(「ZZZZ」)のすべてのクライアント端末装置7(「ZZZZZZ」)が通常版のアプリケーションファイルを使用することを表している。すなわち、図4(a)は、すべての店舗のクライアント端末装置7におけるデフォルトの版数が通常版となっており、店番号「1234」に限ってデフォルトの版数が旧版になっている、ことを表している。
これに対し、図4(b)は、さらに特定の端末についてのみ試行版を使用させるように規定したことを表している。
For example, FIG. 4A shows that all the client terminal devices 7 (“ZZZZZ”) of the store whose store number is “1234” use the old version of the application and other stores (“ZZZ”). This means that all client terminal devices 7 (“ZZZZZZZ”) use the normal version application file. That is, FIG. 4A shows that the default version number in the client terminal device 7 of all stores is the normal version, and the default version number is the old version only for the store number “1234”. Represents.
On the other hand, FIG. 4B shows that the trial version is specified to be used only for a specific terminal.

(メニューテーブルの構成)
図5は、実施形態で用いるメニューテーブルの構成を示す図である。図5に示すメニューテーブル42MNは、URL管理用のテーブルであり、各版数のアプリケーションファイルとアプリケーションファイルにアクセスするためのURLとの対応関係を表している。図5に示す例では、メニューテーブル42MNは、「版数」や、「業務名」、「URL」等の項目を含んだ構成となっている。図5中、各URLは、各版数に対応してアプリケーションサーバ3の記憶部32(図2参照)に記憶された各アプリケーションファイル32CAP,32DAPを指定している。
(Menu table configuration)
FIG. 5 is a diagram illustrating a configuration of a menu table used in the embodiment. A menu table 42MN shown in FIG. 5 is a URL management table, and represents the correspondence between each version of the application file and the URL for accessing the application file. In the example illustrated in FIG. 5, the menu table 42MN includes items such as “version number”, “business name”, and “URL”. In FIG. 5, each URL designates each application file 32CAP, 32DAP stored in the storage unit 32 (see FIG. 2) of the application server 3 corresponding to each version number.

ここでは、URL「http://…innkannV1」等の「innkann」は「印鑑照合」処理業務を意味しており、また、URL「http://…moneyV1」等の「money」は「入出金」処理業務を意味しており、さらに、各URLの末尾の符号「V1」等は、版数(バージョン)を意味しているものとして説明する。アプリケーションサーバ3は、「http://…innkannV1」や「http://…moneyV1」等のURLをクライアント端末装置7から受信すると、HTTPプロトコルを用いて、URLによって指定される、記憶部32(図2参照)に記憶された印鑑照合アプリケーションファイル32Ca,32Cb,32Cc,…(図2参照)や入出金アプリケーションファイル32Da,32Db,32Dc,…(図2参照)にアクセスする。   Here, “innkann” such as URL “http: //...innkannV1” means “seal verification” processing, and “money” such as URL “http: // moneyV1” is “payment / withdrawal”. In the following description, it is assumed that the processing work is performed, and the code “V1” at the end of each URL represents a version number. When the application server 3 receives a URL such as “http: //...innkannV1” or “http: // ... moneyV1” from the client terminal device 7, the storage unit 32 (specified by the URL using the HTTP protocol) (See FIG. 2) and the stamp verification application files 32Ca, 32Cb, 32Cc,... (See FIG. 2) and deposit / withdrawal application files 32Da, 32Db, 32Dc,.

また、ここでは、メニューテーブル42MNは、予め末尾の符号を「V1」又は「V2」とする「印鑑照合」処理業務の「http://…innkann」及び「入出金」処理業務の「http://…money」がデータベースサーバ4のメニューテーブル記憶部42B(図3参照)に登録され、その後に、金融機関の中央管理センタ2(図1A参照)で勤務する行員がデータの管理者として版数設定装置5(図1A参照)を操作することによって、末尾の符号を「V3」とする「印鑑照合」処理業務の「http://…innkann」及び「入出金」処理業務の「http://…money」が追加登録(設定)されるものとして説明する。   Further, here, the menu table 42MN has “http: //...innkann” in the “seal verification” processing business and “http: in the deposit / withdrawal” processing business in which the last code is “V1” or “V2” in advance. // money ”is registered in the menu table storage unit 42B (see FIG. 3) of the database server 4, and then a bank employee who works at the central management center 2 (see FIG. 1A) of the financial institution is the version of the data manager. By operating the number setting device 5 (refer to FIG. 1A), “http: //...innkann” of the “seal verification” processing business in which the last sign is “V3” and “http: of the deposit / withdrawal” processing business The description will be made on the assumption that “/...

なお、図5(a)は、変更前のメニューテーブル42MNの構成を示しており、図5(b)は、変更後のメニューテーブル42MNの構成を示している。以下、メニューテーブル42MNを変更前と変更後とで区別する場合に、それぞれ、「変更前メニューテーブル42MNA」及び「変更後メニューテーブル42MNB」と称する。変更後メニューテーブル42MNBは、変更前メニューテーブル42MNAと比較すると、版数「試行版」に対応する業務名「印鑑照合」のURL及び業務名「入出金」のURLとして、それぞれ、「http://…innkannV3」及び「http://…moneyV3」が、追加登録(設定)されている。   FIG. 5A shows the configuration of the menu table 42MN before the change, and FIG. 5B shows the configuration of the menu table 42MN after the change. Hereinafter, when the menu table 42MN is distinguished between before change and after change, they are referred to as “before-change menu table 42MNA” and “after-change menu table 42MNB”, respectively. Compared with the pre-change menu table 42MNA, the post-change menu table 42MNB includes “http: //” as the URL of the business name “seal verification” and the URL of the business name “payment / withdrawal” corresponding to the version number “trial version”. /...InnkannV3 "and" http: // ... moneyV3 "are additionally registered (set).

<アプリケーションサーバを含むWebアプリケーションシステムの動作>
以下、図6〜図16を参照して、本実施形態に係るアプリケーションサーバ3を含むWebアプリケーションシステム1の動作につき説明する。図6〜図10は、それぞれ、実施形態に係るアプリケーションサーバ3を含むWebアプリケーションシステム1の動作を示すフローチャートである。また、図11〜図14は、それぞれ、実施形態で用いる版数設定装置の表示画面例を示す図である。また、図15及び図16は、それぞれ、実施形態で用いるクライアント端末装置の表示画面例を示す図である。
<Operation of Web Application System Including Application Server>
The operation of the Web application system 1 including the application server 3 according to this embodiment will be described below with reference to FIGS. 6 to 10 are flowcharts showing the operation of the Web application system 1 including the application server 3 according to the embodiment. Moreover, FIGS. 11-14 is a figure which shows the example of a display screen of the version number setting apparatus used by embodiment, respectively. FIGS. 15 and 16 are diagrams showing examples of display screens of the client terminal device used in the embodiment.

なお、各装置は、図示せぬタイマによって計測された時間に基づいて動作する。また、各装置の動作は、各装置の記憶部に読み出し自在に予め格納されたプログラムによって規定されており、各装置の制御部によって実現する。また、装置間の通信は、受信側の装置が通信によって受信されたデータを記憶部に一旦格納し、その後に、データを記憶部から読み出すことによって、行われる。また、各データは、記憶部に読み出し自在に一旦格納されてから、その後の処理を行う所要の構成要素に出力される。以下、これらの点については、データ処理では常套手段であるので、その詳細な説明を省略する。   Each device operates based on the time measured by a timer (not shown). The operation of each device is defined by a program stored in a readable manner in the storage unit of each device, and is realized by the control unit of each device. Further, communication between devices is performed by temporarily storing data received by the receiving device in the storage unit and then reading the data from the storage unit. In addition, each data is temporarily stored in a storage unit so as to be readable, and then output to a required component that performs subsequent processing. Hereinafter, since these points are conventional means in data processing, detailed description thereof is omitted.

(店番号及び端末機番号に対応するアプリケーションファイルの版数の管理処理)
まず、図6及び図7を参照して、店番号及び端末機番号に対応するアプリケーションファイルの版数の管理処理を説明する。ここでは、金融機関の中央管理センタ2(図1A参照)で勤務する行員が、データの管理者として、版数設定装置5(図1A参照)を操作してデータベースサーバ4(図3参照)にアクセスし、データベースサーバ4の版数管理マスタテーブル記憶部42A(図3参照)に登録された版数管理マスタテーブル42VC(図4参照)に対して、店番号「3456」及び端末機番号「ABCD」に対応する版数「試行版」のデータを追加登録する場合を例にして、説明する。
(Management process of version number of application file corresponding to store number and terminal number)
First, with reference to FIGS. 6 and 7, the management process of the version number of the application file corresponding to the store number and the terminal number will be described. Here, a bank employee who works at the central management center 2 (see FIG. 1A) of a financial institution operates the version number setting device 5 (see FIG. 1A) as a data manager to the database server 4 (see FIG. 3). Access the version number management master table 42VC (see FIG. 4) registered in the version number management master table storage unit 42A (see FIG. 3) of the database server 4 and store number “3456” and terminal number “ABCD”. As an example, the case of additionally registering data of the version number “trial version” corresponding to “” will be described.

Webアプリケーションシステム1は、金融機関の中央管理センタ2(図1A参照)で勤務する管理者が、版数設定装置5(図1A参照)を起動させることによって、処理を開始する。なお、ここでは、アプリケーションサーバ3及びデータベースサーバ4は、すでに、起動されているものとする。   The Web application system 1 starts processing when an administrator who works at the central management center 2 (see FIG. 1A) of the financial institution activates the version number setting device 5 (see FIG. 1A). Here, it is assumed that the application server 3 and the database server 4 are already activated.

まず、図6に示すように、版数設定装置5が、ログイン画面105(図11参照)を表示する(S105)。図11に示す例では、ログイン画面105には、管理者の識別番号(以下、「ID」と称する)及びパスワード(以下、「PASS」と称する)の入力欄、並びに、「ログイン(Login)」ボタン及び「キャンセル(Cancel)」ボタンが設けられている。   First, as shown in FIG. 6, the version number setting device 5 displays a login screen 105 (see FIG. 11) (S105). In the example illustrated in FIG. 11, the login screen 105 includes an input field for an administrator identification number (hereinafter referred to as “ID”) and a password (hereinafter referred to as “PASS”), and “Login”. A button and a “Cancel” button are provided.

版数設定装置5は、管理者により、ID及びPASSがログイン画面105の入力欄に入力され、さらに「ログイン(Login)」ボタンが押下されると、管理者のID及びPASSの入力を受付処理(例えば、図示せぬ記憶部に記憶)し(S110)、管理者のID及びPASSを含むメンテナンス画面の送信要求(以下、「メンテナンス画面要求」と称する)をアプリケーションサーバ3に送信する(S115)。   The version number setting device 5 accepts the input of the administrator's ID and PASS when the administrator inputs the ID and PASS into the input field of the login screen 105 and further presses the “Login” button. (For example, stored in a storage unit (not shown)) (S110), and transmits a maintenance screen transmission request (hereinafter referred to as "maintenance screen request") including the administrator ID and PASS to the application server 3 (S115). .

S115の後、アプリケーションサーバ3は、版数設定装置5からメンテナンス画面要求を受信すると(S120)、版数管理部31C(図2参照)が、版数管理AP記憶部32B(図2参照)に記憶された版数管理APに従って、受信されたメンテナンス画面要求に含まれているID及びPASSに、版数を管理する権限(以下、単に「管理権限」と称する)があるか否かを判定する(S125)。   After S115, when the application server 3 receives a maintenance screen request from the version number setting device 5 (S120), the version number management unit 31C (see FIG. 2) stores the version number management AP storage unit 32B (see FIG. 2). In accordance with the stored version number management AP, it is determined whether the ID and PASS included in the received maintenance screen request have the authority to manage the version number (hereinafter simply referred to as “management authority”). (S125).

S125の判定で、管理権限ありと判定された場合(“Yes”の場合)に、処理は、S130に進み、一方、管理権限なしと判定された場合(“No”の場合)に、処理は、終了する。   If it is determined in S125 that management authority exists (in the case of “Yes”), the process proceeds to S130. On the other hand, if it is determined that there is no management authority (in the case of “No”), the process is performed. ,finish.

S125の判定で、管理権限ありと判定された場合(“Yes”の場合)に、アプリケーションサーバ3の版数管理部31Cは、メンテナンス画面110(図12参照)を版数設定装置5に送信する(S130)。図12に示す例では、メンテナンス画面110には、「版数管理画面」ボタン及び「URL管理画面」ボタンが設けられている。「版数管理画面」ボタンは、版数管理マスタテーブル42VC(図4参照)に対してデータの修正登録や、追加登録、消去等を行うための管理画面(以下、「版数管理画面」と称する)をアプリケーションサーバ3から取得するためのボタンである。一方、「URL管理画面」ボタンは、メニューテーブル42MN(図5参照)に対してデータの修正登録や、追加登録、消去等を行うための管理画面(以下、「URL管理画面」と称する)をアプリケーションサーバ3から取得するためのボタンである。   When it is determined in S125 that the management authority exists (in the case of “Yes”), the version number management unit 31C of the application server 3 transmits the maintenance screen 110 (see FIG. 12) to the version number setting device 5. (S130). In the example illustrated in FIG. 12, the maintenance screen 110 is provided with a “version number management screen” button and a “URL management screen” button. The “version management screen” button is a management screen (hereinafter referred to as “version management screen”) for performing data correction registration, additional registration, deletion, etc., to the version management master table 42VC (see FIG. 4). This is a button for acquiring from the application server 3. On the other hand, the “URL management screen” button is a management screen (hereinafter referred to as “URL management screen”) for performing data correction registration, additional registration, deletion, and the like with respect to the menu table 42MN (see FIG. 5). This is a button for obtaining from the application server 3.

S130の後、版数設定装置5は、アプリケーションサーバ3からメンテナンス画面110を受信すると(S135)、メンテナンス画面110(図12参照)を図示せぬ表示部に表示する(S140)。   After S130, the version number setting device 5 receives the maintenance screen 110 from the application server 3 (S135), and displays the maintenance screen 110 (see FIG. 12) on a display unit (not shown) (S140).

S140の後、版数設定装置5を操作する管理者は、メンテナンス画面110に含まれている「版数管理画面」ボタン及び「URL管理画面」ボタンのいずれか一方を選択押下する。ここでは、管理者は、「版数管理画面」ボタンを選択押下して、「版数管理画面」の取得を版数設定装置5に指示するものとする。この場合に、図7に示すように、版数設定装置5は、版数管理画面の取得を受付処理し(S145)、版数管理画面の送信要求(以下、「版数管理画面要求」と称する)をアプリケーションサーバ3に送信する(S150)。   After S140, the administrator who operates the version number setting device 5 selects and presses either the “version number management screen” button or the “URL management screen” button included in the maintenance screen 110. Here, the administrator selects and presses the “version number management screen” button to instruct the version number setting device 5 to acquire the “version number management screen”. In this case, as shown in FIG. 7, the version number setting device 5 accepts the acquisition of the version number management screen (S145), and sends a version number management screen transmission request (hereinafter referred to as “version number management screen request”). Is transmitted to the application server 3 (S150).

S150の後、アプリケーションサーバ3は、版数設定装置5から版数管理画面要求を受信すると(S155)、版数管理部31C(図2参照)が、版数管理AP記憶部32B(図2参照)に記憶された版数管理APに従って、版数管理画面115a(図13(a)参照)を生成して版数設定装置5に送信する(S160)。このとき、アプリケーションサーバ3の版数管理部31Cは、データベースサーバ4から変更前版数管理マスタテーブル42VCA(図4(a)参照)を取得して、変更前版数管理マスタテーブル42VCAに基づいて、版数管理画面115a(図13(a)参照)を生成する。なお、アプリケーションサーバ3は、変更前版数管理マスタテーブル42VCAをアプリケーションサーバ3の記憶部32(図2参照)の図示せぬ記憶領域(又は、版数管理AP記憶部32B(図2参照))に予め記憶しておき、S160で版数管理画面115aを生成する際に、記憶部32に記憶しておいた変更前版数管理マスタテーブル42VCAを用いるようにしてもよい。   After S150, when the application server 3 receives a version number management screen request from the version number setting device 5 (S155), the version number management unit 31C (see FIG. 2), the version number management AP storage unit 32B (see FIG. 2). The version management screen 115a (see FIG. 13A) is generated and transmitted to the version number setting device 5 in accordance with the version management AP stored in (). At this time, the version management unit 31C of the application server 3 obtains the version management master table 42VCA before change from the database server 4 (see FIG. 4A), and based on the version management master table 42VCA before change. The version number management screen 115a (see FIG. 13A) is generated. The application server 3 stores the version management master table 42VCA before change in a storage area (not shown) in the storage unit 32 (see FIG. 2) of the application server 3 (or a version management AP storage unit 32B (see FIG. 2)). The version management master table 42VCA before change stored in the storage unit 32 may be used when generating the version management screen 115a in S160.

S160の後、版数設定装置5は、アプリケーションサーバ3から版数管理画面115aを受信すると(S165)、版数管理画面115aを図示せぬ表示部に表示する(S170)。   After S160, when the version number setting device 5 receives the version number management screen 115a from the application server 3 (S165), the version number management screen 115a is displayed on a display unit (not shown) (S170).

S170の後、版数設定装置5を操作する管理者は、版数管理画面115aに表示されたデータ(以下、「版数データ」と称する)に変更すべき点があれば、版数データに対する追加や、修正、削除等の変更処理を行う。ここでは、管理者は、図13(b)に示す版数管理画面115bのように、版数管理画面115a(図13(a)参照)に表示された版数データに対して、3段目のデータ(すなわち、店番号を「3456」とし、端末機番号を「ABCD」とし、さらに、版数を「試行版」とするデータ)を追加登録するものとする。   After S170, the administrator who operates the version number setting device 5 may change the data displayed on the version number management screen 115a (hereinafter referred to as “version number data”) with respect to the version number data. Change processing such as addition, correction, and deletion is performed. Here, the administrator performs the third step on the version number data displayed on the version number management screen 115a (see FIG. 13A) as in the version number management screen 115b shown in FIG. (That is, data having the store number “3456”, the terminal number “ABCD”, and the version number “trial version”) is additionally registered.

なお、「追加」処理は、例えば、管理者が、版数管理画面115aに表示された「追加」ボタンを押下して、3段目のデータを追加することによって、実行される。また、「修正」処理は、例えば、管理者が、版数管理画面115aに表示された版数データの一部を修正することによって、実行される。また、「削除」処理は、例えば、管理者が、版数管理画面115aに表示された版数データの一部を指定した後に、版数管理画面115aに表示された「削除」ボタンを押下することによって、実行される。   The “add” process is executed, for example, when the administrator presses the “add” button displayed on the version number management screen 115a and adds the third-stage data. The “correction” process is executed, for example, when the administrator corrects a part of the version number data displayed on the version number management screen 115a. In the “deletion” process, for example, after the administrator designates a part of the version number data displayed on the version number management screen 115a, the “deletion” button displayed on the version number management screen 115a is pressed. Is executed.

管理者は、実行すべきすべての変更処理が終了すると、版数管理画面115aに表示された「登録」ボタンを押下する。これに応答して、版数設定装置5は、変更された版数データの入力を受付処理し(S175)、受付処理された版数データ(以下、「入力版数データ」と称する)を含む、入力版数データの登録要求をアプリケーションサーバ3に送信する(S180)。   When all the change processes to be executed are completed, the administrator presses the “Register” button displayed on the version number management screen 115a. In response to this, the version number setting device 5 receives input of the changed version number data (S175) and includes the version data (hereinafter referred to as “input version number data”) that has been received. The registration request for the input version number data is transmitted to the application server 3 (S180).

S180の後、アプリケーションサーバ3は、版数設定装置5から入力版数データの登録要求を受信すると(S185)、版数管理部31C(図2参照)が、版数管理AP記憶部32B(図2参照)に記憶された版数管理APに従って、データベースサーバ4に入力版数データの登録を指示する(S190)。   After S180, when the application server 3 receives a registration request for the input version number data from the version number setting device 5 (S185), the version number management unit 31C (see FIG. 2), the version number management AP storage unit 32B (see FIG. 2). 2), the database server 4 is instructed to register the input version number data (S190).

S190の後、データベースサーバ4は、データ管理部41B(図3参照)が、入力版数データを、データベース43の版数管理マスタテーブル記憶部42A(図3参照)に登録する(S195)。その結果、版数管理マスタテーブル記憶部42Aに登録されていた版数管理マスタテーブル42VCA(図4(a)参照)が、店番号が「3456」で、端末機番号が「ABCD」で、かつ、版数が「試行版」となっている版数データを含む、変更後版数管理マスタテーブル42VCB(図4(b)参照)として、更新される。なお、このとき、すでに、店番号が「3456」でかつ端末機番号が「ABCD」となっている版数データが版数管理マスタテーブル42VCAに登録されている場合に、データベースサーバ4のデータ管理部41Bは、入力版数データを、すでに登録されている版数データの上に上書きする。   After S190, in the database server 4, the data management unit 41B (see FIG. 3) registers the input version number data in the version management master table storage unit 42A (see FIG. 3) of the database 43 (S195). As a result, the version number management master table 42VCA (see FIG. 4A) registered in the version number management master table storage unit 42A has the store number “3456”, the terminal number “ABCD”, and The updated version number management master table 42VCB (see FIG. 4B) including version number data whose version number is “trial version” is updated. At this time, if the version number data whose store number is “3456” and the terminal number is “ABCD” is already registered in the version number management master table 42VCA, the data management of the database server 4 is performed. The unit 41B overwrites the input version number data on the already registered version number data.

S195の後、データベースサーバ4のデータ管理部41Bは、データの登録が完了したことを表す信号(以下、「登録完了信号」と称する)をアプリケーションサーバ3に送信する(S200)。   After S195, the data management unit 41B of the database server 4 transmits a signal indicating that data registration is completed (hereinafter referred to as “registration completion signal”) to the application server 3 (S200).

S200の後、アプリケーションサーバ3は、データベースサーバ4から登録完了信号を受信すると(S205)、版数管理部31C(図2参照)が、データの登録が完了したことを表すメッセージ(以下、「登録完了メッセージ」と称する)を生成して版数設定装置5に送信する(S210)。   After S200, when the application server 3 receives the registration completion signal from the database server 4 (S205), the version number management unit 31C (see FIG. 2) displays a message indicating that the data registration is completed (hereinafter, “registration”). Is generated and transmitted to the version number setting device 5 (S210).

S210の後、版数設定装置5は、アプリケーションサーバ3から登録完了メッセージを受信すると(S215)、登録完了メッセージを図示せぬ表示部に表示する(S220)。これにより、一連の処理が終了する。   After S210, upon receiving a registration completion message from the application server 3 (S215), the version number setting device 5 displays the registration completion message on a display unit (not shown) (S220). As a result, a series of processing ends.

(版数及び業務名に対応するURLの管理処理)
次に、図6及び図8を参照して、版数及び業務名に対応するURLの管理処理を説明する。ここでは、金融機関の中央管理センタ2(図1A参照)で勤務する管理者が、版数設定装置5(図1A参照)を操作してデータベースサーバ4(図3参照)にアクセスし、データベースサーバ4のメニューテーブル記憶部42B(図3参照)に登録されたメニューテーブル42MN(図5参照)に対して、版数「試行版」に対応する業務名「印鑑照合」のURL及び業務名「入出金」のURLを追加登録する場合を例にして、説明する。
(URL management processing corresponding to version number and business name)
Next, URL management processing corresponding to the version number and the business name will be described with reference to FIGS. Here, an administrator who works at the central management center 2 (see FIG. 1A) of a financial institution operates the version number setting device 5 (see FIG. 1A) to access the database server 4 (see FIG. 3). 4 for the menu table 42MN (see FIG. 5) registered in the menu table storage unit 42B (see FIG. 3), the URL of the business name “seal verification” corresponding to the version number “trial version” and the business name “in / out” An example of the case of additionally registering a URL of “gold” will be described as an example.

Webアプリケーションシステム1は、金融機関の中央管理センタ2(図1A参照)で勤務する管理者が、版数設定装置5(図1A参照)を起動させることによって、処理を開始する。なお、ここでは、アプリケーションサーバ3及びデータベースサーバ4は、すでに、起動されているものとする。   The Web application system 1 starts processing when an administrator who works at the central management center 2 (see FIG. 1A) of the financial institution activates the version number setting device 5 (see FIG. 1A). Here, it is assumed that the application server 3 and the database server 4 are already activated.

まず、図6に示すように、版数設定装置5が、ログイン画面105(図11参照)を表示する(S105)。以下、版数設定装置5は、S105〜S140に亘って、前記した通りの処理を実行する。   First, as shown in FIG. 6, the version number setting device 5 displays a login screen 105 (see FIG. 11) (S105). Hereinafter, the version number setting device 5 performs the process as described above over S105 to S140.

S140の後、版数設定装置5を操作する管理者は、メンテナンス画面110に含まれている「版数管理画面」ボタン及び「URL管理画面」ボタンのいずれか一方を選択押下する。ここでは、管理者は、「URL管理画面」ボタンを選択押下して、「URL管理画面」の取得を版数設定装置5に指示するものとする。この場合に、図8に示すように、版数設定装置5は、URL管理画面の取得を受付処理し(S145a)、URL管理画面の送信要求(以下、「URL管理画面要求」と称する)をアプリケーションサーバ3に送信する(S150a)。   After S140, the administrator who operates the version number setting device 5 selects and presses either the “version number management screen” button or the “URL management screen” button included in the maintenance screen 110. Here, it is assumed that the administrator selects and presses the “URL management screen” button and instructs the version number setting device 5 to acquire the “URL management screen”. In this case, as shown in FIG. 8, the version number setting device 5 accepts the URL management screen acquisition (S145a), and sends a URL management screen transmission request (hereinafter referred to as “URL management screen request”). It transmits to the application server 3 (S150a).

S150aの後、アプリケーションサーバ3は、版数設定装置5からURL管理画面要求を受信すると(S155a)、版数管理部31C(図2参照)が、版数管理AP記憶部32B(図2参照)に記憶された版数管理APに従って、URL管理画面120a(図14(a)参照)を生成して版数設定装置5に送信する(S160a)。このとき、アプリケーションサーバ3の版数管理部31Cは、データベースサーバ4から変更前メニューテーブル42MNA(図5(a)参照)を取得して、変更前メニューテーブル42MNAに基づいて、URL管理画面120aを生成する。なお、アプリケーションサーバ3は、変更前メニューテーブル42MNAをアプリケーションサーバ3の記憶部32(図2参照)の図示せぬ記憶領域(又は、版数管理AP記憶部32B(図2参照))に予め記憶しておき、S160aでURL管理画面120aを生成する際に、記憶部32に記憶しておいた変更前メニューテーブル42MNAを用いるようにしてもよい。   After S150a, when the application server 3 receives the URL management screen request from the version number setting device 5 (S155a), the version number management unit 31C (see FIG. 2), the version number management AP storage unit 32B (see FIG. 2). The URL management screen 120a (see FIG. 14A) is generated and transmitted to the version number setting device 5 in accordance with the version number management AP stored in (S160a). At this time, the version number management unit 31C of the application server 3 acquires the pre-change menu table 42MNA (see FIG. 5A) from the database server 4, and displays the URL management screen 120a based on the pre-change menu table 42MNA. Generate. The application server 3 stores the pre-change menu table 42MNA in advance in a storage area (or version management AP storage unit 32B (see FIG. 2)) (not shown) of the storage unit 32 (see FIG. 2) of the application server 3. In addition, when the URL management screen 120a is generated in S160a, the pre-change menu table 42MNA stored in the storage unit 32 may be used.

S160aの後、版数設定装置5は、アプリケーションサーバ3からURL管理画面120aを受信すると(S165a)、URL管理画面120aを図示せぬ表示部に表示する(S170a)。   After S160a, upon receiving the URL management screen 120a from the application server 3 (S165a), the version number setting device 5 displays the URL management screen 120a on a display unit (not shown) (S170a).

S170aの後、版数設定装置5を操作する管理者は、URL管理画面120aに含まれるデータ(以下、「URLデータ」と称する)に変更すべき点があれば、URLデータに対する追加や、修正、削除等の変更処理を行う。ここでは、管理者は、図14(b)に示すURL管理画面120bのように、URL管理画面120a(図14(a)参照)に表示されたURLデータに対して、5段目のデータ(すなわち、版数を「試行版」とし、業務名を「印鑑照合」とし、さらに、URLを「http://…innkannV3」とするデータ)と6段目のデータ(すなわち、版数を「試行版」とし、業務名を「入出金」とし、さらに、URLを「http://…moneyV3」とするデータ)とを追加登録するものとする。   After S170a, the administrator who operates the version number setting device 5 adds or corrects URL data if there is a point to be changed in data included in the URL management screen 120a (hereinafter referred to as “URL data”). , Change processing such as deletion. Here, as shown in the URL management screen 120b shown in FIG. 14B, the administrator uses the fifth level data (see FIG. 14A) with respect to the URL data displayed on the URL management screen 120a (see FIG. 14A). That is, the version number is “trial version”, the business name is “seal verification”, and the URL is “http: // innkannV3”) and the sixth stage data (ie, the version number is “trial”). Version ”, business name“ pay-in / out ”, and URL“ http: // moneyV3 ”) are additionally registered.

管理者は、実行すべきすべての変更処理が終了すると、URL管理画面120aに表示された「登録」ボタンを押下する。これに応答して、版数設定装置5は、変更されたURLデータの入力を受付処理し(S175a)、受付処理されたURLデータ(以下、「入力URLデータ」と称する)を含む、入力URLデータの登録要求をアプリケーションサーバ3に送信する(S180a)。   When all the change processes to be executed are completed, the administrator presses the “Register” button displayed on the URL management screen 120a. In response to this, the version number setting device 5 accepts the input of the changed URL data (S175a), and the input URL including the accepted URL data (hereinafter referred to as “input URL data”). A data registration request is transmitted to the application server 3 (S180a).

S180aの後、アプリケーションサーバ3は、版数設定装置5から入力URLデータの登録要求を受信すると(S185a)、版数管理部31C(図2参照)が、版数管理AP記憶部32B(図2参照)に記憶された版数管理APに従って、データベースサーバ4に入力URLデータの登録を指示する(S190a)。   After S180a, when the application server 3 receives the input URL data registration request from the version number setting device 5 (S185a), the version number management unit 31C (see FIG. 2), the version number management AP storage unit 32B (FIG. 2). In accordance with the version number management AP stored in (Ref.), The database server 4 is instructed to register the input URL data (S190a).

S190aの後、データベースサーバ4は、データ管理部41B(図3参照)が、入力URLデータを、データベース43のメニューテーブル記憶部42B(図3参照)に登録する(S195a)。その結果、メニューテーブル記憶部42Bに登録されていたメニューテーブル42MNA(図5(a)参照)が、版数が「試行版」で、業務名が「印鑑照合」で、かつ、URLが「http://…innkannV3」となっているURLデータと、版数が「試行版」で、業務名が「入出金」で、かつ、URLが「http://…moneyV3」となっているURLデータとを含む、変更後メニューテーブル42MNB(図5(b)参照)として、更新される。なお、このとき、すでに、版数が「試行版」でかつ業務名が「印鑑照合」となっているURLデータや版数が「試行版」でかつ業務名が「入出金」となっているURLデータがメニューテーブル42MNAに登録されている場合に、データベースサーバ4のデータ管理部41Bは、入力URLデータを、すでに登録されているURLデータの上に上書きする。   After S190a, in the database server 4, the data management unit 41B (see FIG. 3) registers the input URL data in the menu table storage unit 42B (see FIG. 3) of the database 43 (S195a). As a result, the menu table 42MNA (see FIG. 5A) registered in the menu table storage unit 42B has the version number “trial version”, the business name “seal verification”, and the URL “http”. URL data with “: //...innkannV3”, URL data with version number “trial”, business name “pay-in / out”, and URL “http: // moneyV3” The updated menu table 42MNB (see FIG. 5B) is updated. At this time, the URL data whose version number is “trial version” and the business name is “seal verification”, the version number is “trial version”, and the business name is “payment / withdrawal”. When the URL data is registered in the menu table 42MNA, the data management unit 41B of the database server 4 overwrites the input URL data on the already registered URL data.

S195aの後、データベースサーバ4のデータ管理部41Bは、データの登録が完了したことを表す信号(以下、「登録完了信号」と称する)をアプリケーションサーバ3に送信する(S200)。以下、アプリケーションサーバ3及び版数設定装置5は、図7に示すフローと同様に、S205〜S220の処理を実行する。これにより、一連の処理が終了する。   After S195a, the data management unit 41B of the database server 4 transmits a signal indicating that data registration is completed (hereinafter referred to as “registration completion signal”) to the application server 3 (S200). Thereafter, the application server 3 and the version number setting device 5 execute the processes of S205 to S220, similarly to the flow shown in FIG. As a result, a series of processing ends.

(業務の実行処理)
次に、図9及び図10を参照して、業務の実行処理を説明する。ここでは、店番号「3456」の支店6(図1A参照)で勤務する行員が、端末機番号「ABCD」のクライアント端末装置7(図1A参照)のユーザとなって、アプリケーションサーバ3にアクセスし、アプリケーションサーバ3の業務AP記憶部33(図2参照)に記憶された各種のアプリケーションファイル32CAP,32DAPに従って動作するものとして説明する。
(Business execution processing)
Next, business execution processing will be described with reference to FIGS. Here, a bank employee who works at the branch 6 (see FIG. 1A) with the store number “3456” becomes the user of the client terminal device 7 (see FIG. 1A) with the terminal number “ABCD” and accesses the application server 3. A description will be given assuming that the application server 3 operates in accordance with various application files 32CAP and 32DAP stored in the business AP storage unit 33 (see FIG. 2).

なお、ここでは、前提条件として、各クライアント端末装置7には、店番号及び端末機番号が、一意に割り振られているものとする。
また、各クライアント端末装置7の初期画面205(図15参照)には、アプリケーションサーバ3からメニュー画面を取得するためのアイコン(以下、「メニュー画面取得用アイコン205a」と称する)が表示されるものとする。
Here, as a precondition, it is assumed that a store number and a terminal number are uniquely assigned to each client terminal device 7.
An icon for acquiring a menu screen from the application server 3 (hereinafter referred to as “menu screen acquisition icon 205a”) is displayed on the initial screen 205 (see FIG. 15) of each client terminal device 7. And

Webアプリケーションシステム1は、店番号「3456」の支店6(図1A参照)で勤務するユーザが、クライアント端末装置7(図1A参照)を起動させることによって、処理を開始する。なお、ここでは、アプリケーションサーバ3及びデータベースサーバ4は、すでに、起動されているものとする。   The Web application system 1 starts processing when a user working at the branch 6 (see FIG. 1A) with the store number “3456” activates the client terminal device 7 (see FIG. 1A). Here, it is assumed that the application server 3 and the database server 4 are already activated.

まず、図9に示すように、クライアント端末装置7が、初期画面205(図15参照)を表示する(S505)。このとき、クライアント端末装置7は、初期画面205(図15参照)として、メニュー画面取得用アイコン205aを含む画面を表示する。   First, as shown in FIG. 9, the client terminal device 7 displays an initial screen 205 (see FIG. 15) (S505). At this time, the client terminal device 7 displays a screen including the menu screen acquisition icon 205a as the initial screen 205 (see FIG. 15).

クライアント端末装置7は、ユーザがメニュー画面取得用アイコン205a(図15参照)を押下すると、メニュー画面の取得を受付処理するアプリケーションプログラムが起動し(S510)、端末データとして店番号「3456」及び端末機番号「ABCD」を含む、メニュー画面の送信要求(以下、「メニュー画面要求」と称する)をアプリケーションサーバ3に送信する(S515)。   When the user presses the menu screen acquisition icon 205a (see FIG. 15), the client terminal device 7 starts an application program for accepting the menu screen acquisition (S510), and stores the store number “3456” and the terminal as terminal data. A menu screen transmission request (hereinafter referred to as “menu screen request”) including the machine number “ABCD” is transmitted to the application server 3 (S515).

S515の後、アプリケーションサーバ3は、クライアント端末装置7からメニュー画面要求を受信すると(S520)、メニュー画面生成部31B(図2参照)が、メニュー画面生成AP記憶部32A(図2参照)に記憶されたメニュー画面生成APに従って、受信されたメニュー画面要求に端末データとして含まれている店番号「3456」及び端末機番号「ABCD」をデータベースサーバ4に送信して、データベースサーバ4に、端末データに該当する各アプリケーションファイルの版数の検索を指示する(S525)。   After S515, when the application server 3 receives a menu screen request from the client terminal device 7 (S520), the menu screen generation unit 31B (see FIG. 2) stores it in the menu screen generation AP storage unit 32A (see FIG. 2). In accordance with the generated menu screen generation AP, the store number “3456” and the terminal number “ABCD” included in the received menu screen request as terminal data are transmitted to the database server 4, and the terminal data is transmitted to the database server 4. Is instructed to search for the version number of each application file corresponding to (S525).

S525の後、データベースサーバ4は、データ管理部41B(図3参照)が、端末データに含まれている店番号「3456」及び端末機番号「ABCD」をキーにして、データベース43の版数管理マスタテーブル記憶部42A(図3参照)に登録されている版数管理マスタテーブル42VC(ここでは、図4(b)に示す版数管理マスタテーブル42VCB)から、該当するアプリケーションファイルの版数データを検索し(S530)、店番号及び端末機番号の双方が一致する版数データがあるか否かを判定する(S535)。   After S525, the database server 4 causes the data management unit 41B (see FIG. 3) to manage the version number of the database 43 using the store number “3456” and the terminal number “ABCD” included in the terminal data as keys. The version data of the corresponding application file is obtained from the version management master table 42VC (here, the version management master table 42VCB shown in FIG. 4B) registered in the master table storage unit 42A (see FIG. 3). Search is performed (S530), and it is determined whether there is version number data in which both the store number and the terminal number match (S535).

S535の判定で、店番号及び端末機番号の双方が一致する版数データがあると判定された場合(“Yes”の場合)に、処理は、S540に進み、一方、店番号及び端末機番号の双方が一致する版数データがないと判定された場合(“No”の場合)に、処理は、S545に進む。   If it is determined in S535 that there is version data that matches both the store number and the terminal number (in the case of “Yes”), the process proceeds to S540, while the store number and the terminal number. If it is determined that there is no version number data that coincides with each other (in the case of “No”), the process proceeds to S545.

S535の判定で、店番号及び端末機番号の双方が一致する版数データがあると判定された場合(“Yes”の場合)に、データベースサーバ4のデータ管理部41Bは、店番号及び端末機番号の双方に対応するアプリケーションファイルの版数データをアプリケーションサーバ3に送信する(S540)。ここでは、データベースサーバ4のデータ管理部41Bは、店番号「3456」及び端末機番号「ABCD」の双方に対応するアプリケーションファイルの版数である「試行版」を表すデータをアプリケーションサーバ3に送信する。   If it is determined in S535 that there is version data that matches both the store number and the terminal number (in the case of “Yes”), the data management unit 41B of the database server 4 determines the store number and the terminal number. The version data of the application file corresponding to both of the numbers is transmitted to the application server 3 (S540). Here, the data management unit 41B of the database server 4 transmits to the application server 3 data representing “trial version”, which is the version of the application file corresponding to both the store number “3456” and the terminal number “ABCD”. To do.

一方、S535の判定で、店番号及び端末機番号の双方が一致する版数データがないと判定された場合(“No”の場合)に、データベースサーバ4のデータ管理部41Bは、店番号が一致しかつ端末機番号が「ZZZZZZ」となっている版数データがあるか否かを判定する(S545)。   On the other hand, if it is determined in S535 that there is no version number data that matches both the store number and the terminal number (in the case of “No”), the data management unit 41B of the database server 4 has the store number. It is determined whether there is version number data that matches and the terminal number is “ZZZZZZZ” (S545).

S545の判定で、該当する版数データがあると判定された場合(“Yes”の場合)に、データベースサーバ4のデータ管理部41Bは、該当するアプリケーションファイルの版数データを当該店舗のデフォルトの版数データとして、アプリケーションサーバ3に送信する(S545)。この場合に、データベースサーバ4のデータ管理部41Bは、店番号「3456」に対応するアプリケーションファイルの版数を表すデータをアプリケーションサーバ3に送信する。   If it is determined in S545 that there is corresponding version data (in the case of “Yes”), the data management unit 41B of the database server 4 sets the version data of the corresponding application file to the default of the store. The version number data is transmitted to the application server 3 (S545). In this case, the data management unit 41 </ b> B of the database server 4 transmits data representing the version number of the application file corresponding to the store number “3456” to the application server 3.

一方、S545の判定で、店番号が一致する版数データがないと判定された場合(“No”の場合)に、データベースサーバ4のデータ管理部41Bは、アプリケーションファイルの標準設定の版数データをアプリケーションサーバ3に送信する(S555)。この場合に、データベースサーバ4のデータ管理部41Bは、アプリケーションファイルの図4(b)に示す店番号「ZZZZ」及び端末機番号「ZZZZZZ」に対応する版数である「通常版」を表すデータを全店舗のデフォルトの版数データとして、アプリケーションサーバ3に送信する。   On the other hand, if it is determined in S545 that there is no version number data with the same store number (in the case of “No”), the data management unit 41B of the database server 4 determines the standard version number data of the application file. Is transmitted to the application server 3 (S555). In this case, the data management unit 41B of the database server 4 represents data representing “normal version” which is the version number corresponding to the store number “ZZZ” and the terminal number “ZZZZZ” shown in FIG. 4B of the application file. Is transmitted to the application server 3 as default version number data of all stores.

なお、S540、S550、及び、S555の各処理は、すべての業務種目に対して行われる。ここでは、データベースサーバ4は、S540の処理を実行することにより、「印鑑照合」のアプリケーションファイルの版数データとして「試行版」を表すデータを、また、「入出金」のアプリケーションファイルの版数データとして「試行版」を表すデータを送信したものとする。   Note that the processes of S540, S550, and S555 are performed for all business types. Here, the database server 4 executes the processing of S540, thereby displaying the data representing “trial version” as the version data of the “seal verification” application file, and the version of the application file of “deposit / withdrawal”. It is assumed that data representing “trial version” is transmitted as data.

S540、S550、及び、S555のいずれかの処理の後、図10に示すように、アプリケーションサーバ3は、データベースサーバ4からアプリケーションファイルの版数データを受信する(S560)。ここでは、アプリケーションサーバ3は、データベースサーバ4から、「印鑑照合」のアプリケーションファイルの版数データとして「試行版」を表すデータを、また、「入出金」のアプリケーションファイルの版数データとして「試行版」を表すデータを受信したものとする。   After any of the processes of S540, S550, and S555, as shown in FIG. 10, the application server 3 receives the version data of the application file from the database server 4 (S560). Here, the application server 3 receives data representing “trial version” from the database server 4 as version data of the application file of “seal verification”, and “trial” as version data of the application file of “deposit / withdrawal”. It is assumed that data representing “version” has been received.

S560の後、アプリケーションサーバ3は、メニュー画面生成部31B(図2参照)が、メニュー画面生成AP記憶部32A(図2参照)に記憶されたメニュー画面生成APに従って、アプリケーションファイルの版数データ(ここでは、「印鑑照合」のアプリケーションファイルに対応する「試行版」を表す版数データ及び「入出金」のアプリケーションファイルに対応する「試行版」を表す版数データ)をデータベースサーバ4に送信して、データベースサーバ4に、アプリケーションファイルの版数データに該当する各アプリケーションファイルのURLの検索を指示する(S565)。   After S560, in the application server 3, the menu screen generation unit 31B (see FIG. 2) causes the application file 3 version data (in accordance with the menu screen generation AP stored in the menu screen generation AP storage unit 32A (see FIG. 2)) Here, the version data representing the “trial version” corresponding to the “seal verification” application file and the version data representing the “trial version” corresponding to the “payment / withdrawal” application file are transmitted to the database server 4. Then, the database server 4 is instructed to search the URL of each application file corresponding to the version number data of the application file (S565).

S565の後、データベースサーバ4は、データ管理部41B(図3参照)が、アプリケーションファイルの版数データをキーにして、データベース43のメニューテーブル記憶部42B(図3参照)に登録されているメニューテーブル42MN(ここでは、図5(b)に示すメニューテーブル42MNB)から、該当するアプリケーションファイルのURLデータを検索し(S570)、業務種目(業務名)毎に、版数データに対応する各アプリケーションファイルのURLデータをアプリケーションサーバ3に送信する(S575)。ここでは、データベースサーバ4のデータ管理部41Bは、業務名「印鑑照合」のURLデータとして、版数「試行版」に対応する「http://…innkannV3」と、業務名「入出金」のURLデータとして、版数「試行版」に対応する「http://…moneyV3」とをアプリケーションサーバ3に送信する。   After S565, in the database server 4, the menu registered in the menu table storage unit 42B (see FIG. 3) of the database 43 by the data management unit 41B (see FIG. 3) using the version number data of the application file as a key. The URL data of the corresponding application file is searched from the table 42MN (here, the menu table 42MNB shown in FIG. 5B) (S570), and each application corresponding to the version number data for each business type (business name). The URL data of the file is transmitted to the application server 3 (S575). Here, the data management unit 41B of the database server 4 uses “http: // innkannV3” corresponding to the version number “trial version” and the business name “payment / withdrawal” as URL data of the business name “seal verification”. As the URL data, “http: // moneyV3” corresponding to the version number “trial version” is transmitted to the application server 3.

S575の後、アプリケーションサーバ3は、データベースサーバ4から各アプリケーションファイルのURLデータを受信すると(S580)、メニュー画面生成部31B(図2参照)が、メニュー画面生成AP記憶部32A(図2参照)に記憶されたメニュー画面生成APに従って、アプリケーションファイルのURLデータに基づいて、メニュー画面210(図16参照)のHTMLデータを動的に生成する(S585)。このとき、データベースサーバ4から受信されたURLデータは、HTMLデータに基づいて形成されるメニュー画面210に含まれる各業務種目(業務名)に対応付け(リンク付け)られる。   After S575, when the application server 3 receives the URL data of each application file from the database server 4 (S580), the menu screen generation unit 31B (see FIG. 2) displays the menu screen generation AP storage unit 32A (see FIG. 2). The HTML data of the menu screen 210 (see FIG. 16) is dynamically generated based on the URL data of the application file in accordance with the menu screen generation AP stored in (S585). At this time, the URL data received from the database server 4 is associated (linked) with each business type (business name) included in the menu screen 210 formed based on the HTML data.

アプリケーションサーバ3のメニュー画面生成部31Bは、メニュー画面210のHTMLデータを生成すると、生成されたメニュー画面210のHTMLデータを、S515でメニュー画面要求を送信したクライアント端末装置7に送信する(S590)。   When the menu screen generation unit 31B of the application server 3 generates the HTML data of the menu screen 210, the menu screen generation unit 31B transmits the generated HTML data of the menu screen 210 to the client terminal device 7 that has transmitted the menu screen request in S515 (S590). .

S590の後、クライアント端末装置7は、アプリケーションサーバ3からメニュー画面210のHTMLデータを受信すると(S595)、HTMLデータに基づいて形成されるメニュー画面210(図16参照)を図示せぬ表示部に表示する(S600)。   After S590, when the client terminal device 7 receives the HTML data of the menu screen 210 from the application server 3 (S595), the menu screen 210 (see FIG. 16) formed based on the HTML data is displayed on a display unit (not shown). Display (S600).

クライアント端末装置7は、ユーザがメニュー画面210に含まれている各業務種目(業務名)の中から任意の業務種目を選択押下すると、選択押下された業務種目の実行を受付処理する(S605)。この場合に、クライアント端末装置7は、選択押下された業務種目に対応付けられたURLによって指定されるアドレスにアクセスする。ユーザは、クライアント端末装置7を操作して、所望の業務を実行する。これにより、一連の処理が終了する。   When the user selects and presses an arbitrary business item from the business items (business names) included in the menu screen 210, the client terminal device 7 accepts the execution of the selected business item (S605). . In this case, the client terminal device 7 accesses the address specified by the URL associated with the selected and pressed business type. The user operates the client terminal device 7 to execute a desired job. As a result, a series of processing ends.

以上の通り、本実施形態に係るアプリケーションサーバ3によれば、ユーザにアプリケーションファイルの版数を意識させることなく、ユーザによって操作されるクライアント端末装置7に対応して自動的に適宜好適な版数のアプリケーションファイルに従って動作することができる。   As described above, according to the application server 3 according to the present embodiment, a suitable version number is automatically and appropriately adapted to the client terminal device 7 operated by the user without making the user aware of the version number of the application file. Can work according to the application file.

また、アプリケーションサーバ3は、複数版数のアプリケーションファイルを登録するため、旧版数のアプリケーションファイルと新しい版数のアプリケーションファイルとが、入れ替えでなく、ともに登録される。
そのため、アプリケーションサーバ3によれば、新しい版数のアプリケーションファイルが一度登録されると、旧版数のアプリケーションファイルに即座に戻すことができない、という従来のアプリケーションサーバの課題を解決することもできる。
Also, since the application server 3 registers a plurality of versions of application files, the old version of the application file and the new version of the application file are registered together rather than being replaced.
Therefore, the application server 3 can solve the problem of the conventional application server that once a new version of an application file is registered, it cannot be immediately restored to the old version of the application file.

また、本実施形態に係るWebアプリケーションシステム1は、データベース43が各クライアント端末装置7に提供するアプリケーションファイルの版数を版数管理マスタテーブル42VCとして登録しているため、管理者が版数設定装置5を操作してデータベース43に登録されたアプリケーションファイルの版数に対して追加や、修正、削除等の変更処理を適宜行うことができる。
そのため、Webアプリケーションシステム1によれば、各クライアント端末装置7に対応するアプリケーションファイルの版数を容易に変更することができる。
In the Web application system 1 according to the present embodiment, the version number of the application file provided by the database 43 to each client terminal device 7 is registered as the version number management master table 42VC. 5 can be appropriately performed on the version number of the application file registered in the database 43 by performing a change process such as addition, correction, or deletion.
Therefore, according to the Web application system 1, the version number of the application file corresponding to each client terminal apparatus 7 can be easily changed.

また、Webアプリケーションシステム1は、旧版数のアプリケーションファイルと新しい版数のアプリケーションファイルとが、入れ替えでなく、ともに、アプリケーションサーバ3に登録される。そして、Webアプリケーションシステム1は、データベース43が各版数のアプリケーションファイルに対応するURLをメニューテーブル42MNとして登録しているため、管理者が版数設定装置5を操作してデータベース43に登録されたURLに対して追加や、修正、削除等の変更処理を適宜行うことができる。
そのため、Webアプリケーションシステム1によれば、各アプリケーションファイルに対応するURLを容易に変更することができる。
In the Web application system 1, the old version application file and the new version application file are registered in the application server 3, not replaced. In the Web application system 1, since the database 43 registers URLs corresponding to the application files of each version as the menu table 42MN, the administrator operates the version setting device 5 to register the URL in the database 43. Change processing such as addition, correction, and deletion can be appropriately performed on the URL.
Therefore, according to the Web application system 1, the URL corresponding to each application file can be easily changed.

なお、Webアプリケーションシステム1は、クライアント端末装置7にメニュー画面210(図16参照)を提供する際に、メニュー画面210に含まれる各業務種目に対応付けられたURLデータを新しい版数のものから旧版数のものに容易に変更することができる。そのため、Webアプリケーションシステム1によれば、新しい版数のアプリケーションファイルがクライアント端末装置7に提供されていても、ユーザに、クライアント端末装置7に提供された新しい版数のアプリケーションファイルを旧版数のアプリケーションファイルに即座に戻させることができる。   When the Web application system 1 provides the client terminal device 7 with the menu screen 210 (see FIG. 16), the URL data associated with each business type included in the menu screen 210 is updated from the new version. It can be easily changed to the old version. Therefore, according to the Web application system 1, even if a new version application file is provided to the client terminal device 7, the new version application file provided to the client terminal device 7 is sent to the user by the old version application file. You can get the file back immediately.

また、Webアプリケーションシステム1によれば、ユーザに、クライアント端末装置7に提供された新しい版数のアプリケーションファイルを旧版数のアプリケーションファイルに即座に戻させることができるため、新しい版数のアプリケーションファイルがアプリケーションサーバ3に登録された結果、障害が発生した場合であっても、障害の復旧を早期に実行することができる。   Further, according to the Web application system 1, the user can immediately return the new version application file provided to the client terminal device 7 to the old version application file. Even if a failure occurs as a result of registration in the application server 3, the failure can be recovered early.

また、Webアプリケーションシステム1によれば、すべてのクライアント端末装置7に対応するアプリケーションファイルの版数データをデータベースサーバ4に登録し、そのデータの変更を版数設定装置5によって容易に行うことができるため、クライアント端末装置7毎に異なる版数のアプリケーションファイルに従って動作するためのデータ管理を低コストで実現することができる。   Further, according to the Web application system 1, version data of application files corresponding to all client terminal devices 7 can be registered in the database server 4, and the data can be easily changed by the version number setting device 5. Therefore, it is possible to realize data management for operating according to a different version of the application file for each client terminal device 7 at a low cost.

本発明は、前記した実施形態に限定されることなく、本発明の要旨を逸脱しない範囲で種々の変更や変形を行うことができる。
例えば、図16に示すメニュー画面210は、各業務種目に対応するURLデータを表示していないが、各業務種目に対応するURLデータを表示するようにしてもよい。
The present invention is not limited to the above-described embodiment, and various changes and modifications can be made without departing from the gist of the present invention.
For example, the menu screen 210 shown in FIG. 16 does not display URL data corresponding to each business type, but may display URL data corresponding to each business type.

また、例えば、アプリケーションサーバ3は、アプリケーションファイルが、プログラムファイルとして構成されており、メニュー画面生成部31Bが、特定版数のプログラムファイルをクライアント端末装置7にダウンロードさせるためにメニュー画面210(図16参照)を生成し、業務実行部31Dが、クライアント端末装置7から送信されるアドレスデータ(URL)よって指定された特定版数のプログラムファイルをクライアント端末装置7に提供する構成にしてもよい。この構成の場合に、特定版数のプログラムファイルは、クライアント端末装置7によってダウンロードされ、クライアント端末装置7によって実行される。   Further, for example, in the application server 3, the application file is configured as a program file, and the menu screen generation unit 31B causes the menu screen 210 (FIG. 16) to download the specific version number of the program file to the client terminal device 7. The job execution unit 31D may provide the client terminal device 7 with a specific version program file specified by the address data (URL) transmitted from the client terminal device 7. In the case of this configuration, the specific version program file is downloaded by the client terminal device 7 and executed by the client terminal device 7.

なお、前記の実施形態では、クライアント端末装置7毎に版数を決定する構成となっているが、「端末機番号」に代えてオペレータIDを用いることにより、オペレータ毎に版数を管理するようにしてもよい。このようにすれば、オペレータは、利用する端末を自由に選択した場合であっても、オペレータに合った版数のアプリケーションにより業務を行うことができるようになる。   In the above-described embodiment, the version number is determined for each client terminal device 7, but the version number is managed for each operator by using an operator ID instead of the “terminal number”. It may be. In this way, even when the operator freely selects the terminal to be used, the operator can perform work with the application of the version number suitable for the operator.

また、前記の実施形態では、版数毎のリンク先(URL)を変えたHTMLデータによるメニュー画面を生成する構成となっているが、URLは固定として店番号及び端末機番号をURLのパラメータに含めるようにし、クライアント端末装置7からアプリケーションファイルへのアクセスがあった時点で、店番号及び端末機番号を基に使用させるべき版数を特定して、特定した版数に該当するアプリケーションファイルのURLを決定して転送するようにしてもよい。この場合、メニュー画面生成部31Bに代えて(あるいは、追加して)、前記のような処理を行うアクセス先決定部を設ければよい。アクセス先決定部が端末毎に使用する版数を決定する仕組み及び版数毎のアクセス先を決定する仕組みは、メニュー画面生成部31Bと同様でよい。メニュー画面は、固定のリンク先を含んだものを、予め用意してもよいし、メニュー画面生成部が生成してもよい。このように特定した版数に応じたアクセス先の振り分けを行うことによっても、前記の実施形態と同等な効果を奏することが可能である。   In the above embodiment, the menu screen is generated by HTML data in which the link destination (URL) for each version number is changed. However, the URL is fixed and the store number and the terminal number are used as URL parameters. When the application file is accessed from the client terminal device 7, the version number to be used is identified based on the store number and the terminal number, and the URL of the application file corresponding to the identified version number It may be determined and transferred. In this case, instead of (or in addition to) the menu screen generation unit 31B, an access destination determination unit that performs the processing described above may be provided. The mechanism for determining the version number used for each terminal by the access destination determination unit and the mechanism for determining the access destination for each version may be the same as those of the menu screen generation unit 31B. A menu screen including a fixed link destination may be prepared in advance, or may be generated by a menu screen generation unit. By distributing the access destinations according to the specified version numbers in this way, it is possible to achieve the same effects as in the above embodiment.

1 Webアプリケーションシステム
2 中央管理センタ
3 アプリケーションサーバ
4 データベースサーバ
5 版数設定装置(PC)
6 支店
7 クライアント端末装置(PC)
8 ネットワーク
9 記憶媒体(メモリ、CD−ROM、DVD等)
9a アプリケーションサーバ制御プログラム
31,41 制御部(CPU)
31A,41A 主制御部
31B メニュー画面生成部
31C 版数管理部
31D 業務実行部
31DA 印鑑照合部
31DB 入出金部
31E,41E 通信制御部
32,42 記憶部(RAM,ROM,HDD等)
32A メニュー画面生成AP記憶部
32AAP メニュー画面生成AP
32B 版数管理AP記憶部
32BAP 版数管理AP
32C 印鑑照合AP記憶部
32CAP(32Ca,32Cb,32Cc) 印鑑照合AP
32D 入出金AP記憶部
32DAP(32Da,32Db,32Dc) 入出金AP
33 業務AP記憶部
41B データ管理部
42A メニューテーブル記憶部
42B 版数管理マスタテーブル記憶部
42VC 版数管理マスタテーブル
42MN メニューテーブル
43 データベース
DESCRIPTION OF SYMBOLS 1 Web application system 2 Central management center 3 Application server 4 Database server 5 Version number setting apparatus (PC)
6 Branches 7 Client terminal equipment (PC)
8 Network 9 Storage media (memory, CD-ROM, DVD, etc.)
9a Application server control program 31, 41 Control unit (CPU)
31A, 41A Main control unit 31B Menu screen generation unit 31C Version number management unit 31D Business execution unit 31DA Seal verification unit 31DB Deposit / withdrawal unit 31E, 41E Communication control unit 32, 42 Storage unit (RAM, ROM, HDD, etc.)
32A menu screen generation AP storage unit 32AAP menu screen generation AP
32B version management AP storage unit 32BAP version management AP
32C Seal verification AP storage unit 32CAP (32Ca, 32Cb, 32Cc) Seal verification AP
32D Deposit / withdrawal AP storage unit 32DAP (32Da, 32Db, 32Dc) Deposit / withdrawal AP
33 Business AP storage unit 41B Data management unit 42A Menu table storage unit 42B Version management master table storage unit 42VC Version management master table 42MN Menu table 43 Database

Claims (15)

ネットワークを介して接続された1乃至複数の端末装置からアドレスデータを受信し、当該アドレスデータによって指定されるアプリケーションファイルに従って動作するアプリケーションサーバにおいて、
各業務種目に対応して複数版数のアプリケーションファイルを記憶する記憶部と、
前記端末装置に各業務種目を選択指定可能に表示させるためのメニュー画面で、かつ、各業務種目と前記アドレスデータとが対応付けられ、任意の業務種目の選択指定時に、当該選択指定された業務種目に対応する前記アドレスデータを当該アプリケーションサーバへ送信するためのメニュー画面を生成するメニュー画面生成部と、
前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理する版数管理部と、
各業務種目に対応して前記記憶部に記憶された前記複数版数のアプリケーションファイルの中から、前記端末装置から送信される前記アドレスデータによって指定される特定版数のアプリケーションファイルに従って動作する業務実行部とを有し、
前記メニュー画面生成部は、
個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数とし、前記端末装置毎に、前記版数管理部によって管理されている各業務種目に対応する前記アプリケーションファイルの版数に応じて、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けて前記メニュー画面を生成し、生成した当該メニュー画面をそれぞれの前記端末装置に送信する
ことを特徴とするアプリケーションサーバ。
In an application server that receives address data from one or more terminal devices connected via a network and operates according to an application file specified by the address data,
A storage unit for storing multiple versions of an application file corresponding to each business line;
A menu screen for displaying each job type on the terminal device so that the job can be selected and designated, and each job type and the address data are associated with each other. A menu screen generator for generating a menu screen for transmitting the address data corresponding to the event to the application server;
A version number management unit for managing the version number of the application file corresponding to each business type for each terminal device;
Business execution that operates according to a specific version number of application files specified by the address data transmitted from the terminal device from among the plurality of version application files stored in the storage unit corresponding to each business type And
The menu screen generation unit
The version number of the application file corresponding to each terminal device is set as the specific version number, and the version number of the application file corresponding to each business type managed by the version number management unit for each terminal device. Accordingly, the menu screen is generated by associating each business type with the address data for accessing the application file of the specific version number stored in the storage unit, and the generated menu screen is displayed on the respective menu items. An application server that transmits to a terminal device.
請求項1に記載のアプリケーションサーバにおいて、
前記アプリケーションファイルは、HTMLファイルとして構成されており、
前記アドレスデータは、URLデータである
ことを特徴とするアプリケーションサーバ。
The application server according to claim 1,
The application file is configured as an HTML file,
The application server, wherein the address data is URL data.
請求項1又は請求項2に記載のアプリケーションサーバにおいて、
前記アプリケーションファイルは、プログラムファイルとして構成されており、
前記メニュー画面生成部は、
特定版数のプログラムファイルを前記端末装置にダウンロードさせるための画面として、前記メニュー画面を生成し、
前記業務実行部は、
前記端末装置に表示される前記メニュー画面に含まれる前記1乃至複数の業務種目の中から特定種目が選択されることにより、いずれかの前記端末装置から送信される前記アドレスデータによって指定された特定版数のプログラムファイルを、前記アドレスデータを送信した前記端末装置に送信する
ことを特徴とするアプリケーションサーバ。
In the application server according to claim 1 or 2,
The application file is configured as a program file,
The menu screen generation unit
As a screen for causing the terminal device to download a program file of a specific version number, the menu screen is generated,
The business execution unit
The specific specified by the address data transmitted from any of the terminal devices by selecting a specific item from the one or more business items included in the menu screen displayed on the terminal device An application server that transmits a program file of a version number to the terminal device that has transmitted the address data.
請求項1乃至請求項3のいずれか一項に記載のアプリケーションサーバにおいて、
各種のデータを記憶するデータベースサーバと接続されており、
前記版数管理部は、
前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理するための版数管理マスタテーブルを、前記データベースサーバに記憶させる
ことを特徴とするアプリケーションサーバ。
In the application server according to any one of claims 1 to 3,
It is connected to a database server that stores various data,
The version number management unit
An application server, wherein a version number management master table for managing a version number of the application file corresponding to each business type is stored in the database server for each terminal device.
請求項4に記載のアプリケーションサーバにおいて、
前記版数管理部は、
前記アプリケーションファイルの版数毎に、前記アドレスデータを管理するためのメニューテーブルを、前記データベースサーバに記憶させる
ことを特徴とするアプリケーションサーバ。
In the application server according to claim 4,
The version number management unit
An application server, wherein a menu table for managing the address data is stored in the database server for each version of the application file.
請求項5に記載のアプリケーションサーバにおいて、
前記版数管理部は、
前記データベースサーバに記憶された前記版数管理マスタテーブルに基づいて、個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数として識別し、
前記メニュー画面生成部は、
前記データベースサーバに記憶された前記メニューテーブルに基づいて、前記端末装置毎に、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けて前記メニュー画面を生成する
ことを特徴とするアプリケーションサーバ。
In the application server according to claim 5,
The version number management unit
Based on the version management master table stored in the database server, the version number of the application file corresponding to each terminal device is identified as the specific version number,
The menu screen generation unit
Based on the menu table stored in the database server, for each terminal device, each business item is associated with the address data for accessing the specific version of the application file stored in the storage unit. And generating the menu screen.
請求項1乃至請求項3のいずれか一項に記載のアプリケーションサーバにおいて、
さらに、各種のデータを記憶するデータベースを有しており、
前記版数管理部は、
前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理するための版数管理マスタテーブルを前記データベースに記憶させる
ことを特徴とするアプリケーションサーバ。
In the application server according to any one of claims 1 to 3,
In addition, it has a database that stores various data,
The version number management unit
An application server, wherein a version number management master table for managing the version number of the application file corresponding to each business type is stored in the database for each terminal device.
請求項7に記載のアプリケーションサーバにおいて、
前記版数管理部は、
前記アプリケーションファイルの版数毎に、前記アドレスデータを管理するためのメニューテーブルを前記データベースに記憶させる
ことを特徴とするアプリケーションサーバ。
In the application server according to claim 7,
The version number management unit
A menu table for managing the address data is stored in the database for each version number of the application file.
請求項8に記載のアプリケーションサーバにおいて、
前記版数管理部は、
前記データベースに記憶された前記版数管理マスタテーブルに基づいて、個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数として識別し、
前記メニュー画面生成部は、
前記データベースに記憶された前記メニューテーブルに基づいて、前記端末装置毎に、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けて前記メニュー画面を生成する
ことを特徴とするアプリケーションサーバ。
The application server according to claim 8,
The version number management unit
Based on the version number management master table stored in the database, the version number of the application file corresponding to each terminal device is identified as the specific version number,
The menu screen generation unit
Based on the menu table stored in the database, for each terminal device, each business type is associated with the address data for accessing the application file of the specific version number stored in the storage unit. An application server for generating the menu screen.
請求項1乃至請求項9のいずれか一項に記載のアプリケーションサーバにおいて、
前記アプリケーションファイルの版数を設定するための版数設定装置に接続されており、
前記版数管理部は、
個々の前記端末装置に対応する前記アプリケーションファイルの前記特定版数が表示される版数管理画面を生成して、生成した当該版数管理画面を前記版数設定装置に送信する
ことを特徴とするアプリケーションサーバ。
In the application server according to any one of claims 1 to 9,
Connected to a version number setting device for setting the version number of the application file,
The version number management unit
A version number management screen on which the specific version number of the application file corresponding to each terminal device is displayed is generated, and the generated version number management screen is transmitted to the version number setting device. Application server.
請求項1乃至請求項10のいずれか一項に記載のアプリケーションサーバにおいて、
前記アプリケーションファイルの版数を設定するための版数設定装置に接続されており、
前記版数管理部は、
前記複数版数のアプリケーションファイルと個々の前記アプリケーションファイルに対応する前記アドレスデータとが表示されるアドレス管理画面を生成して、生成した当該アドレス管理画面を前記版数設定装置に送信する
ことを特徴とするアプリケーションサーバ。
The application server according to any one of claims 1 to 10,
Connected to a version number setting device for setting the version number of the application file,
The version number management unit
Generating an address management screen on which the plurality of versions of the application file and the address data corresponding to each of the application files are displayed, and transmitting the generated address management screen to the version number setting device; Application server.
ネットワークを介して接続された1乃至複数の端末装置からアドレスデータを受信し、当該アドレスデータによって決定されるアプリケーションファイルに従って動作するアプリケーションサーバにおいて、
各業務種目に対応して複数版数のアプリケーションファイルを記憶する記憶部と、
前記端末装置から前記アドレスデータを受信すると、前記端末装置のアクセスすべきアプリケーションファイルを決定するアクセス先決定部と、
前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理する版数管理部と、
各業務種目に対応して前記記憶部に記憶された前記複数版数のアプリケーションファイルの中から、前記端末装置から送信される前記アドレスデータによって指定される特定版数のアプリケーションファイルに従って動作する業務実行部とを有し、
前記アクセス先決定部は、
個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数とし、前記端末装置毎に、前記版数管理部によって管理されている各業務種目に対応する前記アプリケーションファイルの版数に応じて、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けてアクセス先を決定する
ことを特徴とするアプリケーションサーバ。
In an application server that receives address data from one or more terminal devices connected via a network and operates according to an application file determined by the address data,
A storage unit for storing multiple versions of an application file corresponding to each business line;
When receiving the address data from the terminal device, an access destination determination unit that determines an application file to be accessed by the terminal device;
A version number management unit for managing the version number of the application file corresponding to each business type for each terminal device;
Business execution that operates according to a specific version number of application files specified by the address data transmitted from the terminal device from among the plurality of version application files stored in the storage unit corresponding to each business type And
The access destination determination unit
The version number of the application file corresponding to each terminal device is set as the specific version number, and the version number of the application file corresponding to each business type managed by the version number management unit for each terminal device. In response, the application server determines an access destination by associating each business type with the address data for accessing the specific version of the application file stored in the storage unit.
各業務種目に対応する複数版数のアプリケーションファイルが記憶部に記憶されるコンピュータを、ネットワークを介して接続された1乃至複数の端末装置からアドレスデータを受信し、当該アドレスデータによって指定されるアプリケーションファイルに従って動作するアプリケーションサーバとして機能させるプログラムであって、
前記コンピュータを、
前記端末装置に各業務種目を選択指定可能に表示させるためのメニュー画面で、かつ、各業務種目と前記アドレスデータとが対応付けられ、任意の業務種目の選択指定時に、当該選択指定された業務種目に対応する前記アドレスデータを当該アプリケーションサーバへ送信するためのメニュー画面を生成するメニュー画面生成部と、
前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理する版数管理部と、
各業務種目に対応して前記記憶部に記憶された前記複数版数のアプリケーションファイルの中から、前記端末装置から送信される前記アドレスデータによって指定される特定版数のアプリケーションファイルに従って動作する業務実行部として機能させ、
前記メニュー画面生成部は、
個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数とし、前記端末装置毎に、前記版数管理部によって管理されている各業務種目に対応する前記アプリケーションファイルの版数に応じて、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けて前記メニュー画面を生成し、生成した当該メニュー画面をそれぞれの前記端末装置に送信する
ことを特徴とするプログラム。
An application that receives address data from one or more terminal devices connected via a network to a computer in which a plurality of versions of application files corresponding to each business line is stored in the storage unit, and is designated by the address data A program that functions as an application server that operates according to a file,
The computer,
A menu screen for displaying each job type on the terminal device so that the job can be selected and designated, and each job type and the address data are associated with each other. A menu screen generator for generating a menu screen for transmitting the address data corresponding to the event to the application server;
A version number management unit for managing the version number of the application file corresponding to each business type for each terminal device;
Business execution that operates according to a specific version number of application files specified by the address data transmitted from the terminal device from among the plurality of version application files stored in the storage unit corresponding to each business type Function as a part,
The menu screen generation unit
The version number of the application file corresponding to each terminal device is set as the specific version number, and the version number of the application file corresponding to each business type managed by the version number management unit for each terminal device. Accordingly, the menu screen is generated by associating each business type with the address data for accessing the application file of the specific version number stored in the storage unit, and the generated menu screen is displayed on the respective menu items. A program characterized by being transmitted to a terminal device.
各業務種目に対応する複数版数のアプリケーションファイルが記憶部に記憶されるコンピュータを、ネットワークを介して接続された1乃至複数の端末装置からアドレスデータを受信し、当該アドレスデータによって指定されるアプリケーションファイルに従って動作するアプリケーションサーバとして機能させるプログラムであって、
前記コンピュータを、
各業務種目に対応して複数版数のアプリケーションファイルを記憶する記憶部と、
前記端末装置から前記アドレスデータを受信すると、前記端末装置のアクセスすべきアプリケーションファイルを決定するアクセス先決定部と、
前記端末装置毎に、各業務種目に対応する前記アプリケーションファイルの版数を管理する版数管理部と、
各業務種目に対応して前記記憶部に記憶された前記複数版数のアプリケーションファイルの中から、前記端末装置から送信される前記アドレスデータによって指定される特定版数のアプリケーションファイルに従って動作する業務実行部として機能させ、
前記アクセス先決定部は、
個々の前記端末装置に対応する前記アプリケーションファイルの版数を前記特定版数とし、前記端末装置毎に、前記版数管理部によって管理されている各業務種目に対応する前記アプリケーションファイルの版数に応じて、各業務種目と前記記憶部に記憶された前記特定版数のアプリケーションファイルにアクセスするための前記アドレスデータとを対応付けてアクセス先を決定する
ことを特徴とするプログラム。
An application that receives address data from one or more terminal devices connected via a network to a computer in which a plurality of versions of application files corresponding to each business line is stored in the storage unit, and is designated by the address data A program that functions as an application server that operates according to a file,
The computer,
A storage unit for storing multiple versions of an application file corresponding to each business line;
When receiving the address data from the terminal device, an access destination determination unit that determines an application file to be accessed by the terminal device;
A version number management unit for managing the version number of the application file corresponding to each business type for each terminal device;
Business execution that operates according to a specific version number of application files specified by the address data transmitted from the terminal device from among the plurality of version application files stored in the storage unit corresponding to each business type Function as a part,
The access destination determination unit
The version number of the application file corresponding to each terminal device is set as the specific version number, and the version number of the application file corresponding to each business type managed by the version number management unit for each terminal device. Accordingly, a program for determining an access destination by associating each business type with the address data for accessing the application file of the specific version number stored in the storage unit.
請求項1乃至請求項12のいずれか一項に記載のアプリケーションサーバと、
それぞれの前記端末装置と前記アプリケーションファイルの版数との対応関係を表す版数管理用のテーブルと、各版数のアプリケーションファイルとアプリケーションファイルにアクセスするための前記アドレスデータとの対応関係を表すアドレスデータ管理用のテーブルとが登録されるデータベースと、
前記データベースに登録された前記版数管理用のテーブル及び前記アドレスデータ管理用のテーブルに対して、データの変更処理を行う設定装置とを有する
ことを特徴とするWebアプリケーションシステム。
An application server according to any one of claims 1 to 12,
Address indicating the correspondence between each version of the terminal device and the version number of the application file, and the correspondence between the version of the application file and the address data for accessing the application file A database in which data management tables are registered, and
A Web application system comprising: a setting device that performs data change processing on the version number management table and the address data management table registered in the database.
JP2010034444A 2010-02-19 2010-02-19 Application server, program for realizing the application server, and Web application system including the application server Active JP5434654B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010034444A JP5434654B2 (en) 2010-02-19 2010-02-19 Application server, program for realizing the application server, and Web application system including the application server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010034444A JP5434654B2 (en) 2010-02-19 2010-02-19 Application server, program for realizing the application server, and Web application system including the application server

Publications (2)

Publication Number Publication Date
JP2011170661A JP2011170661A (en) 2011-09-01
JP5434654B2 true JP5434654B2 (en) 2014-03-05

Family

ID=44684712

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010034444A Active JP5434654B2 (en) 2010-02-19 2010-02-19 Application server, program for realizing the application server, and Web application system including the application server

Country Status (1)

Country Link
JP (1) JP5434654B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013077220A (en) * 2011-09-30 2013-04-25 Toshiba Corp Computer system and application multiple version management device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6167441A (en) * 1997-11-21 2000-12-26 International Business Machines Corporation Customization of web pages based on requester type
JP2000276337A (en) * 1999-03-25 2000-10-06 Ntt Communicationware Corp Terminal device, system managing device, program automatic switching system, control method for terminal device, and control method for system managing device
JP3382881B2 (en) * 1999-04-23 2003-03-04 株式会社ビジネスブレイン太田昭和 Data access control device
JP2006085325A (en) * 2004-09-15 2006-03-30 Toray Ind Inc Database processing program preparation method, database processing program, storage medium with the program recorded and application server

Also Published As

Publication number Publication date
JP2011170661A (en) 2011-09-01

Similar Documents

Publication Publication Date Title
JP5025116B2 (en) Information processing apparatus, control method therefor, and program
WO2005079521A2 (en) System and method for automatic domain-name registration and web publishing
JP2016004453A (en) Service provision system, log information provision method and program
JP6353471B2 (en) API linkage apparatus, API linkage method, and API linkage program
US20090094322A1 (en) Thumbnail distribution system, server, client and program
JP2015200943A5 (en)
JP2006243929A (en) Terminal device management system, terminal device management method, and computer program
JP5677005B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP2021166020A (en) Information processing apparatus, installation management server, system, method for controlling those, and program
JP5963420B2 (en) Image processing system, image processing apparatus, control method therefor, and program
JP4734030B2 (en) Management system
JP5434654B2 (en) Application server, program for realizing the application server, and Web application system including the application server
JP5403447B2 (en) Virtual machine management apparatus, virtual machine management system, virtual machine management method, and program
JP5028456B2 (en) System that mediates printing on the network
JP6303390B2 (en) Printing apparatus, printing system, and program
JP5686719B2 (en) Image forming apparatus, application management apparatus, and application management system
JP4054626B2 (en) Information terminal device and program
JP4997070B2 (en) Electrical device, image display control method, and image display control program
JP5403445B2 (en) Virtual machine management apparatus, virtual machine management method, and program
US20170111235A1 (en) Device management system, device management method, and server apparatus
JP7259419B2 (en) Information processing device, management device, information processing system and program
JP2005165826A (en) Data input support method, system, program, and terminal
JP7087506B2 (en) Equipment management equipment, equipment management method, equipment management program and equipment management system
JP2002244945A (en) Method and system for supporting connection setting of internet
WO2015194051A1 (en) Machine information acquisition device, machine information acquisition system, machine information acquisition method, program, and information storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20121115

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131031

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131125

R150 Certificate of patent or registration of utility model

Ref document number: 5434654

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150