JP2005122632A - Web application development support device and method for supporting development - Google Patents

Web application development support device and method for supporting development Download PDF

Info

Publication number
JP2005122632A
JP2005122632A JP2003359544A JP2003359544A JP2005122632A JP 2005122632 A JP2005122632 A JP 2005122632A JP 2003359544 A JP2003359544 A JP 2003359544A JP 2003359544 A JP2003359544 A JP 2003359544A JP 2005122632 A JP2005122632 A JP 2005122632A
Authority
JP
Japan
Prior art keywords
control
gui
gui control
display
event
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003359544A
Other languages
Japanese (ja)
Inventor
Yoshiaki Kurihara
義彰 栗原
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP2003359544A priority Critical patent/JP2005122632A/en
Publication of JP2005122632A publication Critical patent/JP2005122632A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a Web application development support device and a method capable of improving the efficiency of business by supporting the generation of a business layer component on the basis of a display layer component described in a GUI part in application development utilizing the GUI. <P>SOLUTION: The application development support device 100 is provided with a GUI control analysis processing part 110 for identifying GUI control included in a Web form file 140, an event generating GUI control processing part 120 for specifying and listing an event on the basis of event generating GUI control and a displaying GUI control processing part 130 for setting displaying GUI control and the property information of the displaying GUI control in each listed event in accordance with user's specification and generating a code-behind file in which routine codes are described on the basis of respective set contents. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、GUIを利用したWebアプリケーションの開発の支援を行うWebアプリケーション開発支援装置及び方法に関する。   The present invention relates to a web application development support apparatus and method for supporting development of a web application using a GUI.

近年、クライアント・サーバシステムを利用したアプリケーションや、インターネット,イントラネット上のWebアプリケーションが普及しており、各アプリケーション開発において、開発サイクルの短縮化が重要となっている。
特に、業務系システムや業務サービスをアプリケーションで公開する場合には、新規サービスの公開,サービスの拡張等と関連して、短期間に開発を行うことが顧客,ユーザから強く求められている。
このような点から、Webアプリケーションの短期間での開発を目的とした従来の開発支援装置として、GUI(Graphical User Interface)を利用したアプリケーションの記述文に基づき、Webページを表現するWebページ記述文の生成を可能とした構成が公知となっている(例えば、特許文献1参照。)。
特開2003−006185号公報
In recent years, applications using a client / server system and Web applications on the Internet or an intranet have become widespread, and shortening the development cycle is important in developing each application.
In particular, when a business system or business service is disclosed as an application, there is a strong demand from customers and users to develop it in a short period of time in connection with the disclosure of a new service, the expansion of the service, and the like.
From this point of view, as a conventional development support apparatus for the purpose of developing a Web application in a short period of time, a Web page description sentence that expresses a Web page based on an application description sentence using a GUI (Graphical User Interface) The structure which enabled the production | generation of this is known (for example, refer patent document 1).
JP 2003-006185 A

特許文献1に記載のアプリケーション開発支援装置は、予め作成されたGUIアプリケーションについて、Webページ記述文を生成することにより、Webアプリケーションへの移行を可能としたものである。
一方、近年のWebアプリケーション開発では、開発作業の軽減等を図るため、Webアプリケーションシステムを、表示層コンポーネントと業務層コンポーネントとに分割して開発する環境の構築が進められている。例えば、米国マイクロソフト社のWebアプリケーション技術であるASP.NETでは、表示層コンポーネントとしてのWebフォームファイルと、業務層コンポーネントとしてのコードビハインドファイルとを、異なるファイルとして定義することが可能となっている。この場合、開発工程では、まず表示層コンポーネントを定義し、次に表示層コンポーネントに含まれるGUI部分に対応する業務処理,表示処理を記述した業務層コンポーネントを定義することが一般的となっている。
The application development support apparatus described in Patent Document 1 enables a shift to a Web application by generating a Web page description sentence for a GUI application created in advance.
On the other hand, in recent web application development, in order to reduce development work and the like, an environment for developing a web application system by dividing it into a display layer component and a business layer component is being developed. For example, ASP. In NET, a Web form file as a display layer component and a code-behind file as a business layer component can be defined as different files. In this case, in the development process, it is common to first define the display layer component, and then define the business layer component describing the business process and display process corresponding to the GUI portion included in the display layer component. .

しかし、前記特許文献1に記載のアプリケーション開発支援装置では、GUIを利用したアプリケーションからWebアプリケーションへの移行作業を行うものであり、先にGUIを利用したアプリケーションが作成されている必要があるため、一般的なWebアプリケーション開発の場合には利用できないという問題があった。また、Webページを表現するWebページ記述文の生成を行うものであり、業務処理コードの記述に関する支援を行うものではなかった。
一方、ASP.NETのように、表示層コンポーネントと業務層コンポーネントとが別ファイルとして定義可能な環境においても、業務層コンポーネントに業務処理コードを記述するためには、表示層コンポーネントに記述されたGUI部分を目視で確認し、各GUI部分についてのGUI種別の判別、GUI種別に基づくイベントの特定及び各イベントに対応した表示処理の実装等、多大な工数を必要としていた。
この場合、GUI種別の判別及びイベントの特定等は、ある程度定型的な作業となるが、GUI種別等に関する知識を要するため、アプリケーション開発言語に精通した開発者が作業を行う必要があった。従って、表示層コンポーネントに含まれるGUI部分の数が多くなれば、さらに、アプリケショーン開発言語に精通した開発者が行う作業工数が多大なものとなり、業務の分担による効率化を図ることが出来なかった。
However, the application development support apparatus described in Patent Document 1 performs a transition work from an application using a GUI to a Web application, and an application using the GUI needs to be created first. In the case of general Web application development, there is a problem that it cannot be used. Further, it generates a Web page description sentence that expresses a Web page, and does not provide support for description of a business processing code.
On the other hand, ASP. Even in an environment where the display layer component and the business layer component can be defined as separate files, such as NET, in order to describe the business processing code in the business layer component, the GUI portion described in the display layer component is visually checked. It has been necessary to check and identify a GUI type for each GUI part, specify an event based on the GUI type, and implement a display process corresponding to each event.
In this case, the determination of the GUI type and the identification of the event are routine tasks to some extent, but since knowledge about the GUI type and the like is required, a developer who is familiar with the application development language needs to perform the operation. Therefore, if the number of GUI parts included in the display layer component increases, the number of man-hours required for developers who are familiar with the application development language will become enormous, and it will not be possible to improve efficiency by sharing work. It was.

本発明は前記課題を解決するためのものであり、GUIを利用したアプリケーション開発において、GUI部分の記述された表示層コンポーネントに基づき、業務層コンポーネントの生成支援を行うことにより、業務の効率化を図ることを可能とするWebアプリケーション開発支援装置及び方法を提供することを目的とする。   The present invention is to solve the above-mentioned problems, and in application development using a GUI, the business layer component is supported based on the display layer component described in the GUI part, thereby improving the efficiency of the business. An object of the present invention is to provide a Web application development support apparatus and method that can be used.

前記課題を解決するため、本発明は、表示層コンポーネントに定義されたGUI上で発生するイベントに対応して、前記業務層コンポーネント又は前記表示層コンポーネント内のプログラムコード記述部に記述したプログラムコードにより業務処理及び表示処理を実行するWebアプリケーションについて、前記表示層コンポーネントに記述されたGUIコントロールに基づき、前記業務層コンポーネント又は表示層コンポーネント内のプログラムコード記述部を生成するWebアプリケーション開発支援装置であって、前記表示層コンポーネントからGUIコントロールを抽出するとともに、GUI識別情報に基づく表示用GUIコントロールとイベント発生用GUIコントロールとの分類規則を予め定義した分類規則ファイルを読込み、当該分類規則ファイルの定義情報に基づき、抽出した前記GUIコントロールに予め付加されたGUI識別情報に応じて、表示用GUIコントロールとイベント発生用GUIコントロールとに分類し、それぞれの情報格納手段に格納するGUIコントロール解析処理手段と、前記情報格納手段に格納されたイベント発生用GUIコントロールを読込み、各イベント発生用GUIコントロールの種別に基づき、発生するイベントの特定及びリストアップを行うイベント発生用GUIコントロール処理手段と、予め各表示用GUIコントロールの種別に応じて定義された表示用プロパティ情報を読込み、前記情報格納手段に格納された各表示用GUIコントロールに前記表示用プロパティ情報を対応づけ、前記イベント発生用GUIコントロール処理手段によりリストアップされた各イベントに対し、任意の表示用GUIコントロールを設定するとともに、各表示用GUIに対して対応付けられた表示用プロパティ情報の中から任意の表示用プロパティ情報を設定し、生成した前記業務層コンポーネント又は前記表示層コンポーネント内のプログラムコード記述部に、前記各設定内容に応じた定型コードを記述する表示用GUIコントロール処理手段とを備えることを特徴とする。
また、前記イベント発生用GUIコントロール処理手段は、予めGUI識別情報に基づくサーバイベント発生用GUIコントロールとクライアントイベント発生用GUIコントロールとの分類規則を定義した分類規則ファイルを読込み、当該分類規則ファイルの定義情報に基づき、前記情報格納手段に格納された前記イベント発生用GUIコントロールに予め付加されたGUI識別情報に応じて、サーバイベント発生用GUIコントロールとクライアントイベント発生用GUIコントロールとに分類するサーバ・クライアントイベント分類処理手段と、クライアントイベント発生用GUIコントロールとして分類されたイベント発生用GUIコントロールの種別に応じた定型コードを前記表示層コンポーネントに記述するクライアント処理コード記述手段とをさらに備えることを特徴とする。
また、前記Webアプリケーション開発支援装置は、前記情報格納部に格納されたイベント発生用GUIコントロールを読込むとともに、制御記号格納ファイルに定義されるWebアプリケーションの画面制御処理コードを識別する制御記号の生成フォーマットが予め定義された制御記号生成フォーマット規則と、各イベント発生用GUIコントロールの種別に応じて定義された付加記号情報とを読込み、前記情報格納部から読込んだイベント発生用GUIコントロールの種別に応じて、前記生成フォーマット規則及び前記付加記号情報に基づき、各イベントに対応する制御記号を生成するとともに、前記制御記号格納ファイルを生成し、当該制御記号格納ファイルに前記制御記号に対応する定型コードを記述する制御記号格納ファイル生成処理手段をさらに備えることを特徴とする。
また、前記表示用GUIコントロール処理手段は、各イベントにおける表示処理に対応する業務処理を識別する識別記号の生成フォーマットが予め定義された識別記号生成フォーマット規則と、前記業務処理を記述する第2の業務層コンポーネントについてのテンプレートファイルとを読込み、前記識別記号生成フォーマット規則に基づき、前記各設定内容に応じた識別記号を生成して、前記識別記号により識別される業務処理の結果を取得する定型コードを業務層コンポーネントに記述するとともに、前記各設定内容及び前記識別記号に応じた定型コードを記述した前記第2の業務層コンポーネントを生成する手段をさらに備えることを特徴とする。
また、本発明のアプリケーション開発支援方法は、表示層コンポーネントに記述されたGUI上で発生するイベントに対応して、前記業務層コンポーネント又は前記表示層コンポーネント内のプログラムコード記述部に記述されたプログラムコードにより業務処理及び表示処理を実行するWebアプリケーションについて、前記表示層コンポーネントに基づき、前記業務層コンポーネント又は表示層コンポーネント内のプログラムコード記述部を生成するWebアプリケーション開発支援装置を用いたWebアプリケーション開発支援方法であって、前記表示層コンポーネントからGUI定義部分を抽出する第1のステップと、GUI識別情報に基づく表示用GUIコントロールとイベント発生用GUIコントロールとの分類規則を予め定義した分類規則ファイルを読込み、当該分類規則ファイルの定義情報に基づき、抽出した前記GUI定義部分に予め付加されたGUI識別情報に応じて、表示用GUIコントロールとイベント発生用GUIコントロールとに分類し、それぞれの情報格納手段に格納する第2のステップと、前記イベント発生用GUIコントロールの種別に基づき、発生するイベントの特定及びリストアップを行う第3のステップと、予め各表示用GUIコントロールの種別に応じて定義された表示用プロパティ情報を読込み、前記情報格納手段に格納された各表示用GUIコントロールに前記表示用プロパティ情報を対応づける第4のステップと、リストアップされた各イベントに対し、任意の表示用GUIを設定するとともに、各表示用GUIに対して対応付けられた表示用プロパティ情報の中から任意の表示用プロパティ情報を設定する第5のステップと、前記業務層コンポーネント又は前記表示層コンポーネント内のプログラムコード記述部に、前記各設定内容に応じた定型コードを記述する第6のステップとを備えることを特徴とする。
また、前記第2のステップにより分類されたイベント発生用GUIコントロールについて、予めGUI識別情報に基づくサーバイベント発生用GUIコントロールとクライアントイベント発生用GUIコントロールとの分類規則を定義した分類規則ファイルを読込むステップと、当該分類規則ファイルの定義情報に基づき、前記情報格納手段に格納された前記イベント発生用GUIコントロールに予め付加されたGUI識別情報に応じて、サーバイベント発生用GUIコントロールとクライアントイベント発生用GUIコントロールとに分類するステップと、クライアントイベント発生用GUIコントロールとして分類されたイベント発生用GUIコントロールの種別に応じた定型コードを前記表示層コンポーネントに記述するステップとをさらに備えることを特徴とする。
また、前記情報格納部から前記イベント発生用GUIコントロールを読込むステップと、制御記号格納ファイルに定義されるWebアプリケーションの画面制御処理コードを識別する制御記号の生成フォーマットが予め定義された制御記号生成フォーマット規則と、各イベント発生用GUIコントロールの種別に応じて定義された付加記号情報とを読込むステップと、前記情報格納部から読込んだイベント発生用GUIコントロールの種別に応じて、前記生成フォーマット規則及び前記付加記号情報に基づき、各イベントに対応する制御記号を生成するステップと、前記制御記号格納ファイルを生成し、当該制御記号格納ファイルに前記制御記号に対応する定型コードを記述するステップとをさらに備えることを特徴とする。
また、前記第6のステップにおいて、各イベントにおける表示処理に対応する業務処理を識別する識別記号の生成フォーマットが予め定義された識別記号生成フォーマット規則と、前記業務処理を記述する第2の業務層コンポーネントについてのテンプレートファイルとを読込むステップと、前記識別記号生成フォーマット規則に基づき、前記各設定内容に応じた識別記号を生成して、前記識別記号により識別される業務処理の結果を取得する定型コードを業務層コンポーネントに記述するステップと、前記各設定内容及び前記識別記号に応じた定型コードを記述した前記第2の業務層コンポーネントを生成するステップとをさらに備えることを特徴とする。
In order to solve the above problems, the present invention provides a program code described in a program code description section in the business layer component or the display layer component in response to an event occurring on the GUI defined in the display layer component. A Web application development support apparatus that generates a program code description section in a business layer component or a display layer component based on GUI control described in the display layer component for a Web application that executes business processing and display processing. Extracting a GUI control from the display layer component, and reading a classification rule file in which classification rules for display GUI control and event generation GUI control based on GUI identification information are defined in advance; Based on the definition information of the classification rule file, it is classified into a display GUI control and an event generation GUI control according to the GUI identification information added in advance to the extracted GUI control, and stored in the respective information storage means. GUI control analysis processing means, and event generation GUI control processing for reading the event generation GUI control stored in the information storage means and identifying and listing events to be generated based on the type of each event generation GUI control And display property information defined in advance according to the type of each display GUI control, the display property information is associated with each display GUI control stored in the information storage means, and the event occurrence GUI control For each event listed by the processing means, an arbitrary display GUI control is set, and arbitrary display property information is set from the display property information associated with each display GUI. The program code description section in the generated business layer component or display layer component includes display GUI control processing means for describing a fixed code corresponding to each setting content.
The event generation GUI control processing means reads a classification rule file that defines classification rules for server event generation GUI control and client event generation GUI control based on GUI identification information in advance, and defines the classification rule file. Server client that classifies into GUI control for server event generation and GUI control for client event generation according to GUI identification information added in advance to the GUI control for event generation stored in the information storage means based on information Event classification processing means, and a client processing code that describes in the display layer component a standard code corresponding to the type of event generation GUI control classified as a client event generation GUI control. And further comprising a de describing means.
In addition, the Web application development support apparatus reads the event generation GUI control stored in the information storage unit and generates a control symbol generation format for identifying the screen control processing code of the Web application defined in the control symbol storage file Reads predefined control symbol generation format rules and additional symbol information defined in accordance with the type of event generation GUI control, and in accordance with the type of event generation GUI control read from the information storage unit. Then, based on the generation format rule and the additional symbol information, a control symbol corresponding to each event is generated, the control symbol storage file is generated, and a fixed code corresponding to the control symbol is generated in the control symbol storage file. Generate control symbol file to be written Characterized by further comprising a management unit.
The display GUI control processing means includes an identification symbol generation format rule in which a generation format of an identification symbol for identifying a business process corresponding to a display process in each event is defined in advance, and a second for describing the business process A standard code that reads a template file for a business layer component, generates an identification symbol corresponding to each setting content based on the identification symbol generation format rule, and obtains a result of the business process identified by the identification symbol And a means for generating the second business layer component in which a fixed code corresponding to each setting content and the identification symbol is described.
In addition, the application development support method of the present invention provides a program code described in the business code component or the program code description section in the display layer component in response to an event occurring on the GUI described in the display layer component. Web application development support method using a Web application development support apparatus that generates a business code component in the business layer component or the display layer component based on the display layer component A first step of extracting a GUI definition part from the display layer component, and a classification rule for a display GUI control and an event generation GUI control based on GUI identification information are defined in advance. In accordance with the GUI identification information added in advance to the extracted GUI definition part, the classification rule file is classified into a display GUI control and an event generation GUI control based on the definition information of the classification rule file. A second step of storing in each information storage means, a third step of identifying and listing events to be generated based on the type of event generation GUI control, and a type of each GUI control for display in advance. 4th step of reading the display property information defined in accordance with the display property information, and associating the display property information with each display GUI control stored in the information storage means, and any event listed In addition to setting the display GUI for each display, the corresponding display GUI A fifth step of setting arbitrary display property information from the displayed display property information, and a fixed code corresponding to each setting content in the business layer component or the program code description section in the display layer component And a sixth step of describing.
In addition, for the event generation GUI controls classified in the second step, a classification rule file that defines the classification rules for the server event generation GUI control and the client event generation GUI control based on the GUI identification information is read in advance. Based on the step and the GUI identification information added in advance to the event generation GUI control stored in the information storage means based on the definition information of the classification rule file, the server event generation GUI control and the client event generation A step of classifying into GUI controls, and a step of describing in the display layer component a standard code corresponding to the type of event control GUI control classified as a client event generation GUI control. Characterized in that it comprises the al.
Also, the step of reading the event generation GUI control from the information storage unit and the control symbol generation in which the control symbol generation format for identifying the screen control processing code of the Web application defined in the control symbol storage file is defined in advance A step of reading the format rule and the additional symbol information defined according to the type of the event generation GUI control, and the generation format according to the type of the event generation GUI control read from the information storage unit Generating a control symbol corresponding to each event based on the rule and the additional symbol information; generating the control symbol storage file; and describing a fixed code corresponding to the control symbol in the control symbol storage file; Is further provided.
Further, in the sixth step, an identification symbol generation format rule in which an identification symbol generation format for identifying a business process corresponding to a display process in each event is defined in advance, and a second business layer describing the business process A template that reads a template file for a component, and generates an identification symbol corresponding to each setting content based on the identification symbol generation format rule, and acquires a result of a business process identified by the identification symbol The method further includes a step of describing a code in a business layer component and a step of generating the second business layer component in which a fixed code corresponding to each setting content and the identification symbol is described.

以上の構成により、本発明では、Webフォームファイルに含まれるGUIコントロールを分類し、イベントの特定を行うとともに、各イベントに対し、利用者により設定された表示処理及びプロパティ情報に基づき、業務処理コードに関連する定型コードを記述したコードビハインドファイルの生成又はWebフォームファイル内への定型コードの記述を行うこととしたので、コードビハインドファイルの作成において、定型コードの生成作業と、具体的な業務処理コードの記述作業とを分担させることが可能となる。従って、設計・開発者の作業を大幅に軽減することができるだけでなく、成熟した開発者の人員の確保が困難な場合でも、未熟な開発者により表示に関する部分について、コードの記述等が可能になる。
また、クライアント処理とサーバ処理とを分類するとともに、クライアント処理に対応する定型コードを記述する手段を備えたので、開発対象となるWebアプリケーションがクライアント側の処理を含む場合にも、Webフォーム内に適切な定型コードの記述を行うことが可能となる。
また、制御記号及び制御記号格納ファイルを生成する手段を備えたので、画面制御等を行うアプリケーション制御記号を用いる場合であっても、適切な定型コードの記述を行うことが可能となる。
また、第2の業務層コンポーネントについて、対応する定型コードを生成・記述する手段を備えたので、各イベント及び表示処理に対応する具体的な業務処理を記述する第2の業務層コンポーネントを生成する場合であっても、適切な定型コードの記述を行うことが可能となる。
With the above configuration, according to the present invention, the GUI control included in the Web form file is classified and the event is specified, and the business process code is based on the display process and property information set by the user for each event. The code-behind file that describes the fixed-form code related to the code is generated or the fixed-form code is described in the Web form file. It is possible to share the code description work. Therefore, not only can the work of the design / developer be greatly reduced, but even when it is difficult to secure the staff of mature developers, it is possible for the undeveloped developers to describe the code related to the display etc. Become.
In addition, since the client processing and server processing are classified and a means for writing a fixed code corresponding to the client processing is provided, even when the Web application to be developed includes processing on the client side, it is included in the Web form. It is possible to write an appropriate standard code.
In addition, since a means for generating a control symbol and a control symbol storage file is provided, it is possible to describe an appropriate fixed code even when an application control symbol for performing screen control or the like is used.
In addition, since a means for generating and describing a corresponding fixed code is provided for the second business layer component, a second business layer component that describes specific business processing corresponding to each event and display processing is generated. Even in this case, it is possible to describe an appropriate standard code.

本発明では、表示層コンポーネントと、業務層コンポーネントとが、別ファイルとして構成可能であるか、または、表示層コンポーネント内において、業務処理コードが別領域に記述されるWebアプリケーションが対象となる。このようなWebアプリケーションとしては、Webアプリケーション技術の一つであるASP.NET技術を用いたアプリケーションが例として挙げられる。
以下、本発明の一実施の形態として、ASP.NET技術を用いて実装したWebアプリケーションを開発するアプリケーション開発支援装置について、図面に基づき説明する。
図1は、本発明の一実施の形態に係るアプリケーション開発支援装置の概略構成を示すブロック図である。
本実施の形態に係るアプリケーション開発支援装置100は、GUIの定義された入力ファイルとしてのWebフォームファイルに基づき、対応するコードビハインドファイルを生成する各処理部として、GUIコントロール解析処理部110と、イベント発生用GUIコントロール処理部120と、表示用GUIコントロール処理部130とを備える。
GUIコントロール解析処理部110は、GUIの定義された入力ファイルとしてのWebフォームファイル140の入力を受付けるGUI読込処理部111と、Webフォームファイル140に含まれるGUIコントロールを抽出し、コントロール分離規則ファイル150に基づき、イベント発生用GUIコントロールと表示用GUIコントロールとに分類して、イベント発生用GUIコントロール情報格納部160,表示用GUIコントロール情報格納部170にそれぞれ格納するGUIコントロール抽出処理部112とを有する。コントロール分類規則ファイル150には、各GUIコントロールについて、表示用GUIコントロールと、イベント発生用GUIコントロールとを識別するための情報が定義されている。
イベント発生用GUIコントロール処理部120は、GUIコントロール抽出部112により抽出され、イベント発生用GUIコントロール情報格納部160に格納された情報に基づき、イベントのリストアップを行うイベントリストアップ処理部121を有する。
表示用GUIコントロール処理部130は、プロパティ情報対応処理部131と、イベント対応処理部132と、プログラムコード生成処理部133とを有する。
プロパティ情報対応処理部131は、GUIコントロール抽出処理部112により抽出され、表示用GUIコントロール情報格納部170に格納された表示用GUIについて、コントロール種別に応じて、プロパティ情報格納部180に予め格納されたプロパティ情報を各表示用GUIコントロールに対応付ける処理を行う。
イベント対応処理部132は、ユーザの指定に応じて、各イベントに対応付ける表示用GUIコントロールとプロパティ情報との設定を行う。
プログラムコード生成処理部133は、コードビハインドファイル190の生成又はWebフォームファイル内へのプログラムコードの記述として、イベント対応処理部132における各設定内容に応じた定型コードの記述を行う。
In the present invention, the display layer component and the business layer component can be configured as separate files, or the Web application in which the business processing code is described in a separate area in the display layer component is targeted. As such a Web application, ASP. An example is an application using NET technology.
Hereinafter, as an embodiment of the present invention, ASP. An application development support apparatus for developing a Web application implemented using NET technology will be described with reference to the drawings.
FIG. 1 is a block diagram showing a schematic configuration of an application development support apparatus according to an embodiment of the present invention.
The application development support apparatus 100 according to the present embodiment includes a GUI control analysis processing unit 110 and an event as each processing unit that generates a corresponding code-behind file based on a Web form file as a GUI-defined input file. A generation GUI control processing unit 120 and a display GUI control processing unit 130 are provided.
The GUI control analysis processing unit 110 extracts a GUI read processing unit 111 that accepts an input of a Web form file 140 as an input file in which a GUI is defined, a GUI control included in the Web form file 140, and a control separation rule file 150. And a GUI control extraction processing unit 112 which is classified into an event generation GUI control and a display GUI control and stored in the event generation GUI control information storage unit 160 and the display GUI control information storage unit 170, respectively. . The control classification rule file 150 defines information for identifying a display GUI control and an event generation GUI control for each GUI control.
The event generation GUI control processing unit 120 includes an event list processing unit 121 that lists events based on information extracted by the GUI control extraction unit 112 and stored in the event generation GUI control information storage unit 160. .
The display GUI control processing unit 130 includes a property information correspondence processing unit 131, an event correspondence processing unit 132, and a program code generation processing unit 133.
The property information correspondence processing unit 131 stores the display GUI extracted by the GUI control extraction processing unit 112 and stored in the display GUI control information storage unit 170 in advance in the property information storage unit 180 according to the control type. The associated property information is associated with each display GUI control.
The event response processing unit 132 sets display GUI controls and property information to be associated with each event in accordance with user designation.
The program code generation processing unit 133 describes a fixed code corresponding to each setting content in the event response processing unit 132 as generation of the code-behind file 190 or description of the program code in the Web form file.

図2は、アプリケーション開発支援装置100の行うWebアプリケーションの開発支援処理の概要を示すフローチャートである。
アプリケーション開発支援装置100は、GUIコントロール解析処理部110のGUI読込処理部111が入力ファイルとしてのWebフォームファイル140を読込む(ステップ201)。
GUIコントロール抽出処理部112は、GUI読込処理部111の読込んだWebフォームファイル140の解析を行い(ステップ202)、GUIコントロールを抽出する(ステップ203)。抽出したGUIコントロールについて、コントロール分類規則ファイル150に基づき、表示用GUIコントロールとイベント発生用GUIコントロールとに分類して(ステップ204)、各情報格納部160,170に格納する(ステップ205)。この場合、各GUIコントロールには、予め分類識別記号が付加されているものとし、コントロール分類規則ファイル150の定義情報と、各分類識別記号とに基づき、分類処理を行うこととする。この際、各GUIコントロールについてASP.NETの仕様で予め定められたコントロール種別を各情報格納部160,170に格納する。
イベント発生用GUIコントロール処理部120のイベントリストアップ処理部121は、イベント発生用GUIコントロール情報格納部160に格納されたGUIコントロール情報を取得して、各イベントの特定・リストアップを行う(ステップ206)。
表示用GUIコントロール処理部130のプロパティ情報対応処理部131は、表示用GUIコントロール情報格納部170に格納されたGUIコントロールを取得して、プロパティ情報格納部180から取得したプロパティ情報を対応付ける(ステップ207)。この場合、プロパティ情報については、各GUIコントロールのコントロール種別に基づき対応付けを行う。
イベント対応処理部132は、イベントリストアップ処理部121によりリストアップされた各イベントについて、ユーザの指定に応じて表示用GUIコントロールを設定するとともに(ステップ208)、各表示用GUIコントロールについて、ユーザの指定に応じて業務処理割り当てプロパティを設定する(ステップ209)。
プログラムコード生成処理部133は、各設定内容に応じたコードビハインドファイル190の生成又はWebフォームファイル140内へのプログラムコードの記述を行う(ステップ210)。ここで、プログラムコード生成処理部133の記述するプログラムコードは、各設定内容に応じて業務処理コンポーネントに記述する定型コードのみであり、具体的な業務処理を示すプログラムコードは開発者に記述させることとなる。
FIG. 2 is a flowchart showing an outline of a Web application development support process performed by the application development support apparatus 100.
In the application development support apparatus 100, the GUI read processing unit 111 of the GUI control analysis processing unit 110 reads the Web form file 140 as an input file (step 201).
The GUI control extraction processing unit 112 analyzes the Web form file 140 read by the GUI reading processing unit 111 (step 202), and extracts the GUI control (step 203). The extracted GUI controls are classified into display GUI controls and event generation GUI controls based on the control classification rule file 150 (step 204), and stored in the information storage units 160 and 170 (step 205). In this case, it is assumed that a classification identification symbol is added to each GUI control in advance, and classification processing is performed based on the definition information in the control classification rule file 150 and each classification identification symbol. At this time, the ASP. A control type predetermined in the NET specification is stored in each of the information storage units 160 and 170.
The event list-up processing unit 121 of the event generation GUI control processing unit 120 acquires the GUI control information stored in the event generation GUI control information storage unit 160, and specifies and lists each event (step 206). ).
The property information correspondence processing unit 131 of the display GUI control processing unit 130 acquires the GUI control stored in the display GUI control information storage unit 170 and associates the property information acquired from the property information storage unit 180 (step 207). ). In this case, the property information is associated based on the control type of each GUI control.
The event handling processing unit 132 sets a display GUI control for each event listed by the event listing processing unit 121 in accordance with the user's designation (step 208), and for each display GUI control, A business process assignment property is set according to the designation (step 209).
The program code generation processing unit 133 generates a code-behind file 190 corresponding to each setting content or describes the program code in the web form file 140 (step 210). Here, the program code described by the program code generation processing unit 133 is only a standard code described in the business processing component according to each setting content, and the program code indicating specific business processing is to be described by the developer. It becomes.

以上の処理について、ASP.NET技術を用いて実装した辞書検索アプリケーションを例に、具体的に説明する。
図3は、開発対象となるWebアプリケーションの一例としての辞書検索アプリケーションの画面遷移図であり、図4は、図3に示す辞書検索アプリケーションのファイル構成を示す図である。
本例に示す辞書検索アプリケーション300は、検索条件の入力及び検索結果の表示を行う表示画面310を有し、イベントとして、ログイン,検索,ログアウトの各イベントに対応する表示処理を行う。
表示画面310は、表示画面を示すWebフォームファイル401としての「search.aspx」と、各処理を行うためのプログラムコードを記述したコードビハインドファイル402としての「search.aspx.cs」とから構成される。
About the above processing, ASP. A specific example will be described using a dictionary search application implemented using the NET technology.
FIG. 3 is a screen transition diagram of a dictionary search application as an example of a Web application to be developed, and FIG. 4 is a diagram showing a file structure of the dictionary search application shown in FIG.
The dictionary search application 300 shown in this example has a display screen 310 for inputting search conditions and displaying search results, and performs display processing corresponding to each event of login, search, and logout as events.
The display screen 310 includes “search.aspx” as a Web form file 401 indicating the display screen, and “search.aspx.cs” as a code-behind file 402 describing a program code for performing each process. The

図5は、辞書検索アプリケーション300を構成するWebフォームファイル401についての、一般的な記述例を示す図である。
Webフォームファイル500には、CodeBehind属性501と、Inherits属性502と、Webサーバコントロール503〜507が記述されている。
CodeBehind属性501は、Webフォームファイル500に対応する業務処理及び表示処理を記述したコードビハインドファイルを定義している。
Inherets属性502は、CodeBehind属性501で指定したコードビハインドファイルの完全修飾クラス名を示す。
Webサーバコントロール503は、検索語を入力するTextBoxを示すGUIコントロールである。「TextBox」は、検索結果を表示した後においても辞書検索語の表示を持続する仕様の場合には、表示用GUIコントロールとなる。
Webサーバコントロール504は、検索条件を選択するDropDownListを示すGUIコントロールである。「DropDownList」は、ページロード時に業務処理が行われ、その結果として検索オプションを表示するため、表示用GUIコントロールである。
Webサーバコントロール505は、検索処理を実行するGUIコントロールを示す。「Button1」は、検索語の入力、検索オプションの選択がされた後に、検索を実行する為のイベント発生用GUIコントロールである。
Webサーバコントロール506は、検索結果の表示を行うDateListを示すGUIコントロールである。「DateList」は、検索結果を表示する為の表示用GUIコントロールである。
Webサーバコントロール507は、ログアウトを実行するGUIコントロールを示す。「Button2」は、本辞書検索Webアプリケーションを終了するログアウトボタンである為、イベント発生用GUIコントロールである。
FIG. 5 is a diagram illustrating a general description example of the Web form file 401 constituting the dictionary search application 300.
In the Web form file 500, a CodeBehind attribute 501, an Inherits attribute 502, and Web server controls 503 to 507 are described.
The CodeBehind attribute 501 defines a code-behind file that describes business processing and display processing corresponding to the Web form file 500.
The inherits attribute 502 indicates the fully qualified class name of the code-behind file specified by the CodeBehind attribute 501.
A Web server control 503 is a GUI control indicating a TextBox for inputting a search term. “TextBox” serves as a display GUI control in the case of a specification that continues to display a dictionary search word even after displaying a search result.
A Web server control 504 is a GUI control indicating a DropDownList for selecting a search condition. “DropDownList” is a display GUI control in order to display a search option as a result of business processing being performed when a page is loaded.
A Web server control 505 indicates a GUI control that executes search processing. “Button 1” is an event generation GUI control for executing a search after inputting a search word and selecting a search option.
The Web server control 506 is a GUI control that indicates a DateList that displays search results. “DateList” is a display GUI control for displaying a search result.
A Web server control 507 indicates a GUI control for executing logout. Since “Button 2” is a logout button for ending the dictionary search Web application, it is a GUI control for event generation.

図6は、アプリケーション開発支援装置100の入力ファイルとして、図5に示すWebフォームファイル500に基づき、アプリケーション開発者により作成されたWebフォームファイルの記述例を示す図である。
Webフォームファイル600には、イベント発生用GUIコントロールと、表示用GUIコントロールとを識別する記述として、「event」「disp」というプレフィックス601〜605が予め付加されている。
FIG. 6 is a diagram illustrating a description example of a Web form file created by an application developer based on the Web form file 500 illustrated in FIG. 5 as an input file of the application development support apparatus 100.
Prefixes 601 to 605 “event” and “disp” are added in advance to the Web form file 600 as descriptions for identifying the event generation GUI control and the display GUI control.

図7は、イベント発生用GUIコントロール情報格納部160のデータ構造の一例として、Webフォームファイル600から抽出したイベント発生用GUIコントロールを格納した例を示す図である。
イベント発生用GUIコントロール情報格納部160は、イベント発生用GUIコントロール情報700として、コントロール種別701,ID情報702,テキスト情報703の各データ項目を有する。
コントロール種別701には、Webフォームファイルから抽出したGUIコントロールについて、ASP.NETの仕様で予め定められた情報を格納する。
ID情報702は、Webフォームファイルから抽出したGUIコントロールIDを示す。
テキスト情報703は、Webフォームファイルから抽出したGUIコントロールに設定された情報を示す。
FIG. 7 is a diagram illustrating an example in which event generation GUI controls extracted from the Web form file 600 are stored as an example of the data structure of the event generation GUI control information storage unit 160.
The event generation GUI control information storage unit 160 includes data items of control type 701, ID information 702, and text information 703 as event generation GUI control information 700.
The control type 701 includes an ASP. For the GUI control extracted from the Web form file. Information predetermined by the NET specification is stored.
ID information 702 indicates a GUI control ID extracted from the Web form file.
Text information 703 indicates information set in the GUI control extracted from the Web form file.

図8は、表示用GUIコントロール情報格納部170のデータ構造の一例として、Webフォームファイル600から抽出した表示用GUIコントロールを格納した例を示す図である。表示用GUIコントロール情報800は、図7に示すイベント発生用GUIコントロール情報700とほぼ同様に、コントロール種別801,ID情報802,テキスト情報803の各データ項目を有する。
なお、各情報格納部160,170には、他のプロパティ情報等を格納することとしてもよい。
FIG. 8 is a diagram illustrating an example in which the display GUI control extracted from the Web form file 600 is stored as an example of the data structure of the display GUI control information storage unit 170. The display GUI control information 800 includes data items of control type 801, ID information 802, and text information 803 in substantially the same manner as the event generation GUI control information 700 shown in FIG.
The information storage units 160 and 170 may store other property information.

図9は、イベント対応処理部132がユーザの指定に応じて、各イベントに対し、表示用GUIコントロールを設定した表示用GUIコントロール設定情報の一例を示している。
表示用GUIコントロール設定情報900は、イベント種別901と、GUIコントロールID902と、コントロール種別903とから構成される。
イベント種別901は、イベントリストアップ処理部121によりリストアップされたイベントについてのイベント情報に基づくものである。
なお、イベント種別901に含まれる「ページロード」は、ASP.NETでは、GUIコントロールとは無関係に必ず発生するイベントである。従って、イベント種別901は、「ページロード」と、リストアップされたイベントとから構成されることとなる。
GUIコントロールID902及びコントロール種別903は、各イベントに対してユーザにより対応付けられた表示用GUIコントロールについての情報を示す。
FIG. 9 shows an example of display GUI control setting information in which the event handling processing unit 132 sets the display GUI control for each event according to the user's designation.
The display GUI control setting information 900 includes an event type 901, a GUI control ID 902, and a control type 903.
The event type 901 is based on event information about the events listed by the event list processing unit 121.
“Page load” included in the event type 901 is ASP. In NET, it is an event that always occurs regardless of GUI control. Therefore, the event type 901 includes “page load” and listed events.
The GUI control ID 902 and the control type 903 indicate information about the display GUI control associated with each event by the user.

図10は、イベント対応処理部132がユーザの指定に応じて、各イベントに対応付けた表示用GUIコントロールについてプロパティを設定したプロパティ設定情報の一例を示している。
プロパティ設定情報1000は、イベント対応情報900に対応するイベント種別1001,GUIコントロールID1002と、ユーザにより指定されたプロパティ情報1003とから構成される。
プロパティ情報1003は、プロパティ情報格納部180からプロパティ情報対応処理部131が抽出して、各表示用GUIコントロールに対応付けたプロパティ情報の内、ユーザにより指定された情報を示す。
FIG. 10 shows an example of property setting information in which a property is set for the display GUI control associated with each event by the event handling processing unit 132 in accordance with the user's designation.
The property setting information 1000 includes an event type 1001, GUI control ID 1002 corresponding to the event correspondence information 900, and property information 1003 designated by the user.
Property information 1003 indicates information specified by the user from among the property information extracted by the property information correspondence processing unit 131 from the property information storage unit 180 and associated with each display GUI control.

図11は、本実施の形態に係るアプリケーション開発支援装置100により生成されたコードビハインドファイルの一例を示す図である。
コードビハインドファイル1100には、ASP.NETで用いられるコードビハインドファイルの定型的な記述に加えて、表示用GUIコントロール設定情報900及びプロパティ設定情報1000に基づき、定型コード部1101〜1105を記述する。
定型コード部1102,1104には、業務処理に関連する値,クラス設定等を開発者により記述させる業務処理記述部を有する。
これに対し、各開発者は、コードビハインドファイル1100に含まれる定型コード部1102,1104の業務処理記述部に具体的な業務処理コードのみを記述すればよいこととなる。
FIG. 11 is a diagram illustrating an example of a code-behind file generated by the application development support apparatus 100 according to the present embodiment.
The code-behind file 1100 includes ASP. In addition to the standard description of the code-behind file used in the NET, the standard code sections 1101 to 1105 are described based on the display GUI control setting information 900 and the property setting information 1000.
The fixed code sections 1102 and 1104 have a business process description section that allows a developer to describe values and class settings related to business processes.
On the other hand, each developer need only describe specific business process codes in the business process description sections of the standard code sections 1102 and 1104 included in the code-behind file 1100.

また、ASP.NETでは、コードビハインドファイルに記述されたプログラムコードに相当するコードをWebフォームファイル内に記述することも可能となっている。従って、アプリケーション開発支援装置100により、Webフォームファイル内に対応する定型コード部を追加することとしてもよい。
図12は、アプリケーション開発支援装置100により定型コード部の記述されたWebフォームファイルの一例を示す図である。
Webフォームファイル1200は、コードビハインドファイル1100に記述された各定型コード部1102〜1105に対応する定型コード部1201〜1204を有する。
Also, ASP. In NET, a code corresponding to a program code described in a code-behind file can be described in a Web form file. Accordingly, the application development support apparatus 100 may add a corresponding fixed code part in the Web form file.
FIG. 12 is a diagram illustrating an example of a Web form file in which a fixed code part is described by the application development support apparatus 100.
The web form file 1200 includes fixed code portions 1201 to 1204 corresponding to the fixed code portions 1102 to 1105 described in the code behind file 1100.

以上のように、本実施の形態に係るアプリケーション開発支援装置100では、Webフォームファイルに含まれるGUIコントロールを分類して、イベントの特定を行うとともに、各イベントに対して、利用者により設定された表示処理及びプロパティ情報に基づき、業務処理コードに関連する定型コードを記述したコードビハインドファイルの生成又はWebフォームファイル内への定型コードの記述を行うこととしたので、コードビハインドファイルの作成において、定型コードの生成作業と、具体的な業務処理コードの記述作業とを分担させることが可能となる。
従って、アプリケーション開発言語に精通した開発者を、具体的な業務処理コードの記述作業に集中させることができ、効率的なアプリケーション開発が可能となる。
As described above, in the application development support apparatus 100 according to the present embodiment, the GUI controls included in the Web form file are classified and events are specified, and each event is set by the user. Based on the display processing and property information, the code-behind file describing the standard code related to the business process code is generated or the standard code is described in the Web form file. It is possible to share code generation work and specific business processing code description work.
Therefore, developers who are familiar with the application development language can be concentrated on the specific work processing code description work, and efficient application development is possible.

図13は、第2の実施の形態に係るアプリケーション開発支援装置の要部を示すブロック図である。開発対象となるアプリケーションがクライアント側での処理を含む場合には、クライアント側の処理を示すイベントと、サーバ側の処理を示すイベントとを分類する。分類されたイベントの内、サーバ側の処理については、前記と同様に表示用GUIコントロール処理部130による処理を行い、クライアント側の処理については、Webフォームファイルに定型コードの記述を行う。
本実施の形態では、アプリケショーン開発支援装置に備えられるイベント発生用GUIコントロール処理部1300は、イベント特定・リストアップ処理部1301の他に、イベント分割処理部1302を有する。
イベント分類処理部1302は、コントロール分類規則ファイル1310の定義情報に基づき、サーバ処理を示すイベント発生用GUIコントロールとクライアント処理を示すイベント発生用GUIコントロールとを分類する。サーバ処理を示すイベント発生用GUIコントロールについては、サーバ処理イベント情報格納部1320に格納する。クライアント処理を示すイベント発生用GUIコントロールについては、クライアント処理イベント情報に対応する定型コードをWebフォームファイル1330に記述する。この場合、各イベント発生用GUIコントロールには、予めサーバ処理又はクライアント処理を識別するための識別情報が付加されているものとする。
サーバ処理イベント情報格納部1320に格納されたイベント情報については、第1の実施の形態と同様に、表示用GUIコントロール処理部130によるコードビハインドファイルの生成処理を行う。
なお、クライアント処理イベント情報についても、表示用GUIコントロール処理部130に、定型コードを生成する手段を備えることとしてもよい。これにより、クライアント処理とサーバ処理とが関連する場合にも、適切な定型コードの生成・記述が可能となる。
FIG. 13 is a block diagram illustrating a main part of the application development support apparatus according to the second embodiment. When an application to be developed includes processing on the client side, an event indicating processing on the client side and an event indicating processing on the server side are classified. Of the classified events, the server-side processing is performed by the display GUI control processing unit 130 as described above, and the client-side processing is described in a standard code in the Web form file.
In the present embodiment, the event generation GUI control processing unit 1300 provided in the application development support apparatus includes an event division processing unit 1302 in addition to the event identification / list-up processing unit 1301.
The event classification processing unit 1302 classifies the event generation GUI control indicating server processing and the event generation GUI control indicating client processing based on the definition information of the control classification rule file 1310. The event generation GUI control indicating the server process is stored in the server process event information storage unit 1320. For the event generation GUI control indicating client processing, a standard code corresponding to the client processing event information is described in the Web form file 1330. In this case, it is assumed that identification information for identifying server processing or client processing is added to each event generation GUI control in advance.
For the event information stored in the server process event information storage unit 1320, a code-behind file is generated by the display GUI control processing unit 130, as in the first embodiment.
As for the client process event information, the display GUI control processing unit 130 may be provided with means for generating a fixed code. As a result, even when the client process and the server process are related, it is possible to generate and describe an appropriate standard code.

図14は、イベント発生用GUIコントロール処理部1300によるクライアント処理コード生成処理手順を示すフローチャートである。
イベント分類処理部は、イベント発生用GUIコントロールを読込むとともに(ステップ1401)クライアント・サーバ処理の分類定義情報を含むコントロール分類規則ファイル1310を読込み(ステップ1402)、コントロール分類規則ファイル1310の定義情報に基づき、前記識別情報に応じてGUIコントロールをサーバ処理用とクライアント処理用とに分類する(ステップ1403)。
分類したサーバ処理用GUIコントロールをサーバ処理用イベント情報格納部1320に格納するとともに(ステップ1404)、クライアント処理用GUIコントロールについて、対応する定型コードを生成してWebフォーム内に記述する(ステップ1405)。
FIG. 14 is a flowchart illustrating a client processing code generation processing procedure performed by the event generation GUI control processing unit 1300.
The event classification processing unit reads the event generation GUI control (step 1401), reads the control classification rule file 1310 including the classification definition information of the client / server processing (step 1402), and based on the definition information of the control classification rule file 1310. The GUI control is classified into server processing and client processing according to the identification information (step 1403).
The classified server processing GUI control is stored in the server processing event information storage unit 1320 (step 1404), and a corresponding standard code is generated and described in the Web form for the client processing GUI control (step 1405). .

図15は、図12に示すWebフォームファイルに、クライアント側の業務処理として、eventbutton1の業務処理について、プログラムコードを記述する定型コード部を記述した例を示す図である。
図15に示すように、Webフォームファイル1500には、図12に示す定型コード部に加えて、クライアント側の業務処理に関連する定型コード部1501,1502を記述する。
なお、Webフォームファイルとは別にコードビハインドファイルを生成する場合には、定型コード部1501に対応する定型コード部をコードビハインドファイルに記述し、定型コード部1502に対応する定型コード部をWebフォームファイルに記述する。
FIG. 15 is a diagram illustrating an example in which a standard code part describing a program code is written in the Web form file shown in FIG. 12 for the event processing of event button 1 as the business processing on the client side.
As shown in FIG. 15, in the Web form file 1500, in addition to the fixed code part shown in FIG. 12, fixed code parts 1501 and 1502 related to client-side business processing are described.
When a code-behind file is generated separately from the Web form file, the fixed code part corresponding to the fixed code part 1501 is described in the code-behind file, and the fixed code part corresponding to the fixed code part 1502 is written to the Web form file. Describe in.

以上のように、本実施の形態に係るアプリケショーン開発支援装置では、開発対象となるWebアプリケーションがクライアント側の処理を含む場合にも、Webフォーム内に適切な定型コードの記述を行うことが可能となる。   As described above, in the application development support apparatus according to the present embodiment, even when the Web application to be developed includes processing on the client side, it is possible to describe an appropriate standard code in the Web form. It becomes.

前記各実施の形態では、WebフォームファイルとコードビハインドファイルとによりWebアプリケーションを構成した例を示しているが、これに限るものでは無く、例えば、業務処理を実行した後に行う画面制御処理を記述した制御記号格納ファイルを別ファイルとして生成することとしてもよい。
図16は、第3の実施の形態に係るアプリケーション開発支援装置の要部を示すブロック図であり、後処理としての画面制御処理について記述したアプリケーション制御記号格納ファイルを生成する手段を備えた例を示す。
本実施の形態では、アプリケーション開発支援装置のアプリケーション制御記号処理部1600として、属性抽出処理部1601と、制御記号生成処理部1602とを備える。
属性抽出処理部1601は、イベント発生用GUIコントロール情報格納部からイベント発生用GUIコントロールについて、制御記号を生成する元になるコントロール種別・コントロール属性などの文字列を抽出する。
制御記号生成処理部は、属性抽出処理部1601により抽出された情報に基づき、生成フォーマット規則ファイル1610の定義内容に応じた制御記号及び制御記号格納ファイル1620を生成するとともに、コードビハインドファイル内に記述する定型コードとしてのコードビハインドファイル用コード1630を生成する。ここで生成する制御記号は、Webアプリケーションで発生する各イベントにおいて、後処理として行う画面制御処理を示す業務処理コードを識別する記号である。
なお、生成した制御記号について、対応する定型コードを生成する手段を、表示用GUIコントロール処理部130に備えることとしてもよい。
In each of the above-described embodiments, an example in which a Web application is configured by a Web form file and a code-behind file is shown. However, the present invention is not limited to this. For example, a screen control process performed after executing a business process is described. The control symbol storage file may be generated as a separate file.
FIG. 16 is a block diagram showing the main part of the application development support apparatus according to the third embodiment, and an example provided with means for generating an application control symbol storage file describing screen control processing as post-processing. Show.
In the present embodiment, an attribute extraction processing unit 1601 and a control symbol generation processing unit 1602 are provided as the application control symbol processing unit 1600 of the application development support apparatus.
The attribute extraction processing unit 1601 extracts a character string such as a control type and a control attribute from which a control symbol is generated with respect to the event generation GUI control from the event generation GUI control information storage unit.
Based on the information extracted by the attribute extraction processing unit 1601, the control symbol generation processing unit generates a control symbol and a control symbol storage file 1620 according to the definition contents of the generation format rule file 1610, and describes them in the code-behind file. A code-behind file code 1630 as a standard code to be generated is generated. The control symbol generated here is a symbol for identifying a business process code indicating screen control processing to be performed as post-processing in each event generated in the Web application.
Note that the display GUI control processing unit 130 may be provided with means for generating a corresponding fixed code for the generated control symbol.

図17は、制御記号生成処理部1500による制御記号生成処理手順を示すフローチャートである。
イベント発生用GUIコントロール情報格納部160からイベント発生用GUIコントロール情報を読込み(ステップ1701)、イベント発生用GUIコントロール情報に含まれるコントロール種別,コントロール属性の文字列を抽出する(ステップ1702)。
次に、制御記号についての生成フォーマット規則ファイル1610を読込み(ステップ1703)、ステップ1702で抽出した文字列と、生成フォーマット規則ファイル1610の定義情報とに基づき、制御記号を生成する(ステップ1704)。
生成した制御記号について、画面制御処理を示す業務処理コードを記述するための制御記号格納ファイル1620を生成するとともに、コードビハインドファイル内に記述する定型コードを生成する(ステップ1705)。
なお、この後に、表示用GUIコンロール処理部130による処理を行う。
FIG. 17 is a flowchart showing a control symbol generation processing procedure by the control symbol generation processing unit 1500.
The event generation GUI control information is read from the event generation GUI control information storage unit 160 (step 1701), and the control type and control attribute character strings included in the event generation GUI control information are extracted (step 1702).
Next, the generation format rule file 1610 for the control symbol is read (step 1703), and the control symbol is generated based on the character string extracted in step 1702 and the definition information of the generation format rule file 1610 (step 1704).
For the generated control symbols, a control symbol storage file 1620 for describing a business process code indicating screen control processing is generated, and a fixed code described in the code-behind file is generated (step 1705).
After this, processing by the display GUI control processing unit 130 is performed.

図18は、図17に示す生成フォーマット規則ファイル及び付加文字列情報に基づき、制御記号生成処理部により生成されたアプリケーション制御記号の一例を示す図である。
図18に示すように、本実施の形態では、各イベントに対応して、アプリケーション制御記号が生成される。この場合、アプリケーション制御記号としては、生成フォーマット規則ファイルに定義された画面識別記号(本例では、「G0001」)に対し、各イベントに対応した付加文字列(例えば、「LOAD」,「SEARCH」,「LOGOUT」等)を付加して生成する。
FIG. 18 is a diagram illustrating an example of application control symbols generated by the control symbol generation processing unit based on the generation format rule file and additional character string information illustrated in FIG.
As shown in FIG. 18, in the present embodiment, application control symbols are generated corresponding to each event. In this case, as an application control symbol, an additional character string (for example, “LOAD”, “SEARCH”) corresponding to each event with respect to the screen identification symbol (“G0001” in this example) defined in the generation format rule file. , “LOGOUT”, etc.).

図19は、制御記号生成処理部により生成されたアプリケーション制御記号格納ファイルの一例を示す図である。
制御記号格納ファイル1900には、制御記号生成処理部により生成された各制御記号に対応して、画面制御処理を示す業務処理コードを記述するための提携コード部1901が記述される。
なお、本例では、画面制御処理を示す業務処理コード(「“10”/」,「“20”to=“G0001”/」,「“0”to=“SCREENOUT”/」)が、開発者により記述された状態を示している。
FIG. 19 is a diagram illustrating an example of an application control symbol storage file generated by the control symbol generation processing unit.
In the control symbol storage file 1900, an association code part 1901 for describing a business process code indicating screen control processing is described corresponding to each control symbol generated by the control symbol generation processing part.
In this example, a business process code (““ 10 ”/”, ““ 20 ”to =“ G0001 ”/”, ““ 0 ”to =“ SCREENOUT ”/”) ”indicating screen control processing is provided by the developer. Indicates the state described by.

以上のように、本実施の形態に係るアプリケショーン開発支援装置では、制御記号及び制御記号格納ファイルを生成する手段を備えたので、画面制御等を行うアプリケーション制御記号を用いる場合であっても、適切な定型コードの記述を行うことが可能となる。   As described above, the application development support apparatus according to the present embodiment includes means for generating a control symbol and a control symbol storage file, so even if an application control symbol for performing screen control or the like is used, It is possible to write an appropriate standard code.

図20は、第4の実施の形態に係るアプリケーション開発支援装置の要部を示す図である。
本実施の形態に係るアプリケーション開発支援装置は、コードビハインドファイルの他に、各イベントに関連する具体的な業務処理内容を記述する業務処理ファイルについて、定型コードを記述する手段を備えている。
本実施の形態では、図20に示すように、表示用GUIコントロール処理部2000として、図1に示す構成と同様にプロパティ情報対応処理部2001と、イベント対応処理部2002と、プログラム生成処理部2003とを備えるとともに、プログラム生成処理部2003に業務処理ファイル生成処理部2004を備えている。
業務処理ファイル生成処理部2004は、業務処理ファイル生成用のテンプレートファイル2010と、マッピングファイル2020とを読込み、業務ロジック識別キーを生成し、対応する定型コードを記述したコードビハインドファイル2030及び業務処理ファイル2040を生成する。
ここで、マッピングファイル2020とは、業務処理ファイル2040内で行った業務処理を、コードビハインドファイル2030に渡すためのOUTオブジェクトのキーを決めるためのフォーマットファイルを示す。
FIG. 20 is a diagram illustrating a main part of an application development support apparatus according to the fourth embodiment.
In addition to the code-behind file, the application development support apparatus according to the present embodiment includes means for describing a fixed code for a business process file that describes specific business process contents related to each event.
In the present embodiment, as shown in FIG. 20, the display GUI control processing unit 2000 has a property information correspondence processing unit 2001, an event correspondence processing unit 2002, and a program generation processing unit 2003 as in the configuration shown in FIG. The program generation processing unit 2003 includes a business process file generation processing unit 2004.
The business process file generation processing unit 2004 reads the business process file generation template file 2010 and the mapping file 2020, generates a business logic identification key, and describes a code-behind file 2030 and a business process file describing a corresponding fixed code. 2040 is generated.
Here, the mapping file 2020 indicates a format file for determining the OUT object key for passing the business process performed in the business process file 2040 to the code-behind file 2030.

図21は、本実施の形態に係る業務処理ファイル生成処理部2004による業務処理ファイル生成処理手順を示すフローチャートである。
業務処理ファイル生成処理部2004は、業務処理ファイルについてのテンプレートファイル2010と、マッピングファイル2020とを読込む(ステップ2101,2102)。
各ファイル2010,2020の定義情報に基づき生成した業務ロジック識別キーを生成し(ステップ2103)、各イベント,設定内容に応じて、業務ロジック識別キーを含む定型コードを記述したコードビハインドファイル2030及び業務処理ファイル2040を生成する(ステップ2104)。
FIG. 21 is a flowchart showing a business process file generation processing procedure by the business process file generation processing unit 2004 according to this embodiment.
The business process file generation processing unit 2004 reads the template file 2010 and the mapping file 2020 for the business process file (steps 2101 and 2102).
A business logic identification key generated based on the definition information of each file 2010, 2020 is generated (step 2103), and a code-behind file 2030 describing a fixed code including the business logic identification key and a business according to each event and setting content A processing file 2040 is generated (step 2104).

図22は、本実施の形態に係るアプリケーション開発支援装置により生成されたコードビハインドファイル2030の一例を示す図であり、図23は、アプリケーション開発支援装置により生成されたプログラムコードを含むWebフォームの一例を示す図である。
図22,23に示すように、コードビハインドファイル2200又はWebフォームファイル2300には、業務処理ファイルに記述された業務処理を識別する業務ロジック識別キーと、当該業務ロジック識別キーに基づき業務処理結果を取得するための定型コードとを含む定型コード部2201〜2203,2301〜2303が記述される。
本例では、業務ロジック識別キーが、「表示用GUIコントロール(バインドすべきコントロールのID)_key」で示されている。
なお、本例では、図18の制御記号格納ファイルに記述された制御記号に対応する定型コードとして、「work(“制御記号”);」が記述されている。
FIG. 22 is a diagram showing an example of the code-behind file 2030 generated by the application development support apparatus according to the present embodiment, and FIG. 23 is an example of a Web form including the program code generated by the application development support apparatus. FIG.
As shown in FIGS. 22 and 23, the code-behind file 2200 or the Web form file 2300 includes a business logic identification key for identifying a business process described in the business process file and a business process result based on the business logic identification key. A fixed code part 2201 to 2203, 2301 to 2303 including a fixed code for acquisition is described.
In this example, the business logic identification key is indicated by “display GUI control (ID of control to be bound) _key”.
In this example, “work (“ control symbol ”);” is described as a fixed code corresponding to the control symbol described in the control symbol storage file of FIG.

図24は、本実施の形態に係るアプリケーション開発支援装置により生成された業務処理ファイルの一例を示す図である。
業務処理ファイル2400には、各業務ロジック識別キーにより識別される業務処理を記述するための定型コード部2401〜2403が記述される。
本例では、業務処理ファイル2400において、コードビハインドファイル2300に記述される業務ロジック識別キーをキーとして、各業務処理結果をOUTオブジェクトに格納している。
なお、本例では、図18の制御記号格納ファイルに記述された制御記号に対応する定型コードが記述されている。
FIG. 24 is a diagram showing an example of a business process file generated by the application development support apparatus according to this embodiment.
The business process file 2400 describes fixed code sections 2401 to 2403 for describing the business process identified by each business logic identification key.
In this example, in the business process file 2400, each business process result is stored in the OUT object using the business logic identification key described in the code-behind file 2300 as a key.
In this example, a fixed code corresponding to the control symbol described in the control symbol storage file of FIG. 18 is described.

以上のように、本実施の形態では、各イベント及び表示処理に対応する具体的な業務処理を記述する業務処理ファイルを別ファイルとして生成する場合であっても、適切な定型コードの記述を行うことが可能となる。   As described above, in this embodiment, even when a business process file that describes specific business processes corresponding to each event and display process is generated as a separate file, an appropriate standard code is described. It becomes possible.

なお、本発明のアプリケーション開発支援装置の構成としては、前記実施の形態に示すものには限られず、同様の処理を可能とするものであれば、各処理部の構成及び各情報格納部におけるデータ構造等を変更してもよい。また、各処理部及び各情報格納部は、複数の端末により構成することとしてもよい。
また、本実施の形態では、ASP.NET技術を用いたWebアプリケーションの例を示しているが、これに限られるものでは無く、本発明は、表示層コンポーネントと業務層コンポーネントとが別ファイルとして構成可能であるか、表示層コンポーネント内において、業務処理コードが別領域に記述されるWebアプリケーションであれば適用可能である。
また、本発明のWebアプリケーション開発支援装置及び開発支援方法で記述可能な定型コードとしては、前記実施の形態に示すものには限られず、Webアプリケーション開発技術の夫々の仕様に応じた種々の定型コードが記述可能なものとする。
The configuration of the application development support apparatus of the present invention is not limited to that shown in the above embodiment, and the configuration of each processing unit and the data in each information storage unit as long as similar processing can be performed. The structure and the like may be changed. Each processing unit and each information storage unit may be configured by a plurality of terminals.
In the present embodiment, ASP. Although an example of a Web application using the NET technology is shown, the present invention is not limited to this, and the present invention can be configured such that the display layer component and the business layer component can be configured as separate files. Any Web application in which the business processing code is described in another area is applicable.
In addition, the fixed codes that can be described by the Web application development support apparatus and the development support method of the present invention are not limited to those shown in the above-described embodiment, and various fixed codes according to the specifications of the Web application development technology. Can be described.

本発明の一実施の形態に係るアプリケーション開発支援装置の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the application development assistance apparatus which concerns on one embodiment of this invention. アプリケーション開発支援装置によるプログラムコード生成処理の概要を示すフローチャートである。It is a flowchart which shows the outline | summary of the program code production | generation process by an application development assistance apparatus. アプリケーション開発支援装置により生成されるWebアプリケーションを示す画面遷移図である。It is a screen transition diagram showing a Web application generated by the application development support apparatus. 図3に示すWebアプリケーションを構成するファイル構成の一例を示す図である。It is a figure which shows an example of the file structure which comprises the Web application shown in FIG. 図3に示すWebアプリケーションを構成するWebフォームファイルのソースコードの一例を示す図である。It is a figure which shows an example of the source code of the Web form file which comprises the Web application shown in FIG. 本発明の一実施の形態に係るアプリケーション開発支援装置で、入力ファイルとして用いられるWebフォームファイルのソースコードの一例を示す図である。It is a figure which shows an example of the source code of the Web form file used as an input file with the application development assistance apparatus which concerns on one embodiment of this invention. イベント発生用GUIコントロール情報格納部のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of the GUI control information storage part for event generation. 表示用GUIコントロール情報格納部のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of the GUI control information storage part for a display. 各イベントに対し、表示用GUIコントロールを設定した例を示す図である。It is a figure which shows the example which set the display GUI control with respect to each event. 各イベントに設定された表示用GUIコントロールに対して、プロパティ情報を設定した例を示す図である。It is a figure which shows the example which set property information with respect to the display GUI control set to each event. 本発明の一実施の形態に係るアプリケーション開発支援装置により生成したコードビハインドファイルの一例を示す図である。It is a figure which shows an example of the code behind file produced | generated by the application development assistance apparatus which concerns on one embodiment of this invention. 本発明の一実施の形態に係るアプリケーション開発支援装置により、定型コードを記述したWebフォームファイルの一例を示す図である。It is a figure which shows an example of the Web form file which described the fixed form code by the application development assistance apparatus which concerns on one embodiment of this invention. 本発明の他の実施の形態に係るアプリケーション開発支援装置の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the application development assistance apparatus which concerns on other embodiment of this invention. アプリケーション開発支援装置によるクライアント処理プログラムコード生成処理の概要を示すフローチャートである。It is a flowchart which shows the outline | summary of the client process program code generation process by an application development assistance apparatus. 本発明の他の実施の形態に係るアプリケーション開発支援装置により、クライアント処理の定型コードを記述したWebフォームファイルの一例を示す図である。It is a figure which shows an example of the Web form file which described the fixed form code of the client process by the application development assistance apparatus which concerns on other embodiment of this invention. 本発明の他の実施の形態に係るアプリケーション開発支援装置の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the application development assistance apparatus which concerns on other embodiment of this invention. アプリケーション開発支援装置による制御記号及び制御記号格納ファイルを生成する処理の概要を示すフローチャートである。It is a flowchart which shows the outline | summary of the process which produces | generates the control symbol and control symbol storage file by an application development assistance apparatus. 本発明の他の実施の形態に係るアプリケーション開発支援装置により生成した制御記号の一例を示す図である。It is a figure which shows an example of the control symbol produced | generated by the application development assistance apparatus which concerns on other embodiment of this invention. 本発明の他の実施の形態に係るアプリケーション開発支援装置により生成した制御記号格納ファイルの一例を示す図である。It is a figure which shows an example of the control symbol storage file produced | generated by the application development assistance apparatus which concerns on other embodiment of this invention. 本発明の他の実施の形態に係るアプリケーション開発支援装置の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the application development assistance apparatus which concerns on other embodiment of this invention. アプリケーション開発支援装置による業務処理ファイル生成処理の概要を示すフローチャートである。It is a flowchart which shows the outline | summary of the business process file generation process by an application development assistance apparatus. 本発明の他の実施の形態に係るアプリケーション開発支援装置により生成したコードビハインドファイルの一例を示す図である。It is a figure which shows an example of the code behind file produced | generated by the application development assistance apparatus which concerns on other embodiment of this invention. 本発明の他の実施の形態に係るアプリケーション開発支援装置により、定型コードを記述したWebフォームファイルの一例を示す図である。It is a figure which shows an example of the Web form file which described the fixed form code by the application development assistance apparatus which concerns on other embodiment of this invention. 本発明の他の実施の形態に係るアプリケーション開発支援装置により生成した業務処理ファイルの一例を示す図である。It is a figure which shows an example of the business process file produced | generated by the application development assistance apparatus which concerns on other embodiment of this invention.

符号の説明Explanation of symbols

100 アプリケーション開発支援装置、110 GUIコントロール解析処理部、111 GUI読込処理部、112 GUIコントロール抽出処理部、120 イベント発生用GUIコントロール処理部、121 イベントリストアップ処理部、130 表示用GUIコントロール処理部、131 プロパティ情報対応処理部、132 イベント対応処理部、133 プログラムコード生成処理部、140 Webフォームファイル(入力ファイル)、150 コントロール分類規則ファイル、160 イベント発生用GUIコントロール情報格納部、170 表示用GUIコントロール情報格納部、180 プロパティ情報格納部、190 コードビハインドファイル、1300 イベント発生用GUIコントロール、1302 イベント分割処理部、1310 コントロール分類規則ファイル、1320 サーバ処理イベント情報格納部、1330 Webフォームファイル、1600 アプリケーション制御記号処理部、1601 属性抽出処理部、1602 制御記号生成処理部、1610 生成フォーマット規則ファイル、1620 制御記号格納ファイル、1630 コードビハインドファイル用コード、2000 表示用GUIコントロール処理部、2004 業務処理ファイル生成処理部、2010 テンプレートファイル、2020 マッピングファイル、2030 コードビハインドファイル、2040 業務処理ファイル。   100 application development support device, 110 GUI control analysis processing unit, 111 GUI read processing unit, 112 GUI control extraction processing unit, 120 event generation GUI control processing unit, 121 event listing processing unit, 130 display GUI control processing unit, 131 Property Information Corresponding Processing Unit, 132 Event Corresponding Processing Unit, 133 Program Code Generation Processing Unit, 140 Web Form File (Input File), 150 Control Classification Rule File, 160 Event Generation GUI Control Information Storage Unit, 170 Display GUI Control Information storage unit, 180 property information storage unit, 190 code-behind file, 1300 GUI control for event generation, 1302 Event division processing , 1310 Control classification rule file, 1320 Server processing event information storage unit, 1330 Web form file, 1600 Application control symbol processing unit, 1601 Attribute extraction processing unit, 1602 Control symbol generation processing unit, 1610 Generation format rule file, 1620 Control symbol storage File, 1630 code-behind file code, 2000 display GUI control processing unit, 2004 business process file generation processing unit, 2010 template file, 2020 mapping file, 2030 code-behind file, 2040 business process file.

Claims (8)

表示層コンポーネントに定義されたGUI上で発生するイベントに対応して、前記業務層コンポーネント又は前記表示層コンポーネント内のプログラムコード記述部に記述したプログラムコードにより業務処理及び表示処理を実行するWebアプリケーションについて、前記表示層コンポーネントに記述されたGUIコントロールに基づき、前記業務層コンポーネント又は表示層コンポーネント内のプログラムコード記述部を生成するWebアプリケーション開発支援装置であって、
前記表示層コンポーネントからGUIコントロールを抽出するとともに、GUI識別情報に基づく表示用GUIコントロールとイベント発生用GUIコントロールとの分類規則を予め定義した分類規則ファイルを読込み、当該分類規則ファイルの定義情報に基づき、抽出した前記GUIコントロールに予め付加されたGUI識別情報に応じて、表示用GUIコントロールとイベント発生用GUIコントロールとに分類し、それぞれの情報格納手段に格納するGUIコントロール解析処理手段と、
前記情報格納手段に格納されたイベント発生用GUIコントロールを読込み、各イベント発生用GUIコントロールの種別に基づき、発生するイベントの特定及びリストアップを行うイベント発生用GUIコントロール処理手段と、
予め各表示用GUIコントロールの種別に応じて定義された表示用プロパティ情報を読込み、前記情報格納手段に格納された各表示用GUIコントロールに前記表示用プロパティ情報を対応づけ、
前記イベント発生用GUIコントロール処理手段によりリストアップされた各イベントに対し、任意の表示用GUIコントロールを設定するとともに、各表示用GUIに対して対応付けられた表示用プロパティ情報の中から任意の表示用プロパティ情報を設定し、
生成した前記業務層コンポーネント又は前記表示層コンポーネント内のプログラムコード記述部に、前記各設定内容に応じた定型コードを記述する表示用GUIコントロール処理手段と
を備えることを特徴とするWebアプリケーション開発支援装置。
A Web application that executes business processing and display processing by a program code described in the business layer component or a program code description section in the display layer component in response to an event that occurs on the GUI defined in the display layer component A Web application development support device that generates a program code description section in the business layer component or display layer component based on GUI control described in the display layer component,
The GUI control is extracted from the display layer component, and the classification rule file in which the classification rules for the display GUI control and the event generation GUI control based on the GUI identification information are defined in advance is read. Based on the definition information of the classification rule file According to GUI identification information added in advance to the extracted GUI control, the GUI control analysis processing means for classifying the GUI control for display and the GUI control for event generation into each information storage means;
Event generation GUI control processing means for reading the event generation GUI control stored in the information storage means and identifying and listing events to be generated based on the type of each event generation GUI control;
The display property information defined in advance according to the type of each display GUI control is read, the display property information is associated with each display GUI control stored in the information storage means,
For each event listed by the event generation GUI control processing means, an arbitrary display GUI control is set, and any display property information associated with each display GUI is displayed. Set property information for
A Web application development support apparatus comprising: a display GUI control processing means for writing a fixed code corresponding to each setting content in a program code description section in the generated business layer component or display layer component .
前記イベント発生用GUIコントロール処理手段は、
予めGUI識別情報に基づくサーバイベント発生用GUIコントロールとクライアントイベント発生用GUIコントロールとの分類規則を定義した分類規則ファイルを読込み、当該分類規則ファイルの定義情報に基づき、前記情報格納手段に格納された前記イベント発生用GUIコントロールに予め付加されたGUI識別情報に応じて、サーバイベント発生用GUIコントロールとクライアントイベント発生用GUIコントロールとに分類するサーバ・クライアントイベント分類処理手段と、
クライアントイベント発生用GUIコントロールとして分類されたイベント発生用GUIコントロールの種別に応じた定型コードを前記表示層コンポーネントに記述するクライアント処理コード記述手段と
をさらに備えることを特徴とする請求項1に記載のWebアプリケーション開発支援装置。
The event generation GUI control processing means includes:
A classification rule file that defines classification rules for server event generation GUI control and client event generation GUI control based on GUI identification information is read in advance, and stored in the information storage means based on the definition information of the classification rule file. Server / client event classification processing means for classifying the server event generation GUI control and the client event generation GUI control according to the GUI identification information added in advance to the event generation GUI control;
The client processing code description means according to claim 1, further comprising client processing code description means for describing a fixed code corresponding to a type of the event generation GUI control classified as a client event generation GUI control in the display layer component. Web application development support device.
前記Webアプリケーション開発支援装置は、
前記情報格納部に格納されたイベント発生用GUIコントロールを読込むとともに、制御記号格納ファイルに定義されるWebアプリケーションの画面制御処理コードを識別する制御記号の生成フォーマットが予め定義された制御記号生成フォーマット規則と、各イベント発生用GUIコントロールの種別に応じて定義された付加記号情報とを読込み、
前記情報格納部から読込んだイベント発生用GUIコントロールの種別に応じて、前記生成フォーマット規則及び前記付加記号情報に基づき、各イベントに対応する制御記号を生成するとともに、
前記制御記号格納ファイルを生成し、当該制御記号格納ファイルに前記制御記号に対応する定型コードを記述する制御記号格納ファイル生成処理手段をさらに備えることを特徴とする請求項1又は2のいずれかに記載のWebアプリケーション開発支援装置。
The web application development support device
A control symbol generation format rule in which the event generation GUI control stored in the information storage unit is read and the control symbol generation format for identifying the screen control processing code of the Web application defined in the control symbol storage file is defined in advance And additional symbol information defined according to the type of GUI control for event generation,
In accordance with the type of event generation GUI control read from the information storage unit, based on the generation format rule and the additional symbol information, to generate a control symbol corresponding to each event,
3. The control symbol storage file generation processing means for generating the control symbol storage file and describing a fixed code corresponding to the control symbol in the control symbol storage file is further provided. The Web application development support apparatus described.
前記表示用GUIコントロール処理手段は、
各イベントにおける表示処理に対応する業務処理を識別する識別記号の生成フォーマットが予め定義された識別記号生成フォーマット規則と、前記業務処理を記述する第2の業務層コンポーネントについてのテンプレートファイルとを読込み、
前記識別記号生成フォーマット規則に基づき、前記各設定内容に応じた識別記号を生成して、前記識別記号により識別される業務処理の結果を取得する定型コードを業務層コンポーネントに記述するとともに、
前記各設定内容及び前記識別記号に応じた定型コードを記述した前記第2の業務層コンポーネントを生成する手段をさらに備えることを特徴とする請求項1〜3のいずれかに記載のWebアプリケーション開発支援装置。
The display GUI control processing means includes:
An identification symbol generation format rule in which a generation format of an identification symbol for identifying a business process corresponding to a display process in each event is defined in advance, and a template file for a second business layer component describing the business process;
Based on the identification symbol generation format rule, an identification symbol corresponding to each setting content is generated, and a standard code for obtaining a result of the business process identified by the identification symbol is described in the business layer component.
The Web application development support according to any one of claims 1 to 3, further comprising means for generating the second business layer component in which a fixed code corresponding to each setting content and the identification symbol is described. apparatus.
表示層コンポーネントに記述されたGUI上で発生するイベントに対応して、前記業務層コンポーネント又は前記表示層コンポーネント内のプログラムコード記述部に記述されたプログラムコードにより業務処理及び表示処理を実行するWebアプリケーションについて、前記表示層コンポーネントに基づき、前記業務層コンポーネント又は表示層コンポーネント内のプログラムコード記述部を生成するWebアプリケーション開発支援装置を用いたWebアプリケーション開発支援方法であって、
前記表示層コンポーネントからGUI定義部分を抽出する第1のステップと、
GUI識別情報に基づく表示用GUIコントロールとイベント発生用GUIコントロールとの分類規則を予め定義した分類規則ファイルを読込み、当該分類規則ファイルの定義情報に基づき、抽出した前記GUI定義部分に予め付加されたGUI識別情報に応じて、表示用GUIコントロールとイベント発生用GUIコントロールとに分類し、それぞれの情報格納手段に格納する第2のステップと、
前記イベント発生用GUIコントロールの種別に基づき、発生するイベントの特定及びリストアップを行う第3のステップと、
予め各表示用GUIコントロールの種別に応じて定義された表示用プロパティ情報を読込み、前記情報格納手段に格納された各表示用GUIコントロールに前記表示用プロパティ情報を対応づける第4のステップと、
リストアップされた各イベントに対し、任意の表示用GUIコントロールを設定するとともに、各表示用GUIコントロールに対して対応付けられた表示用プロパティ情報の中から任意の表示用プロパティ情報を設定する第5のステップと、
前記業務層コンポーネント又は前記表示層コンポーネント内のプログラムコード記述部に、前記各設定内容に応じた定型コードを記述する第6のステップと
を備えることを特徴とするWebアプリケーション開発支援方法。
A Web application that executes business processing and display processing by a program code described in the business layer component or a program code description section in the display layer component in response to an event that occurs on the GUI described in the display layer component A web application development support method using a web application development support device that generates a program code description part in the business layer component or display layer component based on the display layer component,
A first step of extracting a GUI definition portion from the display layer component;
A classification rule file in which classification rules for display GUI control and event generation GUI control based on GUI identification information are defined in advance is read, and the extracted GUI definition portion is added in advance based on the definition information of the classification rule file. According to GUI identification information, a second step of classifying the GUI control for display and the GUI control for event generation into each information storage means,
A third step of identifying and listing events to be generated based on the type of GUI control for event generation;
A fourth step of reading display property information defined in advance according to the type of each display GUI control and associating the display property information with each display GUI control stored in the information storage means;
A fifth display GUI control is set for each listed event, and any display property information is set from among the display property information associated with each display GUI control. And the steps
A Web application development support method comprising: a sixth step of writing a fixed code corresponding to each setting content in a program code description section in the business layer component or the display layer component.
前記第2のステップにより分類されたイベント発生用GUIコントロールについて、
予めGUI識別情報に基づくサーバイベント発生用GUIコントロールとクライアントイベント発生用GUIコントロールとの分類規則を定義した分類規則ファイルを読込むステップと、
当該分類規則ファイルの定義情報に基づき、前記情報格納手段に格納された前記イベント発生用GUIコントロールに予め付加されたGUI識別情報に応じて、サーバイベント発生用GUIコントロールとクライアントイベント発生用GUIコントロールとに分類するステップと、
クライアントイベント発生用GUIコントロールとして分類されたイベント発生用GUIコントロールの種別に応じた定型コードを前記表示層コンポーネントに記述するステップと
をさらに備えることを特徴とする請求項5に記載のWebアプリケーション開発支援方法。
Regarding the event generation GUI control classified by the second step,
Reading a classification rule file that defines classification rules for server event generation GUI control and client event generation GUI control based on GUI identification information in advance;
In accordance with the GUI identification information added in advance to the event generation GUI control stored in the information storage means based on the definition information in the classification rule file, a server event generation GUI control and a client event generation GUI control are provided. A step of classifying
6. The Web application development support according to claim 5, further comprising a step of describing in the display layer component a fixed code corresponding to a type of the event generation GUI control classified as a client event generation GUI control. Method.
前記情報格納部から前記イベント発生用GUIコントロールを読込むステップと、
制御記号格納ファイルに定義されるWebアプリケーションの画面制御処理コードを識別する制御記号の生成フォーマットが予め定義された制御記号生成フォーマット規則と、各イベント発生用GUIコントロールの種別に応じて定義された付加記号情報とを読込むステップと、
前記情報格納部から読込んだイベント発生用GUIコントロールの種別に応じて、前記生成フォーマット規則及び前記付加記号情報に基づき、各イベントに対応する制御記号を生成するステップと、
前記制御記号格納ファイルを生成し、当該制御記号格納ファイルに前記制御記号に対応する定型コードを記述するステップと
をさらに備えることを特徴とする請求項5又は6のいずれかに記載のWebアプリケーション開発支援方法。
Reading the event generation GUI control from the information storage unit;
Control symbol generation format rules that predefine the control symbol generation format for identifying the screen control processing code of the Web application defined in the control symbol storage file, and additions defined according to the type of GUI control for event generation A step of reading symbol information;
Generating a control symbol corresponding to each event based on the generation format rule and the additional symbol information according to the type of event generation GUI control read from the information storage unit;
The Web application development according to claim 5, further comprising: generating the control symbol storage file and describing a fixed code corresponding to the control symbol in the control symbol storage file. Support method.
前記第6のステップにおいて、
各イベントにおける表示処理に対応する業務処理を識別する識別記号の生成フォーマットが予め定義された識別記号生成フォーマット規則と、前記業務処理を記述する第2の業務層コンポーネントについてのテンプレートファイルとを読込むステップと、
前記識別記号生成フォーマット規則に基づき、前記各設定内容に応じた識別記号を生成して、前記識別記号により識別される業務処理の結果を取得する定型コードを業務層コンポーネントに記述するステップと、
前記各設定内容及び前記識別記号に応じた定型コードを記述した前記第2の業務層コンポーネントを生成するステップと
をさらに備えることを特徴とする請求項5〜7のいずれかに記載のWebアプリケーション開発支援方法。
In the sixth step,
An identification symbol generation format rule in which a generation format of an identification symbol for identifying a business process corresponding to a display process in each event is defined in advance, and a template file for a second business layer component describing the business process are read. Steps,
Based on the identification symbol generation format rule, generating an identification symbol corresponding to each setting content, and describing in a business layer component a standard code for obtaining a result of business processing identified by the identification symbol;
The Web application development according to claim 5, further comprising a step of generating the second business layer component in which a fixed code corresponding to each setting content and the identification symbol is described. Support method.
JP2003359544A 2003-10-20 2003-10-20 Web application development support device and method for supporting development Pending JP2005122632A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003359544A JP2005122632A (en) 2003-10-20 2003-10-20 Web application development support device and method for supporting development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003359544A JP2005122632A (en) 2003-10-20 2003-10-20 Web application development support device and method for supporting development

Publications (1)

Publication Number Publication Date
JP2005122632A true JP2005122632A (en) 2005-05-12

Family

ID=34615734

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003359544A Pending JP2005122632A (en) 2003-10-20 2003-10-20 Web application development support device and method for supporting development

Country Status (1)

Country Link
JP (1) JP2005122632A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007265011A (en) * 2006-03-28 2007-10-11 Canon Software Inc Screen program layout change method, information processor, program and recording medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007265011A (en) * 2006-03-28 2007-10-11 Canon Software Inc Screen program layout change method, information processor, program and recording medium

Similar Documents

Publication Publication Date Title
CN108292231B (en) Method and system for generating applications from data
JP5469244B2 (en) Selective content extraction
US11194884B2 (en) Method for facilitating identification of navigation regions in a web page based on document object model analysis
JP6955434B2 (en) File management device, file management method, and program
JP2006244195A (en) Program test support device, and its method
JP4978432B2 (en) Business specification understanding support system and method
JP2017041171A (en) Test scenario generation support device and test scenario generation support method
JP6868576B2 (en) Event presentation system and event presentation device
US10042638B2 (en) Evaluating documentation coverage
JP6641777B2 (en) Information processing device and program
US9645798B1 (en) Using program code to generate help information, and using help information to generate program code
US20150186363A1 (en) Search-Powered Language Usage Checks
JP2011164786A (en) Device, method and program for verifying operation
JP2005122632A (en) Web application development support device and method for supporting development
JP7134814B2 (en) System, page data output method, and program
JP6552162B2 (en) Information processing apparatus, information processing method, and program
JP2013037580A (en) Information processor
KR20070014219A (en) Automatic web source creation system
JP5600826B1 (en) Unstructured data processing system, unstructured data processing method and program
US20240126978A1 (en) Determining attributes for elements of displayable content and adding them to an accessibility tree
JP2008299816A (en) Information processor, data displaying method and data display program
JP7417068B2 (en) Display method, display program, and information processing device
US20210382889A1 (en) Information processing apparatus
JP2005122504A (en) Method and system for supporting web application development
US20050081153A1 (en) Method for providing process-dependent data

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060629

A977 Report on retrieval

Effective date: 20080926

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Effective date: 20091209

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100401