JP5318977B2 - ONLINE SYSTEM, PROGRAM GENERATION DEVICE, AND SCREEN CONTROL PROGRAM GENERATION DEVICE - Google Patents

ONLINE SYSTEM, PROGRAM GENERATION DEVICE, AND SCREEN CONTROL PROGRAM GENERATION DEVICE Download PDF

Info

Publication number
JP5318977B2
JP5318977B2 JP2012000194A JP2012000194A JP5318977B2 JP 5318977 B2 JP5318977 B2 JP 5318977B2 JP 2012000194 A JP2012000194 A JP 2012000194A JP 2012000194 A JP2012000194 A JP 2012000194A JP 5318977 B2 JP5318977 B2 JP 5318977B2
Authority
JP
Japan
Prior art keywords
program
screen
variable
web service
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2012000194A
Other languages
Japanese (ja)
Other versions
JP2012064250A (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.)
MUFG Bank Ltd
Original Assignee
Bank of Tokyo Mitsubishi UFJ Trust Co
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 Bank of Tokyo Mitsubishi UFJ Trust Co filed Critical Bank of Tokyo Mitsubishi UFJ Trust Co
Priority to JP2012000194A priority Critical patent/JP5318977B2/en
Publication of JP2012064250A publication Critical patent/JP2012064250A/en
Application granted granted Critical
Publication of JP5318977B2 publication Critical patent/JP5318977B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To easily develop a program in a short period without work that requires knowledge of a program language. <P>SOLUTION: An online system includes: first and second programs; a first operation screen having a first variable input area; a second operation screen having a processing result output area for outputting a result of processing with the first program using a variable whose data is input on the first operation screen as an input, and a second variable input area; a third operation screen having a processing result output area for outputting a result of processing with the second program using a variable whose data is input on the second operation screen as an input; and a single variable storage area composed of mutually different variables. The variable input areas and variable output areas on the first to third operation screens correspond to areas of variables in the variable storage area. A result of processing with the first program is output to the variable storage area. The variable storage area includes at least one variable to be used as an input to the second program. <P>COPYRIGHT: (C)2012,JPO&amp;INPIT

Description

本発明はアプリケーション開発支援装置及びプログラムに係り、特に、複数種のツールを用いて行われるアプリケーション・プログラムの開発を支援するアプリケーション開発支援装置、及び、コンピュータを前記アプリケーション開発支援装置として機能させるためのアプリケーション開発支援プログラムに関する。 The present invention relates to an application development support apparatus and program, and in particular, an application development support apparatus that supports development of an application program performed using a plurality of types of tools, and a function for causing a computer to function as the application development support apparatus. It relates to an application development support program.

最近、ビジネスプロセスをワークフローとして記述可能な規格(言語)としてBPEL(Business Process Execution Language)が普及してきている。BPELに関しては、互いに異なる処理に対応する複数種の部品の中から所望の部品を選択して組み合わせる操作を行うことで所望のワークフローを視覚的に記述可能で、かつ作成されたワークフローからBPELに準拠したプログラムを自動的に生成可能なツールが用意されており、当該ツールによって自動生成されたプログラムをコンピュータによって実行させる実行環境も構築可能とされている。このため、上記ツールを利用することで、所望のウェブサービスを提供するワークフローをコンピュータによって実現させるプログラムの開発を、プログラミング言語に関する知識が必要なコーディング作業を行うことなく容易かつ短時間で行うことができる。 Recently, BPEL (Business Process Execution Language) has become widespread as a standard (language) that can describe a business process as a workflow. Regarding BPEL, a desired workflow can be visually described by selecting and combining desired parts from multiple types of parts corresponding to different processes, and compliant with BPEL from the created workflow A tool capable of automatically generating the program is prepared, and an execution environment in which the computer automatically generates the program automatically generated by the tool can be constructed. For this reason, by using the above tools, it is possible to easily and quickly develop a program for realizing a workflow for providing a desired web service by a computer without performing coding work that requires knowledge of a programming language. it can.

一方、ウェブアプリケーション向けのユーザインタフェースを構築するための規格としてJSF(Java(登録商標) Server Faces) が知られている。このJSFに関しても、ユーザインタフェース画面の構成要素として使用可能な複数種のシンボルの中から所望のシンボルを選択・配置する等の操作を行うことで、ユーザインタフェース画面の設計やユーザインタフェース画面の遷移の定義等のユーザインタフェースの構築が可能で、構築されたユーザインタフェースを実現するプログラムを自動的に生成可能なツールが用意されており、このツールを利用することで、所望のユーザインタフェースを実現するプログラムを、コーディング作業を行うことなく容易かつ短時間で得ることができる。このため、ウェブアプリケーションの開発にあたり、当該ウェブアプリケーションのうち、ユーザインタフェースの部分のプログラムをJSFのツールを用いて自動生成すると共に、ウェブサービスを提供する部分のプログラムをBPELのツールを用いて自動生成するようにすれば、一切のコーディング作業が不要となることで開発期間の大幅な短縮を実現できるものと期待される。 On the other hand, JSF (Java (registered trademark) Server Faces) is known as a standard for constructing a user interface for a web application. With regard to this JSF, user interface screen design and user interface screen transitions can be made by performing operations such as selecting and arranging desired symbols from a plurality of types of symbols that can be used as components of the user interface screen. A tool that can construct a user interface such as a definition and can automatically generate a program that realizes the constructed user interface is prepared, and a program that realizes a desired user interface by using this tool Can be obtained easily and in a short time without coding work. For this reason, when developing a web application, a user interface part program of the web application is automatically generated using a JSF tool, and a web service part program is automatically generated using a BPEL tool. By doing so, it is expected that the development period can be greatly shortened by eliminating the need for any coding work.

しかしながら、JSFの規格は、JSFを用いて自動生成したプログラム(ユーザインタフェースを実現するプログラム)をBPELを用いて自動生成したプログラム(ワークフローを実現するプログラム)と連動させることが考慮されておらず(他のプログラムを呼び出す処理が規格として定義されていない)、一例として、リンク(例えば任意の文書に貼り付けられたハイパーリンクやインターネット・ショートカット等)が選択されることで直接呼び出され、特定のウェブサービスの実行結果を表示する特定のユーザインタフェース画面を含むユーザインタフェースを構築するためには、前記特定のウェブサービスを提供する特定プログラムを起動するプログラムをコーディング作業によって別途作成し、前記特定のユーザインタフェース画面に付加する必要がある。従って、開発対象のウェブアプリケーションのうち、ユーザインタフェースの部分のプログラムをJSFのツールを用いて自動生成すると共に、ウェブサービスを提供する部分のプログラムをBPELのツールを用いて自動生成したとしても、結局はコーディング作業が必要になるために開発期間を大幅に短縮することは困難であった。 However, the JSF standard does not consider linking a program automatically generated using JSF (a program realizing a user interface) with a program automatically generated using BPEL (a program realizing a workflow) ( The process of calling other programs is not defined as a standard). For example, a link (for example, a hyperlink pasted on an arbitrary document, an Internet shortcut, etc.) is called directly to select a specific web In order to construct a user interface including a specific user interface screen for displaying the execution result of the service, a program for starting the specific program that provides the specific web service is separately created by coding work, and the specific user interface is displayed. It is necessary to add to the scan screen. Therefore, even if the user interface part program is automatically generated using the JSF tool and the web service providing part program is automatically generated using the BPEL tool in the web application to be developed, it will eventually be However, it has been difficult to significantly shorten the development period because coding work is required.

上記に関連して特許文献1には、ウェブブラウザを使用することなくウェブサーバと通信できるソケット通信プログラムをクライアント端末に設けると共に、ソケット通信プログラムによってクライアント端末から送られてきた要求に従いデータサーバ上のデータベースとやり取りを行い、その結果をクライアント端末に送り出すためのプログラムをウェブサーバに設けることで、クライアント端末でウェブブザウザを用いることなく結果を表示することを可能とし、データ処理の自動化を実現する技術が開示されている。 In relation to the above, in Patent Document 1, a socket communication program capable of communicating with a web server without using a web browser is provided in the client terminal, and on the data server according to a request sent from the client terminal by the socket communication program. A technology that enables data processing automation by enabling the client terminal to display the result without using a web browser by providing a program for exchanging with the database and sending the result to the client terminal on the web server. It is disclosed.

また特許文献2には、クライアントとのインタフェースを行う第1の仮想マシンと、各種ビジネスオブジェクトを実行する第2の仮想マシンを有するアプリケーションサーバにおいて、ビジネスオブジェクトの処理に必要なデータの識別名を各ビジネスオブジェクト毎に格納しておき、第1の仮想マシンは、クライアントに任意の画面を表示させて任意のデータ入力を行わせ、フォームデータを含むリクエストを受け取り、受け取ったリクエストに応じたビジネスオブジェクトを呼び出す際に、呼び出すビジネスオブジェクトが必要とする各データの識別名を取得し、フォームデータに含まれる各データのうち識別名が前記取得した識別名と一致するデータのみを第2の仮想マシンへ転送することで、第2の仮想マシン側で必要なデータを抽出する処理のためのコーディングを不要とする技術が開示されている。 Further, in Patent Document 2, in an application server having a first virtual machine that interfaces with a client and a second virtual machine that executes various business objects, identification names of data necessary for processing of the business objects are listed. Stored for each business object, the first virtual machine causes the client to display an arbitrary screen and input arbitrary data, receives a request including form data, and receives a business object corresponding to the received request. When calling, obtain the identification name of each data required by the business object to be called, and transfer only the data whose identification name matches the acquired identification name among the data included in the form data to the second virtual machine To extract the necessary data on the second virtual machine side. Techniques for coding for processing to eliminate the need is disclosed.

また特許文献3には、クライアントからの要求内容に応じた業務処理を予め用意された複数の業務処理モジュールの何れかに振り分け、処理結果を要求元のクライアントに返信するウェブアプリケーション制御装置において、クライアントから業務処理の対象となるデータと共に実行すべき業務処理の識別情報を含む要求を受け付け、受け付けた識別情報に対応する業務処理モジュールに処理を振り分け、処理結果を取得し、識別情報と業務処理モジュールの処理結果に基づいて複数の画面生成モジュールの何れかに処理結果の画面生成処理を振り分け、画面生成モジュールでは、振り分けられた処理結果の画面データを生成し、要求元のクライアントへの応答として出力する技術が開示されている。 Japanese Patent Laid-Open No. 2004-26883 discloses a web application control apparatus that distributes a business process according to a request content from a client to any of a plurality of business process modules prepared in advance, and returns a processing result to a requesting client. Accepts a request containing business process identification information to be executed together with the data subject to business process, distributes the process to the business process module corresponding to the received identification information, acquires the process result, and identifies the identification information and the business process module. Based on the processing result, the screen generation process of the processing result is distributed to any of the plurality of screen generation modules, and the screen generation module generates screen data of the distributed processing result and outputs it as a response to the requesting client Techniques to do this are disclosed.

特開2003−108558号公報JP 2003-108558 A 特開2006−268121号公報JP 2006-268121 A 特開2004−38559号公報JP 2004-38559 A

上述した特許文献1〜特許文献3に記載の技術は、何れもクライアント端末からの所望のウェブサービスの利用を実現する技術であるが、これらの技術は、特定のウェブサービスの実行結果を表示する特定のユーザインタフェース画面がリンクが直接呼び出される場合について考慮されておらず、上記の特定のユーザインタフェース画面を含むユーザインタフェースを構築する場合にはコーディング作業を行う必要がある。プログラムの開発にあたって多少なりともコーディング作業が必要とされる場合、開発担当者がプログラミング言語に関する知識を有している人に限られると共に、コーディング作業で作成したプログラムに対してはデバッグ作業も必要となるので、コーディング作業を省略できる場合と比較して開発期間が大幅に長期化するという問題がある。 The technologies described in Patent Literature 1 to Patent Literature 3 described above are technologies for realizing the use of a desired web service from a client terminal, but these technologies display an execution result of a specific web service. When a link is directly called for a specific user interface screen, no consideration is given, and when a user interface including the specific user interface screen described above is constructed, a coding operation needs to be performed. If the development of a program requires some coding work, the development staff is limited to those who have knowledge of the programming language, and debugging work is also required for programs created by coding work. Therefore, there is a problem that the development period is significantly prolonged compared to the case where coding work can be omitted.

本発明は上記事実を考慮して成されたもので、リンクから直接呼び出され、特定のウェブサービスの実行結果を表示するユーザインタフェース画面を含むユーザインタフェースを有するアプリケーション・プログラムの開発を、コーディング作業を行うことなく実現可能なアプリケーション開発支援装置及びアプリケーション開発支援プログラムを得ることが目的である。 The present invention has been made in view of the above facts, and it is possible to develop an application program having a user interface including a user interface screen that is directly called from a link and displays an execution result of a specific web service. It is an object to obtain an application development support apparatus and an application development support program that can be realized without performing it.

上記目的を達成するために第1の発明に係るアプリケーション開発支援装置は、ユーザインタフェース画面の構成要素として使用可能な複数種のシンボルをコンピュータによって表示画面に表示させると共に、開発者により、前記複数種のシンボルのうちの所望のシンボルを画面内の所望の位置に配置することでユーザインタフェース画面を設計する第1の操作が少なくとも行われることで構築対象のユーザインタフェースが規定されると、前記ユーザインタフェースを実現するための第1プログラムをコンピュータによって生成させる第1のツール、及び、所望のウェブサービスを提供する処理を規定するフローチャートが開発者によって作成されると、作成されたフローチャートが表す処理を実行するための第2プログラムをコンピュータによって生成させる第2のツールを用いて行われる、前記第1プログラム及び前記第2プログラムを含むアプリケーション・プログラムの開発を支援するアプリケーション開発支援装置であって、前記ユーザインタフェース画面の構成要素として使用可能で、かつ、前記第2のツールを用いて生成された前記第2プログラムを呼び出して前記所定のウェブサービスを提供する処理をコンピュータによって行わせるための起動シンボルの情報として、特定のユーザインタフェース画面を呼び出すためのアドレス情報を含むリンク情報が埋め込まれたリンクが選択されることで前記リンクから直接呼び出されると共に、前記第2プログラムによって行われた前記所定のウェブサービスを提供する処理の結果を表示する前記特定のユーザインタフェース画面に配置され、稼働時に、配置された前記特定のユーザインタフェース画面が前記リンクから直接呼び出されると、前記第2プログラムを起動させて前記所定のウェブサービスを提供する処理を実行させる処理をコンピュータによって行わせる第3プログラムを付加した無条件起動シンボルの情報を生成するシンボル生成手段を備えたことを特徴としている。 In order to achieve the above object, an application development support apparatus according to a first aspect of the present invention displays a plurality of types of symbols that can be used as components of a user interface screen on a display screen by a computer. When a user interface to be constructed is defined by performing at least a first operation for designing a user interface screen by arranging a desired symbol among the symbols in a desired position in the screen, the user interface When a developer creates a first tool for generating a first program for realizing the above and a flowchart for defining a process for providing a desired web service, the process represented by the created flowchart is executed. The second program to do An application development support apparatus for supporting development of an application program including the first program and the second program, which is performed using a second tool generated by the method, and can be used as a component of the user interface screen In addition, a specific user interface screen is used as activation symbol information for causing the computer to perform processing for calling the second program generated using the second tool and providing the predetermined web service. When a link in which link information including address information for calling is embedded is selected, the link is directly called from the link, and the result of the process for providing the predetermined web service performed by the second program is displayed. The specific user interface When the specific user interface screen arranged is directly called from the link during operation, the second program is activated to execute the process of providing the predetermined web service. A symbol generating means for generating information on an unconditional activation symbol to which a third program to be executed by a computer is added is provided.

第1の発明において、第1のツールは、ユーザインタフェース画面の構成要素として使用可能な複数種のシンボルをコンピュータによって表示画面に表示させると共に、開発者により、複数種のシンボルのうちの所望のシンボルを画面内の所望の位置に配置することでユーザインタフェース画面を設計する第1の操作が少なくとも行われることで構築対象のユーザインタフェースが規定されると、前記ユーザインタフェースを実現するための第1プログラムをコンピュータによって生成させる。なお、第1のツールは、より詳しくは、開発者により、第1の操作に加えて、第1の操作によって設計したユーザインタフェース画面内に配置した個々の情報入力/表示欄を、変数格納領域内に格納領域が設けられている複数の変数のうち対応する変数の格納領域と各々関連付ける第2の操作、及び、設計した複数のユーザインタフェース画面の遷移を規定する第3の操作が行われることで構築対象のユーザインタフェースが規定されると第1プログラムを生成するツールであってもよい。また、第4の発明のように、第1のツールとしては第1の規格に準拠したツールを適用することができ、より詳しくは、例えば第5の発明のように、第1の規格としてはJSFを適用することができる。 In the first invention, the first tool displays a plurality of types of symbols that can be used as components of the user interface screen on a display screen by a computer, and a developer selects a desired symbol from among the plurality of types of symbols. When a user interface to be constructed is defined by performing at least a first operation for designing a user interface screen by arranging a desired position in the screen, a first program for realizing the user interface Is generated by a computer. More specifically, in the first tool, in addition to the first operation by the developer, each information input / display field arranged in the user interface screen designed by the first operation is displayed in the variable storage area. A second operation for associating with a corresponding variable storage area among a plurality of variables provided with a storage area, and a third operation for defining a transition of a plurality of designed user interface screens. If the user interface to be constructed is defined by the tool, a tool that generates the first program may be used. Further, as in the fourth invention, a tool conforming to the first standard can be applied as the first tool. More specifically, for example, as in the fifth invention, as the first standard, JSF can be applied.

また、第1の発明において、第2のツールは、所望のウェブサービスを提供する処理を規定するフローチャートが開発者によって作成されると、作成されたフローチャートが表す処理を実行するための第2プログラムをコンピュータによって生成させる。なお、第2のツールとしては第2の規格(第1のツールと異なる規格)に準拠したツールを適用することができ、より詳しくは、例えば第5の発明のように、第2の規格としてはBPELを適用することができる。 In the first invention, the second tool is a second program for executing a process represented by the created flowchart when a developer creates a flowchart that defines a process for providing a desired web service. Is generated by a computer. As the second tool, a tool compliant with the second standard (standard different from the first tool) can be applied, and more specifically, as the second standard, for example, as in the fifth invention Can apply BPEL.

ここで、第1の発明に係るアプリケーション開発支援装置は、上記の第1のツール及び第2のツールを用いて行われる、第1プログラム及び第2プログラムを含むアプリケーション・プログラムの開発を支援する装置であり、シンボル生成手段は、ユーザインタフェース画面の構成要素として使用可能で、かつ、第2のツールを用いて生成された第2プログラムを呼び出して所定のウェブサービスを提供する処理をコンピュータによって行わせるための起動シンボルの情報として、特定のユーザインタフェース画面を呼び出すためのアドレス情報(例えばURL(Uniform Resource Locator)等)を含むリンク情報が埋め込まれたリンクが選択されることでリンクから直接呼び出される(他のユーザインタフェース画面の表示を経ずに呼び出される)と共に、第2プログラムによって行われた所定のウェブサービスを提供する処理の結果を表示する特定のユーザインタフェース画面に配置され、稼働時(例えばコンピュータによる第1プログラムの実行時、或いは第1プログラムによって実現されるユーザインタフェースの利用者への提供時)に、配置された特定のユーザインタフェース画面がリンクから直接呼び出されると、第2プログラムを起動させて所定のウェブサービスを提供する処理を実行させる処理をコンピュータによって行わせる第3プログラムを付加した無条件起動シンボルの情報を生成する。 Here, an application development support apparatus according to the first invention is an apparatus that supports development of an application program including the first program and the second program, which is performed using the first tool and the second tool. The symbol generation means can be used as a component of the user interface screen, and causes the computer to perform a process of providing a predetermined web service by calling the second program generated using the second tool. As the activation symbol information for this purpose, a link in which link information including address information (for example, URL (Uniform Resource Locator)) for calling a specific user interface screen is selected is directly called from the link ( Called without any other user interface screen display) Are arranged on a specific user interface screen that displays the result of the processing for providing a predetermined web service performed by the second program, and are realized at the time of operation (for example, when the first program is executed by the computer or by the first program). When the arranged user interface screen is directly called from the link at the time of providing the user interface to the user, a process of starting the second program and executing a process of providing a predetermined web service is performed. Information on the unconditional activation symbol to which the third program to be executed by the computer is added is generated.

無条件起動シンボルはユーザインタフェース画面の構成要素として使用可能であるので、開発者が第1の操作を行うことで、無条件起動シンボルを設計中の特定のユーザインタフェース画面内に配置することが可能となる。また、無条件起動シンボルを配置したユーザインタフェース画面が稼働時にリンクから直接呼び出されると、無条件起動シンボルに付加されている第3プログラムが実行され、第2プログラムを起動させて所定のウェブサービスを提供する処理を実行させる処理が無条件で行われ、所定のウェブサービスの実行結果が得られることになる。 The unconditional activation symbol can be used as a component of the user interface screen, so the developer can place the unconditional activation symbol in the specific user interface screen being designed by performing the first operation. It becomes. When the user interface screen on which the unconditional activation symbol is arranged is directly called from the link during operation, the third program attached to the unconditional activation symbol is executed, and the second program is activated to execute a predetermined web service. A process for executing the process to be provided is performed unconditionally, and an execution result of a predetermined web service is obtained.

このように、第1の発明では、稼働時に、配置されたユーザインタフェース画面がリンクから直接呼び出されると、第2プログラムを起動させて所定のウェブサービスを提供する処理を実行させる処理を無条件に行う第3プログラムが付加された無条件起動シンボルの情報がシンボル生成手段によって生成されるので、リンクから直接呼び出され、特定のウェブサービスの実行結果を表示する特定のユーザインタフェース画面を含むユーザインタフェースを有するアプリケーション・プログラムの開発において、前記特定のユーザインタフェース画面から第2プログラムを起動させて所定のウェブサービスを提供する処理を実行させるプログラムを作成するコーディング作業を省略することができる。また、開発者は、第1のツールによって表示画面に表示されている無条件起動シンボルを、特定のウェブサービスの実行結果を表示するユーザインタフェース画面内に配置する第1の操作を行うのみで、当該ユーザインタフェース画面を、リンクから直接呼び出すことが可能に設計することができるので、上記のコーディング作業を行う必要が無くなったことと相俟って、構築対象のユーザインタフェースを規定する作業に要する期間、ひいてはアプリケーション・プログラムの開発期間を短縮することが可能となる。 As described above, in the first invention, when the arranged user interface screen is directly called from the link during operation, the process of starting the second program and executing the process of providing a predetermined web service is unconditionally performed. Since the information of the unconditional activation symbol to which the third program to be performed is generated is generated by the symbol generation means, a user interface including a specific user interface screen that is directly called from the link and displays the execution result of the specific web service is displayed. In the development of an application program, the coding work for creating a program for starting a second program from the specific user interface screen and executing a process for providing a predetermined web service can be omitted. In addition, the developer only performs a first operation of placing the unconditional activation symbol displayed on the display screen by the first tool in the user interface screen that displays the execution result of the specific web service. Since the user interface screen can be designed so that it can be called directly from a link, the period required for the work to specify the user interface to be built, coupled with the fact that the above coding work is no longer necessary As a result, the development period of the application program can be shortened.

なお、第1の発明において、無条件起動シンボルは、稼働時に、配置されたユーザインタフェース画面上で可視表示されるシンボルであってもよいが、例えば第2の発明のように、シンボル生成手段は、無条件起動シンボルとして、稼働時に、配置された特定のユーザインタフェース画面上で非可視表示されるように属性情報の設定も行ったシンボルの情報を生成することが好ましい。これにより、無条件起動シンボルを配置したユーザインタフェース画面が繁雑となることを回避することができる。 In the first invention, the unconditional activation symbol may be a symbol that is visually displayed on the arranged user interface screen during operation. For example, as in the second invention, the symbol generation means As the unconditional activation symbol, it is preferable to generate symbol information in which attribute information is also set so that it is not visible on a specific user interface screen that is arranged during operation. Thereby, it can avoid that the user interface screen which has arrange | positioned the unconditional starting symbol becomes complicated.

また、第1の発明において、シンボル生成手段は、例えば第3の発明のように、第1のツールに対して第1の操作が少なくとも行われる前に、ユーザインタフェース画面の構成要素として使用可能なシンボルとして、第2のツールを用いて生成されたn種類の第2プログラムのうちの何れかを呼び出して、n種類の第2プログラムによって実行可能なm(m≧n)種類の処理のうちの互いに異なる処理を行わせるためのm種類の条件起動シンボルの情報を各々生成する条件起動シンボル生成手段と、条件起動シンボル生成手段によって情報が生成されたm種類の条件起動シンボルのうちの特定のシンボルが、稼働時に、配置されたユーザインターフェース画面上で可視表示されている状態で選択された場合に、コンピュータにより、n種類の第2プログラムのうち対応する処理を実行可能な特定の第2プログラムを起動させて対応する処理を実行させる第4プログラムを生成し、生成した第4プログラムを特定のシンボルの情報に付加することを、m種類の条件起動シンボルに対して各々行うプログラム付加手段と、第1のツールに対して第1の操作が行われる際に、プログラム付加手段によって第4プログラムが付加されたm種類の条件起動シンボルの情報の中から選択され、設計中の特定のユーザインタフェース画面内に配置された特定の条件起動シンボルに対して無条件起動シンボルへの変更が指示された場合に、画面内に配置された特定の条件起動シンボルの情報に付加されている第4プログラムを、稼働時に、配置された特定のユーザインタフェース画面がリンクから直接呼び出されると、コンピュータにより、対応する処理を実行可能な特定の第2プログラムを起動させて対応する処理を実行させる処理を行わせる第3プログラムへ変更することで、特定のユーザインタフェース画面内に配置された特定の条件起動シンボルから無条件起動シンボルを生成する変更手段と、で構成することができる。 In the first invention, the symbol generating means can be used as a component of the user interface screen before at least the first operation is performed on the first tool, for example, as in the third invention. As a symbol, one of the n types of second programs generated using the second tool is called, and m (m ≧ n) types of processes that can be executed by the n types of second programs Condition activation symbol generation means for generating information on m types of condition activation symbols for performing different processes, and a specific symbol among the m types of condition activation symbols for which information is generated by the condition activation symbol generation means Is selected in a state of being visually displayed on the arranged user interface screen at the time of operation, the computer selects n types of Generating a fourth program for starting a specific second program capable of executing a corresponding process in the program and executing the corresponding process, and adding the generated fourth program to information of a specific symbol; m Program adding means for each type of condition activation symbol, and m types of condition activation symbols to which the fourth program is added by the program addition means when the first operation is performed on the first tool. When a change to an unconditional activation symbol is instructed for a specific conditional activation symbol selected from the information and arranged in a specific user interface screen under design, the specific arrangement in the screen When the fourth program added to the condition activation symbol information is in operation, the specific user interface screen that was placed is called directly from the link. When the program is released, the computer activates a specific second program that can execute the corresponding process and changes the program to a third program that executes the corresponding process. And changing means for generating an unconditional activation symbol from a specific conditional activation symbol arranged.

これにより、開発者が第1のツールを用いて構築対象のユーザインタフェースを規定する作業を行う際には、シンボル生成手段のうちの条件起動シンボル生成手段によって生成された条件起動シンボルも、第1のツールにより、ユーザインタフェース画面の構成要素として使用可能なシンボルとして表示画面に表示され、第1の操作を行うことで、表示されている条件起動シンボルのうちの所望の起動シンボル(m種類の処理のうち実行を所望している処理に対応する条件起動シンボル)を、設計中のユーザインタフェース画面内に配置することが可能となる。また、稼働時に上記のユーザインタフェース画面が表示されている状態で、利用者が上記の条件起動シンボルを選択すると、当該起動シンボルに付加されている第4プログラムが実行され、前記対応する処理を実行可能な特定の第2プログラムを起動させて前記対応する処理が行われることになる。従って、第3発明によれば、開発対象のアプリケーション・プログラムが有するユーザインタフェースが、選択されると第2プログラムを起動させて対応する処理を実行させる条件起動シンボルが画面内に配置されたユーザインタフェース画面を含んでいる場合にもコーディング作業を省略することができる。 As a result, when the developer performs an operation of defining the user interface to be constructed using the first tool, the condition activation symbol generated by the condition activation symbol generation unit of the symbol generation unit is also the first. Is displayed on the display screen as a symbol that can be used as a component of the user interface screen. By performing the first operation, a desired activation symbol (m types of processing) among the displayed conditional activation symbols is displayed. Among them, a condition activation symbol corresponding to a process desired to be executed can be arranged in the user interface screen under design. In addition, when the user selects the conditional activation symbol while the user interface screen is displayed during operation, the fourth program added to the activation symbol is executed, and the corresponding processing is executed. The corresponding specific process is performed by starting a specific second program that is possible. Therefore, according to the third invention, when the user interface of the application program to be developed is selected, a user interface in which a condition activation symbol for activating the second program and executing a corresponding process is arranged in the screen. Coding can be omitted even when screens are included.

また、第1のツールに対して第1の操作を行う際に、開発者が、条件起動シンボル生成手段によって生成されたm種類の条件起動シンボルの中から特定の条件起動シンボルを選択して設計中の特定のユーザインタフェース画面(特定のユーザインタフェース画面を呼び出すためのアドレス情報を含むリンク情報が埋め込まれたリンクが選択されることでリンクから直接呼び出されると共に、第2プログラムによって行われた所定のウェブサービスを提供する処理の結果を表示するユーザインタフェース画面)内に配置し、画面内に配置した特定の条件起動シンボルに対して無条件起動シンボルへの変更を指示する操作を行えば、画面内に配置した特定の条件起動シンボルが無条件起動シンボルに変更されるので、第2プログラムによってm種類の処理のうちの所望の処理を実行させる無条件起動シンボルを生成させることを、簡易な操作によって実現することができる。 In addition, when the first operation is performed on the first tool, the developer selects and designs a specific conditional activation symbol from m types of conditional activation symbols generated by the conditional activation symbol generation means. A specific user interface screen (in which a link in which link information including address information for calling a specific user interface screen is embedded is selected and the link is directly called from the link, and the predetermined program executed by the second program is selected. If you perform an operation to instruct a specific conditional activation symbol placed in the screen to be changed to an unconditional activation symbol, the screen will be displayed in the screen. The specific conditional activation symbol placed in is changed to an unconditional activation symbol. That generate an unconditional starting symbol to execute the desired processing of the processing of, it can be realized by a simple operation.

第6の発明に係るアプリケーション開発支援プログラムは、コンピュータを、ユーザインタフェース画面の構成要素として使用可能な複数種のシンボルをコンピュータによって表示画面に表示させると共に、開発者により、前記複数種のシンボルのうちの所望のシンボルを画面内の所望の位置に配置することでユーザインタフェース画面を設計する第1の操作が少なくとも行われることで構築対象のユーザインタフェースが規定されると、前記ユーザインタフェースを実現するための第1プログラムをコンピュータによって生成させる第1のツール、及び、所望のウェブサービスを提供する処理を規定するフローチャートが開発者によって作成されると、作成されたフローチャートが表す処理を実行するための第2プログラムをコンピュータによって生成させる第2のツールを用いて行われる、前記第1プログラム及び前記第2プログラムを含むアプリケーション・プログラムの開発を支援するアプリケーション開発支援装置として機能させるためのアプリケーション開発支援プログラムであって、前記コンピュータを、前記ユーザインタフェース画面の構成要素として使用可能で、かつ、前記第2のツールを用いて生成された前記第2プログラムを呼び出して前記所定のウェブサービスを提供する処理をコンピュータによって行わせるための起動シンボルの情報として、特定のユーザインタフェース画面を呼び出すためのアドレス情報を含むリンク情報が埋め込まれたリンクが選択されることで前記リンクから直接呼び出されると共に、前記第2プログラムによって行われた前記所定のウェブサービスを提供する処理の結果を表示する前記特定のユーザインタフェース画面に配置され、稼働時に、配置された前記特定のユーザインタフェース画面が前記リンクから直接呼び出されると、前記第2プログラムを起動させて前記所定のウェブサービスを提供する処理を実行させる処理をコンピュータによって行わせる第3プログラムを付加した無条件起動シンボルの情報を生成するシンボル生成手段として機能させることを特徴としている。 An application development support program according to a sixth invention causes a computer to display a plurality of types of symbols that can be used as components of a user interface screen on a display screen by the computer, When the user interface to be constructed is defined by performing at least the first operation for designing the user interface screen by arranging the desired symbols in desired positions in the screen, the user interface is realized. When a developer creates a first tool for generating the first program of the computer and a flowchart that defines a process for providing a desired web service, a process for executing the process represented by the created flowchart is executed. 2 programs to computer An application development support program for functioning as an application development support apparatus for supporting development of an application program including the first program and the second program, which is performed using the second tool to be generated, A computer can be used as a component of the user interface screen, and the computer can perform a process of calling the second program generated using the second tool and providing the predetermined web service. As the activation symbol information of, the link in which link information including address information for calling a specific user interface screen is embedded is selected, and the link is directly called from the link, and the second program is executed. When the specific user interface screen is directly called from the link, the second program is started when the specific user interface screen is displayed. It is characterized by functioning as symbol generating means for generating information on an unconditional activation symbol to which a third program that causes a computer to execute processing for providing the predetermined web service is added.

第6の発明に係るアプリケーション開発支援プログラムは、コンピュータを、上記のシンボル生成手段として機能させるためのプログラムであるので、コンピュータが第6の発明に係るアプリケーション開発支援プログラムを実行することで、コンピュータが第1の発明のアプリケーション開発支援装置として機能することになり、第1の発明と同様に、リンクが選択されることで呼び出され、特定のウェブサービスの実行結果を表示するユーザインタフェース画面を含むユーザインタフェースを有するアプリケーション・プログラムの開発を、コーディング作業を行うことなく実現することができる。 Since the application development support program according to the sixth invention is a program for causing a computer to function as the symbol generation means, the computer executes the application development support program according to the sixth invention, so that the computer A user who functions as an application development support apparatus according to the first invention and includes a user interface screen that is called when a link is selected and displays an execution result of a specific web service, as in the first invention. Development of an application program having an interface can be realized without performing coding work.

以上説明したように本発明は、ユーザインタフェース画面の構成要素として使用可能でかつ所定のウェブサービスを提供する処理をコンピュータによって行わせるための起動シンボルの情報として、特定のユーザインタフェース画面を呼び出すためのアドレス情報を含むリンク情報が埋め込まれたリンクが選択されることでリンクから直接呼び出されると共に、所定のウェブサービスを提供する処理の結果を表示する特定のユーザインタフェース画面に配置され、稼働時に、配置された特定のユーザインタフェース画面がリンクから直接呼び出されると、所定のウェブサービスを提供する処理を実行させる処理をコンピュータによって行わせる第3プログラムを付加した無条件起動シンボルの情報を生成するようにしたので、リンクが選択されることで呼び出され、特定のウェブサービスの実行結果を表示するユーザインタフェース画面を含むユーザインタフェースを有するアプリケーション・プログラムの開発を、コーディング作業を行うことなく実現できる、という優れた効果を有する。 As described above, the present invention can be used as a component of a user interface screen, and can be used to call a specific user interface screen as information on a startup symbol for causing a computer to perform a process of providing a predetermined web service. When a link in which link information including address information is embedded is selected, the link is called directly from the link, and is arranged on a specific user interface screen that displays a result of a process for providing a predetermined web service. When a specific user interface screen is directly called from a link, information on an unconditional activation symbol added with a third program for causing a computer to execute a process for providing a predetermined web service is generated. So the link is selected Called in Rukoto, the development of an application program having a user interface including a user interface screen that displays an execution result of a specific web service, can be realized without performing the coding work, it has an excellent effect that.

以下、図面を参照して本発明の実施形態の一例を詳細に説明する。図1には本実施形態に係る第1のコンピュータ・システム10が示されている。本実施形態に係る第1のコンピュータ・システム10は、所定のウェブサイトにアクセスした利用者に対して所定のサービス(ウェブサービス)を提供するためのアプリケーション・プログラムを開発する際に使用されるコンピュータ・システムであり、サーバ・コンピュータ12がイントラネット14を介して多数台のクライアント端末16と各々接続されて構成されている。個々のクライアント端末16は、上記のアプリケーション・プログラムを開発する開発者によって操作される端末であり、例えばパーソナル・コンピュータ(PC)等から成り、CPU16A、RAM等から成るメモリ16B、HDD(Hard Disk Drive)等から成る記憶部16C、ネットワークインタフェース(I/F)部16Dを備えている。個々のクライアント端末16には、表示手段としてのディスプレイ18、入力手段としてのキーボード20及びマウス22が各々接続されており、ネットワークI/F部16Dを介してイントラネット14に接続されている。 Hereinafter, an example of an embodiment of the present invention will be described in detail with reference to the drawings. FIG. 1 shows a first computer system 10 according to this embodiment. The first computer system 10 according to the present embodiment is a computer used when developing an application program for providing a predetermined service (web service) to a user who accesses a predetermined website. A system, in which a server computer 12 is connected to each of a large number of client terminals 16 via an intranet 14. Each client terminal 16 is a terminal operated by a developer who develops the above-described application program. For example, the client terminal 16 includes a personal computer (PC) and the like. ) And the like, and a network interface (I / F) unit 16D. Each client terminal 16 is connected to a display 18 as display means, a keyboard 20 and mouse 22 as input means, and is connected to the intranet 14 via a network I / F unit 16D.

また、上記のアプリケーション・プログラムは、所定のウェブサイトにおけるユーザインタフェース(UI)の部分を実現するための画面制御プログラム(本発明における第1プログラム)と、利用者に所定のウェブサービスを提供するためのウェブサービス提供プログラム(本発明における第2プログラム)に大別される。クライアント端末16の記憶部16Cには、上記の画面制御プログラムを開発するためのUI構築ツールのプログラムと、上記のウェブサービス提供プログラムを開発するためのウェブサービス作成ツールのプログラムが各々インストールされており、更に、クライアント端末16で後述する条件起動ボタン生成処理を行うための条件起動ボタン生成プログラム及び無条件起動ボタン生成処理を行うための無条件起動ボタン生成プログラムもインストールされている。この条件起動ボタン生成プログラム及び無条件起動ボタン生成プログラムは第6の発明のアプリケーション開発支援プログラムに対応しており、クライアント端末16は、CPU16Aが上記の条件起動ボタン生成プログラム及び無条件起動ボタン生成プログラムを実行することで、本発明に係るアプリケーション開発支援装置として機能する。 In addition, the application program described above is for providing a predetermined web service to a user and a screen control program (first program in the present invention) for realizing a user interface (UI) portion in a predetermined website. Web service providing programs (second program in the present invention). The storage unit 16C of the client terminal 16 is installed with a UI construction tool program for developing the screen control program and a web service creation tool program for developing the web service providing program. Furthermore, a conditional activation button generation program for performing a conditional activation button generation process described later on the client terminal 16 and an unconditional activation button generation program for performing an unconditional activation button generation process are also installed. The conditional start button generation program and the unconditional start button generation program correspond to the application development support program of the sixth invention, and the client terminal 16 has the above-described conditional start button generation program and unconditional start button generation program executed by the CPU 16A. By executing this, it functions as an application development support apparatus according to the present invention.

なお、UI構築ツールは本発明に係る第1のツールに、ウェブサービス作成ツールは本発明に係る第2のツールに各々対応している。UI構築ツールとしてはJSF(Java(登録商標) Server Faces)の規格に準拠したツールが好適であるが、他の規格に準拠したツールであってもよい。また、ウェブサービス作成ツールとしてはBPEL(Business Process Execution Language)の規格に準拠したツールが好適であるが、他の規格に準拠したツールであってもよい。 The UI construction tool corresponds to the first tool according to the present invention, and the web service creation tool corresponds to the second tool according to the present invention. As the UI construction tool, a tool conforming to the standard of JSF (Java (registered trademark) Server Faces) is suitable, but a tool conforming to another standard may be used. Further, as the web service creation tool, a tool compliant with the BPEL (Business Process Execution Language) standard is suitable, but a tool compliant with another standard may be used.

一方、サーバ・コンピュータ12は、CPU12A、RAM等から成るメモリ12B、HDD等から成る記憶部12C、ネットワークI/F部12Dを備えており、ネットワークI/F部12Dを介してイントラネット14に接続されている。前述のウェブサービス作成ツールを用いたウェブサービス提供プログラムの開発では、個々のウェブサービス(例えば、後述する「書籍検索」や「書籍購入」等)を単位としてプログラムが開発されるが、開発されたウェブサービス提供プログラムは、他のウェブサイトにおける同一ウェブサービスの提供にも利用可能である。このため、サーバ・コンピュータ12の記憶部12Cには、開発されたウェブサービス提供プログラムを登録するためのウェブサービス・ライブラリが記憶されており、このウェブサービス・ライブラリに登録されたウェブサービス提供プログラムは、互いに異なるクライアント端末16を操作する複数の開発者が各々使用可能とされている。 On the other hand, the server computer 12 includes a CPU 12A, a memory 12B including a RAM, a storage unit 12C including an HDD, and a network I / F unit 12D, and is connected to the intranet 14 via the network I / F unit 12D. ing. In the development of a web service providing program using the web service creation tool described above, a program is developed in units of individual web services (for example, “book search” and “book purchase” described later). The web service providing program can also be used to provide the same web service on other websites. Therefore, the storage unit 12C of the server computer 12 stores a web service library for registering the developed web service providing program. The web service providing program registered in the web service library is stored in the storage unit 12C. A plurality of developers operating different client terminals 16 can be used.

次に図8を参照し、第1のコンピュータ・システム10によって開発されたアプリケーション・プログラムの実行環境としての第2のコンピュータ・システム30の構成について説明する。第2のコンピュータ・システム30は特定ウェブサイトを運営するためのウェブサイト運営システム32を備えている。ウェブサイト運営システム32は、アプリケーション・サーバ34、ウェブサービス提供サーバ36及びDB(データベース)サーバ38を備え、ウェブサービス提供サーバ36及びDBサーバ38が通信回線を介してアプリケーション・サーバ34に各々接続されて構成されている。 Next, the configuration of the second computer system 30 as an execution environment for the application program developed by the first computer system 10 will be described with reference to FIG. The second computer system 30 includes a website management system 32 for operating a specific website. The website management system 32 includes an application server 34, a web service providing server 36, and a DB (database) server 38. The web service providing server 36 and the DB server 38 are connected to the application server 34 via communication lines, respectively. Configured.

アプリケーション・サーバ34は、CPU34A、RAM等から成るメモリ34B、HDD等から成る記憶部34C、ネットワークI/F部34Dを備えており、記憶部34Cには、先に説明した第1のコンピュータ・システム10を利用して開発されたアプリケーション・プログラムのうち前述の画面制御プログラムがインストールされている。アプリケーション・サーバ34のネットワークI/F部34Dは、多数台のウェブサーバが通信回線を介して相互に接続されて成るコンピュータ・ネットワーク(インターネット)40に接続されており、インターネット40には、CPU42A、RAM等から成るメモリ42B、HDD等から成る記憶部42C、ネットワークI/F部42Dを備え、記憶部34Cにブラウザ(ウェブ閲覧ソフト)のプログラムがインストールされていると共に、表示手段としてのディスプレイ44、入力手段としてのキーボード46及びマウス48が各々接続されたクライアント端末42が多数台接続されている。 The application server 34 includes a CPU 34A, a memory 34B including a RAM, a storage unit 34C including an HDD, and a network I / F unit 34D. The storage unit 34C includes the first computer system described above. The above-described screen control program is installed among the application programs developed using 10. The network I / F unit 34D of the application server 34 is connected to a computer network (Internet) 40 in which a large number of web servers are connected to each other via a communication line. The Internet 40 includes a CPU 42A, A memory 42B composed of a RAM or the like, a storage unit 42C composed of an HDD or the like, and a network I / F unit 42D. A browser (web browsing software) program is installed in the storage unit 34C, and a display 44 as a display means, A large number of client terminals 42 to which a keyboard 46 and a mouse 48 as input means are respectively connected are connected.

また、ウェブサービス提供サーバ36はCPU36A、RAM等から成るメモリ36B、HDD等から成る記憶部36C、ネットワークI/F部36Dを備えており、HDD36Cには、先に説明した第1のコンピュータ・システム10を利用して開発されたアプリケーション・プログラムのうち前述のウェブサービス提供プログラムがインストールされている。 The web service providing server 36 includes a CPU 36A, a memory 36B including a RAM, a storage unit 36C including an HDD, and a network I / F unit 36D. The HDD 36C includes the first computer system described above. The above-described web service providing program is installed among the application programs developed using 10.

次に本実施形態の作用として、まず、ウェブサービス作成ツールを用いて行われるウェブサービス提供プログラムの開発について説明する。ウェブサービス提供プログラムを開発するために、開発者がクライアント端末16上でウェブサービス作成ツールのプログラムを起動すると、クライアント端末16のディスプレイ18には、例として図2(A)に示すような作成画面が表示される。ウェブサービス作成ツールは、提供対象のウェブサービスを実現する処理を規定するフローチャートが開発者によって作成されると、作成されたフローチャートが表す処理を実行するためのウェブサービス提供プログラムを生成する機能を備えたツールであり、図2(A)に示す作成画面には、開発者がフローチャートを作成するための作業領域と、フローチャートの作成に利用可能で互いに異なる処理を表す複数種の部品(シンボル)が表示されたパレットが設けられている。 Next, as an operation of this embodiment, first, development of a web service providing program performed using a web service creation tool will be described. When a developer starts a web service creation tool program on the client terminal 16 in order to develop a web service providing program, a creation screen as shown in FIG. 2A is displayed on the display 18 of the client terminal 16 as an example. Is displayed. The web service creation tool has a function of generating a web service providing program for executing the process represented by the created flowchart when the flowchart defining the process for realizing the web service to be provided is created by the developer. The creation screen shown in FIG. 2A includes a work area for developers to create flowcharts and multiple types of parts (symbols) that can be used to create flowcharts and represent different processes. A displayed palette is provided.

上記の作成画面が表示されると、開発者は、マウス22やキーボード20を介し、パレット内に表示されている複数の部品の中から所望の部品を選択して作業領域に配置し、必要に応じて、配置した部品が表す処理の内容を規定する情報を入力すると共に、配置した部品と作業領域に既に配置した部品との接続関係(各部品が表す処理の実行順序)を規定する操作を繰り返すことで、例として図2(B)に示すように、提供対象のウェブサービスを実現する処理を規定するフローチャートを作成する。フローチャートの作成が完了すると、開発者は、作成したフローチャートに対応するプログラムの生成を指示する操作を行う。パレット内に表示されている個々の部品には、個々の部品が表す処理を実現するためのプログラムが付加されており、ウェブサービス作成ツールは、プログラムの生成が指示されると、作成されたフローチャートを構成する個々の部品に付加されているプログラムを、開発者によって入力された処理内容を規定する情報に基づいて修正し、作成されたフローチャートにおける個々の部品の接続関係に応じて並べ替える等の処理を行うことで、作成されたフローチャートが表す処理を実行するためのプログラム(ウェブサービス提供プログラム)を生成する。これにより開発者は、コーディング作業を行うことなく、所望のウェブサービスを提供するウェブサービス提供プログラムを得ることができる。 When the creation screen is displayed, the developer selects a desired part from a plurality of parts displayed in the pallet via the mouse 22 or the keyboard 20 and places it in the work area. Correspondingly, input information specifying the contents of the process represented by the arranged parts, and an operation for defining the connection relation (execution order of the process represented by each part) between the arranged parts and the parts already arranged in the work area. By repeating, as shown in FIG. 2B as an example, a flowchart defining a process for realizing the Web service to be provided is created. When the creation of the flowchart is completed, the developer performs an operation for instructing generation of a program corresponding to the created flowchart. A program for realizing the processing represented by each part is added to each part displayed in the pallet, and the web service creation tool creates a flowchart when the program generation is instructed. The program added to the individual components that make up the software is modified based on the information that defines the processing content input by the developer, and rearranged according to the connection relationship of the individual components in the created flowchart. By performing the process, a program (web service providing program) for executing the process represented by the created flowchart is generated. As a result, the developer can obtain a web service providing program that provides a desired web service without performing coding work.

また、ウェブサービス作成ツールは、生成したウェブサービス提供プログラムを実行する際の入力変数及び出力変数の名称等を記述した変数定義情報も生成する。この変数定義情報は、より詳しくはウェブサービス提供プログラムによって実現されるウェブサービスを単位として生成され、例えば個々のウェブサービスを実現するための処理に共通部分が多い等の理由で、複数種のウェブサービスを実現するフローチャートが作成され、当該フローチャートに基づいて複数種のウェブサービスを実現するウェブサービス提供プログラムが生成された場合、ウェブサービス作成ツールにより、前記複数種のウェブサービスのうちの互いに異なるウェブサービスに対応する複数の変数定義情報が各々生成される。 The web service creation tool also generates variable definition information describing the names of input variables and output variables when the generated web service providing program is executed. More specifically, this variable definition information is generated in units of web services realized by the web service providing program. For example, there are many common parts in processing for realizing individual web services, and so on. When a flowchart for realizing a service is created, and a web service providing program for realizing a plurality of types of web services is generated based on the flowchart, different webs of the plurality of types of web services are generated by a web service creation tool. A plurality of variable definition information corresponding to the service is generated.

複数種のウェブサービスを実現するウェブサービス提供プログラムが生成された場合、ウェブサービス提供プログラムの種類数nは提供可能なウェブサービスの種類数mよりも少なくなる(n<m)が、個々のウェブサービス提供プログラムが各々単一のウェブサービスを実現するプログラムである場合は、ウェブサービス提供プログラムの種類数nは提供可能なウェブサービスの種類数mと同数(n=m)となる。なお、上記の変数定義情報は、例えばBPELの規格ではWSDL(Web Service Description Language)と称される。また本実施形態では「個々の変数に一定の名称を用いる」という開発ルールが存在しており、同一の変数を用いるウェブサービスは、当該ウェブサービスの内容に拘わらず、対応する変数定義情報に規定されている前記変数の名称が同一とされている。 When a web service providing program for realizing a plurality of types of web services is generated, the number n of web service providing programs is smaller than the number m of web services that can be provided (n <m). When each service providing program is a program that realizes a single web service, the number n of types of web service providing programs is the same as the number m of types of web services that can be provided (n = m). The above variable definition information is referred to as WSDL (Web Service Description Language) in the BPEL standard, for example. Further, in this embodiment, there is a development rule that “a constant name is used for each variable”, and a web service that uses the same variable is defined in the corresponding variable definition information regardless of the content of the web service. The names of the variables are the same.

上記のようにしてウェブサービス作成ツールによるウェブサービス提供プログラム及び変数定義情報の生成が完了すると、開発者は、生成されたウェブサービス提供プログラム及び変数定義情報をクライアント端末16からサーバ・コンピュータ12へアップロードさせる。サーバ・コンピュータ12へアップロードされたウェブサービス提供プログラム及び変数定義情報はウェブサービス・ライブラリに登録され、他の開発者が使用することが可能となる。 When the generation of the web service providing program and variable definition information by the web service creation tool is completed as described above, the developer uploads the generated web service providing program and variable definition information from the client terminal 16 to the server computer 12. Let The web service providing program and variable definition information uploaded to the server computer 12 are registered in the web service library and can be used by other developers.

次に、UI構築ツールを用いて画面制御プログラムの開発を行うに先立って開発者が行う準備作業について説明する。UI構築ツールを用いて画面制御プログラムの開発を行う場合、開発者は、これから開発する画面制御プログラムによって実現されるUIを通じて利用者への提供を予定しているウェブサービスを全てリストアップし、リストアップした個々のウェブサービスに対応するウェブサービス提供プログラム及び変数定義情報を、例えばサーバ・コンピュータ12のウェブサービス・ライブラリからダウンロードしたり、必要に応じてウェブサービス作成ツールを起動し、前述のフローチャート作成作業を行った後にウェブサービス作成ツールによってウェブサービス提供プログラム及び変数定義情報を生成させる等によって取得する(メモリ16A又は記憶部16Aに記憶させる)。そして、利用者への提供を予定している全てのウェブサービスについて、対応するウェブサービス提供プログラム及び変数定義情報を取得すると、クライアント端末16上で条件起動ボタン生成プログラムを起動させる。 Next, preparation work performed by the developer prior to the development of the screen control program using the UI construction tool will be described. When developing a screen control program using a UI construction tool, the developer lists all the web services that are scheduled to be provided to the user through the UI realized by the screen control program to be developed. The web service providing program and variable definition information corresponding to each uploaded web service are downloaded from, for example, the web service library of the server computer 12, or the web service creation tool is started as necessary, and the above-described flowchart creation is performed. After the work is performed, the web service creation tool and variable definition information are generated by the web service creation tool (stored in the memory 16A or the storage unit 16A). When the corresponding web service providing program and variable definition information are acquired for all web services scheduled to be provided to the user, the condition activation button generation program is activated on the client terminal 16.

以下、起動された条件起動ボタン生成プログラムがCPU16Aによって実行されることでクライアント端末16によって行われる条件起動ボタン生成処理について、図3を参照して説明する。条件起動ボタン生成処理では、まずステップ50において、メモリ16A又は記憶部16Aに記憶されている、利用者への提供を予定している個々のウェブサービスに対応する変数定義情報(例えばBPELの規格ではWSDL)を各々参照し、個々の変数定義情報に記述されている入力変数及び出力変数を全て抽出する。例えば利用者への提供を予定しているウェブサービスの種類数がmである場合、m個の変数定義情報から入力変数及び出力変数が各々抽出される。次のステップ52では、ステップ50で抽出した入力変数及び出力変数のうち重複している変数(名称が同一、すなわち同一の変数)を1つに纏め、各変数の格納領域が設けられた変数格納領域(例えばJSFの規格ではマネージドビーン)を生成する。 Hereinafter, a condition activation button generation process performed by the client terminal 16 when the activated condition activation button generation program is executed by the CPU 16A will be described with reference to FIG. In the condition activation button generation process, first, in step 50, variable definition information (for example, in the BPEL standard) stored in the memory 16A or the storage unit 16A and corresponding to each web service scheduled to be provided to the user. All of the input variables and output variables described in the individual variable definition information are extracted with reference to (WSDL). For example, when the number of types of web services scheduled to be provided to users is m, input variables and output variables are respectively extracted from m variable definition information. In the next step 52, the variables stored in the input variable and the output variable extracted in step 50 are combined into one variable (name is the same, that is, the same variable), and each variable storage area is provided. An area (for example, a managed bean in the JSF standard) is generated.

例として図6(A)に示すように、利用者への提供を予定しているウェブサービスが「書籍検索サービス」及び「書籍購入サービス」であり、「書籍検索サービス」の入力変数が「書籍名」、出力変数が「書籍ID」であり、「書籍購入サービス」の入力変数が「書籍ID」及び「購入者」、出力変数が「結果」である場合、重複している「書籍ID」が1つに纏められることで、「書籍名」「書籍ID」「購入者」及び「結果」の各変数の格納領域が1個ずつ設けられた変数格納領域が生成されることになる。 As an example, as shown in FIG. 6A, web services scheduled to be provided to users are “book search service” and “book purchase service”, and the input variable of “book search service” is “book”. Name ”, the output variable is“ Book ID ”, the input variable of“ Book Purchase Service ”is“ Book ID ”and“ Purchaser ”, and the output variable is“ Result ”, the duplicate“ Book ID ” Are combined into one, a variable storage area is generated in which one storage area for each variable of “book name”, “book ID”, “purchaser”, and “result” is provided.

ステップ54では利用者への提供を予定しているウェブサービスの中から単一のウェブサービスを処理対象として選択し、次のステップ56では、稼働時にUI画面上に可視表示され、選択することで処理対象のウェブサービスをウェブページ上で呼び出すことが可能な条件起動ボタン(の情報)を生成する。詳細は後述するが、UI構築ツールでは、UI画面の構成要素として使用可能な情報入力/表示欄や各種のボタン等のシンボルが作成画面(図5も参照)のパレット内に表示され、開発者により、所望のシンボルを選択して所望の位置に配置する操作が繰り返されることでUI画面の設計が行われる。ステップ56では、稼働時にUI画面上に可視表示され、選択することで処理対象のウェブサービスをウェブページ上で呼び出すことが可能な条件起動ボタンとして、UI構築ツールと同一の規格(例えばJSF)に準拠した条件起動ボタン(の情報)を生成する。これにより、生成した条件起動ボタンはUI構築ツールの作成画面のパレット内に表示することが可能となる。なお、ステップ56は第3の発明の条件起動シンボル生成手段に対応している。 In step 54, a single web service is selected as a processing target from among the web services scheduled to be provided to the user, and in the next step 56, it is visually displayed on the UI screen at the time of operation. A condition start button (information) that can call the web service to be processed on the web page is generated. Although details will be described later, in the UI construction tool, symbols such as information input / display fields and various buttons that can be used as components of the UI screen are displayed in the palette of the creation screen (see also FIG. 5). Thus, the UI screen is designed by repeating the operation of selecting a desired symbol and placing it at a desired position. In step 56, as a condition activation button that is visible on the UI screen during operation and can be called on the web page by selecting it, the same standard (for example, JSF) as the UI construction tool is used. Generate compliant condition start button (information). As a result, the generated condition activation button can be displayed in the palette of the UI construction tool creation screen. Step 56 corresponds to the condition activation symbol generating means of the third invention.

次のステップ58以降の処理は第3の発明のプログラム付加手段に対応しており、まずステップ58では、処理対象のウェブサービスに対応する変数定義情報に記述されてる入力変数及び出力変数の中から単一の変数を選択し、次のステップ60では、ステップ52で生成した変数格納領域をステップ58で選択した変数の名称をキーとして検索することで、ステップ58で選択した変数に対応する格納領域を変数格納領域から抽出する。ステップ62では、ステップ58で選択した変数が入力変数か否か判定する。判定が肯定された場合はステップ64へ移行し、変数格納領域からステップ60で抽出した格納領域に格納されているデータを、ステップ58で選択した変数(入力変数)として処理対象のウェブサービスへ引き渡す代入文(プログラム)を作成する。また、ステップ58で選択した変数が出力変数であれば、ステップ62の判定が否定されてステップ66へ移行し、処理対象のウェブサービスによる処理終了時に処理対象のウェブサービスから引き渡される出力変数のうち、ステップ58で選択した出力変数を、変数格納領域からステップ60で抽出した格納領域内に格納させる代入文(プログラム)を作成する。 The processing after the next step 58 corresponds to the program adding means of the third invention. First, at step 58, from among the input variables and output variables described in the variable definition information corresponding to the web service to be processed. A single variable is selected, and in the next step 60, the variable storage area generated in step 52 is searched using the name of the variable selected in step 58 as a key, so that the storage area corresponding to the variable selected in step 58 Are extracted from the variable storage area. In step 62, it is determined whether or not the variable selected in step 58 is an input variable. If the determination is affirmative, the process proceeds to step 64, and the data stored in the storage area extracted in step 60 from the variable storage area is delivered to the processing target web service as the variable (input variable) selected in step 58. Create an assignment statement (program). Also, if the variable selected in step 58 is an output variable, the determination in step 62 is denied and the process proceeds to step 66, out of the output variables delivered from the processing target web service when the processing by the processing target web service ends. Then, an assignment statement (program) is created for storing the output variable selected in step 58 in the storage area extracted in step 60 from the variable storage area.

次のステップ68では、処理対象のウェブサービスに対応する変数定義情報に記述されてる全ての変数に対して上記の処理を行ったか否か判定する。判定が否定された場合はステップ58に戻り、ステップ68の判定が肯定される迄ステップ58〜ステップ68を繰り返す。これにより、処理対象のウェブサービス(を提供するプログラム)の起動時には、処理対象のウェブサービスにおける入力変数に対応するデータを変数格納領域から処理対象のウェブサービスへ入力変数として引き渡す処理を行い(例として図6(B)に破線で示す右向きの矢印を参照)、処理対象のウェブサービス(を提供するプログラム)の終了時には、処理対象のウェブサービスから引き渡された出力変数を変数格納領域に格納する処理を行う(例として図6(B)に破線で示す左向きの矢印を参照)プログラムが自動的に生成されることになる。 In the next step 68, it is determined whether or not the above processing has been performed for all the variables described in the variable definition information corresponding to the web service to be processed. If the determination is negative, the process returns to step 58, and step 58 to step 68 are repeated until the determination of step 68 is affirmed. As a result, at the time of starting the processing target web service (the program that provides the processing), the processing corresponding to the input variable in the processing target web service is transferred from the variable storage area to the processing target web service as an input variable (example) As shown in FIG. 6B, see the arrow pointing to the right indicated by a broken line), and at the end of the processing target web service (the program that provides it), the output variable delivered from the processing target web service is stored in the variable storage area. A program for performing the process (see the left arrow indicated by the broken line in FIG. 6B as an example) is automatically generated.

ステップ68の判定が肯定されるとステップ70へ移行し、処理対象のウェブサービスを呼び出す呼出文(プログラム)を作成する。そしてステップ72では、上述した処理で作成した呼出プログラム(ステップ64、66で作成した代入文とステップ70で作成した呼出文を含むプログラム:第3の発明の第4プログラムに相当)を、先のステップ56で生成した処理対象のウェブサービスに対応するボタン(の情報)に付加し、メモリ16B又は記憶部16Cの所定の記憶領域に記憶させる。次のステップ74では、利用者への提供を予定している全てのウェブサービスに対して上記の処理を行ったか否か判定する。判定が否定された場合はステップ54に戻り、ステップ74の判定が肯定される迄ステップ54〜ステップ74を繰り返す。これにより、利用者への提供を予定している全てのウェブサービスについて、上記の呼出プログラムが付加されたボタン(の情報)が各々生成される。そしてステップ74の判定が肯定されると条件起動ボタン生成処理を終了する。 If the determination in step 68 is affirmative, the process proceeds to step 70 to create a call statement (program) for calling the web service to be processed. In step 72, the calling program created by the above-described processing (the program including the assignment statement created in steps 64 and 66 and the call statement created in step 70: equivalent to the fourth program of the third invention) The button is added to the button (information) corresponding to the web service to be processed generated in step 56, and is stored in a predetermined storage area of the memory 16B or the storage unit 16C. In the next step 74, it is determined whether or not the above processing has been performed on all the web services scheduled to be provided to the user. If the determination is negative, the process returns to step 54, and steps 54 to 74 are repeated until the determination of step 74 is affirmed. As a result, buttons (information) to which the calling program is added are generated for all web services scheduled to be provided to the user. If the determination at step 74 is affirmative, the condition activation button generation process is terminated.

続いて開発者は、クライアント端末16上でUI構築ツールのプログラムを起動する。これにより、クライアント端末16のディスプレイ18には、例として図5に示すような作成画面が表示される。UI構築ツールは、UIを構築するための操作を開発者に行わせ、開発者による操作が完了すると、構築されたUIを実現する画面制御プログラムを生成する機能を備えたツールであり、図5に示す作成画面には、開発者がUI画面(ウェブページ)を作成するためのUI画面作成領域と、UI画面の構成要素として使用可能な情報入力/表示欄や各種のボタン等のシンボルが表示されたパレットと、UI画面作成領域で作成された複数のUI画面の間の遷移を定義するための画面遷移定義領域が各々設けられている。本実施形態では、UI構築ツールの起動に先立って前述の条件起動ボタン生成処理が実行されるので、UI構築ツールの起動時には、条件起動ボタン生成処理によって生成されて所定の記憶領域に記憶されている条件起動ボタンの情報も読み込まれ、例として図5に示すように、条件起動ボタン生成処理によって生成された条件起動ボタン(利用者への提供を予定している個々のウェブサービスを呼び出すためのボタン)もUI画面の作成に使用可能なシンボルの1つとしてパレット内に表示される。 Subsequently, the developer activates a UI construction tool program on the client terminal 16. As a result, a creation screen as shown in FIG. 5 is displayed on the display 18 of the client terminal 16 as an example. The UI construction tool is a tool having a function of generating a screen control program for realizing the constructed UI when the developer performs an operation for constructing the UI and the operation by the developer is completed. The creation screen shown in Fig. 2 displays a UI screen creation area for developers to create UI screens (web pages), symbols such as information input / display fields and various buttons that can be used as components of the UI screen. A screen transition definition area for defining transitions between the created palette and a plurality of UI screens created in the UI screen creation area is provided. In the present embodiment, since the above-described condition start button generation process is executed prior to starting the UI construction tool, it is generated by the condition start button generation process and stored in a predetermined storage area when the UI construction tool is started. As shown in FIG. 5 as an example, the condition start button information generated by the condition start button generation process (for calling each web service scheduled to be provided to the user) is read. Button) is also displayed in the palette as one of the symbols that can be used to create the UI screen.

上記のようにして準備作業が完了すると、続いて開発者は、構築対象のUIを規定するための操作を行うことで、ウェブサービスを提供する所定のウェブサイトにおけるUIの構築(画面制御プログラムの開発)を行う。すなわち開発者は、マウス22やキーボード20を介し、パレット内に表示されている複数のシンボルの中から所望のシンボルを選択してUI画面作成領域内の所望の位置に配置し、必要に応じて、UI画面内に表示すべきテキスト情報を入力する操作(第1の操作)を繰り返すことで、所定のウェブサイトを構成する複数のUI画面(ウェブページ)を順に作成(設計)する。なお、個々のUI画面の作成において、作成しているUI画面が、利用者へ特定のウェブサービスを提供する契機となる画面である場合、開発者は、パレット内に表示されているシンボルの中から特定のウェブサービスを呼び出すための条件起動ボタンも選択し、当該ボタンもUI画面内に配置する操作を行う。 When the preparatory work is completed as described above, the developer then performs an operation for defining a UI to be constructed, thereby constructing a UI (screen control program of a screen control program) in a predetermined website that provides a web service. Development). That is, the developer selects a desired symbol from a plurality of symbols displayed in the palette via the mouse 22 or the keyboard 20 and places it at a desired position in the UI screen creation area. By repeating the operation (first operation) for inputting text information to be displayed in the UI screen, a plurality of UI screens (web pages) constituting a predetermined website are sequentially created (designed). In the creation of individual UI screens, if the UI screen being created is a screen that provides a user with a specific web service, the developer must select one of the symbols displayed in the palette. A condition activation button for calling a specific web service is also selected, and an operation for arranging the button in the UI screen is also performed.

ところで、構築対象のUIの中に、特定のウェブサービスの処理結果を表示する画面内容で、かつリンク情報が埋め込まれたリンクが選択されることで当該リンクから直接呼び出される可能性の有る特定のUI画面(以下、この画面を「リンク呼出UI画面」と称する)が含まれている場合、開発者は、リンク呼出UI画面の作成時に、作成中のUI画面内に一旦配置した条件起動ボタンの無条件起動化(無条件起動ボタンへの変更)を指示する操作を行う。 By the way, a specific content that can be directly called from the link by selecting the link in which the link information is embedded in the screen content for displaying the processing result of the specific web service in the UI to be constructed. When a UI screen (hereinafter, this screen is referred to as a “link call UI screen”), when the developer creates a link call UI screen, the developer uses a condition start button once arranged in the UI screen being created. An operation to instruct unconditional activation (change to the unconditional activation button) is performed.

この操作は、例えば先の条件起動ボタン生成処理によって生成されて作成画面のパレット内に表示されている複数の条件起動ボタンのうち、リンク呼出UI画面で処理結果が表示される特定のウェブサービスに対応する特定の条件起動ボタンを選択し、選択した特定の条件起動ボタンを作成中のUI画面内の所望の位置に一旦配置する操作を行った後に、作成中のUI画面内に配置した特定の条件起動ボタンのプロパティ(属性情報)を表示させる操作を行い、次に、表示された特定の条件起動ボタンの属性情報のうち、UI画面が呼び出されると呼出プログラムを無条件に実行させる機能(本実施形態ではこの機能を「SubmitOnLoad機能」と称している)をオンにする操作を行うことによって成される。これにより、クライアント端末16上で無条件起動ボタン生成プログラムが起動され、起動された条件起動ボタン生成プログラムがCPU16Aによって実行されることで、図4に示す無条件起動ボタン生成処理が実行される。 This operation is performed, for example, on a specific web service in which a processing result is displayed on the link call UI screen among a plurality of condition activation buttons generated by the previous condition activation button generation processing and displayed in the palette of the creation screen. After selecting the corresponding specific condition start button and performing an operation to temporarily place the selected specific condition start button at a desired position in the UI screen being created, the specific condition start button placed in the UI screen being created is selected. A function to display the property (attribute information) of the condition start button, and then to execute the calling program unconditionally when the UI screen is called out of the attribute information of the specific condition start button displayed In the embodiment, this function is referred to as “SubmitOnLoad function”). As a result, the unconditional activation button generation program is activated on the client terminal 16, and the activated conditional activation button generation program is executed by the CPU 16A, whereby the unconditional activation button generation process shown in FIG. 4 is executed.

この無条件起動ボタン生成処理では、まずステップ80において、リンク呼出UI画面内に配置された特定の条件起動ボタン(SubmitOnLoad機能のオンが指示された条件起動ボタン)の情報をメモリ16B又は記憶部16Cから読み出し、無条件起動化後のボタンがリンク呼出UI画面上で非可視化されるように、前記読み出したボタンの情報のうちボタンの属性情報(詳しくはボタンの表示色を規定する情報)を変更(透明に)する。またステップ82では、前記読み出したボタンの情報の情報から、先の条件起動ボタン生成処理によって生成された呼出プログラムを抽出する。 In this unconditional activation button generation process, first, in step 80, information on a specific condition activation button (condition activation button instructed to turn on the SubmitOnLoad function) arranged in the link call UI screen is stored in the memory 16B or the storage unit 16C. Change the button attribute information (specifically, information that defines the display color of the button) out of the read button information so that the button after unconditional activation is invisible on the link call UI screen (Transparent) In step 82, the calling program generated by the previous condition activation button generation process is extracted from the information of the read button information.

ステップ82で抽出した呼出プログラムは、稼働時(開発されたアプリケーション・プログラムの実行時)に、対応する条件起動ボタンが配置されたUI画面がクライアント端末42から呼び出されてクライアント端末42のディスプレイ44に表示され、更に、表示されたUI画面内に可視表示されている前記条件起動ボタンが選択された場合に実行され、対応するウェブサービスの呼び出し等の処理を行うものであるが、次のステップ84では、リンクが選択される等によって無条件起動ボタンが配置されたUI画面(リンク呼出UI画面)が呼び出されると、前記呼出プログラムが無条件で(ボタン選択の操作を経ることなく)実行されるように、ステップ82で抽出した呼出プログラムを変更し、無条件起動ボタン生成処理を終了する。なお、ステップ84の処理は、例えば呼出プログラムのうち、ボタン選択の操作が行われたか否かを判定する判定文(プログラム)を削除する等によって行うことができる。 The calling program extracted in step 82 is called from the client terminal 42 on the display 44 of the client terminal 42 when the UI screen on which the corresponding condition start button is arranged is in operation (when the developed application program is executed). This is executed when the condition activation button displayed and further displayed visually in the displayed UI screen is selected, and performs processing such as calling the corresponding web service. Then, when a UI screen (link call UI screen) on which an unconditional activation button is arranged is called by selecting a link or the like, the calling program is executed unconditionally (without going through a button selection operation). As described above, the calling program extracted in step 82 is changed, and the unconditional start button generation process is terminated. . Note that the process of step 84 can be performed, for example, by deleting a determination sentence (program) for determining whether or not a button selection operation has been performed in the calling program.

上記の無条件起動ボタン生成処理が完了すると、作成中のUI画面内に配置されていた条件起動ボタンが無条件起動化され(無条件起動ボタンへ変更され)、先のステップ80における属性情報の変更に伴い、作成中のUI画面内における表示も可視表示から非可視表示に変化する(透明化される)。また、作成中のUI画面内に配置されていた条件起動ボタンが無条件起動ボタンへ変更されたことに伴い、作成中のUI画面は、当該UI画面がリンクから直接呼び出されると、画面内の無条件起動ボタンに付加されている呼出プログラムがアプリケーション・サーバ34で無条件に実行されることで、特定のウェブサービスが呼び出され、特定のウェブサービスに相当する処理が終了すると、特定のウェブサービスの処理結果を表示するUI画面、すなわちリンク呼出UI画面へ変更されることになる。 When the above unconditional activation button generation processing is completed, the conditional activation button arranged in the UI screen being created is unconditionally activated (changed to the unconditional activation button), and the attribute information in the previous step 80 is changed. With the change, the display in the UI screen being created also changes from visible display to invisible display (transparent). In addition, when the conditional start button arranged in the UI screen being created is changed to an unconditional start button, the UI screen being created is displayed in the screen when the UI screen is directly called from a link. When the calling program added to the unconditional activation button is unconditionally executed by the application server 34, the specific web service is called, and when the processing corresponding to the specific web service is completed, the specific web service is terminated. This is changed to a UI screen for displaying the processing result of this, that is, a link call UI screen.

このように、開発者は、作成中のUI画面内に条件起動ボタンを配置し、配置した条件起動ボタンのプロパティを表示させてSubmitOnLoad機能のオンを指示する、というごく簡単な操作により、コーディング作業を行うことなく、無条件起動ボタンの生成(作成中のUI画面のリンク呼出UI画面への変更)を行うことができる。なお、上述した無条件起動ボタン生成処理を経た呼出プログラムは本発明に係る第3プログラムに対応している。また、上述した無条件起動ボタン生成処理は、先に説明した条件起動ボタン生成処理と共に本発明に係るシンボル生成手段に対応しており、特に無条件起動ボタン生成処理は第3の発明の変更手段に対応している。 In this way, the developer places a condition activation button in the UI screen being created, displays the properties of the arranged condition activation button, and instructs to turn on the SubmitOnLoad function. It is possible to generate an unconditional activation button (change the UI screen being created to a link call UI screen) without performing the above. The calling program that has undergone the above-described unconditional activation button generation processing corresponds to the third program according to the present invention. The unconditional activation button generation process described above corresponds to the symbol generation means according to the present invention together with the conditional activation button generation process described above. In particular, the unconditional activation button generation process is the changing means of the third invention. It corresponds to.

また、作成したUI画面が、利用者による情報の入力又は情報の表示を行うための情報入力/表示欄が設けられている画面である場合、開発者は、画面内の個々の情報入力/表示欄を、先のボタン生成処理によって生成された変数格納領域のうち、情報入力/表示欄を介して入力される情報又は情報入力/表示欄に表示する情報に対応する格納領域と関連付ける(UIバインドともいう)操作(第2の操作)を行う。更に、ウェブサイトを構成する全てのUI画面(ウェブページ)を作成すると、開発者は、作成した各UI画面の遷移を画面遷移定義領域内で規定する操作(第3の操作)を行う。 Further, when the created UI screen is a screen provided with an information input / display field for inputting information or displaying information by the user, the developer can input / display individual information in the screen. The field is associated with the storage area corresponding to the information input via the information input / display field or the information displayed in the information input / display field among the variable storage areas generated by the previous button generation process (UI binding) (Also called) operation (second operation). Furthermore, when all the UI screens (web pages) constituting the website are created, the developer performs an operation (third operation) for defining the transition of each created UI screen within the screen transition definition area.

開発者による操作について具体例を挙げて説明すると、図6(B)に示すように、開発対象のウェブサイトを通じて利用者への提供を予定しているウェブサービスのプログラムとして、書籍検索サービス及び書籍購入サービスのプログラムが既に開発されており、上記ウェブサイトのUIとして、利用者が検索対象の書籍名を入力して検索を指示するための書籍検索画面、上記検索によって抽出された書籍IDを利用者が確認し、必要に応じて書籍IDを変更した後、購入者情報を入力して購入を指示するための書籍購入画面、及び、利用者が購入処理の結果を確認するための結果表示画面へ順に遷移するUIを構築する場合、開発者は、書籍検索画面については、書籍名を入力するための情報入力/表示欄及び書籍検索サービスを呼び出すための条件起動ボタンを画面内に各々配置する操作を行うことで書籍検索画面を作成し、当該書籍検索画面内の情報入力/表示欄を、変数格納領域のうち書籍名の格納領域と関連付ける操作を行う。 The operation by the developer will be described with a specific example. As shown in FIG. 6B, as a web service program scheduled to be provided to the user through the development target website, a book search service and a book are provided. A purchase service program has already been developed, and the UI of the website uses a book search screen for a user to input a search target book name and instruct a search, and a book ID extracted by the search. After the user confirms and changes the book ID as necessary, the book purchase screen for inputting the purchaser information and instructing the purchase, and the result display screen for the user confirming the result of the purchase process When building a UI that transitions in order, the developer calls an information input / display field for inputting a book name and a book search service for the book search screen. An operation for creating a book search screen by performing an operation for arranging each condition start button in the screen, and associating the information input / display field in the book search screen with the book name storage area in the variable storage area Do.

また開発者は、書籍購入画面については、書籍IDの表示及び入力を行うための情報入力/表示欄、購入者の情報を入力するための情報入力/表示欄及び書籍購入サービスを呼び出すための条件起動ボタンを画面内に各々配置する操作を行うことで書籍購入画面を作成し、当該書籍購入画面内のうち書籍IDの表示及び入力を行うための情報入力/表示欄を、変数格納領域のうち書籍IDの格納領域と関連付けると共に、購入者情報を入力するための情報入力/表示欄を、変数格納領域のうち購入者情報の格納領域と関連付ける操作を行う。また開発者は、結果表示画面については、結果情報を表示するための情報入力/表示欄及び画面の消去を指示するためのボタン(図6(B)に示す「OK」と表記したボタン)を画面内に各々配置する操作を行うことで結果表示画面を作成し、当該結果表示画面内の情報入力/表示欄を、変数格納領域のうち結果情報の格納領域と関連付ける操作を行う。 In addition, for the book purchase screen, the developer inputs an information input / display field for displaying and inputting a book ID, an information input / display field for inputting buyer information, and a condition for calling a book purchase service. A book purchase screen is created by performing an operation of arranging start buttons on the screen, and an information input / display field for displaying and inputting a book ID in the book purchase screen is included in the variable storage area. In addition to associating with the storage area of the book ID, an operation for associating the information input / display field for inputting the purchaser information with the storage area of the purchaser information in the variable storage area is performed. In addition, for the result display screen, the developer provides an information input / display field for displaying the result information and a button for instructing to erase the screen (a button labeled “OK” shown in FIG. 6B). A result display screen is created by performing an operation of arranging each in the screen, and an operation for associating the information input / display field in the result display screen with the result information storage area in the variable storage area is performed.

更に開発者は、書籍検索画面が表示されている状態で当該画面内の条件起動ボタンが選択されると書籍検索画面から書籍購入画面へ遷移し、書籍購入画面が表示されている状態で当該画面内の条件起動ボタンが選択されると書籍購入画面から結果表示画面へ遷移するように、各画面の遷移を規定する操作を行う。以上の操作により図6(B)に示すUIを規定することができる。 Further, when the condition activation button in the screen is selected while the book search screen is displayed, the developer transits from the book search screen to the book purchase screen, and the screen is displayed while the book purchase screen is displayed. When the condition start button is selected, an operation for defining the transition of each screen is performed so that a transition is made from the book purchase screen to the result display screen. With the above operation, the UI shown in FIG. 6B can be defined.

なお、利用者への提供を予定している個々のウェブサービスを単位として変数格納領域を設ける従来方式で上記のUIを構築しようとした場合、例として図7に示すように、書籍購入画面内に設けられ書籍IDの表示及び入力を行うための情報入力/表示欄を、書籍検索サービスに対応する変数格納領域内の書籍IDの格納領域、及び、書籍購入サービスに対応する変数格納領域内の書籍IDの格納領域と各々関連付ける必要がある。しかしながら、UI構築ツールが準拠しているJSF等の規格では、個々の情報入力/表示欄と関連付けることが可能な変数格納領域内の格納領域の数が各々1個に制限されており、上記のように書籍IDの表示及び入力のための書籍購入画面内の情報入力/表示欄を複数の格納領域と関連付けることができないので、図6(B)に示すようなUIは構築できない。これに対して本実施形態では、先に説明した条件起動ボタン生成処理において、変数定義情報に重複定義されている変数の格納領域を共通化した変数格納領域を生成しているので、図6(B)に示すように、書籍IDの表示及び入力のための書籍購入画面内の情報入力/表示欄を単一の格納領域と関連付けるのみで図6(B)に示すUIを構築することができ、実現可能なUIの設計の自由度を向上させることができる。 In addition, when trying to construct the above-described UI by the conventional method of providing a variable storage area in units of individual web services scheduled to be provided to users, as shown in FIG. An information input / display field for displaying and inputting a book ID provided in the book ID storage area in the variable storage area corresponding to the book search service, and in the variable storage area corresponding to the book purchase service Each needs to be associated with a storage area for book IDs. However, in standards such as JSF that the UI construction tool complies with, the number of storage areas in the variable storage area that can be associated with each information input / display field is limited to one each. Thus, since the information input / display field in the book purchase screen for displaying and inputting the book ID cannot be associated with a plurality of storage areas, a UI as shown in FIG. 6B cannot be constructed. On the other hand, in the present embodiment, in the condition start button generation process described above, a variable storage area is generated by sharing the storage area of the variable defined in the variable definition information. As shown in B), the UI shown in FIG. 6B can be constructed only by associating the information input / display field in the book purchase screen for displaying and inputting the book ID with a single storage area. Thus, the degree of freedom of UI design that can be realized can be improved.

また、上記は条件起動ボタンが配置される通常のUI画面を含むUIの構築についての説明であるが、リンク呼出UI画面についても、ウェブサービスの処理結果を表示するための情報入力/表示欄を設け、設けた情報入力/表示欄をウェブサービスの処理結果が格納される格納領域と関連付ける操作(第2の操作)が少なくとも行われる。また、リンク呼出UI画面には無条件起動ボタンに加え、第1の操作を行うことで条件起動ボタンを更に配置してもよく、リンク呼出UI画面に配置した条件起動ボタンが選択されたことを契機として他のUI画面へ遷移させる場合には、リンク呼出UI画面からの遷移を画面遷移定義領域内で規定する操作(第3の操作)も行われる。 Further, the above is a description of the construction of a UI including a normal UI screen on which a condition start button is arranged. However, an information input / display field for displaying the processing result of the web service is also provided for the link call UI screen. At least an operation (second operation) for associating the provided information input / display field with a storage area in which the processing result of the web service is stored is performed. Further, in addition to the unconditional activation button, a condition activation button may be further arranged on the link call UI screen by performing the first operation. The condition activation button arranged on the link call UI screen is selected. When a transition is made to another UI screen as a trigger, an operation (third operation) that defines the transition from the link call UI screen within the screen transition definition area is also performed.

UIを規定する操作が完了すると、開発者はUI構築ツールに対し、前記UIを実現するプログラムの生成を指示する。これによりUI構築ツールは、開発者によって構築されたUIを実現する(クライアント端末42(図8参照)からの要求に応じて、クライアント端末42のディスプレイ44に各UI画面を順に表示させる)画面制御プログラムを生成する。この画面制御プログラムは、個々のUI画面を規定するデータと、利用者により個々のUI画面を介して各種の操作が行われた場合の処理を規定するプログラムを含んで構成されるが、各種のウェブサービスを呼び出すための条件起動ボタンが設けられたUI画面については、先に説明した条件起動ボタン生成処理によって生成されて前記条件起動ボタンに付加されている呼出プログラムが読み出され、読み出された呼出プログラムが、前記条件起動ボタンが利用者によって選択された場合の処理を規定するプログラムとして用いられる(画面制御プログラムに組み込まれる)。また、無条件起動ボタンが設けられたリンク呼出UI画面については、先に説明した無条件起動ボタン生成処理によって変更されて無条件起動ボタンに付加されている呼出プログラムが、リンクからリンク呼出UI画面が呼び出された際に無条件に行う処理を規定するプログラムとして用いられる(画面制御プログラムに組み込まれる)。 When the operation for defining the UI is completed, the developer instructs the UI construction tool to generate a program that realizes the UI. Thereby, the UI construction tool realizes the UI constructed by the developer (displays each UI screen in order on the display 44 of the client terminal 42 in response to a request from the client terminal 42 (see FIG. 8)). Generate a program. This screen control program includes data that defines individual UI screens and a program that defines processing when various operations are performed by the user via individual UI screens. For a UI screen provided with a condition start button for calling a web service, the calling program generated by the condition start button generation process described above and added to the condition start button is read and read. The called program is used as a program for defining processing when the condition activation button is selected by the user (incorporated into the screen control program). For the link call UI screen provided with the unconditional start button, the call program changed by the unconditional start button generation process described above and added to the unconditional start button is displayed from the link to the link call UI screen. Is used as a program that prescribes processing that is unconditionally performed when is called (incorporated into the screen control program).

以上の操作・処理により、画面制御プログラム及びウェブサービス提供プログラムを含むアプリケーション・プログラムの開発が完了する。このように、本実施形態では、ウェブサービス提供プログラムについては、ウェブサービス作成ツールを利用することでコーディング作業を行うことなく開発することができ、画面制御プログラムについても、事前に条件起動ボタン生成処理を行い、利用者への提供を予定している個々のウェブサービスの変数定義情報に重複定義されている変数の格納領域を共通化した変数格納領域を生成しておくと共に、利用者への提供を予定している個々のウェブサービスを呼び出す呼出プログラムを付加した条件起動ボタンを生成しておくことで、開発者は、UI構築ツールを利用し、UI構築ツールの作成画面のパレット内に表示される前記条件起動ボタンを画面内に配置する操作を含む各種の操作を行うことで、コーディング作業を行うことなく所望のUIの構築(画面制御プログラムの開発)を行うことができる。 With the operations and processes described above, the development of the application program including the screen control program and the web service providing program is completed. As described above, in this embodiment, the web service providing program can be developed without performing coding work by using the web service creation tool, and the condition activation button generation process is also performed in advance for the screen control program. To create a variable storage area that shares the variable storage area defined in the variable definition information of each web service that is scheduled to be provided to the user, and provides it to the user. By creating a condition activation button with a calling program that calls each web service that is scheduled to be used, the developer uses the UI construction tool and is displayed in the palette on the UI construction tool creation screen. By performing various operations including placing the condition start button on the screen without coding work It can be carried out construction of Nozomu of UI (the development of a screen control program).

また、構築対象のUIの中にリンク呼出UI画面が含まれている場合にも、開発者が、リンク呼出UI画面で処理結果が表示される特定のウェブサービスに対応する特定の条件起動ボタンを選択し、選択した条件起動ボタンを作成中のUI画面内に配置し、作成中のUI画面内に配置した条件起動ボタンを「SubmitOnLoad機能」をオンにする操作を行えば、作成中のUI画面内に配置した条件起動ボタンが無条件起動ボタンに変更され、作成中のUI画面がリンク呼出UI画面になるので、リンク呼出UI画面を含むUIの構築についてもコーディング作業を行うことなく実現することができる。従って、画面制御プログラム及びウェブサービス提供プログラムを含むアプリケーション・プログラムを非常に短い期間で開発することが可能となる。 In addition, even when a link call UI screen is included in the UI to be constructed, the developer can select a specific condition start button corresponding to a specific web service whose processing result is displayed on the link call UI screen. If you select and place the selected condition start button in the UI screen being created, and turn on the “SubmitOnLoad function” for the condition start button placed in the UI screen being created, the UI screen being created The conditional start button placed inside is changed to an unconditional start button, and the UI screen being created becomes the link call UI screen. Therefore, the construction of the UI including the link call UI screen can be realized without performing coding work. Can do. Therefore, it is possible to develop application programs including a screen control program and a web service providing program in a very short period of time.

次に、アプリケーション・プログラムの実行時(ウェブサイトの稼働時)の動作について説明する。アプリケーション・プログラムの実行時には、図8に示すように、開発したアプリケーション・プログラムのうち、画面制御プログラムがアプリケーション・サーバ34の記憶部34Cにインストールされ、ウェブサービス提供プログラムがウェブサービス提供サーバ36の記憶部36Cにインストールされる。 Next, the operation when the application program is executed (when the website is operating) will be described. At the time of execution of the application program, as shown in FIG. 8, among the developed application programs, the screen control program is installed in the storage unit 34C of the application server 34, and the web service providing program is stored in the web service providing server 36. Installed in the unit 36C.

なお、図示は省略するが、アプリケーション・サーバ34では画面制御プログラムを実行するためのプラットフォームとして機能する所定のプログラム(以下、プラットフォーム・プログラムと称する)が実行されており、画面制御プログラムは上記のプラットフォーム上で実行される(例えばUI構築ツールがJSFの規格に準拠している場合、UI構築ツールによって生成された画面制御プログラムはJSFエンジンと称されるプラットフォーム上で実行される)。また、ウェブサービス提供サーバ36ではウェブサービス提供プログラムを実行するためのプラットフォームとして機能する所定のプログラムが実行されており、ウェブサービス提供プログラムは上記のプラットフォーム上で実行される(例えばウェブサービス作成ツールがBPELの規格に準拠している場合、ウェブサービス作成ツールによって生成されたウェブサービス提供プログラムはBPELエンジンと称されるプラットフォーム上で実行される)。 Although not shown, the application server 34 executes a predetermined program (hereinafter referred to as a platform program) that functions as a platform for executing the screen control program. (For example, when the UI construction tool conforms to the JSF standard, the screen control program generated by the UI construction tool is executed on a platform called a JSF engine). The web service providing server 36 executes a predetermined program that functions as a platform for executing the web service providing program, and the web service providing program is executed on the platform (for example, a web service creation tool is provided). In the case of conforming to the BPEL standard, the web service providing program generated by the web service creation tool is executed on a platform called a BPEL engine).

アプリケーション・サーバ34で実行される画面制御プログラムは、クライアント端末42を介して利用者からUI画面の配信が要求される毎に、配信が要求されたUI画面のデータを要求元のクライアント端末42へ送信することで、配信が要求されたUI画面を要求元のクライアント端末42のディスプレイ44に表示させる。また、利用者がキーボード46等を操作することでディスプレイ44に表示されたUI画面内の情報入力/表示欄内に入力された情報は、クライアント端末42のメモリ42B等に一旦記憶された後に、所定のタイミング(例えば次のUI画面への遷移のトリガとなる条件起動ボタンが選択された等のタイミング)でアプリケーション・サーバ34へ転送される。 The screen control program executed by the application server 34 sends the UI screen data requested for distribution to the requesting client terminal 42 every time a user requests distribution of the UI screen via the client terminal 42. By transmitting, the UI screen requested to be distributed is displayed on the display 44 of the requesting client terminal 42. The information input in the information input / display field in the UI screen displayed on the display 44 by the user operating the keyboard 46 or the like is temporarily stored in the memory 42B or the like of the client terminal 42. The data is transferred to the application server 34 at a predetermined timing (for example, a timing when a condition start button serving as a trigger for transition to the next UI screen is selected).

アプリケーション・サーバ34上で動作しているプラットフォーム・プログラムは、利用者によってUI画面内の情報入力/表示欄内に入力された情報をアプリケーション・サーバ34がクライアント端末42から受信すると、受信した情報を、アプリケーション・サーバ34のメモリ34B上に設けられた変数格納領域のうち、情報が入力された情報入力/表示欄と予め関連付けされた格納領域に格納させる(図6(B)に「バインドによる自動代入」と表記した実線の矢印のうち右向きの矢印に相当する処理)。 When the application program 34 receives from the client terminal 42 the information entered in the information input / display field in the UI screen by the user, the platform program operating on the application server 34 receives the received information. In the variable storage area provided on the memory 34B of the application server 34, the information is stored in a storage area pre-associated with the information input / display field in which the information is input (see FIG. The process corresponding to the arrow pointing to the right among the solid arrows labeled “Substitute”).

また、UI画面内のうち任意のウェブサービスを呼び出すための条件起動ボタンが利用者によって選択された場合には、選択された条件起動ボタンに付加されている呼出プログラムにより、対応するウェブサービスのプログラムがウェブサービス提供サーバ36上で起動されると共に、変数格納領域のうち起動されたプログラムにおける入力変数に対応する格納領域(予め設定された格納領域)内のデータが変数格納領域から読み出され、読み出されたデータが起動されたプログラムへ入力変数として引き渡される(図6(B)に「呼出プログラムによる代入」と表記した破線の矢印のうち右向きの矢印に相当する処理)。これにより、利用者によって選択された条件起動ボタンに対応するウェブサービスを実現するための処理がウェブサービス提供サーバ36上で実行される。なお、ウェブサービスを実現するための処理がDBへのアクセスを含んでいる場合、アプリケーション・サーバ34経由でウェブサービス提供サーバ36からDBサーバ38へDBへのアクセスが指示されることでDBへのアクセスが実現される。 In addition, when a condition start button for calling an arbitrary web service in the UI screen is selected by the user, the corresponding web service program is added by the calling program added to the selected condition start button. Is started on the web service providing server 36, and the data in the storage area (preset storage area) corresponding to the input variable in the started program in the variable storage area is read from the variable storage area, The read data is transferred as an input variable to the activated program (a process corresponding to a right-pointing arrow among the broken-line arrows indicated as “assignment by calling program” in FIG. 6B). As a result, a process for realizing the web service corresponding to the condition activation button selected by the user is executed on the web service providing server 36. In addition, when the process for realizing the web service includes access to the DB, the web service providing server 36 instructs the DB server 38 to access the DB via the application server 34, so that the DB is accessed. Access is realized.

また、ウェブサービス提供サーバ36上で起動されたプログラムによる処理が終了すると、ウェブサービス提供サーバ36からアプリケーション・サーバ34へ出力変数に相当するデータが引き渡され、呼出プログラムにより、引き渡されたデータを変数格納領域のうちの出力変数に対応する格納領域(予め設定された格納領域)内に格納する処理(図6(B)に「呼出プログラムによる代入」と表記した破線の矢印のうち左向きの矢印に相当する処理)がアプリケーション・サーバ34上で行われる。また、上記処理によって新たにデータが格納された格納領域が何れかのUI画面内の情報入力/表示欄と関連付けられている場合には、アプリケーション・サーバ34上で動作しているプラットフォーム・プログラムにより、上記格納領域に新たに格納されたデータをUI画面内の関連付けられた情報入力/表示欄に表示させる処理が行われる(図6(B)に「バインドによる自動代入」と表記した実線の矢印のうち左向きの矢印に相当する処理)。これにより、ウェブサイトを通じて各種のウェブサービスが利用者に提供されることになる。 Further, when the processing by the program started on the web service providing server 36 is finished, data corresponding to the output variable is delivered from the web service providing server 36 to the application server 34, and the delivered data is changed to the variable by the calling program. Processing stored in a storage area (preset storage area) corresponding to the output variable in the storage area (in FIG. 6B, the arrow pointing to the left among the broken-line arrows described as “assignment by calling program”) Corresponding processing) is performed on the application server 34. Further, when the storage area in which data is newly stored by the above processing is associated with an information input / display field in any UI screen, it is determined by the platform program operating on the application server 34. Then, a process of displaying the data newly stored in the storage area in the associated information input / display field in the UI screen is performed (a solid line arrow indicating “automatic assignment by binding” in FIG. 6B) The processing corresponding to the arrow pointing to the left). As a result, various web services are provided to the user through the website.

一例として、図6(B)に示す各UI画面から成るウェブサイトが利用者によってアクセスされた場合、まず利用者が操作しているクライアント端末42のディスプレイ44に書籍検索画面が表示される。また、利用者が書籍検索画面内の書籍名の入力/表示欄内に検索対象の書籍名を入力した後に、「検索」と表記された条件起動ボタン(書籍検索サービスを呼び出すためのボタン)を選択すると、書籍名の入力/表示欄内に入力された書籍名は、プラットフォーム・プログラムによって変数格納領域の書籍名の格納領域に一旦格納された後に、呼出プログラムによって起動された書籍検索サービスのプログラムに入力変数として引き渡される。また、クライアント端末42のディスプレイ44に表示されているUI画面は、「検索」と表記された条件起動ボタンが選択されたことに伴って書籍購入画面に切り替わるが、書籍検索サービスの出力変数としての書籍IDは呼出プログラムによって変数格納領域の書籍IDの格納領域に一旦格納された後に、プラットフォーム・プログラムによって書籍購入画面内の書籍IDの入力/表示欄に表示される。 As an example, when a website including UI screens shown in FIG. 6B is accessed by a user, a book search screen is first displayed on the display 44 of the client terminal 42 operated by the user. In addition, after the user inputs the name of the book to be searched in the book name input / display field on the book search screen, a condition activation button (button for calling the book search service) labeled “Search” is displayed. When selected, the book name input in the book name input / display field is temporarily stored in the book name storage area of the variable storage area by the platform program, and then the book search service program started by the calling program As an input variable. In addition, the UI screen displayed on the display 44 of the client terminal 42 is switched to the book purchase screen in response to the selection of the condition activation button written as “search”. However, the UI screen is an output variable of the book search service. The book ID is temporarily stored in the book ID storage area of the variable storage area by the calling program and then displayed in the book ID input / display field in the book purchase screen by the platform program.

また利用者は、ディスプレイ44に書籍購入画面が表示されると、当該画面内の書籍IDの入力/表示欄に表示された書籍IDを確認し、必要に応じて書籍IDを上書き入力すると共に、購入者情報の入力/表示欄内に購入者情報を入力した後に、「購入」と表記された条件起動ボタン(書籍購入サービスを呼び出すためのボタン)を選択する。これにより、購入者情報の入力/表示欄内に入力された購入者情報は、プラットフォーム・プログラムによって変数格納領域の購入者情報の格納領域に格納され(利用者によって書籍IDの上書き入力が行われた場合は、上書き入力後の書籍IDも対応する格納領域に格納される)、その後、変数格納領域内に格納されている書籍ID及び購入者情報は、呼出プログラムによって起動された書籍購入サービスのプログラムに入力変数として引き渡される。更に、クライアント端末42のディスプレイ44に表示されているUI画面は、「購入」と表記された条件起動ボタンが選択されたことに伴って結果表示画面に切り替わるが、書籍購入サービスの出力変数としての結果情報は呼出プログラムによって変数格納領域の結果情報の格納領域に一旦格納された後に、プラットフォーム・プログラムによって結果表示画面内の結果情報の情報入力/表示欄に表示される。 In addition, when the book purchase screen is displayed on the display 44, the user confirms the book ID displayed in the input / display field of the book ID in the screen and overwrites the book ID as necessary. After the purchaser information is entered in the purchaser information input / display field, a condition activation button (button for calling a book purchase service) labeled “purchase” is selected. As a result, the purchaser information entered in the purchaser information input / display field is stored in the purchaser information storage area of the variable storage area by the platform program (the book ID is overwritten by the user). The book ID after overwriting is also stored in the corresponding storage area), and then the book ID and purchaser information stored in the variable storage area are stored in the book purchase service activated by the calling program. Passed to the program as an input variable. Further, the UI screen displayed on the display 44 of the client terminal 42 is switched to a result display screen in response to the selection of the condition activation button labeled “purchase”. The result information is temporarily stored in the result information storage area of the variable storage area by the calling program, and then displayed in the information input / display field of the result information in the result display screen by the platform program.

次に、リンク呼出UI画面のアドレス情報(URL)を含むリンク情報が埋め込まれているリンクが付加されている任意の文書がクライアント端末42のディスプレイ44に表示されている状態で、上記のリンクが選択されることでリンク呼出UI画面が直接呼び出された場合の動作について説明する。なお、上記の任意の文書は、リンクを付加可能な文書であればよく、例えばテキスト文書やスプレッドシート、プレゼンテーション文書、電子メール文書、ウェブページ等、各種のアプリケーションの何れかによって表示可能な各種文書の何れでもよい。 Next, in a state where an arbitrary document to which a link in which link information including address information (URL) of the link call UI screen is embedded is added is displayed on the display 44 of the client terminal 42, the above link is displayed. An operation when the link call UI screen is directly called by being selected will be described. The above arbitrary document may be a document to which a link can be added. For example, a text document, a spreadsheet, a presentation document, an e-mail document, a web page, and other various documents that can be displayed by any of various applications. Any of these may be used.

リンクが選択されることでリンク呼出UI画面が直接呼び出されると、リンク呼出UI画面を描画(生成)する処理が行われ、この処理の中で、まず呼び出されたリンク呼出UI画面内に配置された無条件起動ボタンに付加されている呼出プログラムがアプリケーション・サーバ34で無条件に実行され、対応するウェブサービス(例えば一覧情報を取得するウェブサービス等)のプログラムをウェブサービス提供サーバ36上で起動する処理が行われる(図9のステップ110)。そして、対応するウェブサービスを実現するための処理がウェブサービス提供サーバ36上で実行される(図9のステップ116)。 When the link call UI screen is directly called by selecting a link, a process for drawing (generating) the link call UI screen is performed. In this process, the link call UI screen is first arranged in the called link call UI screen. The calling program added to the unconditional activation button is unconditionally executed by the application server 34, and the corresponding web service (for example, the web service for obtaining list information) is activated on the web service providing server 36. Is performed (step 110 in FIG. 9). Then, a process for realizing the corresponding web service is executed on the web service providing server 36 (step 116 in FIG. 9).

また、ウェブサービス提供サーバ36上で起動されたプログラムによる処理(例えば一覧取得処理)が終了すると、ウェブサービス提供サーバ36からアプリケーション・サーバ34へ処理結果に相当する情報(出力変数)が引き渡され、呼出プログラムにより、引き渡されたデータを変数格納領域のうちの出力変数に対応する格納領域内に格納する処理(図9のステップ110、図9に「格納」と表記した破線の矢印も参照)が行われる。また、上記処理によって新たにデータが格納された格納領域は、UI構築時に開発者によって行われた第2の操作によってリンク呼出UI画面と関連付けられており、アプリケーション・サーバ34上で動作しているプラットフォーム・プログラムにより、上記格納領域に新たに格納されたデータをリンク呼出UI画面内の関連付けられた情報入力/表示欄に表示させる処理が行われる(図9に「バインドによる自動代入」と表記した実線の矢印も参照)。 When processing (for example, list acquisition processing) by a program started on the web service providing server 36 is completed, information (output variable) corresponding to the processing result is delivered from the web service providing server 36 to the application server 34. A process of storing the delivered data in the storage area corresponding to the output variable in the variable storage area by the calling program (see also step 110 in FIG. 9 and the broken arrow labeled “store” in FIG. 9). Done. The storage area in which data is newly stored by the above processing is associated with the link call UI screen by the second operation performed by the developer at the time of UI construction, and is operating on the application server 34. The platform program performs processing for displaying the data newly stored in the storage area in the associated information input / display field in the link call UI screen (indicated as “automatic assignment by binding” in FIG. 9). (See also solid arrows).

そして、ウェブサービスによる処理結果が表示されたリンク呼出UI画面の生成が完了すると、当該リンク呼出UI画面がクライアント端末42へ配信され(図9のステップ114)、クライアント端末42のディスプレイ44に表示されることになる。なお、このときディスプレイ44に表示されるリンク呼出UI画面上では、リンク呼出UI画面に配置されている無条件起動ボタンが、無条件起動ボタン生成処理で変更されたボタンの属性情報に従い、非可視表示(透明なボタンとして表示)される(図9に薄く示した「一覧取得」のボタンも参照)。 When the generation of the link call UI screen displaying the processing result by the web service is completed, the link call UI screen is distributed to the client terminal 42 (step 114 in FIG. 9) and displayed on the display 44 of the client terminal 42. Will be. At this time, on the link call UI screen displayed on the display 44, the unconditional activation button arranged on the link call UI screen is not visible according to the button attribute information changed in the unconditional activation button generation processing. It is displayed (displayed as a transparent button) (see also the “list acquisition” button lightly shown in FIG. 9).

なお、上記では本発明に係る第1プログラムに相当する画面制御プログラムと、本発明に係る第2プログラムに相当するウェブサービス提供プログラムが、異なるコンピュータ(アプリケーション・サーバ34及びウェブサービス提供サーバ36)で実行される態様を説明したが、これに限定されるものではなく、第1プログラム及び第2プログラムを同一のコンピュータで実行させるようにしてもよい。 In the above, the screen control program corresponding to the first program according to the present invention and the web service providing program corresponding to the second program according to the present invention are different computers (application server 34 and web service providing server 36). Although the mode to be executed has been described, the present invention is not limited to this, and the first program and the second program may be executed by the same computer.

また、上記では条件起動ボタンを一旦生成した後に、生成した条件起動ボタンのうちSubmitOnLoad機能をオンする操作が行われた条件起動ボタンの情報を変更することで、同一のウェブサービスを無条件に(リンク呼出UI画面が呼び出されると)起動する無条件起動ボタンを生成する態様を説明したが、これに限定されるものではなく、条件起動ボタンの生成と独立して無条件起動ボタンの生成を行うようにしてもよい。 In the above, after the condition start button is generated once, the information of the condition start button in which the operation for turning on the SubmitOnLoad function is performed among the generated condition start buttons is changed, thereby making the same web service unconditional ( Although the embodiment of generating the unconditional activation button to be activated when the link call UI screen is invoked has been described, the present invention is not limited to this, and the unconditional activation button is generated independently of the generation of the conditional activation button. You may do it.

また、上記では無条件起動ボタンを、リンク呼出UI画面内に非可視表示される(透明化される)ボタンとして説明したが、これに限定されるものではなく、無条件起動ボタンはリンク呼出UI画面内に可視表示されるものであってもよい。 In the above description, the unconditional activation button is described as a button that is invisible (transparent) in the link call UI screen. However, the present invention is not limited to this, and the unconditional activation button is a link call UI. It may be visible on the screen.

また、上記ではインターネット40を通じてウェブサイト(アプリケーション・サーバ34)へアクセスした利用者に対して所定のウェブサービスを提供する態様を説明したが、これに限定されるものではなく、インターネット40に代えてイントラネットを用い、当該イントラネットに接続可能な利用者(例えば特定企業の従業員)に所定のウェブサービスを提供する等の態様にも適用可能である。 In the above description, a mode in which a predetermined web service is provided to a user who accesses a website (application server 34) through the Internet 40 has been described. However, the present invention is not limited to this. The present invention is also applicable to a mode in which a predetermined web service is provided to a user (for example, an employee of a specific company) who can connect to the intranet using an intranet.

更に、上記では本発明に係るアプリケーション開発支援プログラムに対応する条件起動ボタン生成プログラム及び無条件起動ボタン生成プログラムがクライアント端末16の記憶部16Cに予め記憶(インストール)されている態様を説明したが、本発明に係るアプリケーション開発支援プログラムは、CD−ROMやDVD−ROM等の記録媒体に記録されている形態で提供することも可能である。 Furthermore, in the above description, the condition activation button generation program and the unconditional activation button generation program corresponding to the application development support program according to the present invention have been described in advance as being stored (installed) in the storage unit 16C of the client terminal 16. The application development support program according to the present invention can be provided in a form recorded on a recording medium such as a CD-ROM or a DVD-ROM.

本実施形態においてアプリケーション・プログラムの開発環境としての第1のコンピュータ・システムの概略構成を示すブロック図である。1 is a block diagram showing a schematic configuration of a first computer system as an application program development environment in the present embodiment. FIG. (A)はウェブサービス作成ツールの作成画面の一例、(B)は当該ツールを用いて作成画面上で作成されたフローの一例を各々示すイメージ図である。(A) is an example of a creation screen of a web service creation tool, and (B) is an image diagram showing an example of a flow created on the creation screen using the tool. 条件起動ボタン生成処理の内容を示すフローチャートである。It is a flowchart which shows the content of a condition starting button production | generation process. 無条件起動ボタン生成処理の内容を示すフローチャートである。It is a flowchart which shows the content of an unconditional starting button production | generation process. UI構築ツールの作成画面の一例を示すイメージ図である。It is an image figure which shows an example of the creation screen of UI construction tool. (A)は変数定義情報からの変数格納領域の生成、(B)は画面内の情報入力/表示欄と格納領域のバインド、稼働時のデータ(変数)の代入を説明する概念図である。(A) is a conceptual diagram illustrating generation of a variable storage area from variable definition information, and (B) is a conceptual diagram for explaining binding of information input / display fields and storage areas in a screen and substitution of data (variables) during operation. 従来方式で図6(B)と同一処理を行う場合の問題点を示す概念図である。It is a conceptual diagram which shows the problem in the case of performing the same process as FIG. 6 (B) by a conventional system. アプリケーション・プログラムの実行環境としての第2のコンピュータ・システムの概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the 2nd computer system as an execution environment of an application program. リンクからウェブサービスを利用した場合の処理の流れの一例を示す概念図である。It is a conceptual diagram which shows an example of the flow of a process at the time of utilizing a web service from a link.

10 コンピュータ・システム
12 サーバ・コンピュータ
16 クライアント端末
30 コンピュータ・システム
34 アプリケーション・サーバ
36 ウェブサービス提供サーバ
42 クライアント端末
DESCRIPTION OF SYMBOLS 10 Computer system 12 Server computer 16 Client terminal 30 Computer system 34 Application server 36 Web service provision server 42 Client terminal

Claims (2)

第1サービスプログラムと、
第2サービスプログラムと、
第1変数入力領域を備える第1操作画面と、
前記第1操作画面よりデータが入力された変数を入力として前記第1サービスプログラムにおいて処理した結果を出力する処理結果出力領域と第2変数入力領域とを備える第2操作画面と、
前記第2操作画面よりデータが入力された変数を入力として第2サービスプログラムにおいて処理した結果を出力する処理結果出力領域を備える第3操作画面と、
相異なる変数により構成される単一の変数格納領域と、
を備え、
前記第1ないし第3操作画面における変数入力領域および処理結果出力領域の各々に対応する前記変数格納領域の変数の領域は、各々一つのみであり
前記変数格納領域には、前記第1サービスプログラムにおいて処理した結果が出力され、かつ、前記第2サービスプログラムへの入力となる変数を少なくとも1個包含し、
前記第1サービスプログラムにおいて処理した結果が出力され、かつ、前記第2サービスプログラムへの入力となる変数は、前記第1サービスプログラムと前記第2サービスプログラムとにおいて同じ名称の変数であることを特徴とするオンラインシステム。
A first service program;
A second service program;
A first operation screen having a first variable input area;
A second operation screen comprising a processing result output area for outputting a result of processing in the first service program with a variable for which data has been input from the first operation screen as an input, and a second variable input area;
A third operation screen having a processing result output area for outputting a result of processing in the second service program using a variable in which data is input from the second operation screen as an input;
A single variable storage area composed of different variables;
With
There is only one variable area in the variable storage area corresponding to each of the variable input area and the processing result output area in the first to third operation screens,
The variable storage area includes at least one variable for outputting a result processed in the first service program and serving as an input to the second service program ,
A variable that is output as a result of processing in the first service program and that is an input to the second service program is a variable having the same name in the first service program and the second service program. And an online system.
前記第1ないし第3操作画面は、JSFの規格に準拠して生成されていることを特徴とする請求項1に記載のオンラインシステム。The online system according to claim 1, wherein the first to third operation screens are generated in accordance with a JSF standard.
JP2012000194A 2012-01-04 2012-01-04 ONLINE SYSTEM, PROGRAM GENERATION DEVICE, AND SCREEN CONTROL PROGRAM GENERATION DEVICE Active JP5318977B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012000194A JP5318977B2 (en) 2012-01-04 2012-01-04 ONLINE SYSTEM, PROGRAM GENERATION DEVICE, AND SCREEN CONTROL PROGRAM GENERATION DEVICE

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012000194A JP5318977B2 (en) 2012-01-04 2012-01-04 ONLINE SYSTEM, PROGRAM GENERATION DEVICE, AND SCREEN CONTROL PROGRAM GENERATION DEVICE

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2008195133A Division JP4927041B2 (en) 2008-07-29 2008-07-29 Application development support apparatus and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2013088625A Division JP2013164861A (en) 2013-04-19 2013-04-19 Online system, program creation device and screen control program creation device

Publications (2)

Publication Number Publication Date
JP2012064250A JP2012064250A (en) 2012-03-29
JP5318977B2 true JP5318977B2 (en) 2013-10-16

Family

ID=46059816

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012000194A Active JP5318977B2 (en) 2012-01-04 2012-01-04 ONLINE SYSTEM, PROGRAM GENERATION DEVICE, AND SCREEN CONTROL PROGRAM GENERATION DEVICE

Country Status (1)

Country Link
JP (1) JP5318977B2 (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1021062A (en) * 1996-06-28 1998-01-23 Toshiba Corp Device and method for visual programming
US6055369A (en) * 1997-05-06 2000-04-25 Hitachi Software Engineering Co., Ltd. Apparatus for visual programming with screen flow
US20020078103A1 (en) * 2000-12-20 2002-06-20 Gorman William Phillip Wizard development kit
JP2003108558A (en) * 2001-10-02 2003-04-11 Ricoh Co Ltd Data retrieving system
JP2004038559A (en) * 2002-07-03 2004-02-05 Hitachi Software Eng Co Ltd Web application control unit, program, and network system
JP4488700B2 (en) * 2003-08-22 2010-06-23 キヤノンソフトウェア株式会社 PROGRAM GENERATION DEVICE, PROGRAM GENERATION METHOD, AND PROGRAM
JP4695903B2 (en) * 2005-03-22 2011-06-08 富士電機システムズ株式会社 Web application system and program thereof

Also Published As

Publication number Publication date
JP2012064250A (en) 2012-03-29

Similar Documents

Publication Publication Date Title
JP4185159B1 (en) Application development support apparatus and program
JP5087133B2 (en) Application development support apparatus, program, and recording medium
TWI641994B (en) Method, device and non-transitory machine readable medium for messaging application interacting with one or more extension applications
US8370482B2 (en) Method and system for storing and distributing social and business contact information online
JP5128673B2 (en) Application development support apparatus, program, and recording medium
CN108886672A (en) Extension of message application program shop
JP5069794B2 (en) Application development support apparatus, program, and recording medium
JP2014102816A (en) Setting support device, setting support system, and setting support method
JP2018116751A (en) Server, and processing method therefor, and program
KR20140102187A (en) Enabling service features within productivity applications
JP4714199B2 (en) Application development support apparatus and program
JP5982962B2 (en) Data processing apparatus, data processing system, and program
JP5716108B2 (en) ONLINE SYSTEM, PROGRAM GENERATION DEVICE, AND SCREEN CONTROL PROGRAM GENERATION DEVICE
JP2013164861A (en) Online system, program creation device and screen control program creation device
JP5318977B2 (en) ONLINE SYSTEM, PROGRAM GENERATION DEVICE, AND SCREEN CONTROL PROGRAM GENERATION DEVICE
JP4927041B2 (en) Application development support apparatus and program
JP5900050B2 (en) Information processing apparatus, information processing system, and program
JP2006302240A (en) Documents management program and documents management device
JP6264399B2 (en) Information processing apparatus, processing method thereof, and program
JP2020170376A (en) Information processor and program
JP2013015929A (en) Image management device
Anderson et al. Arduino 1.0. 4 Core Changes
JP2017228248A (en) Information processing device, information processing method, and program
JP2007114870A (en) Online system and information-sharing method among different-language users
JP2014002556A (en) Information processing device, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120104

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20120104

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20120106

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130215

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130219

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130419

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130710

R150 Certificate of patent or registration of utility model

Ref document number: 5318977

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250