JP2022143770A - System development method - Google Patents

System development method Download PDF

Info

Publication number
JP2022143770A
JP2022143770A JP2021044463A JP2021044463A JP2022143770A JP 2022143770 A JP2022143770 A JP 2022143770A JP 2021044463 A JP2021044463 A JP 2021044463A JP 2021044463 A JP2021044463 A JP 2021044463A JP 2022143770 A JP2022143770 A JP 2022143770A
Authority
JP
Japan
Prior art keywords
information
design
screen
item
items
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
JP2021044463A
Other languages
Japanese (ja)
Inventor
和久 上村
Kazuhisa Kamimura
裕幸 高橋
Hiroyuki Takahashi
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.)
Mitsubishi Electric IT Solutions Corp
Original Assignee
Mitsubishi Electric IT Solutions Corp
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 Mitsubishi Electric IT Solutions Corp filed Critical Mitsubishi Electric IT Solutions Corp
Priority to JP2021044463A priority Critical patent/JP2022143770A/en
Publication of JP2022143770A publication Critical patent/JP2022143770A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

To provide a system development method for reducing development man-hours.SOLUTION: A system development method includes a step of creating a design document in which design information is described, and a step of reading the design information from the design document by a framework. The design information includes at least one among a piece of screen item definition information that defines a screen item by setting any design item from among multiple design items, document item definition information that defines a document item by setting any design item from among the multiple design items, list data information that defines a list displayed as input candidates of the screen items, screen item transfer information that defines editing processing when displaying the screen items, document item transfer information that defines the editing processing when displaying the document items action specification information that defines actions of the screen items for each occurrence timing of the event and object control information that defines display forms of the screen items as the actions.SELECTED DRAWING: Figure 1

Description

本開示は、ソフトウェアアプリケーション等のシステム開発方法に関する。 The present disclosure relates to a system development method for software applications and the like.

通常、ソフトウェアアプリケーション等のシステム開発では、システムの設計後、プログラムの設計が行われ、このプログラムの設計工程での成果物である設計書に基づいてコーディングが実施される。従来、システム開発においては、プログラムの設計とコーディングとを効率的に行うため、設計書に記載された情報に基づいて、自動生成が可能な部分のソースを自動生成する方法が知られている。特許文献1には、このような自動生成ソースを複数の開発者の間で共有し、自動生成ソースと類似の機能を有するソースを実装する際に、自動生成ソースをサンプルソースとして提供するソフトウェア開発支援システムが開示されている。 Generally, in the development of a system such as a software application, a program is designed after the system is designed, and coding is performed based on a design document that is a product of the program design process. Conventionally, in system development, in order to efficiently design and code a program, there has been known a method of automatically generating the source of portions that can be automatically generated based on the information described in the design document. Patent Literature 1 discloses software development in which such an automatically generated source is shared among a plurality of developers, and the automatically generated source is provided as a sample source when implementing a source having similar functions to the automatically generated source. A support system is disclosed.

特開2011-053755号公報JP 2011-053755 A

しかしながら、特許文献1の開発支援システムは、ソースコード自体の必要な生産量を減少させるものではない。また、自動生成ソース、及び手動生成ソースの単体テスト、並びに自動生成ソースと、手動生成ソースとを結合した際の動作を検証する結合テストを行う必要がある。更に、設計書の変更に応じて、ソースの自動生成と、手動生成ソースの修正が必要となり、これらのテストを再び行わなければならない。加えて、自動生成ソースの一部を手動で修正している場合に、設計書の変更に応じてソースの自動生成を再度実施すると、この手動の修正も再度行う必要がある等、自動生成の再実施には種々の配慮が必要となる。 However, the development support system of Patent Document 1 does not reduce the necessary production volume of the source code itself. Also, it is necessary to perform a unit test of the automatically generated source and the manually generated source, and an integration test to verify the operation when the automatically generated source and the manually generated source are combined. Furthermore, according to changes in the design documents, automatic generation of sources and correction of manually generated sources are required, and these tests must be performed again. In addition, if a part of the auto-generated source is manually modified, if the source is automatically generated again according to the change in the design document, it will be necessary to perform this manual modification again. Re-implementation requires various considerations.

本開示は、上述のような課題を解決するためになされたものであり、開発工数を削減させるシステム開発方法を提供することを目的とする。 The present disclosure has been made to solve the problems described above, and aims to provide a system development method that reduces development man-hours.

本開示に係るシステム開発方法は、設計情報が記載された設計書を作成する工程と、フレームワークが設計情報を設計書から読み込む工程と、を備え、設計情報は、複数の設計項目のうち、任意の設計項目の設定を行うことで、画面項目を定義する画面項目定義情報、複数の設計項目のうち、任意の設計項目の設定を行うことで、帳票項目を定義する帳票項目定義情報、画面項目の入力候補として表示されるリストを定義するリストデータ情報、画面項目を表示する際の編集処理を定義する画面項目転送情報、帳票項目を表示する際の編集処理を定義する帳票項目転送情報、又はイベントの発生タイミングごとに、画面項目のアクションを定義するアクション仕様情報、及びアクションとして、画面項目の表示形態を定義するオブジェクト制御情報、の少なくとも1つを含む。 A system development method according to the present disclosure includes a step of creating a design document in which design information is described, and a step of reading the design information from the design document by the framework. By setting arbitrary design items, screen item definition information that defines screen items, by setting arbitrary design items among multiple design items, form item definition information that defines form items, screen List data information that defines the list displayed as input candidates for items, screen item transfer information that defines editing processing when displaying screen items, form item transfer information that defines editing processing when displaying form items, Alternatively, at least one of action specification information defining actions of screen items and object control information defining display forms of screen items as actions is included for each occurrence timing of an event.

本開示のシステム開発方法によれば、フレームワークが設計情報を設計書から読み込むことで、ノンコーディングでのシステムの実装ができ、開発工数を削減することができる。 According to the system development method of the present disclosure, the framework reads the design information from the design document, so that the system can be implemented without coding, and development man-hours can be reduced.

実施の形態1に係るシステム開発方法を説明するための図である。1 is a diagram for explaining a system development method according to Embodiment 1; FIG. 実施の形態1に係る設計書の画面項目定義シート21を示す図である。FIG. 4 is a diagram showing a screen item definition sheet 21 of a design document according to Embodiment 1; 実施の形態1に係る設計書のリストデータシート22を示す図である。FIG. 3 is a diagram showing a design document list data sheet 22 according to the first embodiment; 実施の形態1に係る設計書のアクション仕様シート23を示す図である。FIG. 4 is a diagram showing an action specification sheet 23 of a design document according to Embodiment 1; FIG. 実施の形態1に係る設計書のオブジェクト制御シート24を示す図である。4 is a diagram showing an object control sheet 24 of a design document according to Embodiment 1; FIG. 実施の形態1に係る設計書2の画面項目転送シート25を示す図である。FIG. 10 is a diagram showing a screen item transfer sheet 25 of the design document 2 according to Embodiment 1; 実施の形態1に係る設計書の帳票項目定義シート31を示す図である。FIG. 3 is a diagram showing a form item definition sheet 31 of a design document according to Embodiment 1; FIG. 実施の形態1に係る設計書の帳票項目転送シート32を示すである。3 shows a form item transfer sheet 32 of a design document according to Embodiment 1. FIG. 実施の形態1に係る開発対象のシステムで表示される画面40の一部を示す概略図である。FIG. 4 is a schematic diagram showing a part of a screen 40 displayed in a system to be developed according to Embodiment 1; 実施の形態1に係る開発対象のシステムで表示される画面40の一部を示す概略図である。FIG. 4 is a schematic diagram showing a part of a screen 40 displayed in a system to be developed according to Embodiment 1; 実施の形態1に係る開発対象のシステムで表示される画面40の一部を示す概略図である。FIG. 4 is a schematic diagram showing a part of a screen 40 displayed in a system to be developed according to Embodiment 1; 実施の形態1に係る開発対象のシステムで表示される画面40の一部を示す概略図である。FIG. 4 is a schematic diagram showing a part of a screen 40 displayed in a system to be developed according to Embodiment 1; 実施の形態1に係る開発対象のシステムで出力される帳票50を示す図である。5 is a diagram showing a form 50 output by the development target system according to the first embodiment; FIG. 実施の形態1に係るシステム開発方法を示すフローチャートである。4 is a flowchart showing a system development method according to Embodiment 1;

実施の形態1.
図1は、実施の形態1に係るシステム開発方法を説明するための図である。本システム開発方法は、所謂ウォーターフォール型開発を踏襲しつつ、設計書2に含まれる設計情報を解析するフレームワーク1を利用することで、開発対象のシステムの機能をノンコーディングで実装するものである。図1に示すように、フレームワーク1は、所定のフォーマットで記載された設計書2から設計情報を読み込んで、画面40及び帳票50を生成し、PC又はサーバー等のコンピュータ10が備えるディスプレイ13上に表示する。なお、フレームワーク1は、帳票50をプリンタに出力し、紙面に印刷してもよい。フレームワーク1は、開発対象のシステムに先立って開発が完了しており、異なる複数の開発対象のシステムに対して利用することができる。開発対象のシステムは、例えば、従業員の保険労務の管理を行うシステムである。
Embodiment 1.
FIG. 1 is a diagram for explaining the system development method according to the first embodiment. This system development method implements the functions of the system to be developed without coding by using the framework 1 that analyzes the design information contained in the design document 2 while following the so-called waterfall type development. be. As shown in FIG. 1, the framework 1 reads design information from a design document 2 described in a predetermined format, generates a screen 40 and a form 50, and displays them on a display 13 of a computer 10 such as a PC or a server. to display. Note that the framework 1 may output the form 50 to a printer and print it on paper. The framework 1 has been developed prior to the system to be developed, and can be used for a plurality of different systems to be developed. The system to be developed is, for example, a system for managing employee insurance labor.

フレームワーク1及び設計書2は、コンピュータ10が備えるROM(Read Only Memory)、フラッシュメモリ等のPROM(Programmable ROM)、又はHDD(Hard Disk Drive)等の記憶装置11に記憶されている。また、フレームワーク1は、コンピュータ10が備えるCPU(Central Processing Unit)等の処理装置12によってプログラムとして実行される。以下において、従来のウォーターフォール型開発と共通する部分の説明は適宜省略し、本システム開発方法の特徴を中心に説明する。 The framework 1 and the design document 2 are stored in a storage device 11 such as a ROM (Read Only Memory) provided in a computer 10, a PROM (Programmable ROM) such as a flash memory, or a HDD (Hard Disk Drive). Also, the framework 1 is executed as a program by a processing device 12 such as a CPU (Central Processing Unit) included in the computer 10 . In the following, the description of the parts common to the conventional waterfall type development will be omitted as appropriate, and the description will focus on the features of this system development method.

開発対象のシステムの画面40及び帳票50の設計情報及び設計方法について、説明する。先ず、画面40の場合について説明する。画面40に対しては、画面項目定義、リストデータ、アクション仕様、オブジェクト制御、チェックルール、及び画面項目転送についての設計が行われる。設計書2には、例えば、表計算ソフトが使用される。そして、上述の各設計が表計算ソフトの1シートに対応するようにまとめられている。以下の説明では、各シートを例えば、画面項目定義シート21のように、設計の種別を付して呼称する。また、各シートで定義される情報を例えば、画面項目定義情報のように、設計の種別を付して呼称する。つまり、設計情報は、各シートで定義される情報の総称、即ち設計書2全体で定義される情報に相当する。各シートは、最上部の行に見出しとして設計項目が記載され、画面項目ごとに設計項目に具体的な値が設計される形式をとっている。 The design information and design method of the screen 40 and the form 50 of the system to be developed will be described. First, the case of the screen 40 will be described. Screen item definitions, list data, action specifications, object control, check rules, and screen item transfer are designed for the screen 40 . For the design document 2, for example, spreadsheet software is used. Each of the above designs is compiled so as to correspond to one sheet of spreadsheet software. In the following description, each sheet is named with a design type, such as screen item definition sheet 21 . Also, information defined in each sheet is named with a design type, such as screen item definition information. In other words, the design information is a generic term for information defined in each sheet, that is, information defined in the design document 2 as a whole. Each sheet has a design item written as a heading in the top row, and has a format in which specific values are designed for the design item for each screen item.

図2は、実施の形態1に係る設計書2の画面項目定義シート21を示す図である。図2に示すように、画面項目定義シート21には、画面項目定義情報として、画面項目のそれぞれに対して、「入出力」~「説明」までの複数の設計項目のうち、任意の設計項目に対して設定が記載されている。これにより、初期画面に配置されるそれぞれの画面項目の定義が行われる。ここで、初期画面とは、後述する何れのアクション仕様情報による制御もかけられていない画面40である。また、画面項目定義シート21では、複数の画面項目のグルーピング、及び非表示の項目の定義等を行うことができる。このように、画面項目の仕様は、所定のレイアウトに限定されず、自由に定義することができる。 FIG. 2 shows the screen item definition sheet 21 of the design document 2 according to the first embodiment. As shown in FIG. 2, the screen item definition sheet 21 contains, as screen item definition information, arbitrary design items among a plurality of design items from "input/output" to "description" for each screen item. The settings are listed for As a result, each screen item arranged on the initial screen is defined. Here, the initial screen is the screen 40 that is not controlled by any action specification information described later. Also, in the screen item definition sheet 21, it is possible to group a plurality of screen items, define non-display items, and the like. In this way, screen item specifications are not limited to a predetermined layout and can be freely defined.

画面項目定義シート21の「『リストデータ』《項目転送》」は、他のシートを参照する設計項目である。「『リストデータ』《項目転送》」は、該当する画面項目に対して、リストデータ情報、又は画面項目転送情報による制御をかける場合に記載される。P1で示すように「『』」で囲まれた場合はリストデータシート22を参照する。P1は、後述するリストデータシート22のP4と対応している。また、P2で示すように「《》」で囲まれた場合は後述する画面項目転送シート25を参照する。P2は、画面項目転送シート25のP11と対応している。 "'List data' <<item transfer>>" in the screen item definition sheet 21 is a design item that refers to another sheet. "'List data' <<item transfer>>" is described when controlling a corresponding screen item by list data information or screen item transfer information. As indicated by P1, the list data sheet 22 is referred to when enclosed in quotation marks. P1 corresponds to P4 in the list data sheet 22, which will be described later. If the item is surrounded by "<>>" as indicated by P2, refer to the screen item transfer sheet 25, which will be described later. P2 corresponds to P11 of the screen item transfer sheet 25 .

図3は、実施の形態1に係る設計書2のリストデータシート22を示す図である。図3に示すように、リストデータシート22には、リストデータ情報として、画面項目の入力候補となるリストが記載される。P3には「帳票種別」というコンボボックスの入力候補のリストとして「空白」「2:氏名変更届」「3:資格喪失届・区分変更届」及び「4:転出届」が記載されている。また、P4及びP5では、「喪失原因・被保険者区分変更表示」というコンボボックスにおいて、入力候補の表示を分けられるように設計されている。入力候補の表示を分ける条件については、後述するアクション仕様シート23で設計される。 FIG. 3 is a diagram showing the list data sheet 22 of the design document 2 according to the first embodiment. As shown in FIG. 3, the list data sheet 22 describes a list of input candidates for screen items as list data information. P3 lists "Blank", "2: Name Change Notification", "3: Qualification Loss Notification/Classification Change Notification", and "4: Moving Out Notification" as a list of input candidates for the combo box "Form type". In addition, P4 and P5 are designed so that the display of input candidates can be divided in the combo box "display of loss cause/insured person classification change". Conditions for dividing the display of input candidates are designed in an action specification sheet 23, which will be described later.

図4は、実施の形態1に係る設計書2のアクション仕様シート23を示す図である。図4に示すように、アクション仕様シート23では、アクション仕様情報として、イベントの発生タイミングごとに「処理内容」「オブジェクト制御」又は「『リストデータ』《項目転送》」等の設計項目が記載されている。イベントは、画面項目を特定の「値」の「項目」に変更(「Change」)すること、又は画面項目をクリック(「Click」)すること等のふるまいを意味する。「処理内容」、「オブジェクト制御」又は「『リストデータ』《項目転送》」は、アクションに相当する。 FIG. 4 is a diagram showing the action specification sheet 23 of the design document 2 according to the first embodiment. As shown in FIG. 4, on the action specification sheet 23, as action specification information, design items such as "processing content", "object control", or "'list data' <<item transfer>>" are described for each event occurrence timing. ing. An event means behavior such as changing a screen item to an "item" of a specific "value" ("Change") or clicking a screen item ("Click"). "Processing content", "object control" or "'list data' <<item transfer>>" corresponds to an action.

フレームワーク1にノンコーディングでの処理を行わせる場合「処理内容」を「-」と記載し、且つ「オブジェクト制御」又は「『リストデータ』《項目転送》」を記載する。「オブジェクト制御」は「名称」及び「制御詳細」の組み合わせが一致するオブジェクト制御シート24の制御内容を参照する。P6では「帳票種別」を「2:氏名変更届」に変更した場合の「オブジェクト制御」の「名称」及び「制御詳細」の組み合わせとして「帳票種別」且つ「氏名変更届」が記載されている。P6は、後述するオブジェクト制御シート24のP10と対応している。 If the framework 1 is to perform non-coding processing, enter "-" in "processing content" and enter "object control" or "'list data' <<item transfer>>". "Object control" refers to the control content of the object control sheet 24 that matches the combination of "name" and "control details". P6 describes "form type" and "name change report" as a combination of "name" and "control details" of "object control" when "form type" is changed to "2: name change report". . P6 corresponds to P10 of the object control sheet 24, which will be described later.

また、画面項目定義シート21での説明と同様にアクション仕様シート23の「『リストデータ』《項目転送》」は、他のシートを参照する設計項目である。「『リストデータ』《項目転送》」は、該当する画面項目に対して、リストデータ情報、又は画面項目転送情報による制御をかける場合に記載される。P7及びP8で示すように「『』」で囲まれた場合はリストデータシート22を参照する。P7では「帳票種別」を「2:氏名変更届」に変更した場合の「『リストデータ』」として「『喪失原因・被保険者区分変更表示(氏名変更)』」が記載されている。また、P8では「帳票種別」を「3:資格喪失届・区分変更届」に変更した場合の「『リストデータ』」として「『喪失原因・被保険者区分変更表示(資格喪失届・区分変更)』」が記載されている。P7及びP8は、リストデータシート22のP4及びP5に対応している。また、P9で示すように「《》」で囲まれた場合は画面項目転送シート25を参照する。P9では「帳票種別」を「3:資格喪失届・区分変更届」に変更した場合の「《項目転送》」として「《職業安定所》」が記載されている。 As in the screen item definition sheet 21, "'list data' <<item transfer>>" in the action specification sheet 23 is a design item that refers to another sheet. "'List data' <<item transfer>>" is described when controlling a corresponding screen item by list data information or screen item transfer information. As indicated by P7 and P8, the list data sheet 22 is referred to when enclosed in quotation marks. On P7, "'Cause of Loss/Change of Insured Person's Classification (Change of Name)'" is entered as "'List Data'" when the 'Form Type' is changed to '2: Name Change Report'. In addition, on page 8, when you change the "Form type" to "3: Notification of loss of eligibility/change of classification", "'List data'" will be "'Indication of cause of loss/change of insured person's classification (Notification of loss of eligibility/change of classification )” is described. P7 and P8 correspond to P4 and P5 of the list data sheet 22; Also, when the item is surrounded by "<>>" as shown in P9, the screen item transfer sheet 25 is referred to. On page 9, "<<Employment Security Office>>" is described as "<<Item transfer>>" when "Form type" is changed to "3: Notification of disqualification/report of classification change".

図5は、実施の形態1に係る設計書2のオブジェクト制御シート24を示す図である。図5に示すように、オフジェクト制御シートでは、オブジェクト制御情報として、アクション仕様シート23の「オブジェクト制御」の「名称」及び「制御詳細」の組み合わせごとに、それぞれの画面項目の表示形態が記載される。表示形態としては、画面項目が表示状態の際の活性又は非活性、及び非表示状態を設定する。また、表示形態が無変換であることも設定することができる。無変換は、該当のオブジェクト制御がかけられる直前の表示形態から変更を行わないことを意味する。P10には、アクション仕様シート23の「オブジェクト制御」において「名称」が「帳票種別」であり、且つ「制御詳細」が「氏名変更届」である場合の画面項目の表示形態が記載されている。この場合、例えば「離職年月日、転勤の年月日等」が非活性となり「被保険者氏名」、「喪失原因・被保険者区分変更表示」及び「変更後氏名」等が活性となっている。 FIG. 5 is a diagram showing the object control sheet 24 of the design document 2 according to the first embodiment. As shown in FIG. 5, in the object control sheet, the display form of each screen item is described for each combination of "name" and "control details" of "object control" of the action specification sheet 23 as object control information. be done. As the display mode, active or inactive when the screen item is in the display state, and a non-display state are set. It is also possible to set the display format to be non-convertible. No conversion means that the display form immediately before the corresponding object control is applied is not changed. P10 describes the display format of the screen items when the "name" is "form type" and the "control details" is "name change notification" in "object control" of the action specification sheet 23. . In this case, for example, "date of separation from employment, date of transfer, etc." becomes inactive, while "name of insured person", "indication of change in cause of loss/insured person category" and "name after change" become active. ing.

図6は、実施の形態1に係る設計書2の画面項目転送シート25を示す図である。図6に示すように、画面項目転送シート25では、データベース(以下は、DBと称する)のマッピングに関する設計が上部の表25aに記載されている。なお、このDBは、開発対象における業務処理に関する情報が登録されたものである。また、下部の表25bには、転送元の画面項目、DB又はファイルから転送先の画面項目、DB、又はファイルへ情報が転送される際に行なわれる編集処理について記載されている。つまり、画面項目転送シート25には、画面項目、DB項目、及びファイル項目(XMLファイル、EXCELファイル)を相互で転送するための情報が記載されている。画面項目転送シート25では、これらの組み合わせのうち、転送先が画面項目である場合の画面項目転送情報が記載されている。画面項目転送情報として、P11には、「雇用保険事業者番号」という画面項目の入力内容として「事業者雇用保険番号」及び「関連NO.」に対して、所定の桁数ごとに「-」及び「:」といった記号を付す編集処理が示されている。P12には「職業安定所」という画面項目の入力内容として「職業安定所コード」の左から2文字目までを抽出する編集処理が示されている。 FIG. 6 is a diagram showing the screen item transfer sheet 25 of the design document 2 according to the first embodiment. As shown in FIG. 6, in the screen item transfer sheet 25, a table 25a at the top describes a design relating to database (hereinafter referred to as DB) mapping. In addition, this DB is a database in which information related to business processing in the development target is registered. Table 25b at the bottom describes editing processing performed when information is transferred from a transfer source screen item, DB, or file to a transfer destination screen item, DB, or file. That is, the screen item transfer sheet 25 describes information for mutual transfer of screen items, DB items, and file items (XML file, EXCEL file). The screen item transfer sheet 25 describes screen item transfer information when the transfer destination is a screen item among these combinations. As the screen item transfer information, P11 shows "-" for each predetermined number of digits for "employer's employment insurance number" and "related No." as the input contents of the screen item "employment insurance business number". , and edit processing with symbols such as ":". P12 shows editing processing for extracting the second character from the left of the "employment security office code" as the input contents of the screen item "employment security office".

次に、帳票50の場合について説明する。帳票50の設計情報には、帳票項目定義、及び帳票項目転送が含まれる。設計書2としての記載方式は、画面40の場合と同様である。また、各シートを例えば、帳票項目定義シート31のように、設計の種別を付して呼称し、各シートで定義される情報を例えば、帳票項目定義情報のように、設計の種別を付して呼称する点も画面40の場合と同様である。 Next, the case of the form 50 will be described. The design information of the form 50 includes the form item definition and the form item transfer. The description method as the design document 2 is the same as that of the screen 40 . Further, each sheet is named with a design type, such as a form item definition sheet 31, and the information defined in each sheet is named with a design type, such as form item definition information. It is the same as the case of the screen 40 in that it is referred to as .

図7は、実施の形態1に係る設計書2の帳票項目定義シート31を示す図である。図7に示すように、帳票項目定義シート31には、帳票項目定義情報として、帳票項目のそれぞれに対して、複数の設計項目のうち、任意の設計項目に対する設定が記載されている。これにより、それぞれの帳票項目の定義が行われる。また、帳票項目定義シート31では、複数の帳票項目のグルーピングを行うことができる。このように、帳票項目の仕様は、所定のレイアウトに限定されず、自由に定義することができる。 FIG. 7 is a diagram showing the form item definition sheet 31 of the design document 2 according to the first embodiment. As shown in FIG. 7, the form item definition sheet 31 describes settings for arbitrary design items among a plurality of design items for each form item as form item definition information. As a result, each form item is defined. Also, in the form item definition sheet 31, a plurality of form items can be grouped. In this way, the specification of the form item is not limited to a predetermined layout and can be freely defined.

図8は、実施の形態1に係る設計書2の帳票項目転送シート32を示すである。図8に示すように、帳票項目転送シート32では、DBのマッピングに関する設計が上部の表32aに記載されている。また、下部の表32bには、転送元の画面項目、DB、又はファイルから転送先の帳票項目、DB、又はファイルへの転送の際に行なわれる編集処理について記載されている。つまり、帳票項目転送シート32には、画面項目、帳票項目、DB項目、及びファイル項目(XMLファイル、EXCELファイル)を相互で転送するための情報が記載されている。帳票項目転送シート32では、これらの組み合わせのうち、転送先が帳票項目である場合の帳票項目転送情報が記載されている。帳票項目転送情報として、P13には、「被保険者氏名」という帳票項目の表示内容として「被保険者の氏名(姓)」と「被保険者の氏名(名)」との間に、空白(□)を付す編集処理が示されている。 FIG. 8 shows the form item transfer sheet 32 of the design document 2 according to the first embodiment. As shown in FIG. 8, in the form item transfer sheet 32, the design relating to DB mapping is described in the upper table 32a. In addition, the table 32b at the bottom describes the editing process performed when transferring from the transfer source screen item, DB, or file to the transfer destination form item, DB, or file. That is, the form item transfer sheet 32 describes information for mutual transfer of screen items, form items, DB items, and file items (XML file, EXCEL file). The form item transfer sheet 32 describes the form item transfer information when the transfer destination is the form item among these combinations. As the form item transfer information, on page 13, there is a blank between the "insured person's name (surname)" and the "insured person's name (given name)" as the display contents of the form item "insured person's name". Editing processes marked with (□) are shown.

ここで、フレームワーク1の機能について説明する。フレームワーク1は、設計書2から抽出した設計情報を解析することで、画面40及び帳票50を出力する。フレームワーク1が設計情報を抽出及び解析する方法自体は、特に限定されるものではない。上述のように、設計書2の各シートは所定のフォーマットで記載されている。このため、フレームワーク1は、各シートのフォーマットに従って記載された設計情報を参照することで動作する。ここで、設計情報に基づく画面40及び帳票50の表示内容を説明する。先ず、画面40の場合について、説明する。なお、以下の説明では、フレームワーク1は、図2~図6で示された設計書2に基づいて、画面40を出力する場合を例としている。 Here, functions of the framework 1 will be described. The framework 1 outputs a screen 40 and a form 50 by analyzing design information extracted from the design document 2 . The method itself by which the framework 1 extracts and analyzes design information is not particularly limited. As described above, each sheet of design document 2 is described in a predetermined format. Therefore, the framework 1 operates by referring to design information described according to the format of each sheet. Here, the display contents of the screen 40 and the form 50 based on the design information will be explained. First, the case of screen 40 will be described. In the following description, the framework 1 outputs the screen 40 based on the design document 2 shown in FIGS. 2 to 6 as an example.

図9は、実施の形態1に係る開発対象のシステムで表示される画面40の一部を示す概略図である。図9で示された画面40は、フレームワーク1が図2の画面項目定義シート21に記載された画面項目定義情報を取得し、取得した画面項目定義情報に基づき、各画面項目を初期画面に表示する。 FIG. 9 is a schematic diagram showing a part of the screen 40 displayed in the development target system according to the first embodiment. The screen 40 shown in FIG. 9 is obtained by the framework 1 acquiring the screen item definition information described in the screen item definition sheet 21 shown in FIG. indicate.

図10は、実施の形態1に係る開発対象のシステムで表示される画面40の一部を示す概略図である。図10は、初期画面において「帳票種別」という画面項目にリストデータが表示された状態を拡大して示している。図10の「帳票種別」を例にして、初期画面におけるリストデータの実装について説明する。 FIG. 10 is a schematic diagram showing part of the screen 40 displayed in the system to be developed according to the first embodiment. FIG. 10 shows an enlarged state in which list data is displayed in the screen item "form type" on the initial screen. Using the "form type" in FIG. 10 as an example, implementation of list data on the initial screen will be described.

先ず、フレームワーク1は、図2の画面項目定義シート21を読み込んだ結果「帳票種別」の「『リストデータ』《項目転送》」として『帳票種別』(P1)を取得する。次に、フレームワーク1は、「帳票種別」に『リストデータ』が設定されていることから、図3のリストデータシート22を参照する。そして、フレームワーク1は、リストデータシート22の「帳票種別」(P3)に記載された「空白」「2:氏名変更届」「3:資格喪失届・区分変更届」及び「4:転出届」というリストデータを取得し、これらのリストデータを「帳票種別」の入力候補として表示する。このように、フレームワーク1が画面項目定義情報、及びリストデータ情報を処理することで、初期画面におけるレイアウトの自由度が向上している。 First, the framework 1 reads the screen item definition sheet 21 of FIG. 2 and acquires "form type" (P1) as "'list data' <<item transfer>>" of the "form type". Next, the framework 1 refers to the list data sheet 22 in FIG. 3, since "list data" is set in the "form type". Then, the framework 1 applies the "blank", "2: Notification of change of name", "3: Notification of loss of eligibility/class change notification", and "4: Notification of moving out" described in "Document type" (P3) of the list data sheet 22. , and these list data are displayed as input candidates for "form type". In this manner, the framework 1 processes screen item definition information and list data information, thereby improving the degree of freedom in layout on the initial screen.

図11は、実施の形態1に係る開発対象のシステムで表示される画面40の一部を示す概略図である。図11は、初期画面において「雇用保険事業者番号」という画面項目に画面項目転送の結果が表示された状態を拡大して示している。図11の「雇用保険事業者番号」を例にして、初期画面における画面項目転送の実装について説明する。 FIG. 11 is a schematic diagram showing part of the screen 40 displayed in the development target system according to the first embodiment. FIG. 11 shows an enlarged view of the initial screen in which the result of screen item transfer is displayed in the screen item "employment insurance company number". Using the "employment insurance company number" in FIG. 11 as an example, implementation of screen item transfer on the initial screen will be described.

先ず、フレームワーク1は、図2の画面項目定義シート21を読み込んだ結果「雇用保険事業者番号」の「『リストデータ』《項目転送》」として《雇用保険事業者番号》』(P2)を取得する。次に、フレームワーク1は「雇用保険事業者番号」に《項目転送》が設定されていることから、図6の画面項目転送シート25を参照する。そして、フレームワーク1は、図11に示すように、画面項目転送シート25の「雇用保険事業者番号」(P11)に記載されたとおり、転送元のテーブルから情報を取得した情報に対して、所定の桁数ごとに「-」及び「:」といった記号を付す編集処理を行い「雇用保険事業者番号」の入力内容として表示する。このように、フレームワーク1が画面項目定義情報、及び画面項目転送情報を処理することで、初期画面において様々な種類の表示内容を表示させることができるため、初期画面におけるレイアウトの自由度が向上している。 First, the framework 1 reads the screen item definition sheet 21 of FIG. get. Next, the framework 1 refers to the screen item transfer sheet 25 in FIG. Then, as shown in FIG. 11, the framework 1, as described in the "employment insurance company number" (P11) of the screen item transfer sheet 25, for the information acquired from the transfer source table, Edit processing is performed to add symbols such as "-" and ":" to each predetermined number of digits, and the result is displayed as the input content of the "employment insurance company number". In this way, the framework 1 processes the screen item definition information and the screen item transfer information, so that various types of display contents can be displayed on the initial screen, so the layout flexibility on the initial screen is improved. is doing.

図12は、実施の形態1に係る開発対象のシステムで表示される画面40の一部を示す概略図である。図12は、画面項目にオブジェクト制御が行われた状態を拡大して示している。図12を例にして、イベント発生時におけるオブジェクト制御の実装について説明する。 FIG. 12 is a schematic diagram showing part of the screen 40 displayed in the development target system according to the first embodiment. FIG. 12 shows an enlarged state in which object control is performed on screen items. Using FIG. 12 as an example, implementation of object control when an event occurs will be described.

先ず、フレームワーク1は、図4のアクション仕様シート23を読み込んだ結果「帳票種別」を「2:氏名変更届」に変更した場合の「オブジェクト制御」の「名称」及び「制御詳細」の組み合わせとして「帳票種別」且つ「氏名変更届」(P6)を取得する。次に、フレームワーク1は、「帳票種別」の「処理内容」が「-」であり「オブジェクト制御」が記載されていることから、図5のオブジェクト制御シート24を参照する。そして、フレームワーク1は、図12に示すように、オブジェクト制御シート24の「帳票種別」及び「氏名変更届」(P10)に記載されたとおり「離職年月日、転勤の年月日等」を非活性とし「被保険者氏名」「喪失原因・被保険者区分変更表示」及び「変更後氏名」等を活性する。 First, the framework 1 reads the action specification sheet 23 of FIG. , the "form type" and "name change notification" (P6) are obtained. Next, the framework 1 refers to the object control sheet 24 of FIG. 5 because the "process content" of the "form type" is "-" and "object control" is described. Then, as shown in FIG. 12, the framework 1, as described in the "form type" and "name change notification" (P10) of the object control sheet 24, "date of separation from work, date of transfer, etc." is deactivated, and "insured person name", "indication of loss cause/insured person classification change", and "name after change" are activated.

また、画面の例は図示しないが、イベント発生時におけるリストデータの実装についても説明する。先ず、フレームワーク1は、図4のアクション仕様シート23を読み込んだ結果「帳票種別」を「2:氏名変更届」に変更した場合の「『リストデータ』《項目転送》」として「『喪失原因・被保険者区分変更表示(氏名変更)』(P7)を取得する。次に、フレームワーク1は「帳票種別」の「処理内容」が「-」であり、『リストデータ』が記載されていることから、図3のリストデータシート22を参照する。そして、フレームワーク1は、リストデータシート22の「喪失原因・被保険者区分変更表示(氏名変更)」(P4)に記載された「空白」、「1:婚姻による変更」、「2:離婚による変更」及び「9:その他」というリストデータを取得し、これらのリストデータを「喪失原因・被保険者区分変更表示」の入力候補として表示する。 Although an example screen is not shown, implementation of list data when an event occurs will also be described. First, the framework 1 reads the action specification sheet 23 of FIG.・Insured person classification change display (name change)” (P7) Next, in framework 1, the “process content” of the “form type” is “-” and the “list data” is entered. Therefore, reference is made to list data sheet 22 in FIG. Framework 1 is based on the "blank", "1: change due to marriage", and "2: divorce Acquire list data of "Change due to change" and "9: Others", and display these list data as input candidates for "Display of loss cause/insured person classification change".

同様に、先ず、フレームワーク1は、図4のアクション仕様シート23を読み込んだ結果「帳票種別」を「3:資格喪失届・区分変更届」に変更した場合の「『リストデータ』《項目転送》」として「『喪失原因・被保険者区分変更表示(資格喪失届・区分変更届)』(P8)を取得する。次に、フレームワーク1は「帳票種別」の「処理内容」が「-」であり、『リストデータ』が記載されていることから、図3のリストデータシート22を参照する。そして、フレームワーク1は、リストデータシート22の「喪失原因・被保険者区分変更表示(資格喪失届・区分変更届)」(P5)に記載された「空白」、「1:離職以外の理由」、「2:3及び6以外の離職・被保険者区分変更」、「3:事業者の都合による離職」及び「6:65歳定年等」というリストデータを取得し、これらのリストデータを「喪失原因・被保険者区分変更表示」の入力候補として表示する。 Similarly, first, the framework 1 reads the action specification sheet 23 in FIG. >>”, acquires “‘Cause of Loss/Indication of Change in Insured Person Classification (Notification of Disqualification/Notice of Classification Change)” (P8). , and "list data" is described, the list data sheet 22 in FIG. 3 is referred to. Framework 1 is based on the “Blank” and “1: Reasons other than separation from employment” described in the “Cause of Loss/Change of Insured Person Classification (Notification of Loss of Qualification/Notice of Classification Change)” (P5) of List Data Sheet 22. ”, “2: Job separation/insured person classification change other than 3 and 6”, “3: Job separation due to business reasons”, and “6: Retirement age of 65, etc.” It is displayed as an input candidate for "display of loss cause/insured person classification change".

このように、フレームワーク1は「喪失原因・被保険者区分変更表示」というコンボボックスにおいて「帳票種別」という他の画面項目の入力内容に応じて、入力候補の表示を分けることができる。 In this way, the framework 1 can sort the display of input candidates in the combo box "display cause of loss/insured person classification change" according to the input contents of another screen item "form type".

また、画面の例は図示しないが、イベント発生時における画面項目転送の実装についても説明する。先ず、フレームワーク1は、図4のアクション仕様シート23を読み込んだ結果「雇用保険事業者番号」の「『リストデータ』《項目転送》」という設計項目として《職業安定所》』(P9)を取得する。次に、フレームワーク1は「処理内容」が「-」であり「雇用保険事業者番号」に《項目転送》が設定されていることから、図6の画面項目転送シート25を参照する。そして、フレームワーク1は、画面項目転送シート25の「職業安定所」(P12)に記載されたとおり、転送元のテーブルから取得した情報に対して、左から2文字目までを抽出するように編集処理を行い「職業安定所」の入力内容として表示する。 Although an example of a screen is not shown, implementation of screen item transfer when an event occurs will also be described. First, the framework 1 reads the action specification sheet 23 of FIG. get. Next, in the framework 1, the "process content" is "-" and the "employment insurance company number" is set to <<item transfer>>, so the screen item transfer sheet 25 in FIG. 6 is referred to. Then, as described in "Employment Security Office" (P12) of the screen item transfer sheet 25, the framework 1 extracts the second character from the left of the information acquired from the transfer source table. Edit processing is performed and displayed as the input content of "Employment Security Office".

次に、帳票50の場合について、説明する。図13は、実施の形態1に係る開発対象のシステムで出力される帳票50を示す図である。図13は「雇用保険資格喪失届」という帳票50を示している。図13に示すように、フレームワーク1は、図7の帳票項目定義シート31に記載された帳票項目定義情報を取得し、取得した帳票項目定義情報に基づき、各帳票項目を帳票50上に表示する。 Next, the case of the form 50 will be explained. FIG. 13 is a diagram showing a form 50 output by the development target system according to the first embodiment. FIG. 13 shows a form 50 called "notification of loss of eligibility for employment insurance". As shown in FIG. 13, the framework 1 acquires the form item definition information described in the form item definition sheet 31 of FIG. 7, and displays each form item on the form 50 based on the acquired form item definition information. do.

また、フレームワーク1は、図8の帳票項目転送シート32を読み込んだ結果、転送元のテーブルから取得した情報に編集処理を行い、帳票50に表示する。図13のP14に示すように、帳票項目転送シート32の「被保険者氏名」(P13)に記載されたとおり、転送元のテーブルから情報を取得した「被保険者の氏名(姓)」と「被保険者の氏名(名)」との間に、空白(□)を付す編集処理が行われている。 Also, the framework 1 reads the form item transfer sheet 32 of FIG. As shown in P14 of FIG. 13, as described in "Name of insured person" (P13) of the report item transfer sheet 32, "Name of insured person (last name)" obtained from the transfer source table is Editing processing is performed to put a blank (□) between it and the “name of the insured person”.

図14は、実施の形態1に係るシステム開発方法を示すフローチャートである。従来の開発方法において、例えば、オブジェクト制御の実装にあたっては、プログラム設計、及びプログラム開発・試験の実施という工程が必要であった。また、他のプログラム、及びシステムとの結合試験を行う必要がある。これに対し、本システム開発方法では、図14に示すように、システム基本設計工程において、設計書2に設計情報を記載した後(S1)、設計書2の設計情報をフレームワーク1に読み込ませる(S2)。これにより、フレームワーク1が駆動し、開発対象のシステムが動作する。そして、システム基本設計に対応するシステムテストを行う(S3)ことで、開発対象のシステムの品質を担保することができる。このように、本システム開発方法によれば、上記の設計内容に対応するソースの生産を行わないため、プログラム設計、プログラム開発・試験、及び結合試験を省略することができる。 14 is a flowchart showing a system development method according to Embodiment 1. FIG. In the conventional development method, for example, when implementing object control, the steps of program design and program development/testing were required. Also, it is necessary to conduct an integration test with other programs and systems. On the other hand, in this system development method, as shown in FIG. (S2). As a result, the framework 1 is driven and the system under development operates. By performing a system test corresponding to the system basic design (S3), the quality of the system to be developed can be ensured. As described above, according to this system development method, since the source corresponding to the design contents is not produced, program design, program development/test, and integration test can be omitted.

以上説明したように、実施の形態1のシステム開発方法によれば、フレームワーク1が設計情報を設計書2から読み込むことで、ノンコーディングでのシステムの実装ができ、開発工数を削減することができる。また、品質を維持しつつ、テスト工数を削減することができる。更に、設計情報の変更を即座にシステムに反映させ、システム開発の生産性を向上させることができる。 As described above, according to the system development method of Embodiment 1, the framework 1 reads the design information from the design document 2, so that the system can be implemented without coding, and the development man-hours can be reduced. can. In addition, it is possible to reduce the number of test man-hours while maintaining quality. Furthermore, changes in design information can be immediately reflected in the system, improving productivity in system development.

以上が本開示の実施の形態の説明であるが、本開示は、上記の実施の形態の構成に限定されるものではなく、その技術的思想の範囲内で様々な変形または組み合わせが可能である。例えば、フレームワーク1は、設計情報を設計書2から直接読み込む構成でなくてもよい。この場合、例えば、設計情報を設計情報DBに登録し、フレームワーク1が設計情報DBから設計情報を読み込むようにしてもよい。設計情報DBへの登録は、例えば、専用の定義ツールが使用される。定義ツールは、所定のフォーマットで記載された設計書2から設計情報を抽出し、設計情報DBに登録するものである。 The above is a description of the embodiments of the present disclosure, but the present disclosure is not limited to the configurations of the above embodiments, and various modifications and combinations are possible within the scope of the technical idea. . For example, the framework 1 does not have to be configured to read the design information directly from the design document 2 . In this case, for example, the design information may be registered in the design information DB, and the framework 1 may read the design information from the design information DB. For registration in the design information DB, for example, a dedicated definition tool is used. The definition tool extracts design information from the design document 2 written in a predetermined format and registers it in the design information DB.

また、実施の形態1において、フレームワーク1が解析して、ノンコーディングでの制御を行う対象としている設計情報の一部を省略するようにしてもよい。フレームワーク1は、画面項目定義、帳票項目定義、リストデータ、画面項目転送、帳票項目転送、又はアクション仕様及びオブジェクト制御の少なくとも1つを設計情報として、解析すればよい。いずれの設計情報を解析するようにした場合でも、システムの一部をノンコーディングで実装でき、開発工数の削減を実現することができる。 Further, in Embodiment 1, the framework 1 may analyze and omit part of the design information targeted for non-coding control. The framework 1 may analyze at least one of screen item definition, form item definition, list data, screen item transfer, form item transfer, or action specification and object control as design information. Even if any design information is analyzed, a part of the system can be implemented without coding, and a reduction in development man-hours can be realized.

また、設計書2上の記載だけでなく、設計の補助として種々のツールを用いるようにしてもよい。例えば、画面項目定義の設計にあたり、専用の画面ビジュアルエディタを用いるようにしてもよい。画面ビジュアルエディタは、要件定義、システム基本設計において、実際の画面イメージを確認しつつ、画面レイアウトの設計を行うことができるWYSIWYGエディタである。帳票50の場合も、同様に、専用のエディタを用いるようにしてもよい。 In addition to the description on the design document 2, various tools may be used as design aids. For example, in designing screen item definitions, a dedicated screen visual editor may be used. The screen visual editor is a WYSIWYG editor that can design the screen layout while confirming the actual screen image in requirements definition and system basic design. A dedicated editor may also be used for the form 50 as well.

もっとも、フレームワーク1の解析対象は、設計書2に含まれる設計情報のみとしなくてもよい。例えば、画面項目の表示位置等の情報を設計書2以外のファイルからフレームワーク1に読み込ませるようにしてもよい。また、例えば、アクション仕様シート23の処理内容が「-」以外の処理については、処理内容をコメントとしたスケルトンのソースコードを作成するようにしてもよい。スケルトンのソースコードは、開発者によって必要部分がコーディングされ、フレームワーク1に読み込まれる。 However, the analysis target of the framework 1 does not have to be limited to the design information included in the design document 2 . For example, information such as the display position of screen items may be read into the framework 1 from a file other than the design document 2 . Further, for example, for processing other than "-" in the action specification sheet 23, a skeleton source code may be created with the processing content as a comment. A necessary portion of the skeleton source code is coded by the developer and read into the framework 1 .

1 フレームワーク、2 設計書、10 コンピュータ、11 記憶装置、12 処理装置、13 ディスプレイ、21 画面項目定義シート、22 リストデータシート、23 アクション仕様シート、24 オブジェクト制御シート、25 画面項目転送シート、25a 表、25b 表、31 帳票項目定義シート、32 帳票項目転送シート、32a 表、32b 表、40 画面、50 帳票。 1 framework, 2 design document, 10 computer, 11 storage device, 12 processing device, 13 display, 21 screen item definition sheet, 22 list data sheet, 23 action specification sheet, 24 object control sheet, 25 screen item transfer sheet, 25a Table, 25b Table, 31 Form Item Definition Sheet, 32 Form Item Transfer Sheet, 32a Table, 32b Table, 40 Screen, 50 Form.

本開示に係るシステム開発方法は、メモリが、設計情報が記載された設計書を記憶する工程と、フレームワークが設計情報をメモリに記憶された設計書から読み込む工程と、フレームワークが設計情報に基づいてテストのために開発対象のシステムの画面または帳票を生成する工程と、を備え、設計情報は、複数の設計項目のうち、任意の設計項目の設定を行うことで、画面項目を定義する画面項目定義情報、複数の設計項目のうち、任意の設計項目の設定を行うことで、帳票項目を定義する帳票項目定義情報、画面項目の入力候補として表示されるリストを定義するリストデータ情報、画面項目を表示する際の編集処理を定義する画面項目転送情報、帳票項目を表示する際の編集処理を定義する帳票項目転送情報、又はイベントの発生タイミングごとに、画面項目のアクションを定義するアクション仕様情報、及びアクションとして、画面項目の表示形態を定義するオブジェクト制御情報、の少なくとも1つを含む。 A system development method according to the present disclosure includes a step of storing a design document in which design information is described in a memory , a step of reading the design information from the design document stored in the memory by the framework, and a step of reading the design information from the design document stored in the memory . and a step of generating a screen or a form of the system to be developed for testing based on the design information, and the design information defines the screen items by setting arbitrary design items among the plurality of design items. screen item definition information, form item definition information that defines form items by setting arbitrary design items among multiple design items, list data information that defines lists displayed as input candidates for screen items, Screen item transfer information that defines editing processing when displaying screen items, form item transfer information that defines editing processing when displaying form items, or actions that define screen item actions for each event occurrence timing At least one of specification information and object control information defining the display form of screen items is included as an action.

Claims (6)

設計情報が記載された設計書を作成する工程と、
フレームワークが前記設計情報を前記設計書から読み込む工程と、を備え、
前記設計情報は、
複数の設計項目のうち、任意の前記設計項目の設定を行うことで、画面項目を定義する画面項目定義情報、
複数の設計項目のうち、任意の前記設計項目の設定を行うことで、帳票項目を定義する帳票項目定義情報、
前記画面項目の入力候補として表示されるリストを定義するリストデータ情報、
前記画面項目を表示する際の編集処理を定義する画面項目転送情報、
前記帳票項目を表示する際の編集処理を定義する帳票項目転送情報、又は
イベントの発生タイミングごとに、前記画面項目のアクションを定義するアクション仕様情報、及び前記アクションとして、前記画面項目の表示形態を定義するオブジェクト制御情報、の少なくとも1つを含む
システム開発方法。
A process of creating a design document containing design information;
a framework reading the design information from the design document;
The design information is
screen item definition information for defining a screen item by setting any of the design items among a plurality of design items;
Form item definition information for defining a form item by setting an arbitrary design item among a plurality of design items;
list data information that defines a list displayed as input candidates for the screen item;
screen item transfer information that defines editing processing when displaying the screen item;
Form item transfer information that defines the editing process when displaying the form item, or action specification information that defines the action of the screen item for each event occurrence timing, and the display format of the screen item as the action defining object control information.
前記設計情報は、
前記アクション仕様情報、及び前記アクション仕様情報で定義された前記アクションとしての前記リストデータ情報を含む
請求項1に記載のシステム開発方法。
The design information is
The system development method according to claim 1, further comprising the action specification information and the list data information as the action defined by the action specification information.
前記設計情報は、
前記アクション仕様情報、及び前記アクション仕様情報で定義された前記アクションとしての前記画面項目転送情報を含む
請求項1に記載のシステム開発方法。
The design information is
2. The system development method according to claim 1, further comprising the action specification information and the screen item transfer information as the action defined by the action specification information.
前記設計情報は、
前記画面項目定義情報、及び前記リストデータ情報を含み、
初期画面のレイアウトは、前記画面項目定義情報、及び前記リストデータ情報に基づいて自由に設計される
請求項1に記載のシステム開発方法。
The design information is
including the screen item definition information and the list data information,
2. The system development method according to claim 1, wherein the layout of the initial screen is freely designed based on the screen item definition information and the list data information.
前記設計情報は、
前記画面項目定義情報、及び前記画面項目転送情報を含み、
初期画面のレイアウトは、前記画面項目定義情報、及び前記画面項目転送情報に基づいて自由に設計される
請求項1に記載のシステム開発方法。
The design information is
including the screen item definition information and the screen item transfer information,
2. The system development method according to claim 1, wherein the layout of the initial screen is freely designed based on the screen item definition information and the screen item transfer information.
前記設計書から前記設計情報を設計情報DBに登録する工程を更に備え、
前記フレームワークは前記設計情報DBを介して、前記設計情報を読み込む
請求項1~5の何れか1項に記載のシステム開発方法。
further comprising a step of registering the design information from the design document in a design information DB;
6. The system development method according to claim 1, wherein said framework reads said design information via said design information DB.
JP2021044463A 2021-03-18 2021-03-18 System development method Pending JP2022143770A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021044463A JP2022143770A (en) 2021-03-18 2021-03-18 System development method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021044463A JP2022143770A (en) 2021-03-18 2021-03-18 System development method

Publications (1)

Publication Number Publication Date
JP2022143770A true JP2022143770A (en) 2022-10-03

Family

ID=83454274

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021044463A Pending JP2022143770A (en) 2021-03-18 2021-03-18 System development method

Country Status (1)

Country Link
JP (1) JP2022143770A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0895768A (en) * 1994-09-21 1996-04-12 Hitachi Ltd Automatic program generating method using data item component
JP2003058370A (en) * 2001-08-10 2003-02-28 Alpha:Kk Source code generation system
JP2010205190A (en) * 2009-03-06 2010-09-16 Isera:Kk User-led application construction technique needing no program development and prototype model configured by fundamental business processing
JP2011187011A (en) * 2010-03-11 2011-09-22 Fujitsu Ltd Input device, input support method, and computer program
JP2012208664A (en) * 2011-03-29 2012-10-25 Japan Research Institute Ltd Integrated management system for software design/operation
JP2013008237A (en) * 2011-06-24 2013-01-10 Fujitsu Ltd Related information extraction program, related information extraction method and related information extraction apparatus
JP2015148925A (en) * 2014-02-06 2015-08-20 株式会社 日立産業制御ソリューションズ Program generation device and method
JP2018036721A (en) * 2016-08-29 2018-03-08 株式会社沖データ Information processing device and information processing system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0895768A (en) * 1994-09-21 1996-04-12 Hitachi Ltd Automatic program generating method using data item component
JP2003058370A (en) * 2001-08-10 2003-02-28 Alpha:Kk Source code generation system
JP2010205190A (en) * 2009-03-06 2010-09-16 Isera:Kk User-led application construction technique needing no program development and prototype model configured by fundamental business processing
JP2011187011A (en) * 2010-03-11 2011-09-22 Fujitsu Ltd Input device, input support method, and computer program
JP2012208664A (en) * 2011-03-29 2012-10-25 Japan Research Institute Ltd Integrated management system for software design/operation
JP2013008237A (en) * 2011-06-24 2013-01-10 Fujitsu Ltd Related information extraction program, related information extraction method and related information extraction apparatus
JP2015148925A (en) * 2014-02-06 2015-08-20 株式会社 日立産業制御ソリューションズ Program generation device and method
JP2018036721A (en) * 2016-08-29 2018-03-08 株式会社沖データ Information processing device and information processing system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"中身は同じでも、設定次第で見せ方いろいろ エクセル「表示形式」の勘所", 日経PC21, vol. 第11巻, 第3号, JPN7022001923, 1 February 2006 (2006-02-01), JP, pages 58 - 73, ISSN: 0004889309 *

Similar Documents

Publication Publication Date Title
JP4693466B2 (en) Report check device, report creation device, storage medium, program
US8667410B2 (en) Method, system and computer program product for transmitting data from a document application to a data application
US20060184918A1 (en) Test manager
US20090125875A1 (en) Method for manufacturing a final product of a target software product
CN110968997B (en) Strong controllable document generation method and device, storage medium and electronic equipment
CN110110985B (en) Production recording method and recording device
CA2672764A1 (en) System and method for translation processing
CN110096688B (en) Production process recording method and device based on flow chart and table
JP3577400B2 (en) System design equipment and data warehouse design system
US20090100426A1 (en) Methods and systems of reconciling sources of print job processing information in a print processing environment
JP2022143770A (en) System development method
KR20190101555A (en) System for automatically inspecting document
WO2006071368A2 (en) System and method for information encapsulation for providing multiple deliverable formats from one information source
US11861302B2 (en) AUF XML specification compiler
JP2023145001A (en) Information processing device and image processing program
JP6551082B2 (en) Test support apparatus, test support method, and test support program
JP5322872B2 (en) Payroll formula creation system
JP2008158727A (en) Electronic business form system
JP2007128520A (en) Method and system for generating manual
JP4957043B2 (en) Information processing apparatus, program, and business application introduction method
JP3345522B2 (en) Program development support device using data item parts
JP7544263B2 (en) Information processing device, information processing method, and program
JP7445555B2 (en) Document navigation device, document navigation method, and document navigation program
BE1019809A3 (en) TOOL FOR DESIGNING A DOCUMENT FLOW PROCESS
JP2007034806A (en) Information processor and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210318

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220426

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220621

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20221004

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20221205

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230123

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230509

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20231031