JP3738932B2 - File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded - Google Patents

File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded Download PDF

Info

Publication number
JP3738932B2
JP3738932B2 JP27691797A JP27691797A JP3738932B2 JP 3738932 B2 JP3738932 B2 JP 3738932B2 JP 27691797 A JP27691797 A JP 27691797A JP 27691797 A JP27691797 A JP 27691797A JP 3738932 B2 JP3738932 B2 JP 3738932B2
Authority
JP
Japan
Prior art keywords
file
url
client terminal
display
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
JP27691797A
Other languages
Japanese (ja)
Other versions
JPH11120137A (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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP27691797A priority Critical patent/JP3738932B2/en
Publication of JPH11120137A publication Critical patent/JPH11120137A/en
Application granted granted Critical
Publication of JP3738932B2 publication Critical patent/JP3738932B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、サーバコンピュータ(以下、単にサーバという)に格納されているファイル(表やデータベースのデータ)をクライアントコンピュータ(以下、単にクライアントという)から参照,変更,追加,検索などの各種処理を行うことを可能にしたC/S(クライアント/サーバ)におけるファイルの処理技術に関し、特に、汎用のクライアントマシン,ソフトウェア(ブラウザ)を使用することができ、C/Sシステムを導入する場合にプログラムを新規に開発する必要をなくすことができるファイルの処理方法および該処理方法を実現するための装置、ならびに該処理方法の実現手順をプログラムコード化して記録したコンピュータで読取り可能な記録媒体に関する。
【0002】
【従来の技術】
近年、情報や資源を管理しているサーバと、該サーバに要求を出してその情報や資源を利用するクライアントから構成されるC/S(クライアント/サーバ)システムが普及してきている。従来のC/Sシステムにおいては、システムを構成するクライアントの仕様に基づいて入力画面を作成し、該入力画面を用いて行われた入力をサーバに送ることにより、サーバに対して所望のアクセスを行うものであり、システムを構築する都度そのためのプログラムを開発する必要があった。
【0003】
また、WWW(World Wide Web)を利用したC/Sシステムも知られており、例えば、編者;NECイントラネットプロジェクト「イントラネット完全構築ガイド」(1996年12月25日 日経BP社),特開平8−320846号公報に開示されている。前者の「イントラネット完全構築ガイド」の第49頁〜第50頁には、クライアント側のブラウザ上でURL(Uniform Resource Locater)を指定することにより、WWWサーバにメニュー画面や検索条件入力画面の送信を要求し、WWWサーバが要求されたHTML文書をブラウザ側に送り、ブラウザがそれを受信して表示し、検索条件が入力されると、WWWサーバソフトが検索を実行するCGI(Common Gateway Interface)プログラムを起動し、データベースなどをアクセスして検索結果をHTMLの文書に変換して再度クライアント側にダウンロードし、クライアント側でブラウザに表示するようにしたC/Sシステムが記載されている。
【0004】
後者の特開平8−320846号公報には、ユーザからのアクセスの初期の段階に、サーバが対話IDをURLに付加したハイパーテキストをユーザに提供し、それ以降クライアントはこのID付きのURLを用いるようにして高度なアクセス制御を可能としたものが記載されている。
一般に、インターネットを用いた場合には、クライアントマシンやブラウザについては汎用性があるが、検索やアンケートの集計のためのプログラムはHTMLだけでは組みにくく、CGIプログラムなどを熟知した熟練したプログラマを必要としていた。
【0005】
【発明が解決しようとする課題】
上述したように、従来のC/Sシステムにおいては、その特定のシステム構成に適合するように、システム毎に入力画面を作成するなどの必要があり、プログラマの労力が大きばかりではなく、クライアント側のマシンが限定されてしまうという問題点があった。
【0006】
またインターネットを用いる場合に、クライアント側のマシンの限定はなくなるが、HTMLでデータベースとの連携を記述するのはかなり難しく、HTMLだけで検索機能やアンケートなどのデータ集計を行うにはCGIプログラムなどを熟知した熟練したプログラマでなければ作成できないという問題があった。
本発明は、上記問題点を解決するために、特別なプログラムを新規に作成する必要がなく、また、汎用のブラウザからの画面上の項目選択や入力によって各種処理(検索,入力など)を指定するだけでサーバにその処理を実行させ、実行結果をクライアントに表示させたり、ファイルに新たなデータの入力(追加,変更など)を可能にしたファイルの処理方法および該方法を実現する装置、ならびに該処理方法の処理手順を記録したコンピュータで読み取り可能な記録媒体を提供することある。
【0007】
【課題を解決するための手段】
上記目的を達成するために、本発明におけるインターネットを利用したファイルの処理は次のような手順で行われる。
まず、クライアント(10)からサーバ(20)に初期画面の表示を要求した場合、サーバ(20)において、表示/更新ボタン(当該ボタンが選択された場合に自動的にその旨をURLに追加する機能を有する)を含む初期画面を生成して返送する(初期画面生成部22)。クライアント(10)では、該初期画面によりファイルの表示/更新ボタンを選択しURLに追加してインターネット(30)に送出する。サーバ(20)では、クライアント(10)からファイルの表示/更新の要求が追加されたURLを受け取った場合に、ファイル一覧(選択されたファイル名と特定の拡張子を自動的にURLに追加する機能と、処理種別が入力された場合にその処理種別をファイル名および特定の拡張子の後に自動的にURLに追加する機能を有する)を生成してクライアントに返送する(ファイル一覧生成部24)。クライアント(10)では、表示されたファイル一覧中から選択された一つのファイル名と特定の拡張子をURLに付加してインターネット(30)に送出するか、または該ファイル一覧中から選択された一つのファイルと特定の拡張子の他に処理種別(検索,追加,更新など)をURLに追加してインターネット(30)に送出する。なお、処理種別が検索の場合には、検索条件(パラメータ)が付加される。
【0008】
サーバ(20)では、URLに特定の拡張子が付加されたファイル名だけが追加されている場合に該ファイルを読み出してクライアント(10)に送出し、URLに特定の拡張子が付加されたファイル名の他に処理種別が追加されている場合に、該ファイルに対して追加された処理種別に基づき処理を実行し、実行結果をクライアントに返送する。クライアント(10)では、サーバ(20)から返送された実行結果を表示する。さらに詳しくいうと、処理種別が検索の場合、サーバ(20)は、指定されたファイルをファイル読込部(26)により読み込み、加工部(27)において指定された検索条件で検索を実行し、検索結果をHTML変換部(28)でHTMLに変換してクライアント(10)に返送して表示し、処理種別が追加または変更の場合には、入力画面生成部(29)で該ファイルに対応するデータ追加画面またはデータ変更画面を生成してクライアント(10)に送出して表示し、この画面に基づいてクライアントで追加または変更を行った場合に、その追加されたデータまたは変更されたデータをサーバ(20)に転送してサーバ(20)のディレクトリ/ファイル格納部(23)にある対応するファイルを更新する。
【0009】
本発明に係るサーバ(20)は、クライアント(10)からのURLを解析する第1の手段と、クライアントからのURLが初期画面の表示を指示している場合に、表示/更新ボタン(当該ボタンが選択された場合に自動的にその旨をURLに追加する機能を有する)を含む初期画面を生成して返送する第2の手段(初期画面生成部22)と、クライアント(10)からのURLが、ファイルの表示/更新の要求を指示している場合に、ファイル一覧(選択されたファイル名と特定の拡張子を自動的にURLに追加する機能と、処理種別が入力された場合にその処理種別をファイル名および特定の拡張子の後に自動的にURLに追加する機能を有する)を生成してクライアントに返送する第3の手段(ファイル一覧生成部24)と、クライアント(10)からのURLが特定の拡張子を有するファイルを含む場合に、該ファイル名に対応するファイルを読み出してクライアントに返送する第4の手段と、クライアント(10)からのURLが、特定の拡張子が付加されたファイル名の他に処理種別(例えば、検索/検索条件など)が追加されている場合に、該ファイルを読み出して該処理種別に基づいて処理を実行し、実行結果をクライアントに返送する第5の手段(ファイル読込部26,加工部27,HTML変換部28)を有する。さらに、処理種別がデータ追加またはデータ変更の場合には該ファイルに対応するデータ追加画面またはデータ変更画面の場合に入力画面を生成(入力画面生成部29)してクライアント(10)に送出し、かつ、この画面に基づいて追加されたデータまたは変更されたデータをクライアント(10)から受け取った場合に対応するファイルの内容を更新する第6の手段を有する。
【0010】
本発明に係る記録媒体は、クライアントからのURLが初期画面の表示を指示している場合に、表示/更新ボタン(当該ボタンが選択された場合に自動的にその旨をURLに追加する機能を有する)を含む初期画面を生成して返送する第1の手順と、クライアントからのURLが、ファイルの表示/更新の要求を指示している場合に、少なくともファイル一覧(選択されたファイル名と特定の拡張子を自動的にURLに追加する機能と、処理種別が入力された場合にその処理種別をファイル名および特定の拡張子の後に自動的にURLに追加する機能を有する)を生成してクライアントに返送する第2の手順と、クライアントからのURLが、特定の拡張子を有するファイルを含む場合に、該ファイル名に対応するファイルを読み出してクライアントに返送する第3の手順と、クライアントからのURLが、特定の拡張子が付加されたファイル名の他に処理種別が追加されている場合に、該ファイルを読み出して該追加された処理種別に基づき処理を実行し、実行結果をクライアントに返送する第4の手順をプログラム化して記録したものである。
【0011】
【発明の実施の形態】
本発明においては、クライアントのブラウザによりサーバ宛のURLをネットワークに送出し、サーバはこれを受けて初期画面(メニュー画面)をHTML形式でクライアントに送出する。クライアントでは表示された初期画面により表示/更新,検索,スクリプト実行などを選択する。例えば、表示/更新を選択すると、ネットワークを介してその要求を受けたサーバがファイル一覧をクライアントに返送する。クライアントでは表示されたファイル一覧から目的のファイル名と処理方法(例えば、検索/検索条件)を入力すると、URLに入力されたファイル名と特定の拡張子(本例ではDMX)・処理方法(検索/検索条件)が自動的に追加されて、ネットワークを介してサーバに送出される。本発明では、サーバから送られる画面情報にURLに選択項目を追加する機能(プログラム)を持たせてある。サーバでは、URLに追加された特定の拡張子を有するファイルに対して、指定された処理(上記例では検索条件で検索)を行い、HTML変換してクライアントに返送する。
【0012】
以下、本発明の実施例を図面を用いて詳細に説明する。
図1は、本発明を実施するクライアント・サーバ・システムの一構成例である。
同図において、10はクライアント、20はサーバ、21はサーバ管理ソフト、21’はクライアントからのURLを解析して当該サーバが行うべき処理を決めるためのURL解析部、22は初期画面(メニュー画面)生成部、23はディレクトリ/ファイル格納部、24はファイル一覧生成部、25は検索画面生成部、26はファイル読込部、27は加工部、28はHTML変換部、29は入力画面生成部、30はインターネットである。なお、ディレクトリ/ファイル格納部23には、ディレクトリ情報ファイルが設けられており、これによってクライアントからのディレクトリやファイル名を含んだURL指定によりファイル一覧の表示,ファイルの読み出し、ファイルの更新などが可能になり、以下に詳細に述べる本願発明を実現することが可能になる。
【0013】
図2(ステップS1〜S10)、図3(ステップS11〜S18)、図4(ステップS20〜S24)、および図5(ステップS30〜S33)は、本発明における処理を説明するためのフローチャートである。
以下、図1〜図5に基づいて本発明の動作例を説明する。
(A)<図2>
(ステップS1)クライアント10のWWWブラウザからサーバのURL(本実施例では、http://lightning/Nmisdataとする)を入力する。
(ステップS2)入力されたURLをインターネット30を介して受け取ったサーバ(本実施例では20とする)は、初期画面生成部22で初期画面(メニュー画面:HTML形式)を生成してクライアント10に返送する。
【0014】
(ステップS3)クライアント10では、サーバ20から送られた初期画面を表示する。このときの初期画面の一例を図6に示す。同図に示すように、本実施例の初期画面は、ファイルデータの表示や更新を要求する表示/更新ボタン、スクリプトの実行を要求するスクリプト実行ボタン、サーバのファイルをクライアントへダウンロードするダウンロードボタン、クライアントのファイルをサーバにアップロードするアップロードボタン、サーバの詳細な設定を行う場合に使用する管理者ボタン、・・などのボタンが設けられている。
【0015】
(ステップS4)ここでは、まず、初期画面から表示/更新ボタンを選択した場合を説明する。
(ステップS5)表示/更新要求をインターネット30を介して受け取ったサーバ20は、ファイル一覧生成部24によりファイル一覧(HTML)を生成してクライアント10に返送する。
【0016】
(ステップS6)クライアント10ではファイル一覧を受け取って表示する。このとき表示されるファイル一覧の一例を図7に示す。図7の例ではファイル名を所望の方法(例えば、昇順)で整列させるメニューも設けられている。
(ステップS7)本発明のファイル一覧画面のアンダーラインされたファイル名にはディレクトリ情報が埋め込まれていて、該ファイル名を選択した場合、URLの後ろにファイル名を付加する機能(プログラム)を備えている。従って、ファイル一覧から、例えば、売り上げデータをマウスクリックで選択したとすると、URL(http://lightning/Nmisdata)の次に「売り上げデータ.DMX」を付加してインターネット30に送出する。ここで、拡張子「DMX」は予め決められた一つの特定の拡張子の例であってこれに限定されるものではない。
【0017】
(ステップS8)特定の拡張子DMXのファイル名(命令部がない場合)が付加されたURLを受け取ったサーバ20のファイル読込部26は、該ファイル名で指定されるファイル(表データベース)をディレクトリ/ファイル格納部23から読込み、HTMLに変換してクライアント10に返送する(HTML変換部28)。
(ステップS9)クライアント10では、返送されたファイルを表示する。図8はこのときの売上げデータのファイルの内容画面例である。本実施例では、表示されたファイルに対して検索、並べ替え、行追加、行変更、ダウンロードなどを指定するボタンが設けられている。
(ステップS10)検索、行追加、行変更のボタンがクリックされた場合は、それに対応する命令部がURLに追加されてサーバ20に送られる。なお、ダウンロードのボタンがクリックされた場合はファイルの内容画面上に「開く」「ディスクに保存する」などの選択項目を有するウィンドウが表示され(図9参照)、このウィンドウから「ディスクに保存する」を選択した場合は、ファイルをハードディスクなどに保存する。
【0018】
(B)<図3>
(ステップS11)サーバ20では、URL解析部21’でURLを解析し、特定の拡張子(例えば、DMX)がない場合(ステップS12:N)は通常のWWWサーバの処理を行う(ステップS13)。
(ステップS14)特定の拡張子(例えば、DMX)があれば、次に、指定ディレクトリ内にそのファァイルがあるか否かを見て、ない場合はエラーメッセージをクライアント10に送出してブラウザに表示する(ステップS15,S16)。
(ステップS17)指定ファイルがあれば次に命令部があるかを見て、命令部に対応した処理、例えば、図4のステップS20以降の処理,または図5のステップS30以降の処理を実行する(ステップS18)。なお、命令部がない場合はステップS8の処理を行う。
【0019】
(イ)命令部が検索の場合<図4>。
(ステップS20)サーバ20は、検索画面生成部25で検索画面(HTML)を生成しクライアント10に返送する。このときクライアント10に表示される検索画面は、例えば、検索項目,比較項目,比較条件などのパラメータ指定が可能なようになっている。
【0020】
(ステップS21)今、検索項目として「地区」(列3)、比較項目として文字列指定「5」を指定したとする。このときの画面の一例を図10に示す。この指定により、URLのファイル名の後に新たにここで指定した検索条件(パラメータ)が追加されてインターネット30に送出される。
【0021】
(ステップS22)これを受けたサーバ20では、ステップS12〜S18と同様な処理を行うが、URLの命令部(検索)の後にさらに検索条件があれば、ステップS23で指定ファイルに対してこの検索条件で検索を実行してその結果をHTML変換部28でHTML形式に変換してクライアント10へ返送する。
(ステップS24)クライアント10では、検索結果を表示する。上述した「地区5」で検索した場合の検索結果の一例を図11に示す。
【0022】
(ロ)命令部が入力(行追加,行変更)の場合<図5>。
(ステップS30)サーバ20は、指定されたファイル(表データベース)に対応する入力画面を入力画面生成部29で生成する。すなわち、ファイル(表データベース)の各項目の長さに合った入力画面(表)を生成する。生成した入力画面をHTMLでクライアント10に返送する。
(ステップS31)クライアント10に入力画面を表示する。
(ステップS32)表示されたブラウザ上の入力画面で所望の入力を行う。このときの入力イメージを図12に示す。同図(a)は現在登録されているファイルデータのイメージ例である。同(b)は追加するデータの入力イメージ例であり、入力項目ごとに入力用の空欄(入力エディットボックス)が表示されており、この空欄に所望のデータを入力するようになっている。同(c)は変更すべき入力済みの登録されているファイルデータの表示であり、このファイルデータに上書きしてデータ内容を変更するようになっている。このようにして追加または変更されたデータは、入力画面上の[OK]ボタンなどのクリックにより、インターネット30を介してサーバ20に渡される(サブミットされる)。
【0023】
(ステップS33)サーバ20は、入力(追加,変更)されたデータ内容に基づいてファイルの更新を行う。
なお、複数行の追加や変更に対処するためにサーバ10からは次の入力画面をHTNL形式でクライアント10に送るようにすると操作性がよくなる。
【0024】
なお、上記説明では、サーバの処理を本実施例に沿って時系列に示したが、サーバでは、URL解析部でURLを解析し、その内容によって、例えば、ファイル名があるか、ファイル名の拡張子が特定のもの(上記実施例ではDMX)であるか、命令部があるか、命令部の種類、パラメータ(検索条件など)があるかによって如何なる処理を行うかが決定される。このように、本実施例におけるサーバ20はURLによって処理を決定するようにしているので、URLの内容を直接指定することでサーバに所望の処理を実行させることができる。例えば、上記例において、「行変更」を選択する前段階として「検索」を実行して変更すべき行を予め特定しておき、その後で「行変更」を選択して特定した行を表示して変更するようにすることができる。
【0025】
また、上記実施例では、ステップS6〜S9において、まずファイル一覧からファイル名を選択し、そのファイルの全内容をクライアントに転送して表示した後、検索、並べ替え、行追加、行変更、ダウンロードやパラメータを指定するようにしているが、この方式によると、ファイルのデータ量が多い場合には負荷が大きくなってしまう。もし、予めファイル名、処理名およびそのパラメータなどがわかっていれば、そのファイル名,処理名,パラメータ(条件)などを入力することによって、いきなりステップ11から行うことができるため、サーバでの処理結果(例えば、検索結果)だけをクライアント10に取り込めばよくなり(処理前のファイル全体を取り込む必要がない)、負荷が大幅に削減することができる。
【0026】
なお、一度、検索などの処理を指定してURLに検索・検索条件を追加した場合、そのURLをブックマーク(お気に入り)として登録しておけば、必要に応じてこのURLを選択することにより上記ステップS11からの処理を即座に実行されることができるため、常に最新のファイルデータを用いた検索などの処理結果を得ることが可能になる。また、所定のURLを入力指定することにより上記ステップのうちクライアントからサーバへの所望のステップへ移行することができ、またWWWブラウザ上で前画面に戻ったり後画面に移ったりすることができ、C/Sシステムの利便性を高めることができる。
【0027】
なお、上記実施例では、検索,入力(行追加,行変更)などについて説明したが、さらに加工部27に、ソート、グラフ、集計などの機能を持たせておけば、これら各種の処理も可能なことはいうまでもない。
【0028】
本実施例は、インターネットWWWブラウザがあれば、如何なるハードウェアでも、如何なるOS(オペレーティングシステム)を有するものでもあっても使用可能である。従って、決められた特定のハードウェアやOSに限定されず、例えば、WWWブラウザを具備するものであれば、各種PC(パーソナルコンピュータ)、インターネットTV、携帯端末、UNIXシステムなど如何なるものでもよい。また、サーバ側からクライアント側にプログラムを送り込む方式であるので、クライアント側に前もって特にソフトウエアをインストールしておく必要はない。ユーザはファイル一覧を見て、見たいファイルをマウスなどでクリックするだけでその内容を見ることができる。また、ファイル名を知っていればユーザは自分でURLを作ることができ、ダイレクトに参照することもできる。
【0029】
また、WWWブラウザのマーキング機能を利用し、所定の条件で検索やソートをした場合に、マーキング機能を使うことにより、最初から操作を繰り返すことなく、最新のデータに対して、前回と同じ条件(例えば、同じファイル名、同じ検索条件、同じソート条件、同じ品名など)で処理したデータを即座に得ることができる。さらにインターネットを使用するので、全世界から電話代をやすく使えるという効果も有している。
【0030】
なお、上述したようなサーバにおいて行われる各処理手順、すなわち、クライアントからのURLが初期画面の表示を指示している場合に、表示/更新ボタン(当該ボタンが選択された場合に自動的にその旨をURLに追加する機能を有する)を含む初期画面を生成して返送する第1の手順と、クライアントからのURLが、ファイルの表示/更新の要求を指示している場合に、少なくともファイル一覧(選択されたファイル名と特定の拡張子を自動的にURLに追加する機能と、処理種別が入力された場合にその処理種別をファイル名および特定の拡張子の後に自動的にURLに追加する機能を有する)を生成してクライアントに返送する第2の手順と、クライアントからのURLが、特定の拡張子を有するファイルを含む場合に、該ファイル名に対応するファイルを読み出してクライアントに返送する第3の手順と、クライアントからのURLが、特定の拡張子が付加されたファイル名の他に処理種別が追加されている場合に、該ファイルを読み出して該追加された処理種別に基づき処理を実行し、実行結果をクライアントに返送する第4の手順をプログラムコード化してCD−ROMなどの記録媒体に記録することにより、市場に流通させることができ、利用者は該記録媒体に記録されてる処理手順をサーバコンピュータにインストールすることで簡単に本発明の特徴とするファイルの処理方法および装置を実現することが可能になる。
【0031】
【発明の効果】
本発明によれば、特別なプログラムを新規に作成する必要がなく、また、汎用のブラウザからの画面上の項目選択や入力によって各種処理(検索,入力など)を指定するだけでサーバにその処理を実行させ、実行結果をクライアントに表示させたり、ファイルに新たなデータを入力(追加,変更など)を行うことが可能になる。
【図面の簡単な説明】
【図1】本発明を実施するクライアント・サーバ・システムの一構成例である。
【図2】本発明における処理を説明するためのフローチャートである(その1)。
【図3】本発明における処理を説明するためのフローチャートである(その2)。
【図4】本発明における処理(検索)を説明するためのフローチャートである(その3)。
【図5】本発明における処理(入力)を説明するためのフローチャートである(その4)。
【図6】本発明の実施例における初期画面の一例を示す中間調画像である。
【図7】本発明の実施例におけるファイル一覧の表示画面の一例を示す中間調画像である。
【図8】本発明の実施例におけるファイルの表示画面の一例を示す中間調画像である。
【図9】本発明の実施例におけるファイルの表示画面からダウンロードを選択する場合の画面の一例を示す中間調画像である。
【図10】本発明の実施例における検索画面の一例を示す中間調画像である。
【図11】本発明の実施例における検索結果の表示画面の一例を示す中間調画像である。
【図12】本発明の実施例における入力画面の一例を示す図である。
【符号の説明】
10:クライアント・サーバ・システム
20:サーバ
21:サーバ管理システム
21’:URL解析部
22:初期画面生成部
23:ディレクトリ/ファイル格納部
24:ファイル一覧生成部
25:検索画面生成部
26:ファイル読込部
27:加工部
28:HTML変換部
29:入力画面生成部
30:インターネット
[0001]
BACKGROUND OF THE INVENTION
The present invention performs various processes such as referencing, changing, adding, and searching a file (table or database data) stored in a server computer (hereinafter simply referred to as a server) from a client computer (hereinafter simply referred to as a client). With regard to file processing technology in C / S (client / server) that makes it possible, in particular, a general-purpose client machine and software (browser) can be used, and a new program is introduced when a C / S system is introduced. The present invention relates to a file processing method that can eliminate the need for development, a device for realizing the processing method, and a computer-readable recording medium that records the processing procedure of the processing method as a program code.
[0002]
[Prior art]
In recent years, a C / S (client / server) system composed of a server that manages information and resources and a client that makes a request to the server and uses the information and resources has become widespread. In a conventional C / S system, an input screen is created based on the specifications of the clients that make up the system, and the input made using the input screen is sent to the server, so that desired access to the server is achieved. Every time a system was constructed, it was necessary to develop a program for it.
[0003]
A C / S system using WWW (World Wide Web) is also known. For example, an editor: NEC Intranet Project “Intranet Complete Construction Guide” (December 25, 1996, Nikkei Business Publications, Inc.), JP-A-8- This is disclosed in Japanese Patent No. 320846. From page 49 to page 50 of the former "Intranet Complete Construction Guide", a menu screen and search condition input screen can be sent to the WWW server by specifying a URL (Uniform Resource Locator) on the browser on the client side. Request, WWW server sends requested HTML document to browser side, browser receives and displays it, CGI (Common Gateway Interface) program that WWW server software executes search when search condition is input Is started, the database is accessed, the search result is converted into an HTML document, downloaded again to the client side, and displayed on the browser on the client side.
[0004]
In the latter Japanese Patent Application Laid-Open No. 8-320846, the server provides the user with hypertext in which the dialogue ID is added to the URL at the initial stage of access from the user, and thereafter the client uses the URL with this ID. In this way, what enables advanced access control is described.
In general, when using the Internet, client machines and browsers are versatile, but programs for searching and counting questionnaires are difficult to build with HTML alone, requiring a skilled programmer who is familiar with CGI programs and the like. It was.
[0005]
[Problems to be solved by the invention]
As described above, in the conventional C / S system, it is necessary to create an input screen for each system so as to be adapted to the specific system configuration. There was a problem that the machine of this was limited.
[0006]
In addition, when using the Internet, there is no limitation on the machine on the client side, but it is quite difficult to describe the linkage with the database in HTML, and a CGI program etc. can be used to collect data such as search functions and questionnaires using only HTML. There was a problem that it could only be created by a skilled programmer who was familiar with it.
In the present invention, in order to solve the above problems, it is not necessary to newly create a special program, and various processes (search, input, etc.) are designated by selecting and inputting items on a screen from a general-purpose browser. Simply by causing the server to execute the process, displaying the execution result on the client, and inputting new data (addition, change, etc.) to the file, and a device for realizing the method, and an apparatus for realizing the method, and A computer-readable recording medium on which the processing procedure of the processing method is recorded may be provided.
[0007]
[Means for Solving the Problems]
In order to achieve the above object, file processing using the Internet in the present invention is performed in the following procedure.
First, when the client (10) requests the server (20) to display the initial screen, the server (20) automatically adds a display / update button (to that effect when the button is selected) to the URL. An initial screen including the function is generated and returned (initial screen generation unit 22). The client (10) selects a file display / update button on the initial screen, adds it to the URL, and sends it to the Internet (30). When the server (20) receives a URL to which a file display / update request is added from the client (10), the server (20) automatically adds a file list (the selected file name and a specific extension to the URL). When a function and a processing type are input, the processing type is automatically added to the URL after the file name and a specific extension) and returned to the client (file list generation unit 24) . In the client (10), one file name selected from the displayed file list and a specific extension are added to the URL and sent to the Internet (30), or one selected from the file list is sent. In addition to one file and a specific extension, a processing type (search, addition, update, etc.) is added to the URL and sent to the Internet (30). If the processing type is search, a search condition (parameter) is added.
[0008]
In the server (20), when only a file name with a specific extension added to the URL is added, the file is read out and sent to the client (10), and the file with the specific extension added to the URL When a process type is added in addition to the name, the process is executed based on the process type added to the file, and the execution result is returned to the client. The client (10) displays the execution result returned from the server (20). More specifically, when the processing type is search, the server (20) reads the specified file by the file reading unit (26), executes the search with the search condition specified by the processing unit (27), and searches. The result is converted to HTML by the HTML conversion unit (28), sent back to the client (10), and displayed. When the processing type is added or changed, the input screen generation unit (29) stores data corresponding to the file. An addition screen or a data change screen is generated and sent to the client (10) for display. When addition or change is performed on the client based on this screen, the added data or changed data is sent to the server ( 20) to update the corresponding file in the directory / file storage unit (23) of the server (20).
[0009]
The server (20) according to the present invention includes a first means for analyzing the URL from the client (10), and a display / update button (the button) when the URL from the client instructs to display the initial screen. And a second means (initial screen generation unit 22) for generating and returning an initial screen including a function of automatically adding that to the URL when the is selected, and a URL from the client (10) Is instructing a file display / update request, the file list (the function to automatically add the selected file name and specific extension to the URL and the processing type when the processing type is input) A third means (file list generation unit 24) for generating a processing type automatically added to the URL after the file name and a specific extension and returning the processing type to the client; 4th means for reading a file corresponding to the file name and returning it to the client when the URL from the client (10) includes a file having a specific extension, and the URL from the client (10) When a processing type (for example, search / search condition) is added in addition to the file name with the extension of, the file is read, the process is executed based on the processing type, and the execution result is It has the 5th means (the file reading part 26, the process part 27, and the HTML conversion part 28) returned to a client. Further, when the processing type is data addition or data change, an input screen is generated (input screen generation unit 29) and sent to the client (10) when the data addition screen or data change screen corresponding to the file is received. And it has the 6th means which updates the content of the file corresponding when the data added or changed based on this screen is received from the client (10).
[0010]
The recording medium according to the present invention has a display / update button (a function that automatically adds a message to the URL when the button is selected) when the URL from the client instructs the display of the initial screen. If the first procedure for generating and returning the initial screen including the file and the URL from the client indicates a request to display / update the file, at least the file list (selected file name and identification) And a function for automatically adding the extension to the URL and a function for automatically adding the process type to the URL after the file name and specific extension when the process type is input). When the second procedure for returning to the client and the URL from the client include a file having a specific extension, the file corresponding to the file name is read and the class is read. If the processing type is added to the third procedure returned to the ant and the URL from the client in addition to the file name with a specific extension, the file is read and the added processing type The fourth procedure for executing the process based on the above and returning the execution result to the client is recorded as a program.
[0011]
DETAILED DESCRIPTION OF THE INVENTION
In the present invention, a URL addressed to the server is sent to the network by the browser of the client, and the server receives this and sends an initial screen (menu screen) to the client in the HTML format. The client selects display / update, search, script execution, etc. according to the displayed initial screen. For example, when display / update is selected, the server that has received the request via the network returns a file list to the client. When the client enters the target file name and processing method (for example, search / search conditions) from the displayed file list, the file name input in the URL and a specific extension (DMX in this example) / processing method (search / Search condition) is automatically added and sent to the server via the network. In the present invention, the screen information sent from the server has a function (program) for adding a selection item to the URL. The server performs a specified process (searching with a search condition in the above example) for a file having a specific extension added to the URL, converts it into HTML, and returns it to the client.
[0012]
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a configuration example of a client server system for implementing the present invention.
In the figure, 10 is a client, 20 is a server, 21 is server management software, 21 ′ is a URL analysis unit for analyzing a URL from the client and determining processing to be performed by the server, and 22 is an initial screen (menu screen). ) Generation unit, 23 is a directory / file storage unit, 24 is a file list generation unit, 25 is a search screen generation unit, 26 is a file reading unit, 27 is a processing unit, 28 is an HTML conversion unit, 29 is an input screen generation unit, 30 is the Internet. The directory / file storage unit 23 is provided with a directory information file, which enables display of a file list, reading of a file, updating of a file, etc. by specifying a URL including a directory and a file name from the client. Thus, the present invention described in detail below can be realized.
[0013]
2 (steps S1 to S10), FIG. 3 (steps S11 to S18), FIG. 4 (steps S20 to S24), and FIG. 5 (steps S30 to S33) are flowcharts for explaining the processing in the present invention. .
Hereinafter, an example of the operation of the present invention will be described with reference to FIGS.
(A) <Figure 2>
(Step S1) The server URL (in this embodiment, http: // lightning / Nmisdata) is input from the WWW browser of the client 10.
(Step S2) The server (20 in this embodiment) that receives the input URL via the Internet 30 generates an initial screen (menu screen: HTML format) by the initial screen generation unit 22 and sends it to the client 10. Return it.
[0014]
(Step S <b> 3) The client 10 displays the initial screen sent from the server 20. An example of the initial screen at this time is shown in FIG. As shown in the figure, the initial screen of this embodiment includes a display / update button for requesting display and update of file data, a script execution button for requesting execution of a script, a download button for downloading a server file to the client, There are provided an upload button for uploading a client file to the server, an administrator button used when making detailed settings of the server, a button such as.
[0015]
(Step S4) Here, first, the case where the display / update button is selected from the initial screen will be described.
(Step S <b> 5) Upon receiving the display / update request via the Internet 30, the server 20 generates a file list (HTML) by the file list generation unit 24 and returns it to the client 10.
[0016]
(Step S6) The client 10 receives and displays a file list. An example of the file list displayed at this time is shown in FIG. In the example of FIG. 7, a menu for arranging file names in a desired method (for example, ascending order) is also provided.
(Step S7) Directory information is embedded in the underlined file name of the file list screen of the present invention, and when the file name is selected, a function (program) for adding a file name after the URL is provided. ing. Therefore, for example, if sales data is selected by clicking the mouse from the file list, “sales data.DMX” is added to the URL (http: // lightning / Nmisdata) and sent to the Internet 30. Here, the extension “DMX” is an example of one specific extension that is determined in advance, and is not limited thereto.
[0017]
(Step S8) The file reading unit 26 of the server 20 that has received the URL to which the file name of the specific extension DMX (if there is no command part) is added, stores the file (table database) specified by the file name in the directory / Read from the file storage unit 23, convert to HTML and return to the client 10 (HTML conversion unit 28).
(Step S9) The client 10 displays the returned file. FIG. 8 shows an example of the contents screen of the sales data file at this time. In the present embodiment, buttons for specifying search, rearrangement, line addition, line change, download, and the like are provided for the displayed file.
(Step S <b> 10) When a search, add row, or change row button is clicked, a corresponding command part is added to the URL and sent to the server 20. When the download button is clicked, a window having selection items such as “Open” and “Save to disk” is displayed on the file content screen (see FIG. 9), and “Save to disk” is displayed from this window. When "" is selected, the file is saved on a hard disk or the like.
[0018]
(B) <Fig. 3>
(Step S11) In the server 20, the URL is analyzed by the URL analysis unit 21 ′, and when there is no specific extension (for example, DMX) (step S12: N), processing of a normal WWW server is performed (step S13). .
(Step S14) If there is a specific extension (for example, DMX), next, it is checked whether or not the file exists in the specified directory. If not, an error message is sent to the client 10 and displayed on the browser. (Steps S15 and S16).
(Step S17) If there is a designated file, it is checked whether there is an instruction part next, and processing corresponding to the instruction part, for example, processing after step S20 in FIG. 4, or processing after step S30 in FIG. (Step S18). If there is no command part, the process of step S8 is performed.
[0019]
(A) When the instruction part is a search <FIG. 4>.
(Step S <b> 20) The server 20 generates a search screen (HTML) by the search screen generation unit 25 and returns it to the client 10. At this time, the search screen displayed on the client 10 can specify parameters such as search items, comparison items, and comparison conditions.
[0020]
(Step S21) Now, it is assumed that “district” (column 3) is designated as a search item and character string designation “5” is designated as a comparison item. An example of the screen at this time is shown in FIG. By this designation, the search condition (parameter) designated here is newly added after the URL file name and sent to the Internet 30.
[0021]
(Step S22) The server 20 that has received this performs the same processing as Steps S12 to S18. However, if there are further search conditions after the command part (search) of the URL, this search is performed on the designated file in Step S23. A search is executed under conditions, and the result is converted into an HTML format by the HTML conversion unit 28 and returned to the client 10.
(Step S24) The client 10 displays the search result. FIG. 11 shows an example of a search result when searching in the “district 5” described above.
[0022]
(B) When the instruction part is input (adding line, changing line) <FIG. 5>.
(Step S30) The server 20 generates an input screen corresponding to the designated file (table database) by the input screen generation unit 29. That is, an input screen (table) that matches the length of each item in the file (table database) is generated. The generated input screen is returned to the client 10 in HTML.
(Step S31) An input screen is displayed on the client 10.
(Step S32) A desired input is performed on the displayed input screen on the browser. An input image at this time is shown in FIG. FIG. 5A shows an example of image data of currently registered file data. (B) is an example of an input image of data to be added. An input blank (input edit box) is displayed for each input item, and desired data is input into this blank. (C) is a display of registered file data that has been input and should be changed, and the contents of the data are changed by overwriting the file data. The data added or changed in this way is passed (submitted) to the server 20 via the Internet 30 by clicking the [OK] button or the like on the input screen.
[0023]
(Step S33) The server 20 updates the file based on the input (addition, change) data contents.
In order to cope with the addition or change of a plurality of lines, operability is improved by sending the next input screen from the server 10 to the client 10 in the HTNL format.
[0024]
In the above description, the server processing is shown in chronological order according to the present embodiment. However, in the server, the URL is analyzed by the URL analysis unit, and depending on the contents, for example, whether there is a file name or the file name The processing to be performed is determined depending on whether the extension is a specific one (DMX in the above embodiment), whether there is an instruction part, the type of instruction part, and parameters (search conditions, etc.). As described above, since the server 20 in this embodiment determines the process based on the URL, it is possible to cause the server to execute a desired process by directly specifying the content of the URL. For example, in the above example, as a step before selecting “change line”, “search” is executed to specify in advance the line to be changed, and then “change line” is selected to display the specified line. Can be changed.
[0025]
In the above embodiment, in steps S6 to S9, a file name is first selected from the file list, and the entire contents of the file are transferred to the client for display, and then search, rearrangement, line addition, line change, and download are performed. However, according to this method, the load increases when the amount of data in the file is large. If the file name, process name, and parameters thereof are known in advance, the file name, process name, parameters (conditions), etc. can be input immediately, so that the processing can be performed from step 11 at the server. Only the result (for example, the search result) needs to be captured in the client 10 (there is no need to capture the entire file before processing), and the load can be greatly reduced.
[0026]
In addition, once a process such as search is designated and a search / search condition is added to the URL, if the URL is registered as a bookmark (favorite), the above step can be performed by selecting the URL as necessary. Since the processing from S11 can be executed immediately, it is possible to always obtain a processing result such as a search using the latest file data. In addition, by inputting and specifying a predetermined URL, it is possible to move to a desired step from the client to the server among the above steps, and to return to the previous screen or move to the subsequent screen on the WWW browser, The convenience of the C / S system can be improved.
[0027]
In the above embodiment, search, input (line addition, line change) and the like have been described. However, if the processing unit 27 is provided with functions such as sorting, graphing, and aggregation, these various processes are also possible. Needless to say.
[0028]
The present embodiment can be used with any hardware as long as there is an Internet WWW browser and any OS (operating system). Therefore, the present invention is not limited to the specific hardware and OS determined. For example, any PC (personal computer), Internet TV, portable terminal, UNIX system, etc. may be used as long as it has a WWW browser. Further, since the program is sent from the server side to the client side, it is not necessary to install software in advance on the client side. The user can look at the file list and view the contents just by clicking on the desired file with the mouse. In addition, if the user knows the file name, the user can create a URL by himself / herself and can refer to it directly.
[0029]
In addition, when you use the marking function of the WWW browser and search or sort under the specified conditions, you can use the marking function to perform the same conditions ( For example, data processed with the same file name, the same search condition, the same sort condition, the same product name, etc.) can be obtained immediately. In addition, because it uses the Internet, it has the effect of making it easy to use telephone bills from around the world.
[0030]
Note that each processing procedure performed in the server as described above, that is, when the URL from the client instructs to display the initial screen, the display / update button (automatically when the button is selected) A first procedure for generating and returning an initial screen including a function to add a message to the URL, and when the URL from the client indicates a file display / update request, at least the file list (A function for automatically adding a selected file name and a specific extension to the URL, and when a process type is input, the process type is automatically added to the URL after the file name and the specific extension. The second procedure for generating the file and returning it to the client, and when the URL from the client includes a file having a specific extension, The third procedure for reading the file corresponding to the file name and returning it to the client, and the URL from the client when the processing type is added in addition to the file name with the specific extension added. Is read out and executed based on the added processing type, and the fourth procedure for returning the execution result to the client is converted into a program code and recorded on a recording medium such as a CD-ROM, and distributed to the market. The user can easily implement the file processing method and apparatus characterized by the present invention by installing the processing procedure recorded in the recording medium in the server computer.
[0031]
【The invention's effect】
According to the present invention, there is no need to newly create a special program, and the processing can be performed on the server simply by specifying various processing (search, input, etc.) by selecting and inputting items on the screen from a general-purpose browser. Can be executed, the execution result can be displayed on the client, and new data can be input (added, changed, etc.) to the file.
[Brief description of the drawings]
FIG. 1 is a configuration example of a client server system for implementing the present invention.
FIG. 2 is a flowchart for explaining processing in the present invention (part 1);
FIG. 3 is a flowchart for explaining processing in the present invention (part 2);
FIG. 4 is a flowchart for explaining processing (search) in the present invention (part 3);
FIG. 5 is a flowchart for explaining processing (input) in the present invention (part 4);
FIG. 6 is a halftone image showing an example of an initial screen in the embodiment of the present invention.
FIG. 7 is a halftone image showing an example of a file list display screen according to the embodiment of the present invention.
FIG. 8 is a halftone image showing an example of a file display screen in an embodiment of the present invention.
FIG. 9 is a halftone image showing an example of a screen when download is selected from the file display screen according to the embodiment of the present invention.
FIG. 10 is a halftone image showing an example of a search screen in the embodiment of the present invention.
FIG. 11 is a halftone image showing an example of a search result display screen in the embodiment of the present invention.
FIG. 12 is a diagram showing an example of an input screen in the embodiment of the present invention.
[Explanation of symbols]
10: Client server system
20: Server
21: Server management system
21 ': URL analysis unit
22: Initial screen generator
23: Directory / file storage
24: File list generator
25: Search screen generator
26: File reading part
27: Processing part
28: HTML converter
29: Input screen generator
30: Internet

Claims (11)

インターネットを利用してクライアント端末からの要求によりサーバ装置にあるファイルに対して処理を行うファイルの処理方法において、
前記サーバ装置において、前記クライアント端末からの要求を受け取ると画面生成手段を起動し、少なくともファイルデータの表示や更新を要求する表示/更新ボタンを含む初期画面を生成して、送信手段により該クライアント端末へ返送する手順を該サーバ装置が実行する第1のステップと、
該クライアント端末において、前記初期画面を受け取ると、表示/更新選択手段を起動して、該初期画面を表示し、ファイルの表示/更新ボタンを選択しURLに追加して、送信手段によりインターネットに送出する手順を該クライアント端末が実行する第2のステップと、
前記サーバ装置において、前記クライアント端末からファイルの表示/更新の要求が追加されたURLを受け取った場合に、ファイル一覧生成手段を起動し、少なくともファイル一覧を生成して送信手段により該クライアント端末に返送する手順を該サーバ装置が実行する第3のステップと、
前記クライアント端末において、ファイル名選択手段を起動して、表示されたファイル一覧中から選択された一つのファイル名と特定の拡張子をURLに付加して、送信手段によりインターネットに送出するか、または該ファイル一覧中から選択された一つのファイルと特定の拡張子の他に処理種別をURLに追加して、該送信手段により該インターネットに送出する手順を該クライアント端末が実行する第4のステップと、
前記サーバ装置において、URLに特定の拡張子が付加されたファイル名だけが追加されている場合に、ファイル読出し手段を起動し、該ファイルを読み出して、送信手段により該クライアント端末に送出し、URLに特定の拡張子が付加されたファイル名の他に処理種別が追加されている場合に、該ファイルを読み出して追加された処理種別に基づき処理を実行し、該送信手段により実行結果を該クライアント端末に返送する手順を該サーバ装置が実行する第5のステップと、
該クライアント端末において、実行結果表示手段を起動し、該サーバ装置から返送された実行結果を表示する手順を該クライアント端末が実行する第6のステップとを有することを特徴とするインターネットを利用したファイルの処理方法。
In a file processing method for processing a file in a server device in response to a request from a client terminal using the Internet,
In the server device , upon receiving a request from the client terminal , the screen generation unit is activated, an initial screen including at least a display / update button for requesting display or update of file data is generated, and the transmission unit generates the initial screen. A first step in which the server device executes a procedure of returning to the terminal ;
When the client terminal receives the initial screen, it activates the display / update selection means, displays the initial screen, selects a file display / update button, adds it to the URL, and sends it to the Internet by the transmission means. A second step in which the client terminal executes a procedure for
In the server apparatus, wherein when a request for display / update files from the client terminal has received the added URL, to open the file list generation means, the transmitting means generates at least file list 該Ku client terminal A third step in which the server device executes a return procedure ;
In the client terminal , the file name selection means is activated, and a single file name selected from the displayed file list and a specific extension are added to the URL and sent to the Internet by the transmission means , or Add another to process type one file with a particular extension is selected from the files in the list in URL, and procedures to be sent to 該I Internet by the transmitting means 4 of the client terminal performs Steps,
In the server device, if only the file name a particular extension is appended to the URL has been added, to start the file reading means reads the file, sent to 該Ku client terminal by transmission means, when the addition the process type of the file name that is specific extension appended to the URL has been added, it reads the file executes the processing based on the added processing type, the execution result by said transmission means a procedure to return to the client terminal and the fifth step of the server device executes,
In the client terminal, the execution result display unit Start, the Internet, characterized by having a sixth step of executing said client terminal the procedure for displaying the returned execution results from 該Sa over server device File processing method.
前記初期画面の表示/更新画面ボタンは、そのボタンが選択された場合に、表示/更新選択手段を起動して、自動的にその旨をURLに追加する機能を有するものであることを特徴とする請求項1記載のインターネットを利用したファイルの処理方法。The display / update screen button of the initial screen has a function of activating display / update selection means and automatically adding the fact to the URL when the button is selected. The file processing method using the Internet according to claim 1. 前記ファイル一覧の画面は、ファイル一覧中の一つのファイルが選択された場合に、ファイル名選択手段が起動されることにより、そのファイル名と特定の拡張子が自動的にURLに追加され、さらに処理種別が入力された場合に、その処理種別が前記ファイル名および特定の拡張子の後に自動的にURLに追加する機能を有するものであることを特徴とする請求項1または2記載のインターネットを利用したファイルの処理方法。In the file list screen, when one file in the file list is selected, the file name selection unit is activated to automatically add the file name and a specific extension to the URL. 3. The Internet according to claim 1, wherein when a process type is input, the process type has a function of automatically adding to a URL after the file name and a specific extension. The file processing method used. 前記処理種別は、少なくとも検索、追加、更新のいずれか一つを含むことを特徴とする請求項1〜3のいずれか1項に記載のインターネットを利用したファイルの処理方法。  The file processing method using the Internet according to claim 1, wherein the processing type includes at least one of search, addition, and update. 前記処理種別が検索の場合には、前記第4のステップおよび第5のステップにおける処理種別にパラメータ等の検索条件が付加されることを特徴とする請求項1〜4のいずれか1項に記載のインターネットを利用したファイルの処理方法。 The search condition such as a parameter is added to the process type in the fourth step and the fifth step when the process type is search , according to any one of claims 1 to 4. File processing method using the Internet. 前記処理種別がデータ追加またはデータ変更の場合に、前記第5のステップにおける実行結果として該ファイルに対応するデータ追加画面またはデータ変更画面を返送する手順 を前記サーバ装置が実行し、かつ、この画面に基づいてクライアント端末においてデータ追加またはデータ変更が行われた場合に、その追加されたデータまたは変更されたデータを該サーバ装置転送する手順を前記クライアント端末が実行して該サーバ装置にある対応するファイルを更新する手順を前記サーバ装置が実行することを特徴とする請求項1〜4のいずれか1項に記載のインターネットを利用したファイルの処理方法。When the processing type is data addition or data change, the server device executes a procedure for returning a data addition screen or a data change screen corresponding to the file as an execution result in the fifth step , and this screen The client terminal executes a procedure for transferring the added data or the changed data to the server device when the data is added or changed in the client terminal based on the above. The file processing method using the Internet according to claim 1 , wherein the server device executes a procedure for updating a file to be executed . インターネットを利用してクライアントからのURLの内容によりその処理を決定して実行するサーバ装置であって、
前記クライアント端末から送られたURLを解析する第1の手段と、
前記クライアント端末から送られたURLが初期画面の表示を指示している場合に、少なくともファイルデータの表示や更新を要求する表示/更新ボタンを含む初期画面を生成して返送する第2の手段と、
前記クライアント端末から送られたURLが、ファイルの表示/更新の要求を指示している場合に、少なくともファイル一覧を生成して該クライアント端末に返送する第3の手段と、
前記クライアント端末から送られたURLが、特定の拡張子を有するファイルを含む場合に、該ファイル名に対応するファイルを読み出して該クライアント端末に返送する第4の手段と、
前記クライアント端末から送られたURLが、特定の拡張子を有するファイル名の他に処理種別が追加されている場合に、該ファイルを読み出して該追加された処理種別に基づき処理を実行し、実行結果を該クライアント端末に返送する第5の手段を有することを特徴とするサーバ装置
A server device that determines and executes the processing based on the content of a URL from a client using the Internet,
First means for analyzing a URL sent from the client terminal ;
A second means for generating and returning an initial screen including at least a display / update button for requesting display or update of file data when the URL sent from the client terminal instructs display of the initial screen; ,
Wherein the URL sent from the client terminal, if instructs the request for display / update files, and third means for returning the 該Ku client terminal to generate at least the file list,
Wherein the URL sent from the client terminal, if it contains a file with a specific extension, and fourth means for returning the 該Ku client terminal reads the file corresponding to the file name,
If the URL sent from the client terminal has a process type added in addition to the file name having a specific extension, the file is read and the process is executed based on the added process type results server apparatus characterized by having a fifth means for returning the 該Ku client terminal.
前記初期画面は、少なくとも、当該ボタンが選択された場合に自動的にその旨をURLに追加する機能を有する表示/更新画面ボタンを含み、かつ前記ファイル一覧の画面は、選択されたファイル名と特定の拡張子を自動的にURLに追加する機能を有するファイル一覧と、処理種別が入力された場合にその処理種別が前記ファイル名および特定の拡張子の後に自動的にURLに追加する機能を有するものであることを特徴とする請求項7記載のサーバ装置The initial screen includes at least a display / update screen button having a function of automatically adding the fact to the URL when the button is selected, and the file list screen includes the selected file name and A file list having a function of automatically adding a specific extension to the URL, and a function of automatically adding the process type to the URL after the file name and the specific extension when the process type is input The server device according to claim 7, wherein the server device is provided . 前記処理種別がデータ追加またはデータ変更の場合に、前記実行結果として該ファイルに対応するデータ追加画面またはデータ変更画面を返送し、かつ、この画面に基づいて追加されたデータまたは変更されたデータをクライアント端末から受け取った場合に対応するファイルの内容を変更する第6の手段を有することを特徴とする請求項7または8記載のサーバ装置When the processing type is data addition or data change, a data addition screen or data change screen corresponding to the file is returned as the execution result, and the data added or changed based on the screen is displayed. 9. The server apparatus according to claim 7, further comprising sixth means for changing the contents of a file corresponding to a case where the file is received from a client terminal . インターネットを利用してクライアント端末からのURLの内容によりサーバ装置がその処理を決定して実行する手順を、コンピュータを制御するためのプログラムに変換して記録した、該コンピュータで読み取り可能な記録媒体であって、
前記クライアント端末からのURLが初期画面の表示を指示している場合に、初期画面生成手段を起動して、少なくともファイルデータの表示や更新を要求する表示/更新ボタンを含む初期画面を生成して、送信手段により返送する機能をサーバ装置に実現させる第1の手順と、
前記クライアント端末からのURLが、ファイルの表示/更新の要求を指示している場合に、ファイル一覧生成手段を起動し、少なくともファイル一覧を生成して、送信手段により該クライアント端末に返送する機能を該サーバ装置に実現させる第2の手順と、
前記クライアント端末からのURLが、特定の拡張子を有するファイルを含む場合に、ファイル読出し手段を起動し、該ファイル名に対応するファイルを読み出して、該送信手段により該クライアント端末に返送する機能をサーバ装置に実現させる第3の手順と、
前記クライアント端末からのURLが、特定の拡張子が付加されたファイル名の他に処理種別が追加されている場合に、ファイル読出し手段を起動し該ファイルを読み出して、該追加された処理種別に基づき処理を実行し、該送信手段により実行結果を該クライアント端末に返送する機能を該サーバ装置に実現させる第4の手順とを実行させるプログラムを記録したことを特徴とする記録媒体。
The procedure server apparatus by the contents of a URL from the client terminal using the Internet is performed by determining the process was recorded into a program for controlling a computer readable recording medium 該Ko computer Because
When the URL from the client terminal instructs display of the initial screen , the initial screen generation means is activated to generate an initial screen including at least a display / update button for requesting display or update of file data. , A first procedure for causing the server device to realize the function of returning by the transmission means ;
When the URL from the client terminal indicates a file display / update request, the file list generating unit is activated, and at least a file list is generated and returned to the client terminal by the transmitting unit. a second procedure for implementing the 該Sa over server device,
Function URL from the client terminal, if it contains a file with a specific extension, which starts the file reading means reads the file corresponding to the file name, and returns to 該Ku client terminal by said transmitting means A third procedure for realizing the server apparatus;
When the URL from the client terminal has a processing type added in addition to the file name with a specific extension, the file reading unit is activated to read the file, and the added processing type based process is executed, a recording medium, characterized in that the function of returning an execution result to 該Ku client terminal records a program to execute a fourth step of realizing on the server apparatus by said transmitting means.
前記初期画面は、少なくとも、当該ボタンが選択された場合に、自動的にその旨をURLに追加する機能を有する表示/更新画面ボタンを含み、かつ前記ファイル一覧の画面は、選択されたファイル名と特定の拡張子が自動的にURLに追加する機能を有するファイル一覧と、処理種別が入力された場合にその処理種別が前記ファイル名および特定の拡張子の後に自動的にURLに追加する機能を有するものであることを特徴とする請求項10記載の記録媒体。  The initial screen includes at least a display / update screen button having a function of automatically adding that to the URL when the button is selected, and the file list screen includes the selected file name. A list of files having a function of automatically adding a specific extension to the URL, and a function of automatically adding the processing type to the URL after the file name and the specific extension when a processing type is input The recording medium according to claim 10, wherein
JP27691797A 1997-10-09 1997-10-09 File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded Expired - Fee Related JP3738932B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27691797A JP3738932B2 (en) 1997-10-09 1997-10-09 File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27691797A JP3738932B2 (en) 1997-10-09 1997-10-09 File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded

Publications (2)

Publication Number Publication Date
JPH11120137A JPH11120137A (en) 1999-04-30
JP3738932B2 true JP3738932B2 (en) 2006-01-25

Family

ID=17576201

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27691797A Expired - Fee Related JP3738932B2 (en) 1997-10-09 1997-10-09 File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded

Country Status (1)

Country Link
JP (1) JP3738932B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003030027A (en) * 2001-07-13 2003-01-31 Sharp Corp Backup system of data base, method for restoring data, method for constructing data base
JP5464785B2 (en) * 2006-12-05 2014-04-09 キヤノン株式会社 Information processing apparatus and information processing method

Also Published As

Publication number Publication date
JPH11120137A (en) 1999-04-30

Similar Documents

Publication Publication Date Title
US7725560B2 (en) Web service-enabled portlet wizard
US6581061B2 (en) Remote web site authoring system and method
US7406664B1 (en) System for integrating HTML Web site views into application file dialogs
US20040010598A1 (en) Portal setup wizard
US20020078102A1 (en) Method and system for customized modification and presentation of remotely saved web content
US20100023873A1 (en) Method and apparatus for providing toolbar service
JP2008513866A (en) Viewing and installing portlets on the client platform
JPH1115767A (en) Server information providing device and computer readable recording medium recording server information providing program
KR20030064828A (en) Method and system for fulfilling requests for information from a network client
JP4440716B2 (en) Display data generation device, display device, display data generation system, display data generation device control method, display data generation program, recording medium, electronic device, and electronic device control method
EP1143351A2 (en) Multimedia information structuring and application generating method and apparatus
JP2004530192A (en) Web-based imaging system using cookies to provide single-operation printing options
US7062492B1 (en) Remote web site authoring system and method
JP3738932B2 (en) File processing method using the Internet, apparatus for realizing the method, and recording medium on which a procedure for realizing the method is recorded
JP3017735B1 (en) Web data collection apparatus and method, and storage medium storing program according to the method
JP5224839B2 (en) Document management system, document management apparatus, document management method, and program
JPH10124518A (en) Preferential access web blousing processor
JP2001014210A (en) Information collection system
JP4399689B2 (en) Information provision processing method, information provision processing program storage medium, and information provision processing apparatus
JP3710027B2 (en) Script transfer execution method using the Internet and recording medium recording the processing procedure of the script transfer execution method
JP2004287929A (en) Web page operation system, program and web data transmission system
JP2005115684A (en) Content search device and content search method
JPH10171703A (en) Site map display device and document access supporting device
JPH10307745A (en) Document processing system
JPH113203A (en) Screen dialog processor

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050629

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050805

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050916

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20051027

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

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20091111

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20101111

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111111

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20111111

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121111

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20131111

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees