JP4495783B2 - Database usage system - Google Patents

Database usage system Download PDF

Info

Publication number
JP4495783B2
JP4495783B2 JP2004187597A JP2004187597A JP4495783B2 JP 4495783 B2 JP4495783 B2 JP 4495783B2 JP 2004187597 A JP2004187597 A JP 2004187597A JP 2004187597 A JP2004187597 A JP 2004187597A JP 4495783 B2 JP4495783 B2 JP 4495783B2
Authority
JP
Japan
Prior art keywords
data
cache
client terminal
list
screen
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.)
Expired - Fee Related
Application number
JP2004187597A
Other languages
Japanese (ja)
Other versions
JP2006011787A (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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute 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 Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2004187597A priority Critical patent/JP4495783B2/en
Publication of JP2006011787A publication Critical patent/JP2006011787A/en
Application granted granted Critical
Publication of JP4495783B2 publication Critical patent/JP4495783B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

この発明はデータベース利用技術に係り、特に、クライアント端末とデータベースサーバとの間にフロントエンドサーバを設置し、このフロントエンドサーバを介してクライアント端末のWebブラウザプログラムからデータベースサーバ内の登録データを利用する仕組みを備えたデータベース利用システムに関する。   The present invention relates to a database utilization technique, and in particular, a front-end server is installed between a client terminal and a database server, and registered data in the database server is used from a Web browser program of the client terminal via the front-end server. The present invention relates to a database utilization system having a mechanism.

データベースの利用形態として、単にデータの検索や表示を目的とした「参照系」と、データの修正や追加、削除を行う「登録系」とに大別することができる。
図12は従来の利用形態の一例を示すものであり、DB(Database)サーバ80の前段にWebサーバ機能及びAP(Application)サーバ機能を備えたフロントエンドサーバ82が設置され、インターネットやイントラネット等の通信ネットワーク84を介してこのサーバ82が多数のクライアント端末86と接続されている様子が描かれている。
各クライアント端末86にはWebブラウザプログラムがセットアップされており、このWebブラウザを通じてフロントエンドサーバ82に特定のデータベースに対する検索リクエストが送信されると、フロントエンドサーバ82は検索条件をDBサーバ80に渡し、検索処理を依頼する。
そして、DBサーバ80から検索結果が送信されると、これをフロントエンドサーバ82がWebファイルに加工した上で、クライアント端末86に送信する。
この結果ユーザは、クライアント端末86のディスプレイに表示された汎用のWebブラウザ上でデータの閲覧が可能となる(非特許文献1の「テーブルの一覧」参照)。
Database usage forms can be broadly divided into “reference systems” simply for the purpose of data search and display, and “registration systems” for correcting, adding, and deleting data.
FIG. 12 shows an example of a conventional usage form. A front-end server 82 having a Web server function and an AP (Application) server function is installed in the preceding stage of a DB (Database) server 80, and the Internet, an intranet, etc. A state in which the server 82 is connected to a large number of client terminals 86 via the communication network 84 is depicted.
Each client terminal 86 has a web browser program set up. When a search request for a specific database is transmitted to the front-end server 82 through the web browser, the front-end server 82 passes the search condition to the DB server 80, Request a search process.
Then, when the search result is transmitted from the DB server 80, the front end server 82 processes it into a Web file and transmits it to the client terminal 86.
As a result, the user can browse data on a general-purpose Web browser displayed on the display of the client terminal 86 (see “Table List” in Non-Patent Document 1).

これに対し、DBサーバ80内のデータに変更を加える業務については、登録系の処理に最適化された専用のアプリケーションプログラムを搭載したクライアント端末88が用いられる場合が多い(非特許文献2参照)。
このアプリケーションプログラムは、操作ボタンの配置や入力・表示欄の構成などの、いわゆるユーザインターフェイスの設計に適した第四世代言語、例えばVisual Basic(登録商標)等で一般にコーディングされる。
itBASEのデザイン画面サンプル[平成16年6月7日検索] インターネットURL:http://219.118.162.84/eaccess/servlet/eAccess?PAGE=00005&acountid=access&accessid=itbase&UPAGE=00002&FILENM=pageclip&FILENO=00002&FILEID=000061&CLIPTABLE=&FORMNO=page00002&REPORTNO 入力処理の画面サンプル[平成16年6月7日検索] インターネッURL:http://it.e-otsuka.com/ryutsu/images/food_sft1.gif
On the other hand, for the task of changing data in the DB server 80, a client terminal 88 equipped with a dedicated application program optimized for registration processing is often used (see Non-Patent Document 2). .
This application program is generally coded in a fourth generation language such as Visual Basic (registered trademark) suitable for designing a so-called user interface, such as the arrangement of operation buttons and the configuration of input / display fields.
itBASE design screen sample [Search June 7, 2004] Internet URL: http://219.118.162.84/eaccess/servlet/eAccess?PAGE=00005&acountid=access&accessid=itbase&UPAGE=00002&FILENM=pageclip&FILENO=00002&FILEID=000061&CLIPTABLE=&FORMNO= page00002 & REPORTNO Sample screen of input processing [Search June 7, 2004] Internet URL: http://it.e-otsuka.com/ryutsu/images/food_sft1.gif

元々、データベースの利用に関しては参照系及び登録系共に専用のアプリケーションプログラムをクライアント端末に搭載することによって実現されていたのであるが、インターネットを中心としたWebシステムの普及に伴い、設計の容易な参照系に関してはいち早くWebベースでの利用が進展してきたという経緯がある。
そして、Webシステムを通じたデータベースの参照利用が拡大するに従い、登録系と参照系のプログラムを別言語でコーディングすることや、個々のクライアント端末88に専用のアプリケーションプログラムを搭載することの非効率性が認識されるようになり、登録系の処理についてもWebベースで実現したいという要請が強まってきているのが現状である。
Originally, the use of the database was realized by installing a dedicated application program in the client terminal for both the reference system and the registration system. However, with the spread of the Web system centering on the Internet, the design can be referred to easily. As for the system, there is a history that the use of the web base has progressed quickly.
As database reference usage through the Web system expands, the inefficiencies of coding registration and reference programs in different languages and installing dedicated application programs on individual client terminals 88 are becoming inefficient. At present, there is a growing demand for Web-based registration processing as well.

しかしながら、汎用のWebブラウザプログラムには基本的に「頁(ページ)」という概念が存在しないため、登録処理用のWebフォームをディスプレイ上に表示させた場合に、レコードのリストを所定の行数で頁送りすることが困難であり、表示行数が固定された専用のアプリケーションプログラムの操作性に慣れたユーザに違和感を抱かせてしまうという問題がある。
実際、レコードの件数が多い場合には、非特許文献1の「フォームのフィールド指定」画面より明かなように、最終行の下に配置された「登録」や「削除」といった操作ボタンを表示させるために画面の縦スクロールを何度も行う必要が生じ、ユーザは大きなストレスを感じることとなる。
また、一行に複数のレコードに係るデータを横方向に配列させて、一頁に表示されるデータ量を増やすことがデータの一覧性を高める上で望ましい場合があるが、汎用のWebブラウザプログラムでこれを実現することは困難であり、縦方向に各レコードを並べてリスト表示するしかなかった。
もちろん、このようなWebシステムにおけるユーザインターフェイスの問題は参照系の利用形態でも同様に生じるが、登録業務を行う場合により顕著に認識されることとなる。
However, general-purpose web browser programs basically do not have the concept of “page”, so when a registration form web form is displayed on a display, a list of records is displayed with a predetermined number of lines. There is a problem that it is difficult to turn the page, and the user who is used to the operability of the dedicated application program with a fixed number of display lines is made uncomfortable.
Actually, when the number of records is large, operation buttons such as “registration” and “deletion” arranged below the last line are displayed as is clear from the “form field specification” screen of Non-Patent Document 1. Therefore, it is necessary to perform vertical scrolling of the screen many times, and the user feels great stress.
In addition, it may be desirable to increase the amount of data displayed on one page by arranging data related to multiple records in one row in a horizontal direction, but it is desirable to improve the data listing. It was difficult to realize this, and there was no choice but to display the records side by side in the vertical direction.
Of course, such a user interface problem in the Web system occurs in the same manner in the reference system, but it will be recognized more prominently when performing registration work.

さらに、クライアント端末とサーバ間での情報のやり取りが増えるため、クライアント端末の数が増えるに従ってネットワークに大きな負荷を与えるようになる。
特に、DBサーバに格納されたレコードが多くのデータ項目を備えている場合に、その一部のみをクライアント端末上で表示させることは、ヒドゥン(hidden)という技術を使うことによって従来も可能であったが、これは非表示のデータであってもクライアント端末とサーバ間を往復することが前提となるため、データ通信量の増大を招いていた。
Furthermore, since the exchange of information between the client terminal and the server increases, the load on the network increases as the number of client terminals increases.
In particular, when a record stored in the DB server has many data items, it is possible to display only a part of the data on the client terminal by using a technique called hidden. However, even if it is non-displayed data, it is assumed that the data is reciprocated between the client terminal and the server, resulting in an increase in the amount of data communication.

この発明は、上記の問題点を解決するために案出されたものであり、Webベースで登録系の処理を実現することを前提としながらも、クライアント端末側のユーザインターフェイスを専用アプリケーションプログラムと同様のレベルに高めることができると共に、サーバとクライアント端末間のデータ通信量の低減を実現できるデータベース利用技術を提供することを目的としている。   The present invention has been devised to solve the above-mentioned problems, and the user interface on the client terminal side is the same as that of the dedicated application program on the assumption that registration-based processing is realized on a Web basis. It is an object of the present invention to provide a database utilization technique that can reduce the amount of data communication between a server and a client terminal.

上記の目的を達成するため、請求項1に記載したデータベース利用システムは、データベースサーバとクライアント端末との間に介装されたフロントエンドサーバを備えたデータベース利用システムであって、上記フロントエンドサーバが、クライアント端末から送信された検索条件をデータベースサーバに送信して検索を依頼すると共に、データベースサーバから送信された検索結果のレコードのリストをバッファに格納する業務処理部と、このバッファに格納されたレコードを構成するデータを、画面デザインが規定する配列ルールに従ってマトリクス状に振り分けることにより、一行に複数のレコードに属するデータが配置されたデータリストに変換するデータ変換部と、このデータリストを第1のキャッシュに格納すると共に、この第1のキャッシュから画面デザインが規定する行数を備えた1頁分のデータリストを取り出し、第2のキャッシュに格納する制御部と、この第2のキャッシュ内のデータリストを取り出し、画面デザインを反映したテンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する画面生成部とを備え、上記業務処理部、データ変換部、制御部及び画面生成部は、各クライアント端末において利用の選択がなされたサービス毎に上記フロントエンドサーバ上に生成されると共に、上記バッファ、第1のキャッシュ及び第2のキャッシュは、同サービス毎に上記フロントエンドサーバのメモリ空間上に確保され、上記クライアント端末から、表示画面中の特定データについて修正がなされたことを示す情報が送信された場合に、上記制御部は、第1のキャッシュ内における該当データに対応の修正を施す処理を実行し、上記クライアント端末から、表示画面中においてデータの追加がなされたことを示す情報が送信された場合に、上記制御部は、第1のキャッシュ内におけるデータリストに対応のデータを追加する処理を実行し、上記クライアント端末から、修正済みのデータまたは追加データを含む頁の再表示を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュから修正済みのデータまたは追加データを含む1頁分のデータリストを取り出し、第2のキャッシュに格納する処理を実行し、上記画面生成部は、この第2のキャッシュ内のデータリストを取り出し、上記テンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する処理を実行し、上記クライアント端末から、修正済みのデータまたは追加データに基づく更新のリクエストが送信された場合に、上記制御部は、第1のキャッシュ内のデータリストを上記データ変換部に出力する処理を実行し、データ変換部は、このデータリストをレコード単位でデータを一列に配列させたデータリストに変換し、上記バッファに格納する処理を実行し、上記業務処理部は、このバッファに格納されたデータをデータベースサーバに送信し、データの更新を依頼する処理を実行することを特徴としている。 In order to achieve the above object, a database utilization system according to claim 1 is a database utilization system comprising a front-end server interposed between a database server and a client terminal, wherein the front-end server includes The search condition sent from the client terminal is sent to the database server to request a search, and the search result record sent from the database server is stored in the buffer. A data conversion unit for converting data constituting a record into a data list in which data belonging to a plurality of records is arranged in one line by distributing the data constituting a record in a matrix according to an arrangement rule defined by the screen design; And store this in the cache The data list for one page having the number of lines specified by the screen design is taken out from one cache, the control unit for storing in the second cache, the data list in the second cache is taken out, and the screen design is reflected. A screen generation unit that fills the template and generates a Web file for screen display and transmits the Web file to the client terminal, and the business processing unit, the data conversion unit, the control unit, and the screen generation unit, Each service that is selected for use in each client terminal is generated on the front-end server, and the buffer, the first cache, and the second cache are stored in the memory space of the front-end server for each service. The specific data on the display screen has been corrected from the above client terminal. When the information indicating is transmitted, the control unit executes processing for correcting the corresponding data in the first cache, and confirms that the data has been added on the display screen from the client terminal. When the information indicating is transmitted, the control unit executes processing for adding the corresponding data to the data list in the first cache, and from the client terminal, the page including the corrected data or the additional data is executed. When a request for redisplay is transmitted, the control unit executes a process of taking out a data list for one page including corrected data or additional data from the first cache and storing it in the second cache. The screen generation unit takes out the data list in the second cache, fills the template, and displays the Web file for screen display. When the update request based on the corrected data or the additional data is transmitted from the client terminal, the control unit executes the process of transmitting the web file to the client terminal. A process of outputting the data list in one cache to the data conversion unit is executed, and the data conversion unit converts the data list into a data list in which data is arranged in a row in units of records and stores the data list in the buffer. The business processing unit executes processing, and transmits the data stored in the buffer to the database server, and executes processing for requesting data update .

請求項2に記載したデータベース利用システムは、データベースサーバとクライアント端末との間に介装されたフロントエンドサーバを備えたデータベース利用システムであって、上記フロントエンドサーバが、クライアント端末から送信された検索条件をデータベースサーバに送信して検索を依頼すると共に、データベースサーバから送信された検索結果のレコードのリストをバッファに格納する業務処理部と、このバッファに格納された各レコードから、画面デザイン上表示が要求されるデータ項目に係るデータを抽出したデータリストを生成するデータ変換部と、このデータリストを第1のキャッシュに格納すると共に、この第1のキャッシュから画面デザインが規定する行数を備えた1頁分のデータリストを取り出し、第2のキャッシュに格納する制御部と、この第2のキャッシュ内のデータリストを取り出し、画面デザインを反映したテンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する画面生成部とを備え、上記業務処理部、データ変換部、制御部及び画面生成部は、各クライアント端末において利用の選択がなされたサービス毎に上記フロントエンドサーバ上に生成されると共に、上記バッファ、第1のキャッシュ及び第2のキャッシュは、同サービス毎に上記フロントエンドサーバのメモリ空間上に確保され、上記クライアント端末から、表示画面中の特定データについて修正がなされたことを示す情報が送信された場合に、上記制御部は、第1のキャッシュ内における該当データに対応の修正を施す処理を実行し、上記クライアント端末から、表示画面中においてデータの追加がなされたことを示す情報が送信された場合に、上記制御部は、第1のキャッシュ内におけるデータリストに対応のデータを追加する処理を実行し、上記クライアント端末から、修正済みのデータまたは追加データを含む頁の再表示を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュから修正済みのデータまたは追加データを含む1頁分のデータリストを取り出し、第2のキャッシュに格納する処理を実行し、上記画面生成部は、この第2のキャッシュ内のデータリストを取り出し、上記テンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する処理を実行し、上記クライアント端末から、修正済みのデータまたは追加データに基づく更新のリクエストが送信された場合に、上記制御部は、第1のキャッシュ内のデータリストを上記データ変換部に出力する処理を実行し、データ変換部は、このデータリストに対して欠落しているデータ項目のデータを補充した上で、上記バッファに格納する処理を実行し、上記業務処理部は、このバッファに格納されたデータをデータベースサーバに送信し、データの更新を依頼する処理を実行することを特徴としている。 The database utilization system according to claim 2 is a database utilization system comprising a front-end server interposed between a database server and a client terminal, wherein the front-end server transmits a search transmitted from the client terminal. Send the conditions to the database server to request a search, and display the list of search result records sent from the database server in the buffer, and display on the screen design from each record stored in this buffer A data conversion unit that generates a data list obtained by extracting data related to the data item required, stores the data list in the first cache, and includes the number of lines defined by the screen design from the first cache. The data list for one page is taken out and the second cache Take out the data list in the second cache and the control unit stored in the queue, fill it with a template reflecting the screen design and generate a Web file for screen display, and send this Web file to the client terminal A screen generation unit, and the business processing unit, the data conversion unit, the control unit, and the screen generation unit are generated on the front end server for each service selected for use in each client terminal, and the buffer The first cache and the second cache are secured in the memory space of the front-end server for each service, and information indicating that the specific data in the display screen has been corrected is transmitted from the client terminal. If so, the control unit corrects the corresponding data in the first cache. The control unit adds data corresponding to the data list in the first cache when the client terminal transmits information indicating that data has been added on the display screen. When the request for redisplaying the page including the corrected data or the additional data is transmitted from the client terminal, the control unit adds the corrected data or the additional data from the first cache. A data list for one page including data is extracted and stored in the second cache, and the screen generation unit extracts the data list in the second cache, fills the template, and displays the screen. A web file for the client is generated and the process for sending the web file to the client terminal is executed. When the update request based on the corrected data or the additional data is transmitted, the control unit executes a process of outputting the data list in the first cache to the data conversion unit, and the data conversion unit Fills the data list with missing data items and executes the process of storing the data in the buffer, and the business processing unit transmits the data stored in the buffer to the database server. And processing for requesting data update is executed .

請求項3に記載したデータベース利用システムは、データベースサーバとクライアント端末との間に介装されたフロントエンドサーバを備えたデータベース利用システムであって、上記フロントエンドサーバが、クライアント端末から送信された検索条件をデータベースサーバに送信して検索を依頼すると共に、データベースサーバから送信された検索結果のレコードのリストをバッファに格納する業務処理部と、このバッファに格納されたレコードを構成するデータに対してチェックボックスを付加すると共に、これらを画面デザインが規定する配列ルールに従ってマトリクス状に振り分けることにより、一行に複数のレコードに属するデータが配置されたデータリストに変換するデータ変換部と、このデータリストを第1のキャッシュに格納すると共に、この第1のキャッシュから画面デザインが規定する行数を備えた1頁分のデータリストを取り出し、第2のキャッシュに格納する制御部と、この第2のキャッシュ内のデータリストを取り出し、画面デザインを反映したテンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する画面生成部とを備え、上記業務処理部、データ変換部、制御部及び画面生成部は、各クライアント端末において利用の選択がなされたサービス毎に上記フロントエンドサーバ上に生成されると共に、上記バッファ、第1のキャッシュ及び第2のキャッシュは、同サービス毎に上記フロントエンドサーバのメモリ空間上に確保され、上記クライアント端末から、表示画面中の特定データについてチェックが付されたことを示す通知が送信された場合に、上記制御部は、第1のキャッシュ内における該当データにチェック済みの情報を付加する処理を実行し、上記クライアント端末から、チェック済みのデータを含む頁の再表示を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュからチェック済みの情報が付加されたデータを含む1頁分のデータリストを取り出し、第2のキャッシュに格納する処理を実行し、上記画面生成部は、この第2のキャッシュ内のデータリストを取り出し、上記テンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する処理を実行し、上記クライアント端末から、チェックの有無によって選別されたデータの削除を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュ内のデータリストを上記データ変換部に出力する処理を実行し、データ変換部は、このデータリストをレコード単位でデータを一列に配列させたデータリストに変換する処理と、チェックの有無によって選別された削除対象データのみを残して他のデータを削除する処理と、当該削除対象データにチェックボックスが付加されている場合にはこれを除去する処理と、当該削除対象データを上記バッファに格納する処理とを実行し、上記業務処理部は、このバッファに格納されたデータをデータベースサーバに送信し、その削除を依頼する処理を実行することを特徴としている。 The database utilization system according to claim 3 is a database utilization system comprising a front-end server interposed between a database server and a client terminal, wherein the front-end server transmits a search transmitted from the client terminal. A request is sent to the database server to request a search, and a business processing unit that stores a list of search result records sent from the database server in a buffer, and data constituting the records stored in this buffer A check box is added, and a data conversion unit that converts the data list into a data list in which data belonging to a plurality of records is arranged in one line by sorting them in a matrix according to the arrangement rule defined by the screen design, and this data list In the first cache And a control unit that takes out the data list for one page having the number of lines specified by the screen design from the first cache and stores it in the second cache, and the data list in the second cache. A screen generation unit that takes out and fills a template reflecting the screen design to generate a Web file for screen display and transmits the Web file to the client terminal, and includes the business processing unit, data conversion unit, and control unit And the screen generation unit is generated on the front-end server for each service selected for use in each client terminal, and the buffer, the first cache, and the second cache are stored in the front-end for each service. It is secured in the memory space of the end server. When a notification indicating that the check has been added is transmitted, the control unit executes processing for adding the checked information to the corresponding data in the first cache, and the client terminal checks When a request for redisplay of a page including data is transmitted, the control unit takes out a data list for one page including data to which checked information is added from the first cache, The screen generation unit executes processing to be stored in the cache, takes out the data list in the second cache, fills the template, generates a Web file for screen display, and stores the Web file in the client terminal Request to delete the data selected based on the presence or absence of the check from the client terminal. When a list is transmitted, the control unit executes a process of outputting the data list in the first cache to the data conversion unit, and the data conversion unit stores the data in a row in units of records. Processing to convert to an arrayed data list, processing to delete other data leaving only the data to be deleted selected according to the presence or absence of checking, and this if the check box is added to the data to be deleted And processing for storing the data to be deleted in the buffer, and the business processing unit transmits the data stored in the buffer to the database server and executes processing for requesting the deletion. It is characterized in that.

請求項4に記載したデータベース利用システムは、データベースサーバとクライアント端末との間に介装されたフロントエンドサーバを備えたデータベース利用システムであって、上記フロントエンドサーバが、クライアント端末から送信された検索条件をデータベースサーバに送信して検索を依頼すると共に、データベースサーバから送信された検索結果のレコードのリストをバッファに格納する業務処理部と、このバッファに格納された各レコードから、画面デザイン上表示が要求されるデータ項目に係るデータを抽出してチェックボックスを付加したデータリストを生成するデータ変換部と、このデータリストを第1のキャッシュに格納すると共に、この第1のキャッシュから画面デザインが規定する行数を備えた1頁分のデータリストを取り出し、第2のキャッシュに格納する制御部と、この第2のキャッシュ内のデータリストを取り出し、画面デザインを反映したテンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する画面生成部とを備え、上記業務処理部、データ変換部、制御部及び画面生成部は、各クライアント端末において利用の選択がなされたサービス毎に上記フロントエンドサーバ上に生成されると共に、上記バッファ、第1のキャッシュ及び第2のキャッシュは、同サービス毎に上記フロントエンドサーバのメモリ空間上に確保され、上記クライアント端末から、表示画面中の特定データについてチェックが付されたことを示す通知が送信された場合に、上記制御部は、第1のキャッシュ内における該当データにチェック済みの情報を付加する処理を実行し、上記クライアント端末から、チェック済みのデータを含む頁の再表示を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュからチェック済みの情報が付加されたデータを含む1頁分のデータリストを取り出し、第2のキャッシュに格納する処理を実行し、上記画面生成部は、この第2のキャッシュ内のデータリストを取り出し、上記テンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する処理を実行し、上記クライアント端末から、チェックの有無によって選別されたデータの削除を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュ内のデータリストを上記データ変換部に出力する処理を実行し、データ変換部は、このデータリストに対して欠落しているデータ項目のデータを補充する処理と、チェックの有無によって選別された削除対象データのみを残して他のデータを削除する処理と、当該削除対象データにチェックボックスが付加されている場合にはこれを除去する処理と、当該削除対象データを上記バッファに格納する処理とを実行し、上記業務処理部は、このバッファに格納されたデータをデータベースサーバに送信し、その削除を依頼する処理を実行することを特徴としている。 The database utilization system according to claim 4 is a database utilization system including a front-end server interposed between a database server and a client terminal, wherein the front-end server transmits a search transmitted from the client terminal. Send the conditions to the database server to request a search, and display the list of search result records sent from the database server in the buffer, and display on the screen design from each record stored in this buffer A data conversion unit that extracts data related to data items required and generates a data list to which a check box is added, stores the data list in the first cache, and a screen design from the first cache. One page of data list with a specified number of lines And take out the data list in the second cache and fill it with a template reflecting the screen design to generate a Web file for screen display. A screen generation unit that transmits a message to the client terminal, and the business processing unit, the data conversion unit, the control unit, and the screen generation unit are generated on the front-end server for each service selected for use in each client terminal. In addition, the buffer, the first cache, and the second cache are secured in the memory space of the front-end server for each same service, and the specific data in the display screen is checked from the client terminal. When a notification indicating that the above has been transmitted, the control unit places the first cache in the first cache. When the processing for adding the checked information to the corresponding data is executed and a request for redisplaying the page including the checked data is transmitted from the client terminal, the control unit reads from the first cache. Take out a data list for one page including data to which checked information is added, and execute a process of storing the data list in a second cache. The screen generation unit takes out the data list in the second cache, Create a Web file for screen display by filling the above template and execute a process to send this Web file to the client terminal. When transmitted, the control unit outputs the data list in the first cache to the data conversion unit. The data conversion unit replenishes the data of the missing data item with respect to this data list, and leaves only the data to be deleted selected based on the presence or absence of the check. A process to delete, a process to remove the check box if the check target data is added, and a process to store the data to be deleted in the buffer. The data stored in the buffer is transmitted to the database server, and processing for requesting the deletion is executed .

請求項5に記載したデータベース利用システムは、請求項1〜4のシステムを前提とし、さらに上記データ変換部が、上記データリストを上記制御部に渡す前の何れかの時点で、上記バッファに格納されたレコードを構成する各データを汎用的なデータ型に変換する処理を実行し、また上記データ変換部が、上記制御部から出力されたデータリストを上記バッファに格納する前の何れかの時点で、データリストを構成している各データをそれぞれのデータ項目固有のデータ型に変換する処理を実行することを特徴としている。 The database utilization system according to claim 5 is based on the system according to claims 1 to 4, and further, the data conversion unit stores the data list in the buffer at any time before passing the data list to the control unit. Any time before the data conversion unit stores the data list output from the control unit in the buffer. Thus, a process of converting each data constituting the data list into a data type specific to each data item is executed.

請求項1のデータベース利用システムにあっては、データベースサーバから渡され、所定の変換処理を経たデータリストが第1のキャッシュ内に格納され、画面デザインで規定された行数毎に頁として管理されており、1頁分のデータリストがWebファイルとしてクライアント端末に送信されるため、クライアント端末のWebブラウザ上において決められた行数の頁単位でデータを一覧表示させることが可能となる。
また、このようにフロントエンドサーバからクライアント端末に対し1頁単位でデータが送信され、従来のように全データリストが一度に送信されることがないため、その分フロントエンドサーバとクライアント端末間のデータ通信量を低減することが可能となる。
さらに、データベースサーバから送信されたレコード中の必要なデータを、画面デザインに応じてマトリクス状に配置することができるため、Webファイルをクライアント端末のディスプレイに表示させた際の一覧性を高めることが可能となる。
修正あるいは追加がなされたデータリストに基づいてデータベースサーバにデータの更新を依頼する際には、マトリクス状に配置されたデータが元の配列に戻されるため、データベースサーバにおけるデータ構造との整合性を確保することができる。
In the database utilization system according to claim 1, a data list passed from the database server and subjected to a predetermined conversion process is stored in the first cache, and is managed as a page for each number of lines defined by the screen design. Since the data list for one page is transmitted to the client terminal as a Web file, it is possible to display a list of data in units of pages of the determined number of lines on the Web browser of the client terminal.
Further, since data is transmitted in units of one page from the front end server to the client terminal in this way and the entire data list is not transmitted at a time as in the prior art, the corresponding amount between the front end server and the client terminal. The amount of data communication can be reduced.
In addition, since the necessary data in the records sent from the database server can be arranged in a matrix according to the screen design, it is possible to improve the listability when Web files are displayed on the client terminal display. It becomes possible.
When requesting the database server to update the data based on the data list that has been modified or added, the data arranged in a matrix is returned to the original array, so consistency with the data structure in the database server is ensured. Can be secured.

請求項2のデータベース利用システムの場合も、データベースサーバから渡され、所定の変換処理を経たデータリストが第1のキャッシュ内に格納され、画面デザインで規定された行数毎に頁として管理されており、1頁分のデータリストがWebファイルとしてクライアント端末に送信されるため、クライアント端末のWebブラウザ上において決められた行数の頁単位でデータを一覧表示させることが可能となる。Also in the case of the database utilization system according to claim 2, a data list passed from the database server and subjected to a predetermined conversion process is stored in the first cache, and is managed as a page for each number of lines defined by the screen design. In addition, since the data list for one page is transmitted to the client terminal as a Web file, it is possible to display a list of data in units of pages of a predetermined number of lines on the Web browser of the client terminal.
また、このようにフロントエンドサーバからクライアント端末に対し1頁単位でデータが送信され、従来のように全データリストが一度に送信されることがないため、その分フロントエンドサーバとクライアント端末間のデータ通信量を低減することが可能となる。Further, since data is transmitted in units of one page from the front end server to the client terminal in this way and the entire data list is not transmitted at a time as in the prior art, the corresponding amount between the front end server and the client terminal. The amount of data communication can be reduced.
さらに、データベースサーバから渡されたレコードの中で、画面デザイン上表示不要のデータは事前に排除され、表示が必要なデータのみがクライアント端末に送信されるため、通信量の低減効果をさらに高めることができる。Furthermore, in the records passed from the database server, data that does not need to be displayed due to screen design is excluded in advance, and only the data that needs to be displayed is sent to the client terminal, further enhancing the effect of reducing the amount of communication. Can do.
修正あるいは追加がなされたデータリストに基づいてデータベースサーバにデータの更新を依頼する際には、欠落しているデータ項目のデータが補われるため、データベースサーバにおけるデータ構造との整合性を確保することができる。When requesting the database server to update the data based on the data list that has been modified or added, the data of the missing data items will be supplemented, so ensure consistency with the data structure in the database server. Can do.

請求項3のデータベース利用システムの場合も、クライアント端末のWebブラウザ上において決められた行数の頁単位でデータを一覧表示させることができると共に、データが1頁単位でフロントエンドサーバからクライアント端末に送信されることによる通信量の抑制効果を発揮できる。Also in the database utilization system according to claim 3, the data can be displayed in a list in a page unit of the number of lines determined on the Web browser of the client terminal, and the data is transferred from the front end server to the client terminal in a unit of one page. The effect of suppressing the amount of communication by being transmitted can be exhibited.
また、データベースサーバから送信されたレコード中の必要なデータを、画面デザインに応じてマトリクス状に配置することができるため、Webファイルをクライアント端末のディスプレイに表示させた際の一覧性を高めることが可能となる。In addition, since the necessary data in the records sent from the database server can be arranged in a matrix according to the screen design, it is possible to improve the listability when Web files are displayed on the display of the client terminal. It becomes possible.
また、画面デザイン上チェックボックスを付することが求められているデータに対してチェックボックス付のデータ型に変換することができるため、クライアント端末のWebブラウザ上で当該データに関してチェックボックスを表示することが可能となる。In addition, since it is possible to convert the data required to have a check box on the screen design into a data type with a check box, a check box for the data is displayed on the Web browser of the client terminal. Is possible.
また、チェックボックスにチェックを入れることによって削除対象を特定することが画面デザインで規定されている場合に、チェック入力済みのデータのみを抽出してデータベースサーバに送信し、その削除を依頼することができる。この際、チェックボックスが削除対象データから除去されるため、データベースサーバにおけるデータ構造との整合性を確保することができる。In addition, when the screen design stipulates that the deletion target is specified by checking the check box, it is possible to extract only the data that has already been checked and send it to the database server and request the deletion. it can. At this time, since the check box is removed from the deletion target data, consistency with the data structure in the database server can be ensured.
あるいは、チェックボックスにチェックを入れないことによって削除対象を特定することが画面デザインで規定されている場合に、チェックが入力されていないデータのみを抽出してデータベースサーバに送信し、その削除を依頼することができる。Or, if the screen design stipulates that the deletion target is specified by not checking the check box, only the data for which the check is not entered is extracted and sent to the database server, and the deletion is requested. can do.

請求項4のデータベース利用システムの場合も、クライアント端末のWebブラウザ上において決められた行数の頁単位でデータを一覧表示させることができると共に、データが1頁単位でフロントエンドサーバからクライアント端末に送信されることによる通信量の抑制効果を発揮できる。In the case of the database utilization system of claim 4 as well, data can be displayed as a list in page units of a predetermined number of lines on the Web browser of the client terminal, and the data is transferred from the front end server to the client terminal in units of one page. The effect of suppressing the amount of communication by being transmitted can be exhibited.
また、データベースサーバから渡されたレコードの中で、画面デザイン上表示不要のデータは事前に排除され、表示が必要なデータのみがクライアント端末に送信されるため、通信量の低減効果をさらに高めることができる。In addition, in the records passed from the database server, data that does not need to be displayed due to screen design is excluded in advance, and only data that needs to be displayed is sent to the client terminal, further enhancing the effect of reducing the amount of communication. Can do.
また、画面デザイン上チェックボックスを付することが求められているデータに対してチェックボックス付のデータ型に変換することができるため、クライアント端末のWebブラウザ上で当該データに関してチェックボックスを表示することが可能となる。In addition, since it is possible to convert the data required to have a check box on the screen design into a data type with a check box, a check box for the data is displayed on the Web browser of the client terminal. Is possible.
また、チェックボックスにチェックを入れることによって削除対象を特定することが画面デザインで規定されている場合に、チェック入力済みのデータのみを抽出してデータベースサーバに送信し、その削除を依頼することができる。この際、チェックボックスが削除対象データから除去されるため、データベースサーバにおけるデータ構造との整合性を確保することができる。In addition, when the screen design stipulates that the deletion target is specified by checking the check box, it is possible to extract only the data that has already been checked and send it to the database server and request the deletion. it can. At this time, since the check box is removed from the deletion target data, consistency with the data structure in the database server can be ensured.
あるいは、チェックボックスにチェックを入れないことによって削除対象を特定することが画面デザインで規定されている場合に、チェックが入力されていないデータのみを抽出してデータベースサーバに送信し、その削除を依頼することができる。Or, if the screen design stipulates that the deletion target is specified by not checking the check box, only the data for which the check is not entered is extracted and sent to the database server, and the deletion is requested. can do.

請求項5のデータベース利用システムの場合、データベースサーバから渡されたレコードが様々な型のデータを含んでいる場合であっても、事前に汎用的なデータ型に変換されるため、後続の処理を簡素化することが可能となる。In the case of the database utilization system according to claim 5, even if the record passed from the database server includes various types of data, it is converted into a general-purpose data type in advance. It becomes possible to simplify.
また、データベースサーバにデータの更新を依頼する際には、汎用のデータ型から各データ項目固有のデータ型に戻されるため、データベースサーバにおけるデータ構造との整合性を確保することができる。Further, when requesting the database server to update the data, the data type is returned from the general-purpose data type to the data type specific to each data item, so that consistency with the data structure in the database server can be ensured.

図1は、この発明に係るデータベース利用システム10の全体構成を示す概念図であり、多数のクライアント端末12とDBサーバ14との間に、Webサーバ機能及びAPサーバ機能を備えたフロントエンドサーバ16が配置されている。
各クライアント端末12とフロントエンドサーバ16とは、インターネットやイントラネット等の通信ネットワーク18を介して接続されている。
また、フロントエンドサーバ16とDBサーバ14との間も、LANを介してネットワーク接続されている。
各クライアント端末12には、汎用のWebブラウザプログラムがセットアップされている。
FIG. 1 is a conceptual diagram showing the overall configuration of a database utilization system 10 according to the present invention, and a front-end server 16 having a Web server function and an AP server function between a large number of client terminals 12 and a DB server 14. Is arranged.
Each client terminal 12 and the front-end server 16 are connected via a communication network 18 such as the Internet or an intranet.
The front-end server 16 and the DB server 14 are also network-connected via a LAN.
Each client terminal 12 is set up with a general-purpose web browser program.

図2は、クライアント端末12及びフロントエンドサーバ16の機能構成を示すブロック図である。
まずクライアント端末12は、マウスやキーボード等の入力装置20と、ディスプレイ22とが接続されたPC等のコンピュータよりなり、処理要求部24と、Webページ表示部26とを備えている。
ここで、処理要求部24及びWebページ表示部26は、クライアント端末12のCPUが、汎用のWebブラウザプログラム等に従って必要な処理を実行することによって実現される。
FIG. 2 is a block diagram showing functional configurations of the client terminal 12 and the front-end server 16.
First, the client terminal 12 includes a computer such as a PC to which an input device 20 such as a mouse and a keyboard and a display 22 are connected, and includes a processing request unit 24 and a Web page display unit 26.
Here, the processing request unit 24 and the Web page display unit 26 are realized by the CPU of the client terminal 12 executing necessary processing according to a general-purpose Web browser program or the like.

フロントエンドサーバ16は、制御部30と、画面生成部32と、データ変換部34と、業務処理部36と、第1のキャッシュ38と、第2のキャッシュ40と、バッファ42とを備えている。
詳細は後述するが、ユーザがクライアント端末12からフロントエンドサーバ16にアクセスし、Webブラウザ上に表示されるサービスメニューの中から一つのサービスを選択すると、サーバ16側で当該サービス専用のアプリケーションプログラムX1が起動され、サーバ16のCPUがこれに従って必要な処理を実行することによって上記の制御部30、画面生成部32、データ変換部34、業務処理部36が実現される。
また、ユーザが他のサービスを選択した場合には、他のアプリケーションプログラムX2,X3…が別個に起動し、当該サービス用に最適化された制御部30、画面生成部32、データ変換部34、及び業務処理部36が同時並行的に出現することとなる。
上記第1のキャッシュ38、第2のキャッシュ40、及びバッファ42は、上記のアプリケーションプログラムにより、フロントエンドサーバ16のメモリ空間上に設定される。
The front-end server 16 includes a control unit 30, a screen generation unit 32, a data conversion unit 34, a business processing unit 36, a first cache 38, a second cache 40, and a buffer 42. .
Although details will be described later, when the user accesses the front-end server 16 from the client terminal 12 and selects one service from the service menu displayed on the Web browser, the server 16 side uses the application program X1 dedicated to the service. Is started, and the CPU of the server 16 executes necessary processing in accordance with this, so that the control unit 30, the screen generation unit 32, the data conversion unit 34, and the business processing unit 36 are realized.
Further, when the user selects another service, other application programs X2, X3,... Are started separately, and the control unit 30, the screen generation unit 32, the data conversion unit 34, which are optimized for the service, In addition, the business processing unit 36 appears in parallel.
The first cache 38, the second cache 40, and the buffer 42 are set in the memory space of the front-end server 16 by the application program.

以下、図3及び図4のフローチャートに従い、このシステム10を用いて登録データの更新を行う場合の処理手順について説明する。
まず、ユーザがクライアント端末12からフロントエンドサーバ16にアクセスし、ID及びパスワードの入力を伴う認証ステップをクリアすると、サーバ16からメニュー表示用のWebファイル(Htmlファイル等)が送信され(図3のS10)、Webブラウザ上に当該ユーザが利用可能なサービスのメニュー画面(図示省略)が表示される(S11)。
このメニューの中からユーザが一つのサービス、例えば「マスタメンテナンス・店舗更新」を選択すると、クライアント端末12の処理要求部24からフロントエンドサーバ16に対し当該サービスに係る利用画面の配信リクエストが送信される(S12)。
これを受けたフロントエンドサーバ16では、当該サービスに対応したアプリケーションプログラムX1が起動され(S13)、専用の制御部30、画面生成部32、データ変換部34、及び業務処理部36が形成されると共に、メモリ空間上に第1のキャッシュ38、第2のキャッシュ40、及びバッファ42が設定される。
In the following, a procedure for updating registered data using the system 10 will be described with reference to the flowcharts of FIGS.
First, when the user accesses the front-end server 16 from the client terminal 12 and clears the authentication step that involves inputting the ID and password, the server 16 transmits a Web file (Html file or the like) for menu display (FIG. 3). S10) A menu screen (not shown) of services available to the user is displayed on the Web browser (S11).
When the user selects one service, for example, “master maintenance / store update” from this menu, a delivery screen distribution request for the service is transmitted from the processing request unit 24 of the client terminal 12 to the front-end server 16. (S12).
In response to this, in the front-end server 16, the application program X1 corresponding to the service is started (S13), and a dedicated control unit 30, screen generation unit 32, data conversion unit 34, and business processing unit 36 are formed. At the same time, a first cache 38, a second cache 40, and a buffer 42 are set in the memory space.

つぎに、業務処理部36からDBサーバ14に対し、店舗情報の抽出リクエストが送信される(S14)。
そして、DBサーバ14から店舗データベース内に格納されているレコードのリストが送信されると、業務処理部36はこれをバッファ42に格納する(S15)。
Next, a store information extraction request is transmitted from the business processing unit 36 to the DB server 14 (S14).
When the list of records stored in the store database is transmitted from the DB server 14, the business processing unit 36 stores it in the buffer 42 (S15).

データ変換部34は、このバッファ42に格納された各レコードの構成データを、汎用のデータ型に変換した後(S16)、制御部30に出力する。
すなわち、一つのレコードには通常、ブール型、バイト型、文字型、日付型、整数型、文字列型等、異なるデータ型のデータが含まれているが、後段における処理を単純化するため、この段階でデータ変換部34はこれらを一律に文字列表示用の汎用的なデータ型に変換する。
この結果、制御部30及び画面生成部32はレコードに含まれる各データのデータ型を意識することなく処理することが可能となり、制御部30及び画面生成部32を実現するためのプログラムコードを簡素化することができる。
The data conversion unit 34 converts the configuration data of each record stored in the buffer 42 into a general-purpose data type (S16), and then outputs it to the control unit 30.
That is, one record usually contains data of different data types such as Boolean type, byte type, character type, date type, integer type, character string type, etc. At this stage, the data conversion unit 34 uniformly converts these into general-purpose data types for character string display.
As a result, the control unit 30 and the screen generation unit 32 can perform processing without being aware of the data type of each data included in the record, and the program code for realizing the control unit 30 and the screen generation unit 32 is simplified. Can be

制御部30は、データ変換部34から受け取ったレコードリストを一旦第1のキャッシュ38に格納した後(S17)、画面デザインによって規定された1頁分のデータリスト(例えば10件分のデータ)を取り出し、第2のキャッシュ40に格納する(S18)。   The control unit 30 temporarily stores the record list received from the data conversion unit 34 in the first cache 38 (S17), and then stores the data list for one page (for example, 10 items of data) defined by the screen design. The data is taken out and stored in the second cache 40 (S18).

画面生成部32は、第2のキャッシュ40からこの1頁分のデータリストを取り出し、これを当該サービス専用のテンプレートに充填することによって店舗情報更新画面用のWebファイルを生成し、クライアント端末12に送信する(S19)。
この結果、クライアント端末12のWebブラウザ上には、図5の(a)に示すように、店舗情報更新用画面50が表示される(S20)。
The screen generation unit 32 takes out the data list for one page from the second cache 40 and fills it with a template dedicated to the service to generate a Web file for the store information update screen. Transmit (S19).
As a result, the store information update screen 50 is displayed on the Web browser of the client terminal 12 as shown in FIG. 5A (S20).

この画面50の1頁目においては、全52件のレコードの中の10件分のみが表示されている。
また、各レコードは店舗コード、店舗名称、店舗よみ、電話番号、所在地、開店年月日のデータ項目を備えている。
On the first page of this screen 50, only 10 of the 52 records are displayed.
Each record includes data items of store code, store name, store read, telephone number, location, and date of opening.

各データの表示欄は入力可能フィールドとなされているため、ユーザが例えば店舗コード:006の「店舗よみ」のデータを修正する場合、該当の表示欄にカーソルを合わせ、正しい読みを上書き入力する(S21)。
つぎにユーザが次行スクロールボタン52をクリックすると、クライアント端末12の処理要求部24からフロントエンドサーバ16に対し、1行分下にずらしたデータを表示する画面の配信リクエストが送信される(S22)。
Since the display column of each data is an inputable field, for example, when the user corrects the “store read” data of the store code: 006, the cursor is moved to the corresponding display column and the correct reading is overwritten ( S21).
Next, when the user clicks the next line scroll button 52, a distribution request for a screen displaying data shifted downward by one line is transmitted from the processing request unit 24 of the client terminal 12 to the front end server 16 (S22). ).

このイベントを受け付けたフロントエンドサーバ16の制御部30は、まずクライアント端末12から送信された表示データによって第1のキャッシュ38内の該当データを上書きし、ユーザによる上記修正を反映させる(S23)。
つぎに制御部30は、1行分下にずらした頁を表示するためのデータリストを第1のキャッシュ38から抽出し、第2のキャッシュ40に格納する(S24)。
画面生成部32は、これらのデータを上記と同様のテンプレートに充填すると共に、件数表記を更新させたWebファイルを生成し、クライアント端末12に送信する(S25)。
この結果、図5(b)に示すように、頁を1行分下にスクロールさせた画面50がクライアント端末12のWebブラウザ上に表示される(図4のS26)。
Upon receiving this event, the control unit 30 of the front-end server 16 first overwrites the corresponding data in the first cache 38 with the display data transmitted from the client terminal 12, and reflects the above correction by the user (S23).
Next, the control unit 30 extracts the data list for displaying the page shifted down by one line from the first cache 38 and stores it in the second cache 40 (S24).
The screen generation unit 32 fills these data into the same template as described above, generates a Web file with the number notation updated, and transmits it to the client terminal 12 (S25).
As a result, as shown in FIG. 5B, a screen 50 obtained by scrolling the page down by one line is displayed on the Web browser of the client terminal 12 (S26 in FIG. 4).

新規レコードの追加を行う場合、ユーザは次頁スクロールボタン54を5回クリックし、最終頁(6頁)の表示を求める。
この結果、クライアント端末12の処理要求部24から最終頁の配信要求がフロントエンド
サーバ16に送信され(S27)、これを受け付けた制御部30は、第1のキャッシュ38から最終頁に表示されるべきデータリストを取り出し、第2のキャッシュ40に格納する(S28)。
画面生成部32は、これらのデータを上記テンプレートに充填すると共に、件数表記及び頁数表記を更新させたWebファイルを生成し、クライアント端末12に送信する(S29)。
この結果、図6に示すように、最終頁画面50がクライアント端末12のWebブラウザ上に表示される(S30)。
When adding a new record, the user clicks the next page scroll button 54 five times to request the display of the last page (page 6).
As a result, a delivery request for the final page is transmitted from the processing request unit 24 of the client terminal 12 to the front-end server 16 (S27), and the control unit 30 that has received the request is displayed on the final page from the first cache 38. The data list to be retrieved is taken out and stored in the second cache 40 (S28).
The screen generation unit 32 fills the template with these data, generates a Web file in which the number notation and page number notation are updated, and transmits the Web file to the client terminal 12 (S29).
As a result, as shown in FIG. 6, the final page screen 50 is displayed on the Web browser of the client terminal 12 (S30).

ユーザは、この最終頁における最終レコードの次行に設けられた空白の入力フィールド56に、新たなレコードの各データ(店舗コード、店舗名称、店舗よみ等)をタイプ入力する(S31)。
必要なレコードの追加を終えたユーザが、前頁スクロールボタン58をクリックすると、クライアント端末12の処理要求部24からフロントエンドサーバ16に対し、1頁分上にずらしたデータリストを備えた画面の配信リクエストが送信される(S32)。
The user types in each data (store code, store name, store read, etc.) of the new record into the blank input field 56 provided on the next line of the last record on the last page (S31).
When the user who has finished adding the necessary records clicks the previous page scroll button 58, the processing request unit 24 of the client terminal 12 displays a screen with a data list shifted up by one page from the front end server 16. A distribution request is transmitted (S32).

このイベントを受け付けた制御部30は、まずクライアント端末12から送信された追加データを第1のキャッシュ38のデータリストに挿入する(S33)。
同時に、制御部30は1頁分上にずらした頁を表示するためのデータリストを第1のキャッシュ38から取り出し、第2のキャッシュ40に格納する(S34)。
画面生成部32は、これらのデータを上記テンプレートに充填すると共に、頁数表記を更新させたWebファイルを生成し、クライアント端末12に送信する(S35)。
この結果、図示は省略したが、1頁上にスクロールさせた画面50がクライアント端末12のWebブラウザ上に表示される(S36)。
Upon receiving this event, the control unit 30 first inserts the additional data transmitted from the client terminal 12 into the data list of the first cache 38 (S33).
At the same time, the control unit 30 takes out the data list for displaying the page shifted up by one page from the first cache 38 and stores it in the second cache 40 (S34).
The screen generation unit 32 fills the template with the data and generates a Web file in which the page number notation is updated and transmits it to the client terminal 12 (S35).
As a result, although not shown, the screen 50 scrolled up by one page is displayed on the Web browser of the client terminal 12 (S36).

必要なデータの修正及び追加を終えたユーザが更新ボタン60をクリックすると、クライアント端末12の処理要求部24からフロントエンドサーバ16に対して店舗情報の更新リクエストが送信される(S37)。
このイベントを受け付けた制御部30は、第1のキャッシュ38のデータリストを取り出して、データ変換部34に渡す(S38)。
データ変換部34は、このデータリストに含まれる各データの型を、汎用的なデータ型からそれぞれのデータ項目固有のデータ型に変換し、バッファ42に格納する(S39)。
When the user who has finished correcting and adding necessary data clicks the update button 60, an update request for store information is transmitted from the processing request unit 24 of the client terminal 12 to the front-end server 16 (S37).
Upon receiving this event, the control unit 30 takes out the data list of the first cache 38 and passes it to the data conversion unit 34 (S38).
The data conversion unit 34 converts the type of each data included in the data list from a general-purpose data type to a data type unique to each data item, and stores it in the buffer 42 (S39).

業務処理部36は、このバッファ42のデータリストをDBサーバ14に送信し、データの更新を依頼する(S40)。
これを受けたDBサーバ14は、業務処理部36から受け取ったデータリストによって店舗データベースを更新する。
The business processing unit 36 transmits the data list in the buffer 42 to the DB server 14 and requests the data update (S40).
Receiving this, the DB server 14 updates the store database with the data list received from the business processing unit 36.

上記のように、制御部30は第1のキャッシュ38に格納したデータリストの中から、画面デザインで規定された1頁の行数分のデータリストを切り出して第2のキャッシュ40に格納し、これを画面生成部32が取り出して表示画面(Webファイル)を生成し、1頁単位で順次クライアント端末12に送信するように構成したため、Webブラウザ上では常に決められた行数分のデータリストが表示され、図5及び図6に示したように、終了ボタン62や更新ボタン60の位置も画面50上で固定されることとなる。
この結果、従来の専用アプリケーションプログラムで画面を生成した場合と同様の、見やすいユーザインタフェイスを実現できる。
As described above, the control unit 30 cuts out the data list for the number of lines of one page specified by the screen design from the data list stored in the first cache 38, and stores it in the second cache 40. Since the screen generation unit 32 takes out this, generates a display screen (Web file), and sequentially transmits it to the client terminal 12 in units of one page, the data list for the determined number of lines is always displayed on the Web browser. As shown in FIGS. 5 and 6, the positions of the end button 62 and the update button 60 are also fixed on the screen 50.
As a result, an easy-to-view user interface similar to the case where a screen is generated by a conventional dedicated application program can be realized.

上記にあっては、ユーザが行あるいは頁のスクロールを行った際に、データの修正あるいは追加が第1のキャッシュ38に反映される例を示したが、修正あるいは追加直後に更新ボタン60をクリックした場合には、その改変が第1のキャッシュ38に反映されると同時に、DBサーバ14における更新処理が実行されることとなる。   In the above example, when the user scrolls the line or page, the correction or addition of data is reflected in the first cache 38, but the update button 60 is clicked immediately after the correction or addition. In such a case, the modification is reflected in the first cache 38, and at the same time, the update processing in the DB server 14 is executed.

つぎに、図7及び図8のフローチャートに従い、ユーザが店舗情報の削除を行う場合の処理手順について説明する。
すなわち、ユーザが上記のメニュー画面において「マスタメンテナンス・店舗削除」を選択すると、クライアント端末12の処理要求部24からフロントエンドサーバ16に対し、当該サービスに係る利用画面の配信リクエストが送信される(図7のS50)。
これを受けたフロントエンドサーバ16では、当該サービスに対応したアプリケーションプログラムが起動され(S51)、専用の制御部30、画面生成部32、データ変換部34、及び業務処理部36が形成されると共に、メモリ空間上に第1のキャッシュ38、第2のキャッシュ40及びバッファ42が設定される。
Next, a processing procedure when the user deletes store information will be described with reference to the flowcharts of FIGS.
That is, when the user selects “master maintenance / store deletion” on the above menu screen, a processing screen distribution request for the service is transmitted from the processing request unit 24 of the client terminal 12 to the front-end server 16 (FIG. 7 S50).
In response to this, the front-end server 16 starts an application program corresponding to the service (S51), and forms a dedicated control unit 30, a screen generation unit 32, a data conversion unit 34, and a business processing unit 36. The first cache 38, the second cache 40, and the buffer 42 are set on the memory space.

つぎに、業務処理部36からDBサーバ14に対し、店舗情報の抽出リクエストが送信される(S52)。
そして、DBサーバ14から店舗データベース内に格納されているレコードのリストが送信されると、業務処理部36はこれをバッファ42に格納する(S53)。
Next, a store information extraction request is transmitted from the business processing unit 36 to the DB server 14 (S52).
When the list of records stored in the store database is transmitted from the DB server 14, the business processing unit 36 stores it in the buffer 42 (S53).

データ変換部34は、このバッファ42に格納された各レコードの構成データを、上記と同様、汎用のデータ型に変換する(S54)。
つぎにデータ変換部34は、各レコードを構成しているデータ項目の中から、店舗削除用画面に表示すべきデータ項目である「店舗コード」及び「店舗名称」に係るデータのみを抽出すると共に(S55)、このデータの組合せに対して選択用のチェックボックスを付加する(S56)。
さらにデータ変換部34は、店舗削除用画面のデザインが要求する振り分けルールに従って各データの組合せをマトリクス状に配列させ(S57)、1行に複数のレコードに係るデータが含まれるデータリストを生成する。
The data conversion unit 34 converts the configuration data of each record stored in the buffer 42 into a general-purpose data type as described above (S54).
Next, the data conversion unit 34 extracts only the data related to “store code” and “store name”, which are data items to be displayed on the store deletion screen, from the data items constituting each record. (S55) A check box for selection is added to this data combination (S56).
Further, the data conversion unit 34 arranges the combinations of the data in a matrix form according to the distribution rule required by the design of the store deletion screen (S57), and generates a data list including data related to a plurality of records in one line. .

データ変換部34からこの変換済みのデータリストを受け取った制御部30は、これを第1のキャッシュ38に格納した後(S58)、第1のキャッシュ38内のデータリスト中から1頁分のデータリスト(例えば10行分のデータ)を取り出し、第2のキャッシュ40に格納する(S59)。   The control unit 30 that has received the converted data list from the data conversion unit 34 stores the data list in the first cache 38 (S58), and then data for one page from the data list in the first cache 38. A list (for example, data for 10 lines) is taken out and stored in the second cache 40 (S59).

画面生成部32は、この第2のキャッシュ40のデータリストを取り出し、これを店舗削除画面専用のテンプレートに充填することによってWebファイルを生成し、クライアント端末12に送信する(S60)。
この結果、図9に示すように、クライアント端末12のWebブラウザ上には、店舗削除用の画面64が表示される(S61)。
The screen generation unit 32 takes out the data list of the second cache 40, fills it with a template dedicated to the store deletion screen, generates a Web file, and transmits it to the client terminal 12 (S60).
As a result, as shown in FIG. 9, a store deletion screen 64 is displayed on the Web browser of the client terminal 12 (S61).

この画面64は、1頁当たり10行のデータリストを備えており、また1行当たり5件のレコードに係る店舗情報(店舗コード及び店舗名称の組合せ)が含まれている。
このため、この画面64の1頁目においては、店舗コード001〜050までの計50件の店舗情報が一覧表示されている。
また、各店舗情報には、選択用のチェックボックス66が付加されている。
This screen 64 includes a data list of 10 lines per page, and includes store information (combination of store code and store name) related to 5 records per line.
Therefore, on the first page of this screen 64, a total of 50 pieces of store information from store codes 001 to 050 are displayed in a list.
In addition, a check box 66 for selection is added to each store information.

これに対し、ユーザが削除を希望する店舗情報のチェックボックス66にチェックを入れ(S62)、次行スクロールボタン68をクリックすると、クライアント端末12の処理要求部24からフロントエンドサーバ16に対し、1行分下にずらしたデータリストを備えた画面の配信リクエストが送信される(S63)。   On the other hand, when the user checks the store information check box 66 that the user wishes to delete (S62) and clicks the next-line scroll button 68, the processing request unit 24 of the client terminal 12 sends 1 to the front-end server 16. A distribution request for a screen having a data list shifted down by a line is transmitted (S63).

このイベントを受け付けた制御部30は、第1のキャッシュ38内に格納された対応のデータについてチェック済みの情報を付加する(図8のS64)。
つぎに制御部30は、1行分下にずらした頁を表示するためのデータリスト(10行分)を第1のキャッシュ38から取り出し、第2のキャッシュ40に格納する(S65)。
画面生成部32は、これらのデータを上記と同様のテンプレートに充填すると共に、件数表記を更新させたWebファイルを生成し、クライアント端末12に送信する(S66)。
この結果、図示は省略したが、1行分下にスクロールさせた頁を備えた画面64が、クライアント端末12のWebブラウザ上に表示される(S67)。
Upon receiving this event, the control unit 30 adds checked information for the corresponding data stored in the first cache 38 (S64 in FIG. 8).
Next, the control unit 30 retrieves the data list (10 lines) for displaying the page shifted down by one line from the first cache 38 and stores it in the second cache 40 (S65).
The screen generation unit 32 fills these data in the same template as described above, generates a Web file with the number notation updated, and transmits it to the client terminal 12 (S66).
As a result, although not shown, a screen 64 having a page scrolled down by one line is displayed on the Web browser of the client terminal 12 (S67).

必要なチェックボックス66に対するチェック入れを完了したユーザが削除ボタン70をクリックすると、クライアント端末12の処理要求部24からフロントエンドサーバ16に対してデータの削除要求が送信される(S68)。
このイベントを受け付けた制御部30は、第1のキャッシュ38のデータリストをデータ変換部34に渡す(S69)。
When the user who has completed the check box for the necessary check box 66 clicks the delete button 70, a data deletion request is transmitted from the processing request unit 24 of the client terminal 12 to the front-end server 16 (S68).
Upon receiving this event, the control unit 30 passes the data list of the first cache 38 to the data conversion unit 34 (S69).

これに対しデータ変換部34は、各データリストを元の配列、すなわち個々の店舗情報がレコード単位で一列に配列された状態のデータリストに変換する(S70)。
つぎにデータ変換部34は、このデータリストに含まれる各データの型を、汎用的なデータ型からそれぞれのデータ項目固有のデータ型に変換する(S71)。
つぎにデータ変換部34は、欠落している「店舗よみ」、「電話番号」等のデータ項目を各店舗情報に補充し、元のレコードを復元する(S72)。
つぎにデータ変換部34は、チェックボックスにチェックが入っている削除対象のレコードのみを残し、他のレコードを削除する(S73)。
最後にデータ変換部34は、上記の削除対象レコードからチェックボックスを取り除き、バッファ42に格納する(S74)。
On the other hand, the data conversion unit 34 converts each data list into an original array, that is, a data list in which individual store information is arranged in a line for each record (S70).
Next, the data conversion unit 34 converts the type of each data included in the data list from a general data type to a data type specific to each data item (S71).
Next, the data conversion unit 34 supplements each store information with missing data items such as “store read” and “phone number” to restore the original record (S72).
Next, the data conversion unit 34 leaves only the record to be deleted whose check box is checked, and deletes other records (S73).
Finally, the data conversion unit 34 removes the check box from the deletion target record and stores it in the buffer 42 (S74).

業務処理部36は、このバッファ42に格納された削除対象レコードをDBサーバ14に送信し、該当レコードの削除を依頼する(S75)。
これを受けたDBサーバ14は、該当レコードを店舗データベースから削除する。
The business processing unit 36 transmits the deletion target record stored in the buffer 42 to the DB server 14 and requests the deletion of the corresponding record (S75).
Receiving this, the DB server 14 deletes the corresponding record from the store database.

上記のように、制御部30は第1のキャッシュ38に格納したデータリストの中から、画面デザインで規定された1頁の行数分のデータリストを切り出して第2のキャッシュ40に格納し、これを画面生成部32が取り出して表示画面(Webファイル)を生成し、1頁単位で順次クライアント端末12に送信するように構成したため、Webブラウザ上では常に決められた行数分のデータリストが表示され、図9に示したように、終了ボタン72や削除ボタン70の位置も画面64上で固定されることとなる。
この結果、従来の専用アプリケーションプログラムで画面を生成した場合と同様の、見やすいユーザインターフェイスを実現できる。
As described above, the control unit 30 cuts out the data list for the number of lines of one page specified by the screen design from the data list stored in the first cache 38, and stores it in the second cache 40. Since the screen generation unit 32 takes out this, generates a display screen (Web file), and sequentially transmits it to the client terminal 12 in units of one page, the data list for the determined number of lines is always displayed on the Web browser. As shown in FIG. 9, the positions of the end button 72 and the delete button 70 are also fixed on the screen 64.
As a result, an easy-to-view user interface similar to the case where a screen is generated by a conventional dedicated application program can be realized.

また、上記のようにデータをマトリクス状に配列させることにより、データの一覧性を高めることが可能となる。
従来、Webブラウザ上で多数のデータを表示する場合には、レコード単位で縦方向に並べるしかなく、このため縦スクロールを頻繁に行う必要があった。
これに対し、このシステム10ではデータ変換部34によって予め複数のレコードに係るデータが一行に連結されて画面表示されるため、表示行数を抑制すると共にデータの一覧性を高めることが可能となる。
データをDBサーバ14に戻す際には、データ変換部34によって元の配列に戻されるため、DBサーバ14におけるデータ構造との整合性も確保される。
Further, by arranging the data in a matrix as described above, it is possible to improve the data listing.
Conventionally, when displaying a large amount of data on a Web browser, the data must be arranged in the vertical direction in units of records, and thus vertical scrolling has to be frequently performed.
On the other hand, in this system 10, since the data related to a plurality of records is concatenated into a single line and displayed on the screen by the data conversion unit 34, it is possible to suppress the number of display lines and improve the data listability. .
When returning the data to the DB server 14, the data conversion unit 34 returns the data to the original array, so that consistency with the data structure in the DB server 14 is also ensured.

このデータの配列ルールは予め画面デザインによって規定されており、データ変換部34はこれに従って個々のデータあるいはデータの組合せをマトリクス状に配列させる。
図10は、図9に示した画面64における配列ルールを示すものであり、データの組合せ
αを10件単位で縦方向に並べて右方向に折返し、計5つの小リストを横方向に配置させることによって50件のデータを一覧表示させている。
この結果、表示頁の1行目は(01)、(11)、(21)、(31)、(41)の5件のレコードに係るデータを含み、10行目は(10)、(20)、(30)、(40)、(50)の5件のレコードに係るデータを含んでいる。
The data arrangement rule is defined in advance by the screen design, and the data conversion unit 34 arranges individual data or a combination of data in a matrix according to this rule.
FIG. 10 shows the arrangement rules on the screen 64 shown in FIG. 9, in which data combinations α are arranged in units of 10 in the vertical direction and folded in the right direction, and a total of five small lists are arranged in the horizontal direction. The list of 50 data is displayed.
As a result, the first line of the display page contains data related to five records (01), (11), (21), (31), and (41), and the tenth line contains (10), (20 ), (30), (40), and (50).

これに対し、図11は他の配列ルールを示すものであり、データの組合せαを10件単位で横方向に並べて下方向に折返し、計5つの行を縦方向に配置させることによって50件のデータを1頁に表示させる例を示している。
この結果、表示頁の1行目は(01)〜(10)の10件のレコードに係るデータを含み、5行目は(41)〜(50)の10件のレコードに係るデータを含んでいる。
On the other hand, FIG. 11 shows another arrangement rule. By arranging the data combinations α in the horizontal direction in units of 10 and folding them downward, a total of 5 rows are arranged in the vertical direction. An example of displaying data on one page is shown.
As a result, the first line of the display page contains data related to 10 records (01) to (10), and the fifth line contains data related to 10 records (41) to (50). Yes.

また、このシステム10は上記のように、DBサーバ14から送信されたレコードの中で、画面デザイン上表示が要求されているデータ項目のみをデータ変換部34が事前に抽出し、これを制御部30及び画面生成部32を介してクライアント端末12に送信する方式を採用しており、非表示のデータがクライアント端末12に無駄に送信されることがないため、データ通信量を低減することができる。
クライアント端末12のWebブラウザ上で不要なデータ項目を非表示にすることは、これまでもヒドゥン(hidden)という技術を使うことで実現されていたが、この場合には非表示のデータであってもクライアント端末12とサーバ16間を往復することとなるため、その分データ通信量の増大を招いていた。
データをDBサーバ14に戻す際には、データ変換部34によって元のデータ項目が復元されるため、DBサーバ14におけるデータ構造との整合性も確保される。
Further, as described above, in the system 10, the data conversion unit 34 extracts in advance only the data items that are requested to be displayed on the screen design from the records transmitted from the DB server 14, and this is controlled by the control unit. 30 and a method of transmitting to the client terminal 12 via the screen generation unit 32, and non-displayed data is not wastedly transmitted to the client terminal 12, so that the data communication amount can be reduced. .
Hiding unnecessary data items on the Web browser of the client terminal 12 has been realized so far by using a technique called hidden, but in this case it is hidden data. Since the client terminal 12 and the server 16 are reciprocated, the amount of data communication is increased accordingly.
When returning the data to the DB server 14, the original data items are restored by the data conversion unit 34, so that consistency with the data structure in the DB server 14 is also ensured.

さらに、DBサーバ14内のデータは元々チェックボックス付ではないため、画面デザインの関係でチェックボックスを付することが求められている場合には、上記のようにDBサーバ14から送信されたデータに対してデータ変換部34がチェックボックス付のデータに変換すると共に、DBサーバ14に戻す際には元の状態に戻すことが有効である。   Furthermore, since the data in the DB server 14 is not originally provided with a check box, if it is required to add a check box due to the screen design, the data transmitted from the DB server 14 as described above is included in the data. On the other hand, it is effective that the data conversion unit 34 converts the data into a check box and restores the data to the original state when returning to the DB server 14.

なお、データ変換部34におけるS54〜S57の変換処理、及びS70〜S74の変換処理は、上記した順序に限定されるものではなく、必要に応じて順序を入れ替えることもできる。   Note that the conversion processing of S54 to S57 and the conversion processing of S70 to S74 in the data conversion unit 34 are not limited to the above-described order, and the order may be changed as necessary.

このシステム10の場合、各サービス毎に独自の画面デザイン(画面テンプレート)が設計され、それに合わせて制御部30や画面生成部32、データ変換部34の動作を変更する必要がある。
例えば、あるデータベースの削除画面について20行/頁の一覧表を設ける画面デザインを採用した場合、制御部30及び画面生成部32は、20件のデータを1頁として処理することが求められる。
また、削除対象を選択する方法として、上記のように削除したいレコードにチェックを入れるのではなく、残したいレコードにチェックを入れる方式の画面デザインを採用した場合、データ変換部34は制御部30から渡されたデータリストからチェックされていないデータを削除対象として抽出し、バッファ42に格納する必要がある。
In the case of this system 10, a unique screen design (screen template) is designed for each service, and the operations of the control unit 30, the screen generation unit 32, and the data conversion unit 34 need to be changed accordingly.
For example, when a screen design that provides a list of 20 rows / pages for a deletion screen of a database is adopted, the control unit 30 and the screen generation unit 32 are required to process 20 data as one page.
In addition, as a method of selecting a deletion target, when adopting a screen design in which a record to be deleted is not checked as described above but a record to be left is checked, the data conversion unit 34 is controlled by the control unit 30. It is necessary to extract unchecked data from the passed data list as a deletion target and store it in the buffer 42.

これに対し、業務処理部36は画面デザインからは完全に切り離され、ただDBサーバ14に対してレコードの抽出を要求し、送信されたレコードをバッファ42に格納すると共に、データ変換部34によってバッファ42に格納されたレコードをDBサーバ14に渡して必要な更新や削除を依頼する処理に専念できる。
この結果、業務処理部36のプログラム構成を簡素化することができるため、そのコードの再利用性や安定性が向上する効果がある。
また、画面のデザインが変更になった場合も、画面生成部32が管理している画面テンプレートと、制御部30及びデータ変換部34のコードを修正すれば足り、業務処理部36のコードは修正する必要がない。
On the other hand, the business processing unit 36 is completely separated from the screen design, just requests the DB server 14 to extract records, stores the transmitted records in the buffer 42, and stores them in the buffer 42 by the data conversion unit 34. It is possible to concentrate on the process of passing the record stored in 42 to the DB server 14 and requesting the necessary update or deletion.
As a result, since the program configuration of the business processing unit 36 can be simplified, there is an effect of improving reusability and stability of the code.
Even if the screen design is changed, it is sufficient to correct the screen template managed by the screen generation unit 32 and the codes of the control unit 30 and the data conversion unit 34, and the code of the business processing unit 36 is corrected. There is no need to do.

なお、制御部30や画面生成部32、データ変換部34を画面デザインに合わせてコーディングする際にも、各画面で共通する基本的な動作部分はアプリケーション基盤として事前に作り込んでおき、1頁当たりの行数やデータの選択方法、選択された場合の意味(チェックされたものを削除するのか、チェックされなかったものを削除するのか)といった部分についてのみ書き直せば済む。
特に、Java(登録商標)言語によって各部のコーディングを行う場合には、継承の仕組みを利用することによって簡単にアプリケーション基盤部分のコードを援用できるため、画面デザインの変更に伴うプログラムの修正が容易となる。
In addition, when coding the control unit 30, the screen generation unit 32, and the data conversion unit 34 according to the screen design, the basic operation part common to each screen is created in advance as an application base, and one page It is only necessary to rewrite only the parts such as the number of hit lines, the data selection method, and the meaning of the selection (whether the checked item is deleted or the unchecked item is deleted).
In particular, when coding each part in the Java (registered trademark) language, the code of the application base part can be easily used by using the inheritance mechanism, which makes it easy to modify the program when the screen design changes. Become.

この発明に係るデータベース利用システムの全体構成を示す概念図である。It is a conceptual diagram which shows the whole structure of the database utilization system which concerns on this invention. クライアント端末及びフロントエンドサーバの機能構成を示すブロック図である。It is a block diagram which shows the function structure of a client terminal and a front end server. このシステムにおいて登録データの更新を行う場合の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence in the case of updating registration data in this system. このシステムにおいて登録データの更新を行う場合の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence in the case of updating registration data in this system. 店舗更新用画面を示すレイアウト図である。It is a layout figure which shows the screen for shop update. 店舗更新用画面を示すレイアウト図である。It is a layout figure which shows the screen for shop update. このシステムにおいて登録データの削除を行う場合の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence in the case of deleting registration data in this system. このシステムにおいて登録データの削除を行う場合の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence in the case of deleting registration data in this system. 店舗削除用画面を示すレイアウト図である。It is a layout figure which shows the screen for store deletion. データの配列ルールの一例を示す概念図である。It is a conceptual diagram which shows an example of the arrangement | sequence rule of data. データの配列ルールの他の例を示す概念図である。It is a conceptual diagram which shows the other example of the arrangement | sequence rule of data. 従来のデータベースの利用形態を示す概念図である。It is a conceptual diagram which shows the utilization form of the conventional database.

10 データベース利用システム
12 クライアント端末
14 DBサーバ
16 フロントエンドサーバ
18 通信ネットワーク
20 入力装置
22 ディスプレイ
24 処理要求部
26 Webページ表示部
30 制御部
32 画面生成部
34 データ変換部
36 業務処理部
38 第1のキャッシュ
40 第2のキャッシュ
42 バッファ
50 店舗情報更新用画面
52 次行スクロールボタン
54 次頁スクロールボタン
56 入力フィールド
58 前頁スクロールボタン
60 更新ボタン
62 終了ボタン
64 店舗情報削除用画面
66 チェックボックス
68 次行スクロールボタン
70 削除ボタン
72 終了ボタン
X1,X2,X3 アプリケーションプログラム
α データの組合せ
10 Database usage system
12 Client terminal
14 DB server
16 Front-end server
18 Communication network
20 Input device
22 display
24 Processing request section
26 Web page display area
30 Control unit
32 Screen generator
34 Data converter
36 Business Processing Department
38 First cache
40 Second cache
42 buffers
50 Store information update screen
52 Next line scroll button
54 Next page scroll button
56 Input fields
58 Previous page scroll button
60 Refresh button
62 Exit button
64 Screen for deleting store information
66 Check box
68 Next line scroll button
70 Delete button
72 Exit button
X1, X2, X3 Application program α Data combination

Claims (5)

データベースサーバとクライアント端末との間に介装されたフロントエンドサーバを備えたデータベース利用システムであって、
上記フロントエンドサーバが、
クライアント端末から送信された検索条件をデータベースサーバに送信して検索を依頼すると共に、データベースサーバから送信された検索結果のレコードのリストをバッファに格納する業務処理部と、
このバッファに格納されたレコードを構成するデータを、画面デザインが規定する配列ルールに従ってマトリクス状に振り分けることにより、一行に複数のレコードに属するデータが配置されたデータリストに変換するデータ変換部と、
このデータリストを第1のキャッシュに格納すると共に、この第1のキャッシュから画面デザインが規定する行数を備えた1頁分のデータリストを取り出し、第2のキャッシュに格納する制御部と、
この第2のキャッシュ内のデータリストを取り出し、画面デザインを反映したテンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する画面生成部とを備え、
上記業務処理部、データ変換部、制御部及び画面生成部は、各クライアント端末において利用の選択がなされたサービス毎に上記フロントエンドサーバ上に生成されると共に、上記バッファ、第1のキャッシュ及び第2のキャッシュは、同サービス毎に上記フロントエンドサーバのメモリ空間上に確保され、
上記クライアント端末から、表示画面中の特定データについて修正がなされたことを示す情報が送信された場合に、上記制御部は、第1のキャッシュ内における該当データに対応の修正を施す処理を実行し、
上記クライアント端末から、表示画面中においてデータの追加がなされたことを示す情報が送信された場合に、上記制御部は、第1のキャッシュ内におけるデータリストに対応のデータを追加する処理を実行し、
上記クライアント端末から、修正済みのデータまたは追加データを含む頁の再表示を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュから修正済みのデータまたは追加データを含む1頁分のデータリストを取り出し、第2のキャッシュに格納する処理を実行し、上記画面生成部は、この第2のキャッシュ内のデータリストを取り出し、上記テンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する処理を実行し、
上記クライアント端末から、修正済みのデータまたは追加データに基づく更新のリクエストが送信された場合に、上記制御部は、第1のキャッシュ内のデータリストを上記データ変換部に出力する処理を実行し、
データ変換部は、このデータリストをレコード単位でデータを一列に配列させたデータリストに変換し、上記バッファに格納する処理を実行し、
上記業務処理部は、このバッファに格納されたデータをデータベースサーバに送信し、データの更新を依頼する処理を実行することを特徴とするデータベース利用システム。
A database utilization system comprising a front-end server interposed between a database server and a client terminal,
The front-end server
A search condition sent from the client terminal to the database server to request a search, and a business processing unit for storing a list of search result records sent from the database server in a buffer;
A data conversion unit that converts data constituting the records stored in the buffer into a data list in which data belonging to a plurality of records is arranged in one line by distributing the data in a matrix according to an array rule defined by the screen design;
A control unit for storing the data list in the first cache, taking out the data list for one page having the number of lines defined by the screen design from the first cache, and storing the data list in the second cache;
A screen generation unit that takes out the data list in the second cache, fills a template reflecting the screen design to generate a Web file for screen display, and transmits the Web file to the client terminal,
The business processing unit, the data conversion unit, the control unit, and the screen generation unit are generated on the front end server for each service selected for use in each client terminal, and the buffer, the first cache, and the first generation unit 2 cache is secured in the memory space of the front-end server for each service,
When the information indicating that the specific data in the display screen has been corrected is transmitted from the client terminal, the control unit executes a process for correcting the corresponding data in the first cache. ,
When information indicating that data has been added on the display screen is transmitted from the client terminal, the control unit executes processing for adding corresponding data to the data list in the first cache. ,
When a request for redisplaying a page including corrected data or additional data is transmitted from the client terminal, the control unit stores one page including corrected data or additional data from the first cache. The screen generation unit extracts the data list from the second cache and executes the process of storing it in the second cache. The screen generation unit extracts the data list in the second cache, fills the template, and generates a Web file for screen display. At the same time, execute processing to send this Web file to the client terminal,
When an update request based on corrected data or additional data is transmitted from the client terminal, the control unit executes a process of outputting a data list in the first cache to the data conversion unit,
The data conversion unit converts the data list into a data list in which data is arranged in a row in record units, and executes a process of storing in the buffer.
The database utilization system , wherein the business processing unit transmits the data stored in the buffer to a database server, and executes a process for requesting data update .
データベースサーバとクライアント端末との間に介装されたフロントエンドサーバを備えたデータベース利用システムであって、
上記フロントエンドサーバが、
クライアント端末から送信された検索条件をデータベースサーバに送信して検索を依頼すると共に、データベースサーバから送信された検索結果のレコードのリストをバッファに格納する業務処理部と、
このバッファに格納された各レコードから、画面デザイン上表示が要求されるデータ項目に係るデータを抽出したデータリストを生成するデータ変換部と、
このデータリストを第1のキャッシュに格納すると共に、この第1のキャッシュから画面デザインが規定する行数を備えた1頁分のデータリストを取り出し、第2のキャッシュに格納する制御部と、
この第2のキャッシュ内のデータリストを取り出し、画面デザインを反映したテンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する画面生成部とを備え、
上記業務処理部、データ変換部、制御部及び画面生成部は、各クライアント端末において利用の選択がなされたサービス毎に上記フロントエンドサーバ上に生成されると共に、上記バッファ、第1のキャッシュ及び第2のキャッシュは、同サービス毎に上記フロントエンドサーバのメモリ空間上に確保され、
上記クライアント端末から、表示画面中の特定データについて修正がなされたことを示す情報が送信された場合に、上記制御部は、第1のキャッシュ内における該当データに対応の修正を施す処理を実行し、
上記クライアント端末から、表示画面中においてデータの追加がなされたことを示す情報が送信された場合に、上記制御部は、第1のキャッシュ内におけるデータリストに対応のデータを追加する処理を実行し、
上記クライアント端末から、修正済みのデータまたは追加データを含む頁の再表示を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュから修正済みのデータまたは追加データを含む1頁分のデータリストを取り出し、第2のキャッシュに格納する処理を実行し、上記画面生成部は、この第2のキャッシュ内のデータリストを取り出し、上記テンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する処理を実行し、
上記クライアント端末から、修正済みのデータまたは追加データに基づく更新のリクエストが送信された場合に、上記制御部は、第1のキャッシュ内のデータリストを上記データ変換部に出力する処理を実行し、
データ変換部は、このデータリストに対して欠落しているデータ項目のデータを補充した上で、上記バッファに格納する処理を実行し、
上記業務処理部は、このバッファに格納されたデータをデータベースサーバに送信し、データの更新を依頼する処理を実行することを特徴とするデータベース利用システム。
A database utilization system comprising a front-end server interposed between a database server and a client terminal,
The front-end server
A search condition sent from the client terminal to the database server to request a search, and a business processing unit for storing a list of search result records sent from the database server in a buffer;
From each record stored in this buffer, a data conversion unit that generates a data list obtained by extracting data related to data items that are required to be displayed on the screen design,
A control unit for storing the data list in the first cache, taking out the data list for one page having the number of lines defined by the screen design from the first cache, and storing the data list in the second cache;
A screen generation unit that takes out the data list in the second cache, fills a template reflecting the screen design to generate a Web file for screen display, and transmits the Web file to the client terminal,
The business processing unit, the data conversion unit, the control unit, and the screen generation unit are generated on the front end server for each service selected for use in each client terminal, and the buffer, the first cache, and the first generation unit 2 cache is secured in the memory space of the front-end server for each service,
When the information indicating that the specific data in the display screen has been corrected is transmitted from the client terminal, the control unit executes a process for correcting the corresponding data in the first cache. ,
When information indicating that data has been added on the display screen is transmitted from the client terminal, the control unit executes processing for adding corresponding data to the data list in the first cache. ,
When a request for redisplaying a page including corrected data or additional data is transmitted from the client terminal, the control unit stores one page including corrected data or additional data from the first cache. The screen generation unit extracts the data list from the second cache and executes the process of storing it in the second cache. The screen generation unit extracts the data list in the second cache, fills the template, and generates a Web file for screen display. At the same time, execute processing to send this Web file to the client terminal,
When an update request based on corrected data or additional data is transmitted from the client terminal, the control unit executes a process of outputting a data list in the first cache to the data conversion unit,
The data conversion unit replenishes the data of the missing data item with respect to this data list, and then executes the process of storing in the buffer.
The database utilization system , wherein the business processing unit transmits the data stored in the buffer to a database server, and executes a process for requesting data update .
データベースサーバとクライアント端末との間に介装されたフロントエンドサーバを備えたデータベース利用システムであって、
上記フロントエンドサーバが、
クライアント端末から送信された検索条件をデータベースサーバに送信して検索を依頼すると共に、データベースサーバから送信された検索結果のレコードのリストをバッファに格納する業務処理部と、
このバッファに格納されたレコードを構成するデータに対してチェックボックスを付加すると共に、これらを画面デザインが規定する配列ルールに従ってマトリクス状に振り分けることにより、一行に複数のレコードに属するデータが配置されたデータリストに変換するデータ変換部と、
このデータリストを第1のキャッシュに格納すると共に、この第1のキャッシュから画面デザインが規定する行数を備えた1頁分のデータリストを取り出し、第2のキャッシュに格納する制御部と、
この第2のキャッシュ内のデータリストを取り出し、画面デザインを反映したテンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する画面生成部とを備え、
上記業務処理部、データ変換部、制御部及び画面生成部は、各クライアント端末において利用の選択がなされたサービス毎に上記フロントエンドサーバ上に生成されると共に、上記バッファ、第1のキャッシュ及び第2のキャッシュは、同サービス毎に上記フロントエンドサーバのメモリ空間上に確保され、
上記クライアント端末から、表示画面中の特定データについてチェックが付されたことを示す通知が送信された場合に、上記制御部は、第1のキャッシュ内における該当データにチェック済みの情報を付加する処理を実行し、
上記クライアント端末から、チェック済みのデータを含む頁の再表示を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュからチェック済みの情報が付加されたデータを含む1頁分のデータリストを取り出し、第2のキャッシュに格納する処理を実行し、上記画面生成部は、この第2のキャッシュ内のデータリストを取り出し、上記テンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する処理を実行し、
上記クライアント端末から、チェックの有無によって選別されたデータの削除を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュ内のデータリストを上記データ変換部に出力する処理を実行し、
データ変換部は、このデータリストをレコード単位でデータを一列に配列させたデータリストに変換する処理と、チェックの有無によって選別された削除対象データのみを残して他のデータを削除する処理と、当該削除対象データにチェックボックスが付加されている場合にはこれを除去する処理と、当該削除対象データを上記バッファに格納する処理とを実行し、
上記業務処理部は、このバッファに格納されたデータをデータベースサーバに送信し、その削除を依頼する処理を実行することを特徴とするデータベース利用システム。
A database utilization system comprising a front-end server interposed between a database server and a client terminal,
The front-end server
A search condition sent from the client terminal to the database server to request a search, and a business processing unit for storing a list of search result records sent from the database server in a buffer;
A check box is added to the data constituting the records stored in this buffer, and the data belonging to a plurality of records is arranged in one line by allocating them in a matrix according to the arrangement rules defined by the screen design. A data conversion unit for converting the data list;
A control unit for storing the data list in the first cache, taking out the data list for one page having the number of lines defined by the screen design from the first cache, and storing the data list in the second cache;
A screen generation unit that takes out the data list in the second cache, fills a template reflecting the screen design to generate a Web file for screen display, and transmits the Web file to the client terminal,
The business processing unit, the data conversion unit, the control unit, and the screen generation unit are generated on the front end server for each service selected for use in each client terminal, and the buffer, the first cache, and the first generation unit 2 cache is secured in the memory space of the front-end server for each service,
When the notification indicating that the specific data in the display screen is checked is transmitted from the client terminal, the control unit adds the checked information to the corresponding data in the first cache Run
When a request for re-displaying a page including checked data is transmitted from the client terminal, the control unit stores one page including data with the checked information added from the first cache. A process for taking out the data list and storing it in the second cache is executed, and the screen generation unit takes out the data list in the second cache, fills the template, and generates a Web file for screen display. At the same time, execute processing to send this Web file to the client terminal,
When a request for deleting data selected based on the presence or absence of a check is transmitted from the client terminal, the control unit executes a process of outputting a data list in the first cache to the data conversion unit. ,
The data conversion unit converts the data list into a data list in which the data is arranged in a row in units of records, a process of deleting other data leaving only the deletion target data selected based on the presence or absence of a check, When a check box is added to the deletion target data, a process of removing the check box and a process of storing the deletion target data in the buffer are executed.
The database utilization system , wherein the business processing unit transmits the data stored in the buffer to a database server and executes a process for requesting the deletion .
データベースサーバとクライアント端末との間に介装されたフロントエンドサーバを備えたデータベース利用システムであって、
上記フロントエンドサーバが、
クライアント端末から送信された検索条件をデータベースサーバに送信して検索を依頼すると共に、データベースサーバから送信された検索結果のレコードのリストをバッファに格納する業務処理部と、
このバッファに格納された各レコードから、画面デザイン上表示が要求されるデータ項目に係るデータを抽出してチェックボックスを付加したデータリストを生成するデータ変換部と、
このデータリストを第1のキャッシュに格納すると共に、この第1のキャッシュから画面デザインが規定する行数を備えた1頁分のデータリストを取り出し、第2のキャッシュに格納する制御部と、
この第2のキャッシュ内のデータリストを取り出し、画面デザインを反映したテンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する画面生成部とを備え、
上記業務処理部、データ変換部、制御部及び画面生成部は、各クライアント端末において利用の選択がなされたサービス毎に上記フロントエンドサーバ上に生成されると共に、上記バッファ、第1のキャッシュ及び第2のキャッシュは、同サービス毎に上記フロントエンドサーバのメモリ空間上に確保され、
上記クライアント端末から、表示画面中の特定データについてチェックが付されたことを示す通知が送信された場合に、上記制御部は、第1のキャッシュ内における該当データにチェック済みの情報を付加する処理を実行し、
上記クライアント端末から、チェック済みのデータを含む頁の再表示を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュからチェック済みの情報が付加されたデータを含む1頁分のデータリストを取り出し、第2のキャッシュに格納する処理を実行し、上記画面生成部は、この第2のキャッシュ内のデータリストを取り出し、上記テンプレートに充填して画面表示用のWebファイルを生成すると共に、このWebファイルをクライアント端末に送信する処理を実行し、
上記クライアント端末から、チェックの有無によって選別されたデータの削除を求めるリクエストが送信された場合に、上記制御部は、第1のキャッシュ内のデータリストを上記データ変換部に出力する処理を実行し、
データ変換部は、このデータリストに対して欠落しているデータ項目のデータを補充する処理と、チェックの有無によって選別された削除対象データのみを残して他のデータを削除する処理と、当該削除対象データにチェックボックスが付加されている場合にはこれを除去する処理と、当該削除対象データを上記バッファに格納する処理とを実行し、
上記業務処理部は、このバッファに格納されたデータをデータベースサーバに送信し、その削除を依頼する処理を実行することを特徴とするデータベース利用システム。
A database utilization system comprising a front-end server interposed between a database server and a client terminal,
The front-end server
A search condition sent from the client terminal to the database server to request a search, and a business processing unit for storing a list of search result records sent from the database server in a buffer;
From each record stored in this buffer, a data conversion unit that extracts data related to a data item that is required to be displayed on the screen design and generates a data list with a check box added thereto;
A control unit for storing the data list in the first cache, taking out the data list for one page having the number of lines defined by the screen design from the first cache, and storing the data list in the second cache;
A screen generation unit that takes out the data list in the second cache, fills a template reflecting the screen design to generate a Web file for screen display, and transmits the Web file to the client terminal,
The business processing unit, the data conversion unit, the control unit, and the screen generation unit are generated on the front end server for each service selected for use in each client terminal, and the buffer, the first cache, and the first generation unit 2 cache is secured in the memory space of the front-end server for each service,
When the notification indicating that the specific data in the display screen is checked is transmitted from the client terminal, the control unit adds the checked information to the corresponding data in the first cache Run
When a request for re-displaying a page including checked data is transmitted from the client terminal, the control unit stores one page including data with the checked information added from the first cache. A process for taking out the data list and storing it in the second cache is executed, and the screen generation unit takes out the data list in the second cache, fills the template, and generates a Web file for screen display. At the same time, execute processing to send this Web file to the client terminal,
When a request for deleting data selected based on the presence or absence of a check is transmitted from the client terminal, the control unit executes a process of outputting a data list in the first cache to the data conversion unit. ,
The data conversion unit performs processing for replenishing data of missing data items to this data list, processing for deleting other data while leaving only deletion target data selected based on the presence or absence of checking, and the deletion When a check box is added to the target data, a process of removing the check box and a process of storing the deletion target data in the buffer are executed.
The database utilization system , wherein the business processing unit transmits the data stored in the buffer to a database server and executes a process for requesting the deletion .
上記データ変換部が、
上記データリストを上記制御部に渡す前の何れかの時点で、上記バッファに格納されたレコードを構成する各データを汎用的なデータ型に変換する処理を実行し、
また上記制御部から出力されたデータリストを上記バッファに格納する前の何れかの時点で、データリストを構成している各データをそれぞれのデータ項目固有のデータ型に変換する処理を実行することを特徴とする請求項1〜4の何れかに記載のデータベース利用システム。
The data converter is
At any point before passing the data list to the control unit, execute a process of converting each data constituting the record stored in the buffer to a general data type,
Also, at any point before the data list output from the control unit is stored in the buffer, a process for converting each data constituting the data list into a data type specific to each data item is executed. The database utilization system according to any one of claims 1 to 4 .
JP2004187597A 2004-06-25 2004-06-25 Database usage system Expired - Fee Related JP4495783B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004187597A JP4495783B2 (en) 2004-06-25 2004-06-25 Database usage system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004187597A JP4495783B2 (en) 2004-06-25 2004-06-25 Database usage system

Publications (2)

Publication Number Publication Date
JP2006011787A JP2006011787A (en) 2006-01-12
JP4495783B2 true JP4495783B2 (en) 2010-07-07

Family

ID=35778992

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004187597A Expired - Fee Related JP4495783B2 (en) 2004-06-25 2004-06-25 Database usage system

Country Status (1)

Country Link
JP (1) JP4495783B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424199B (en) * 2013-08-21 2018-07-24 阿里巴巴集团控股有限公司 searching method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002108932A (en) * 2000-09-29 2002-04-12 Fujitsu Ltd Recording medium for program for screen information save control
JP2002297440A (en) * 2001-03-30 2002-10-11 Fujitsu Ltd Information provision method, information provision device and storage medium with program for making computer execute processing in the device stored therein
JP2003006036A (en) * 2001-06-26 2003-01-10 Hitachi Ltd Clustered application server and web system having database structure
JP2005292872A (en) * 2004-03-31 2005-10-20 Nomura Research Institute Ltd Database use system and database use program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002108932A (en) * 2000-09-29 2002-04-12 Fujitsu Ltd Recording medium for program for screen information save control
JP2002297440A (en) * 2001-03-30 2002-10-11 Fujitsu Ltd Information provision method, information provision device and storage medium with program for making computer execute processing in the device stored therein
JP2003006036A (en) * 2001-06-26 2003-01-10 Hitachi Ltd Clustered application server and web system having database structure
JP2005292872A (en) * 2004-03-31 2005-10-20 Nomura Research Institute Ltd Database use system and database use program

Also Published As

Publication number Publication date
JP2006011787A (en) 2006-01-12

Similar Documents

Publication Publication Date Title
JP4865983B2 (en) Network server
US20030037111A1 (en) Image sharing system
US20070277099A1 (en) Page source data generation method, page source data generation system, and program
US20100138734A1 (en) Facilitating data manipulation in a browser-based user interface of an enterprise business application
US20090144640A1 (en) Distributed hosting of web application styles
JP2009510565A5 (en)
KR20090005097A (en) Systems and methods of transforming data for web communities and web applications
JP2006243829A (en) Method and system for converting web content
US8239754B1 (en) System and method for annotating data through a document metaphor
US20070101278A1 (en) Web site theme designer
US8732615B2 (en) Unified interface for display and modification of data arrays
JP5638761B2 (en) Screen generation method, screen display method, screen generation device, and program
JP4282312B2 (en) Web server, Web server having Java servlet function, and computer program
US7747621B2 (en) Generating a relation diagram of data files
JP4495783B2 (en) Database usage system
JP2008226170A (en) Jump destination site determination program, recording medium, jump destination site determination method and jump destination site determination device
JP2013164666A (en) Portlet processing device, portal server, portal system, portlet processing method and computer program
JP4502752B2 (en) Database usage system
JP4464727B2 (en) Database usage system
JP4861865B2 (en) Access result feedback program, recording medium, access result feedback method, access result feedback device, and terminal device
JP4460962B2 (en) Database usage system
JP4502763B2 (en) Database usage system
JP2010134512A (en) Adapter device and customization method using the same
WO2015097729A1 (en) Information processing device, web server and computer program
JP2013196526A (en) Portal server, client device, portal system, information processing method, and computer program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070316

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091222

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100219

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100410

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130416

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20140416

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees