JP2009140072A - Server system - Google Patents

Server system Download PDF

Info

Publication number
JP2009140072A
JP2009140072A JP2007313667A JP2007313667A JP2009140072A JP 2009140072 A JP2009140072 A JP 2009140072A JP 2007313667 A JP2007313667 A JP 2007313667A JP 2007313667 A JP2007313667 A JP 2007313667A JP 2009140072 A JP2009140072 A JP 2009140072A
Authority
JP
Japan
Prior art keywords
processing
file
information
pdf
server system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007313667A
Other languages
Japanese (ja)
Inventor
Tomoyuki Takeuchi
朋之 竹内
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2007313667A priority Critical patent/JP2009140072A/en
Publication of JP2009140072A publication Critical patent/JP2009140072A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem that it is not possible to share any file between actions in continuously processing several actions defined at the server side in a server/client type system. <P>SOLUTION: In a server system, a file to be shared by a certain action is temporarily stored in a place where it is accessible from the other action, and the information of the storage place of the file is stored in a session so that the file can be shared between actions. ID or operating circumstances unique to the file as well as the storage place of the file are stored in the session. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

サーバ/クライアント型のシステムにおけるアクション間におけるファイル共有方法に関するものである。   The present invention relates to a file sharing method between actions in a server / client type system.

サーバ/クライアント型のシステムにおいて、サーバ側で定義されているいくつかのアクションを連続して処理する仕組みがある。クライアント側からの要求に従ってアクションが連続して実行され、前に処理したアクションの情報は次のアクションに引き継ぐことが出来た。   In a server / client type system, there is a mechanism for continuously processing several actions defined on the server side. The actions were executed continuously according to the request from the client side, and the information of the previously processed actions could be passed on to the next action.

又、セッションの状態を監視する監視部とセッション管理方法を更新する更新部を備えたセッション管理装置として、下記特許文献1に記載の技術が知られている。
特開2000−222353号公報
Further, as a session management apparatus including a monitoring unit that monitors the state of a session and an update unit that updates a session management method, a technique described in Patent Document 1 below is known.
JP 2000-222353 A

しかしながら、それぞれのアクションは独立したコンポーネントとして実装されており、アクション同士がお互いにファイルを受け渡すインタフェースは用意されていない。そのため、アクション間でファイルを共有することを必要とする手段を実装することが出来なかった。   However, each action is implemented as an independent component, and no interface is provided for the actions to pass files to each other. Therefore, it was not possible to implement a means that required sharing files between actions.

あるアクションが共有対象のファイルを他のアクションからもアクセスできる場所に一時的に保管し、そのファイルの保存場所の情報をセッションに保管し、アクション間で共有する。また、セッションにはファイルの保存場所以外にもファイルに対してユニークなIDや作業状態も合わせて保管する。   An action temporarily stores a file to be shared in a location that can be accessed by other actions, stores information on the storage location of the file in a session, and shares it between actions. In addition to the file storage location, the session also stores a unique ID and work status for the file.

セッションに保管された情報を参照すれば異なるアクションから同一のファイルにアクセスできるので、アクション間でファイルを共有して扱える。また、複数の利用者から同時に要求が来ても、ファイルに割り振られたIDによって別個に管理できる。また、セッションに保管された情報によって、そのファイルの作業状態を管理したり、処理が中断した時に一時ファイルを削除したりすることも出来る。   By referring to the information stored in the session, you can access the same file from different actions, so you can share the file between actions. Even if requests are received from a plurality of users at the same time, they can be managed separately by IDs assigned to files. In addition, the information stored in the session can be used to manage the working status of the file, and to delete the temporary file when the process is interrupted.

次に、本発明の詳細を実施例の記述に従って説明する。   Next, details of the present invention will be described in accordance with the description of the embodiments.

図1は、本発明の実施の形態に係る情報コンテンツ閲覧システムの構成図である。   FIG. 1 is a configuration diagram of an information content browsing system according to an embodiment of the present invention.

この情報コンテンツ閲覧システムは、ネットワーク上に、クライアントPC101,102,103と、HTTPサーバ(Webサーバ)108と、Webアプリケーションサーバ(WAS)109とを備えている。   This information content browsing system includes client PCs 101, 102, and 103, an HTTP server (Web server) 108, and a Web application server (WAS) 109 on a network.

クライアントPC101,102,103は、Webブラウザを使用しHTTPで通信するコンピュータであり、例えば、システム管理者がコンテンツのメンテナンスをしたり、ユーザ管理情報の修正などのシステムメンテナンス処理を行ったりする作業を行うために使用されるパソコンである。   The client PCs 101, 102, and 103 are computers that communicate using HTTP using a Web browser. For example, a system administrator performs a maintenance operation of contents or a system maintenance process such as correction of user management information. A computer used to do.

LAN(ローカルエリアネットワーク)105、107及びインターネット106はシステムで使用するネットワーク形態をあらわしており、LAN105に接続している機器101〜102は、このLAN105を介して他の機器とデータのやり取りを行う。クライアントPC103は、インターネット106に直接に接続されている。   LANs (local area networks) 105 and 107 and the Internet 106 represent network forms used in the system, and the devices 101 to 102 connected to the LAN 105 exchange data with other devices via the LAN 105. . The client PC 103 is directly connected to the Internet 106.

HTTPサーバ(Webサーバ)108は、ネットワークを介してクライアントPC101,102,103からHTTPプロトコルで送られてきたリクエストを受け取るサーバである。HTTPサーバ108には、いくつかのWebアプリケーションサーバが登録されており、HTTPサーバ108は、クライアントPC101,102,103からのリクエスト内容に従って、処理を適切なWebアプリケーションサーバに割り振る。また、リクエストを受け取った例えばWebアプリケーションサーバ109は、処理を実行してその処理結果をクライアントPC101,102,103へ返信する。   An HTTP server (Web server) 108 is a server that receives a request transmitted from the client PCs 101, 102, and 103 by the HTTP protocol via a network. Several Web application servers are registered in the HTTP server 108, and the HTTP server 108 allocates processing to an appropriate Web application server in accordance with the request contents from the client PCs 101, 102, and 103. In addition, for example, the Web application server 109 that has received the request executes processing and returns the processing result to the client PCs 101, 102, and 103.

Webアプリケーションサーバ109には、データベース110が接続されている。このデータベース110には、コンテンツデータ、コンテンツに関連付けられたデータ、操作履歴、及び処理ステータスなどの情報や、ユーザ/グループ情報などのシステム情報が記録される。HTTPサーバ108、Webアプリケーションサーバ109、及びデータベース110が有機的に組み合わされて、Webデータベースシステムとして機能する。   A database 110 is connected to the web application server 109. The database 110 records content data, data associated with the content, operation history, information such as processing status, and system information such as user / group information. The HTTP server 108, the web application server 109, and the database 110 are organically combined to function as a web database system.

そして、Webアプリケーションサーバ109は、例えばLAN107を介して企業などのバックエンドシステム(顧客管理システム)111に接続されており、このバックエンドシステムにおいてコンテンツデータを利用するような形態を実現している。なお、バックエンドシステム111は、アプリケーションサーバ109にダイレクトに接続される構成であっても良い。   The Web application server 109 is connected to a back-end system (customer management system) 111 such as a company via the LAN 107, for example, and realizes a form in which content data is used in this back-end system. Note that the back-end system 111 may be configured to be directly connected to the application server 109.

図2は、図1に示したクライアントPC101,102,103、HTTPサーバ108及びWebアプリケーションサーバ109の構成を示すブロック図である。   FIG. 2 is a block diagram showing the configuration of the client PCs 101, 102, 103, HTTP server 108, and Web application server 109 shown in FIG.

図中の201はシステムバスであり、システムバス201には、CPU(Centrtal Processing Unit)202、プログラム・メモリ(PMEM)203、通信制御部204、外部記憶装置制御部208、入力制御部211、ビデオ・イメージ・メモリ(VRAM)214、表示出力制御部215、プリンタ制御部217、外部機器制御部219、及び画像読み取り機器制御部220が接続されている。通信制御部204は、通信ポート205に於ける入出力データの制御を行い、通信ポート205から出力された信号は、通信回線を経由してネットワーク上の他の装置206の通信ポートに伝えられる。外部記憶装置制御部208は、データファイル用のディスクとして、例えばUSBメモリ209やハードディスク(HD)210に対するアクセスを制御する。   Reference numeral 201 in the figure denotes a system bus. The system bus 201 includes a CPU (Central Processing Unit) 202, a program memory (PMEM) 203, a communication control unit 204, an external storage device control unit 208, an input control unit 211, and a video. An image memory (VRAM) 214, a display output control unit 215, a printer control unit 217, an external device control unit 219, and an image reading device control unit 220 are connected. The communication control unit 204 controls input / output data at the communication port 205, and a signal output from the communication port 205 is transmitted to a communication port of another device 206 on the network via a communication line. The external storage device control unit 208 controls access to, for example, the USB memory 209 or the hard disk (HD) 210 as a data file disk.

入力制御部211には、キーボード212やマウス213等の入力装置が接続される。操作者は、この入力装置を操作することによりシステムの動作指令等を行う。ビデオ・イメージ・メモリ(VRAM)214には、表示出力制御部215を介してディスプレイ216が接続され、ディスプレイ216に表示されるデータはVRAM14上にビットマップデータとして展開されている。ディスプレイ216上で画像情報を加工指示するためのポインティング・デバイスであるマウス213により、ディスプレイ216上のカーソルをX,Y方向任意に移動してコマンドメニュー上のコマンド・アイコンを選択し、処理の指示を行うほか、編集対象の指示、描画位置の指示等も行うようになっている。   Input devices such as a keyboard 212 and a mouse 213 are connected to the input control unit 211. The operator issues a system operation command and the like by operating the input device. A display 216 is connected to the video image memory (VRAM) 214 via the display output control unit 215, and data displayed on the display 216 is expanded as bitmap data on the VRAM 14. A mouse 213 which is a pointing device for instructing to process image information on the display 216 moves the cursor on the display 216 arbitrarily in the X and Y directions, selects a command icon on the command menu, and instructs processing. In addition to the above, an edit target instruction, a drawing position instruction, and the like are also provided.

PMEM203は、本実施の形態に係る処理を実行するためのプログラムをハードディスク210から適宜、選択して読み込み、CPU202での実行に供する。また、キーボード212から入力されたデータは、テキスト・メモリでもあるPMEM203にコード情報として格納される。プリンタ制御部217は、接続されているプリンタ218に対するデータの出力制御を行う。画像読み取り機器制御部220は、画像読み取り機器221に接続され、その接続機器の制御を行う。外部機器制御部219は、プリンタやスキャナなどの外部機器を制御するためのものである。なお、本実施の形態のクライアントPC101,102,103では、クライアントPCに直接接続されたプリンタ218とプリンタ制御部217、画像読み取り機器制御部220と画像読み取り機器221といった構成要素は必ずしも必要ではない。   The PMEM 203 appropriately selects and reads a program for executing the processing according to the present embodiment from the hard disk 210 and uses it for execution by the CPU 202. Data input from the keyboard 212 is stored as code information in the PMEM 203 which is also a text memory. The printer control unit 217 controls data output to the connected printer 218. The image reading device control unit 220 is connected to the image reading device 221 and controls the connected device. The external device control unit 219 is for controlling external devices such as a printer and a scanner. In the client PCs 101, 102, and 103 according to the present embodiment, components such as the printer 218 and the printer control unit 217, the image reading device control unit 220, and the image reading device 221 that are directly connected to the client PC are not necessarily required.

なお、本実施の形態ではLANなどのネットワークに関して記述するが、この通信制御部204に接続される通信ポート205及び通信回線が一般の公衆回線であっても本発明が適応されることは言うまでもない。また、画像読み取り機器制御部220と画像読み取り機器221が物理的に別々のコンポーネントであっても、画像読み取り機器制御部220が画像読み取り機器221を含む1つのコンポーネントであっても、同様な手段を有することとする。また、PMEM203に記憶されるプログラムは、装置に直接接続されているハードディスク(HD)やUSBメモリなどの記憶媒体に記憶されているほか、ネットワークで接続されている他の装置上に記憶されていても良い。   Although the present embodiment describes a network such as a LAN, it goes without saying that the present invention is applicable even if the communication port 205 and the communication line connected to the communication control unit 204 are general public lines. . In addition, even if the image reading device control unit 220 and the image reading device 221 are physically separate components, even if the image reading device control unit 220 is a single component including the image reading device 221, the same means can be used. I will have it. The program stored in the PMEM 203 is stored in a storage medium such as a hard disk (HD) or USB memory that is directly connected to the apparatus, or is stored on another apparatus connected via a network. Also good.

なお、クライアントPC101,102,103では、汎用のWebブラウザが記憶媒体に格納されており、CPU202が該Webブラウザプログラムを読み込んで実行し、該Webブラウザ上で本発明のユーザインターフェースが実現される。   In the client PCs 101, 102, and 103, a general-purpose Web browser is stored in a storage medium. The CPU 202 reads and executes the Web browser program, and the user interface of the present invention is realized on the Web browser.

図3、図4、は実施例1の処理を示すフローチャートである。   3 and 4 are flowcharts showing the processing of the first embodiment.

図3のフローチャートに従って、処理の流れを説明する。   The processing flow will be described with reference to the flowchart of FIG.

セッションを開始し(S302)、ユーザからの要求をアクションが受信し(S302)、アクションが処理を開始し(S303)、一時フォルダに一時ファイルを保管し(S304)、識別子やファイルパスといった一時ファイル情報をセッションに保管し(S305)、次のアクションに一時ファイルを渡す必要があるかどうかを判定し(S306)、必要があれば、アクションが処理を終了し(S307)、次のアクションが処理を開始し(S308)、セッションから一時ファイル情報を取得し(S309)その一時ファイル情報を元に一時ファイルを一時フォルダから取得し(S310)、アクションの処理結果を一時ファイルに反映し(S311)、S312に移り、S305において、次のアクションに一時ファイルを渡す必要がなければ、アクションがユーザに処理結果を返し(S312)、アクションが処理を終了し(S313)、セッションを切断し(S314)、本フローを終了する。   A session is started (S302), a request from the user is received by the action (S302), the action starts processing (S303), a temporary file is stored in a temporary folder (S304), and a temporary file such as an identifier or a file path Information is stored in the session (S305), it is determined whether a temporary file needs to be passed to the next action (S306), and if necessary, the action ends processing (S307), and the next action is processed. Is started (S308), temporary file information is acquired from the session (S309), a temporary file is acquired from the temporary folder based on the temporary file information (S310), and the processing result of the action is reflected in the temporary file (S311). , S312, and in S305, it is necessary to pass the temporary file to the next action. If the no action returns the processing result to the user (S312), the action is terminated the process (S313), and disconnects the session (S314), and terminates this flow.

図4のフローチャートに従って、セッションの切断処理の流れを説明する。   The flow of session disconnection processing will be described with reference to the flowchart of FIG.

セッションが切断された際には、一時ファイル情報に従って一時フォルダから一時ファイルを削除し(S401)、セッションから一時ファイル情報を削除し(S402)、本フローを終了する。   When the session is disconnected, the temporary file is deleted from the temporary folder according to the temporary file information (S401), the temporary file information is deleted from the session (S402), and this flow ends.

図5、図6、は実施例1においてPDF文書を出力するPDF出力アクションとPDF文書を重ね合わせるPDF重ね合わせアクションとの間での一時ファイルの共有を示す図である。   5 and 6 are diagrams illustrating sharing of a temporary file between a PDF output action for outputting a PDF document and a PDF overlay action for overlaying a PDF document in the first embodiment.

図5は、実施例1においてPDFを出力するPDF出力アクションとPDFを重ね合わせるPDF重ね合わせアクションとの間で一時ファイルを共有する例の全体図である。   FIG. 5 is an overall view of an example in which a temporary file is shared between a PDF output action for outputting PDF and a PDF overlay action for overlaying PDF in the first embodiment.

図5において、501は、クライアント側で本実施例のシステムを利用する利用者であるクライアントユーザであり、502は、PDF文書を出力するPDF出力アクションであり、503は、複数のPDF文書を一つに重ね合わせるPDF重ね合わせアクションであり、504は、一時ファイルを格納する一時フォルダであり、505は、クライアントユーザの要求によって引き起こされた一連の処理を管理するセッションであり、506は、PDF出力アクションによって一時フォルダに保管された一時ファイルであるPDFファイルであり、507は、セッションに保管された、一時ファイルを扱うために必要な一時ファイル情報である。   In FIG. 5, reference numeral 501 denotes a client user who is a user who uses the system of this embodiment on the client side, 502 denotes a PDF output action for outputting a PDF document, and 503 denotes a plurality of PDF documents. 504 is a temporary folder for storing a temporary file, 505 is a session for managing a series of processes caused by a client user request, and 506 is a PDF output A PDF file which is a temporary file stored in the temporary folder by the action, and 507 is temporary file information necessary for handling the temporary file stored in the session.

図6は、セッションに保管された、一時ファイルを扱うために必要な一時ファイル情報の内容を示した図である。   FIG. 6 is a diagram showing the contents of temporary file information necessary for handling a temporary file stored in a session.

図6において、601は、各一時ファイルを識別するIDであり、602は、各一時ファイルを格納した場所を示すファイルパスであり、603は、各一時ファイルの状態を示す作業状態である。   In FIG. 6, 601 is an ID for identifying each temporary file, 602 is a file path indicating the location where each temporary file is stored, and 603 is a working state indicating the state of each temporary file.

以下に、図5、図6、によって示した一時ファイルの共有を、図3、図4、で示したフローチャートに従って説明する。   Hereinafter, the sharing of the temporary file shown in FIGS. 5 and 6 will be described with reference to the flowcharts shown in FIGS.

図3のS301において、セッション505が開始され、S302において、クライアントユーザ501からの要求をPDF出力アクション502が受信し、S303において、PDF出力アクション502が処理を開始し、PDF文書を出力し、S304において、PDF出力アクション502は出力したPDF文書を、一時フォルダ504にPDFファイル506として保管し、S305において、PDFファイル506の情報である一時ファイル情報507をセッション505に保管し、その際、ID601についてはユニークな番号を生成して記録し、ファイルパス602についてはPDFファイル506が格納されている場所を記録し、作業状態603については、この後に続いてPDF重ね合わせアクション503が処理されるので連続処理である旨を記録し、S306において、PDF出力アクション502はPDF重ね合わせアクション503にPDFファイル506を渡す必要があるので、処理は307に移行し、S307において、PDF出力アクション502が処理を終了し、S308において、PDF重ね合わせアクション503が処理を開始し、S309において、PDF重ね合わせアクション503がセッション505から一時ファイル情報507を取得し、S310において、PDF重ね合わせアクション503が一時ファイル情報507の情報を元にPDFファイル506を取得し、PDF文書の重ね合わせ処理を行い、S311において、処理結果をPDFファイル506に反映し、S306に戻り、S306において、PDF重ね合わせアクション503に続いて処理されるアクションは存在しないので、S312に移行し、S312において、PDF重ね合わせアクション503がクライアントユーザ501に重ね合わせ済みのPDFファイル506を返し、S313において、PDF重ね合わせアクション503が処理を終了し、S314において、セッション505を切断し、処理は図4に移行し、S401において、一時ファイル情報507に従って一時フォルダ504からPDFファイル506が削除され、S402において、セッション505から一時ファイル情報507が削除され、図4の処理は終了し、図3に戻り、処理が終了する。   In S301 of FIG. 3, the session 505 is started. In S302, the PDF output action 502 receives a request from the client user 501, and in S303, the PDF output action 502 starts processing and outputs a PDF document. In step S305, the PDF output action 502 stores the output PDF document in the temporary folder 504 as the PDF file 506. In step S305, the temporary file information 507 that is information on the PDF file 506 is stored in the session 505. Generates and records a unique number, records the location where the PDF file 506 is stored for the file path 602, and subsequently processes the PDF overlay action 503 for the work state 603. In step S306, since the PDF output action 502 needs to pass the PDF file 506 to the PDF overlay action 503, the process proceeds to step 307. In step S307, the PDF output action 502 performs processing. In step S308, the PDF overlay action 503 starts processing. In step S309, the PDF overlay action 503 acquires the temporary file information 507 from the session 505. In step S310, the PDF overlay action 503 receives the temporary file information. The PDF file 506 is acquired based on the information of 507, the PDF document is superimposed, the processing result is reflected in the PDF file 506 in S311, and the process returns to S306. Since there is no action to be processed subsequent to the application 503, the process proceeds to S312. In S312, the PDF overlay action 503 returns the superimposed PDF file 506 to the client user 501, and in S313, the PDF overlay action In step S314, the session 505 is disconnected. In step S401, the PDF file 506 is deleted from the temporary folder 504 according to the temporary file information 507. In step S402, the session 505 is temporarily deleted. The file information 507 is deleted, the processing in FIG. 4 ends, the processing returns to FIG. 3 and the processing ends.

もしも上記の処理の途中でセッションが切れた場合には、図4の処理に従って一時ファイルおよび一時ファイル情報を削除する。   If the session is cut off during the above process, the temporary file and the temporary file information are deleted according to the process of FIG.

一度クライアントユーザ501に制御を戻す場合は、S305において、作業状態603には要求待ちである旨を記録しておき、クライアントユーザ501に一時的な処理結果であるPDFファイル506を返し、PDF結合アクション502を終了し、PDF重ね合わせアクション503の実行要求を促し、要求を待ち、継続処理の要求が来たらS308に移行してPDF重ね合わせアクション503の処理を開始し、クライアントユーザ501から要求が来ないか、キャンセルの要求が来た場合は、セッションを切断し、図4の処理に従って一時ファイルおよび一時ファイル情報を削除し、処理を終了する。   When returning control to the client user 501 once, in S305, the work state 603 records that the request is waiting, returns a PDF file 506 as a temporary processing result to the client user 501, and returns a PDF merge action. 502 is terminated, a request for execution of the PDF overlay action 503 is prompted, the request is waited, and when a request for continuation processing is received, the process proceeds to S308 to start processing of the PDF overlay action 503, and a request is received from the client user 501 If there is a cancel request, the session is disconnected, the temporary file and the temporary file information are deleted according to the process of FIG. 4, and the process is terminated.

このように、セッション上で一時ファイルの情報を共有することで、アクション間でファイルを共有して扱える。また、複数の利用者から同時に要求が来ても、ファイルに割り振られたIDによって別個に管理できる。また、セッションに保管された情報によって、そのファイルの作業状態を管理したり、処理が中断した時に一時ファイルを削除することも出来る。   In this way, by sharing the information of the temporary file on the session, the file can be shared and handled between actions. Even if requests are received from a plurality of users at the same time, they can be managed separately by IDs assigned to files. In addition, the information stored in the session can be used to manage the working status of the file, or to delete the temporary file when processing is interrupted.

なお、本明細書に記載のコンテンツとは、ドキュメントデータ、画像データ、テキストデータ、音楽データ、映像データ、その他情報処理装置で扱うことのできる電子データ、を指す。実運用するシステムに応じて扱うコンテンツは異なる。音楽配信システムでは、主なコンテンツは音楽ファイルや付随するドキュメントデータであり、カタログ作成システムでは、画像データやテキストデータがコンテンツとなる。   Note that content described in this specification refers to document data, image data, text data, music data, video data, and other electronic data that can be handled by an information processing apparatus. The content handled varies depending on the actual system. In the music distribution system, main contents are music files and accompanying document data, and in the catalog creation system, image data and text data are contents.

次に、WebページとはHTMLで記述されているとするが、Webページを記述できるマークアップ言語、及びそれに類する言語、例えばXML準拠のXHTMLなどを利用した場合も本発明の実現は容易であり、本発明はWebページの記述言語に関わらず有効なものである。また、動的なページ生成手段を用いた場合も同様に本発明の優位性は保たれる。   Next, it is assumed that the Web page is described in HTML. However, the present invention can be easily realized even when a markup language that can describe the Web page and a similar language such as XML HTML that conforms to XML are used. The present invention is effective regardless of the description language of the Web page. Similarly, the advantage of the present invention is maintained when a dynamic page generation means is used.

又、アクションとは、サーバ/クライアント型のシステムにおいて、サーバ側で定義され、クライアント側からの指示に応じて提供される手段を指す。   An action refers to a means defined on the server side and provided in response to an instruction from the client side in a server / client type system.

更に、本発明の実施例は、実施例記載の手段を実現するソフトウェアのプログラムコードを記憶した記憶媒体を、システムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによって達成される場合を含む。   Further, in the embodiment of the present invention, the storage medium storing the program code of the software that realizes the means described in the embodiment is read by the computer (or CPU or MPU) of the system or apparatus reading the program code stored in the storage medium. Including cases achieved by executing.

本発明の実施の形態に係る情報コンテンツ閲覧システムの構成図である。It is a block diagram of the information content browsing system which concerns on embodiment of this invention. 図1に示したクライアントPC101,102,103、HTTPサーバ108及びWebアプリケーションサーバ109の構成を示すブロック図である。FIG. 2 is a block diagram illustrating configurations of client PCs 101, 102, and 103, an HTTP server 108, and a Web application server 109 illustrated in FIG. セッションの切断処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the cutting process of a session. 結合アクションの処理の流れを説明するフローチャートである。It is a flowchart explaining the flow of a process of combined action. PDF出力アクションとPDF重ね合わせアクションとの間で一時ファイルを共有する例の全体図である。FIG. 10 is an overall view of an example in which a temporary file is shared between a PDF output action and a PDF overlay action. 一時ファイル情報の内容を示した図である。It is the figure which showed the contents of temporary file information.

符号の説明Explanation of symbols

501 クライアント側でシステムを利用するクライアントユーザ
502 PDF文書を出力するPDF出力アクション
503 複数のPDF文書を一つに重ね合わせるPDF重ね合わせアクション
504 一時ファイルを格納する一時フォルダ
505 クライアントユーザの要求によって引き起こされた一連の処理を管理するセッション
506 PDF出力アクションによって一時フォルダに保管された一時ファイルであるPDFファイル
507 セッションに保管された、一時ファイルを扱うために必要な一時ファイル情報
501 Client user using the system on the client side 502 PDF output action for outputting a PDF document 503 PDF overlay action for overlaying a plurality of PDF documents into one 504 Temporary folder for storing temporary files 505 Caused by a client user request Session 506 for managing a series of processes PDF file 507 which is a temporary file stored in a temporary folder by a PDF output action 507 Temporary file information necessary for handling the temporary file stored in the session

Claims (4)

クライアントからの要求を受けて処理を行なうサーバシステムであって、
ユーザからの要求を受け付けるプレゼンテーション層と、
プレゼンテーション層経由で受け取ったユーザ要求を処理するビジネスロジック層からなり、
上記ビジネスロジック層での処理を複数組み合わせて実行する手段と、
上記組み合わせ処理を実行する際に、処理結果データを一時ファイルとして生成する手段と、
上記処理結果データに対する処理情報をセッション情報として処理間で受け渡す手段と、
上記セッション情報を受け取ったビジネスロジックの各処理は、処理情報に従って、
上記処理結果データを処理する手段を有することを特徴とするサーバシステム。
A server system that performs processing in response to a request from a client,
A presentation layer that accepts user requests,
It consists of a business logic layer that processes user requests received via the presentation layer,
Means for executing a combination of a plurality of processes in the business logic layer,
Means for generating processing result data as a temporary file when executing the combination processing;
Means for passing processing information on the processing result data as processing session information between processing;
Each process of the business logic that has received the above session information, according to the process information,
A server system comprising means for processing the processing result data.
請求項1に記載のサーバシステムにおいて、
処理結果データに対する処理情報に作業状態を含めることで、処理の流れを管理する手段を有することを特徴とするサーバシステム。
The server system according to claim 1,
A server system comprising means for managing a flow of processing by including a work state in processing information for processing result data.
請求項1または請求項2に記載のサーバシステムにおいて、
複数のクライアントからの要求に対して同時に処理を実行する場合に、処理に対する一時ファイルの割当てを管理する手段を有することを特徴とするサーバシステム。
In the server system according to claim 1 or 2,
What is claimed is: 1. A server system comprising means for managing allocation of temporary files for processing when processing is simultaneously executed for requests from a plurality of clients.
請求項1〜請求項3のいずれかに記載のサーバシステムにおいて、
クライアントが処理の中断を要求した場合に、上記処理結果データに対する処理情報を削除する手段を有することを特徴とするサーバシステム。
In the server system according to any one of claims 1 to 3,
A server system comprising means for deleting processing information for the processing result data when a client requests interruption of processing.
JP2007313667A 2007-12-04 2007-12-04 Server system Pending JP2009140072A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007313667A JP2009140072A (en) 2007-12-04 2007-12-04 Server system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007313667A JP2009140072A (en) 2007-12-04 2007-12-04 Server system

Publications (1)

Publication Number Publication Date
JP2009140072A true JP2009140072A (en) 2009-06-25

Family

ID=40870642

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007313667A Pending JP2009140072A (en) 2007-12-04 2007-12-04 Server system

Country Status (1)

Country Link
JP (1) JP2009140072A (en)

Similar Documents

Publication Publication Date Title
JP5683205B2 (en) Information processing apparatus, control method for controlling information processing apparatus, and program thereof
JP5293035B2 (en) Data processing apparatus, data processing method, program, and recording medium
US9524133B2 (en) Printing server group including a print service of transferring a print job to a printer via a network
JP5462610B2 (en) Information processing system, information processing apparatus, control method therefor, and program
JP5854667B2 (en) Job processing apparatus, control method and program for job processing apparatus
JP6024133B2 (en) Information processing apparatus, information processing system, and program
JP6147231B2 (en) System, image forming apparatus, and method thereof
JP2011180989A (en) Print server device, print control method, and program
JP5982962B2 (en) Data processing apparatus, data processing system, and program
JP2018072947A (en) Information processing system, program and processing execution method
JP2007011942A (en) User authentication information linkage system
JP2016174229A (en) Information processing system, information processing device, information processing method and program
JP5804686B2 (en) Document management system and management method
JP6354736B2 (en) Image forming system and image forming method
JP2009070182A (en) Print controller, print system, and program
JP2009140072A (en) Server system
JP6191272B2 (en) Printing program, information processing apparatus, and printing system
JP5900050B2 (en) Information processing apparatus, information processing system, and program
JP5984400B2 (en) Storage device, control method therefor, and program
JP2007081771A (en) Job processor and job requesting device
JP4710408B2 (en) Method for providing content, information providing system, and information providing program
JP5181757B2 (en) Document management system, document management apparatus, document management request apparatus, document management program, document management request program
JP2006318212A (en) Document data distribution system
JP6074923B2 (en) Information processing apparatus, network system, operation information capturing method, and operation information capturing program
JP5353833B2 (en) Server, print setting file storage control method, and storage control program

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100201

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20100630