JPH1049355A - Development support method for business application programs that operate screens - Google Patents

Development support method for business application programs that operate screens

Info

Publication number
JPH1049355A
JPH1049355A JP8209564A JP20956496A JPH1049355A JP H1049355 A JPH1049355 A JP H1049355A JP 8209564 A JP8209564 A JP 8209564A JP 20956496 A JP20956496 A JP 20956496A JP H1049355 A JPH1049355 A JP H1049355A
Authority
JP
Japan
Prior art keywords
screen
application program
program
development
developed
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
JP8209564A
Other languages
Japanese (ja)
Inventor
Masami Yamamoto
正己 山本
Takao Konishi
貴生 小西
Toshimasa Nakahara
俊政 中原
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
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP8209564A priority Critical patent/JPH1049355A/en
Publication of JPH1049355A publication Critical patent/JPH1049355A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

(57)【要約】 【課題】画面操作による業務実行を実現するアプリケー
ションプログラムの開発に際して、実際にプログラムを
開発することなく、開発するプログラムの操作感や仕様
についての検証を可能にし、仕様が確定した時点での定
義情報をもとにアプリケーションプログラムのソースコ
ードを自動生成することによって、プログラム開発後の
手戻り作業をなくし、開発効率を向上する。 【解決手段】表示する各画面の表示時の操作によって発
生する種々のイベントコードと、各コードに対応する表
示動作とを予め画面遷移ファイルに記述しておき、この
ファイルの記述通りに操作に対応した画面表示動作を実
行する。
(57) [Abstract] [Problem] When developing an application program that realizes business execution by screen operation, it is possible to verify the operational feeling and specifications of the program to be developed without actually developing the program, and the specification is fixed By automatically generating the source code of the application program based on the definition information at the time of the execution, the rework work after the program development is eliminated, and the development efficiency is improved. Kind Code: A1 Abstract: Various event codes generated by an operation at the time of displaying each screen to be displayed and a display operation corresponding to each code are previously described in a screen transition file, and the operation is performed as described in the file. Executes the screen display operation.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、義務実行用のアプ
リケーションプログラム開発支援に関し、特に、画面操
作による業務を行うためのアプリケーションプログラム
開発支援に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to an application program development support for duty execution, and more particularly, to an application program development support for performing business by operating a screen.

【0002】[0002]

【従来の技術】近年、大型コンピュータで行なってきた
業務システムをコストのかからないパーソナルコンピュ
ータ上で実現しようとする事業者が増えている。こうし
た市場ニーズを獲得するため、業務システム構築用のア
プリケーションプログラム開発支援ツールが数多く市販
されている。この種の開発支援ツールは、画面の作成機
能と、アプリケーションプログラム実行時の画面入出力
制御機能を提供してはいるが、こうした機能を利用した
アプリケーションプログラムがどのように動作するか
は、実際にアプリケーションプログラムを開発してみな
いとわからない。このため、例えば特開平06−196
53号に記載されているように、アプリケーション実行
時には当然画面上に表示されるであろうデータを予め定
義しておいて、この定義データを画面上に貼り付けて表
示することで、実際のアプリケーションプログラムを実
行した場合の表示イメージを把握できるようにするなど
の工夫をしている。また、アプリケーションプログラム
そのものの開発については、画面作成時に様々な定義を
行うことで、部分的なソースコーディングを提供する開
発ツールも存在するが、開発してみて気に入らなければ
画面定義から再度やり直しとなり、開発着手以前にアプ
リケーションの動作をイメージすることはできない。こ
の点については、特開平05−2477号に記載されて
いるように、種々の情報を参照しながらアプリケーショ
ンプログラムを対話的に開発することによって、開発後
になって不備が出ないような開発方法を採るなどして開
発し直しという事態を避けている。
2. Description of the Related Art In recent years, an increasing number of businesses have been trying to realize business systems that have been performed on large computers on personal computers at low cost. In order to meet such market needs, many application program development support tools for building business systems are commercially available. Although this type of development support tool provides a screen creation function and a screen input / output control function when executing an application program, how the application program using these functions actually works I do not know unless I develop an application program. For this reason, for example, Japanese Patent Application Laid-Open No. 06-196
As described in No. 53, data that would be naturally displayed on the screen when the application is executed is defined in advance, and this definition data is pasted and displayed on the screen, thereby realizing the actual application. The idea is to be able to grasp the display image when the program is executed. Also, there are development tools that provide partial source coding by developing various definitions when creating screens for the application program itself, but if you do not like it after developing, you will have to start over from the screen definition again, It is not possible to imagine the behavior of an application before starting development. Regarding this point, as described in Japanese Patent Application Laid-Open No. 05-2477, by developing an application program interactively with reference to various information, a development method that does not cause inadequacy after the development is developed. We avoid the situation of re-development by taking it.

【0003】[0003]

【発明が解決しようとする課題】従来の開発支援ツール
や、その不備を補うための種々の技術は、業務実行用の
アプリケーションプログラム開発前に、作成した画面の
操作によってどのような表示動作が起こるのかを確認す
る手段がないため、実際にアプリケーションプログラム
を開発してみないとその操作感や仕様の検証ができず、
検証の結果不具合があった場合にはアプリケーションプ
ロクラムを開発し直さなければならないという問題があ
った。
The conventional development support tools and various techniques for compensating for the deficiencies are what kind of display operation occurs by operating the created screen before developing the application program for business execution. Because there is no way to check whether the application is operational, the operational feeling and specifications cannot be verified unless an application program is actually developed.
If there is a problem as a result of the verification, there is a problem that the application program must be re-developed.

【0004】本発明の目的は、業務実行用のアプリケー
ションプログラムの開発において、アプリケーションプ
ログラムを開発せずに、予め定義された通りにアプリケ
ーションプログラムをデモンストレーションすることに
よって、実行時のイメージを把握する手段を提供し、こ
の手段の利用によって、プログラム開発後に開発者とユ
ーザの認識の違いから発生する類の手戻り作業をなくす
こと、及び画面操作に関わるソースコーディングの自動
生成によって開発工数の削減を図ることにある。
An object of the present invention is to provide a means for grasping an image at the time of execution by developing an application program for business execution by demonstrating the application program in a predefined manner without developing the application program. Provide and use this means to eliminate the kind of rework that occurs due to the difference between the developer and the user's recognition after program development, and to reduce the number of development steps by automatically generating source code related to screen operations It is in.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するた
め、本発明では画面遷移条件ファイルを設け、画面の遷
移条件を記述しておく媒体として利用する。アプリケー
ションプログラム開発者は、開発支援ツールを使って作
成した画面について、その画面を表示した時の操作によ
って発生する種々のイベントコードと、各コードに対応
する表示動作とを予めこの画面遷移条件ファイルに記述
しておく。デモンストレーション機能の実行指示があっ
た場合は、このファイルを入力し、速やかに最初に定義
された画面を表示した後、画面遷移条件ファイルの記述
内容に従って、操作に対応した画面表示を実行する。
In order to achieve the above object, the present invention provides a screen transition condition file, which is used as a medium for describing screen transition conditions. For the screen created using the development support tool, the application program developer preliminarily stores in the screen transition condition file various event codes generated by the operation when the screen is displayed and the display operation corresponding to each code. Write it down. When an instruction to execute the demonstration function is issued, the user inputs this file, promptly displays the first defined screen, and executes a screen display corresponding to the operation according to the description contents of the screen transition condition file.

【0006】アプリケーションプログラム開発者は、開
発支援ツールを使って作成した複数の画面について、画
面毎のイベントコードとその対応動作を画面遷移条件フ
ァイルに箇条書きするだけで、これから開発を行うアプ
リケーションプログラムの動作を開発前に実体験でき
る。また、この段階で動作に問題があれば、画面遷移条
件ファイルの記述を書き換えるだけで動作の変更ができ
るため、アプリケーションプログラム開発前に開発する
アプリケーションプログラムの修正まで行なえる。アプ
リケーションプログラム開発者は、動作の問題が全て解
決した時点で、この時の画面遷移条件ファイルからアプ
リケーションプログラムのソースコードを自動生成する
ことによって、開発後の不備・不具合によるプログラム
修正にかかる工数を削減できる。
[0006] The application program developer simply lists the event codes and the corresponding operations for each of a plurality of screens created using the development support tool in the screen transition condition file. You can actually experience the operation before development. In addition, if there is a problem with the operation at this stage, the operation can be changed only by rewriting the description of the screen transition condition file, so that the application program to be developed before the application program can be modified. The application program developer reduces the man-hours required to correct the program due to deficiencies and defects after development by automatically generating the source code of the application program from the screen transition condition file at the time when all the operation problems are resolved it can.

【0007】[0007]

【発明の実施の形態】以下、本発明の一実施例について
図面により詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below in detail with reference to the drawings.

【0008】図1は本発明を適用した業務アプリケーシ
ョン開発の一実施例のシステム構成である。図1におい
て、10はプログラム開発者、20はディスプレイ装
置、30はウィンドウシステム、40は開発支援ツー
ル、50は画面ファイル、60は画面遷移条件ファイ
ル、70は業務アプリケーションプログラムである。
FIG. 1 shows a system configuration of an embodiment of business application development to which the present invention is applied. In FIG. 1, 10 is a program developer, 20 is a display device, 30 is a window system, 40 is a development support tool, 50 is a screen file, 60 is a screen transition condition file, and 70 is a business application program.

【0009】開発支援ツール40は従来より画面作成機
能41、及び画面入出力制御機能42を有しており、業
務アプリケーションプログラム70で使用する各種画面
を作成し、作成した画面を使用したアプリケーションプ
ログラム実行時の画面入出力制御を行っていた。本発明
利用のために、開発支援ツール40はこの他に画面遷移
条件ファイル作成機能43、デモンストレーション機能
44、及び業務アプリケーションの自動生成機能45を
有している。画面遷移条件ファイル作成機能43は、プ
ログラム開発者10に対して、作成した画面を表示した
際に行う入力操作によってプログラムがどう動作するか
を定義させ、画面遷移条件ファイル60を作成する機能
である。画面遷移条件ファイル60は、作成された画面
毎に画面表示の際に発生するイベントコードとイベント
コードに対応して行われる動作が、動作対応表61に記
述されており、デモンストレーション機能44での動作
指示書となる。デモンストレーション機能44は、プロ
グラム開発者10からの動作指示によって起動され、画
面遷移条件ファイル60を入力して指示された画面を表
示し、操作を待って動作対応表61に記述された対応に
従って動作を行う機能である。動作の実施には、画面入
出力制御機能42を利用する。また、業務アプリケーシ
ョン自動生成機能45は、デモンストレーション機能4
4での動作が満足できるものとなった時に、画面遷移条
件ファイル60から業務アプリリケーションプログラム
70を自動生成する機能である。
The development support tool 40 conventionally has a screen creation function 41 and a screen input / output control function 42, creates various screens used in the business application program 70, and executes an application program using the created screen. Screen input / output control at the time. In order to use the present invention, the development support tool 40 further includes a screen transition condition file creation function 43, a demonstration function 44, and an automatic generation function 45 of a business application. The screen transition condition file creation function 43 is a function that allows the program developer 10 to define how the program operates by an input operation performed when the created screen is displayed, and creates the screen transition condition file 60. . In the screen transition condition file 60, an event code generated at the time of screen display for each created screen and an operation performed in response to the event code are described in an operation correspondence table 61. Instructions. The demonstration function 44 is activated by an operation instruction from the program developer 10, inputs the screen transition condition file 60, displays the specified screen, waits for an operation, and performs an operation according to the correspondence described in the operation correspondence table 61. Function to perform. The operation is performed using the screen input / output control function 42. In addition, the business application automatic generation function 45 has the demonstration function 4
4 is a function for automatically generating the business application program 70 from the screen transition condition file 60 when the operation in Step 4 becomes satisfactory.

【0010】次に、本システムによる業務アプリケーシ
ョンプログラムの開発の流れを図2のフローチャートに
従って説明する。図2はプログラム開発者10が、開発
するアプリケーションプログラムの動作仕様を検討しな
がらプログラムソースを作成するまでの流れを示したも
のである。
Next, the flow of development of a business application program by the present system will be described with reference to the flowchart of FIG. FIG. 2 shows a flow until the program developer 10 creates a program source while examining the operation specifications of the application program to be developed.

【0011】プログラム開発者10は、開発する業務ア
プリケーションプログラムの仕様を検討する(ステップ
101)。検討結果をもって開発グループ内、及びプロ
グラムユーザとの打合わせを実施して仕様決定の判断を
し(ステップ102)、未決なら再度検討、決定ならば
開発支援ツール40の画面作成機能41を利用して、業
務アプリケーションで使用する画面の作成作業に入る
(ステップ103)。画面作成が終了したら、画面遷移
条件ファイル作成機能43を利用し、決定した仕様に従
って画面遷移条件ファイル60を作成し(ステップ10
4)、デモンストレーション機能44を実行して(ステ
ップ105)操作感・仕様の検証を行なう(ステップ1
06)。この際、プログラムユーザにもこの機能を利用
してもらい十分な検証を行なっておくことで、プログラ
ム開発後にユーザクレームによってプログラムを作り直
す必要がないようにしておく。検証の結果が満足のいく
ものであれば、ここで初めて業務アプリケーション自動
生成機能45を利用して、この時点の画面遷移条件ファ
イル60から業務アプリケーションプログラム70を自
動生成する(ステップ108)。なお、自動生成される
業務アプリケーションプログラム70は、画面操作に関
する機能しか有していないため、DBアクセスなどの追
加機能があれば、生成されたソースコードに対して機能
追加を行う必要がある(ステップ109)。一方、操作
感・仕様の検証(ステップ106)で不備・不具合が露
呈した場合には、業務アプリケーションプログラム70
を生成せず、問題の原因を究明した上(ステップ10
7)、原因の作りこみ工程にさかのぼって、仕様検討
(ステップ101)、画面の作成(ステップ103)、
または遷移条件ファイルの作成(ステップ104)から
やり直す。
The program developer 10 examines the specifications of the business application program to be developed (step 101). Based on the result of the examination, a meeting is held with the development group and the program user to determine the specification (step 102). If the decision is not made, the specification is examined again. The process of creating a screen used in the business application is started (step 103). When the screen creation is completed, the screen transition condition file 60 is created according to the determined specification by using the screen transition condition file creation function 43 (step 10).
4), the demonstration function 44 is executed (Step 105) to verify the operational feeling and specifications (Step 1).
06). At this time, the program user uses this function to perform sufficient verification so that it is not necessary to re-create the program by a user claim after the program is developed. If the verification results are satisfactory, the business application program 70 is automatically generated from the screen transition condition file 60 at this time by using the business application automatic generation function 45 for the first time (step 108). Since the business application program 70 that is automatically generated has only functions related to screen operations, if there are additional functions such as DB access, it is necessary to add functions to the generated source code (step 109). On the other hand, if any deficiencies or defects are revealed in the verification of the operational feeling / specifications (step 106), the business application program 70
Is not generated and the cause of the problem is determined (step 10
7), going back to the process of creating the cause, examining the specifications (step 101), creating the screen (step 103),
Alternatively, the process is repeated from the creation of the transition condition file (step 104).

【0012】次に、画面遷移条件ファイル60を利用し
て行うデモンストレーション機能44の詳細について図
3のデータフローに従って説明する。図3はプログラム
開発者10が、デモンストレーション機能44を使用し
た場合の具体例を示したものである。図3において、2
01は起動指示、202は画面操作、203は画面入出
力制御機能42からのイベントコード、204はデモン
ストレーション機能44からの動作指示である。
Next, the details of the demonstration function 44 performed using the screen transition condition file 60 will be described with reference to the data flow of FIG. FIG. 3 shows a specific example when the program developer 10 uses the demonstration function 44. In FIG. 3, 2
01 is a start instruction, 202 is a screen operation, 203 is an event code from the screen input / output control function 42, and 204 is an operation instruction from the demonstration function 44.

【0013】プログラム開発者10の起動指示201に
より起動されたデモンストレーション機能44は、画面
遷移条件ファイル60を読み込んで、動作対応表61の
先頭に記述されている画面1を表示するよう画面入出力
制御機能42に対して動作指示204を発行する。画面
入出力制御機能42は指示に従って画面ファイル50か
ら画面を取り出して表示する。表示画面に対してプログ
ラム開発者10がボタン押下の画面操作202を行う
と、この操作情報は、画面入出力制御機能42を経由し
てイベントコード203としてデモンストレーション機
能44に‘A001’が通知される。デモンストレーシ
ョン機能44は受け取ったイベントコードを動作対応表
61と照らし合わせ、該当する動作指示204を画面入
出力制御機能42に渡す。以降、この流れで画面操作に
対する動作を行い、動作対応表61にある終了動作に対
応する画面操作があった場合に、デモンストレーション
機能44は終了する。
The demonstration function 44 activated by the activation instruction 201 of the program developer 10 reads the screen transition condition file 60 and controls the screen input / output to display the screen 1 described at the head of the operation correspondence table 61. An operation instruction 204 is issued to the function 42. The screen input / output control function 42 takes out the screen from the screen file 50 according to the instruction and displays it. When the program developer 10 performs a screen operation 202 of pressing a button on the display screen, this operation information is notified to the demonstration function 44 as “A001” as an event code 203 via the screen input / output control function 42. . The demonstration function 44 compares the received event code with the operation correspondence table 61 and passes the corresponding operation instruction 204 to the screen input / output control function 42. Thereafter, an operation for a screen operation is performed according to this flow, and when there is a screen operation corresponding to the end operation in the operation correspondence table 61, the demonstration function 44 ends.

【0014】[0014]

【発明の効果】以上説明したように、本発明によれば、
アプリケーションプログラム開発前にある程度の動作仕
様の不具合を発見・修正することができるため、アプリ
ケーションプログラム開発後の不良修正・仕様変更にか
かる工数を削減でき、アプリケーションプログラムの開
発の効率を大幅に向上することができる。
As described above, according to the present invention,
Because it is possible to find and correct some defects in operation specifications before application program development, it is possible to reduce the man-hours required for defect correction and specification change after application program development, and to greatly improve the efficiency of application program development. Can be.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例を示すシステム構成図であ
る。
FIG. 1 is a system configuration diagram showing an embodiment of the present invention.

【図2】図1における業務アプリケーションプログラム
開発の流れを示すフローチャートである。
FIG. 2 is a flowchart showing a flow of business application program development in FIG.

【図3】デモンストレーション機能の具体例を示す図で
ある。
FIG. 3 is a diagram showing a specific example of a demonstration function.

【符号の説明】 10…プログラム開発者、 20…ディスプレイ装置、 30…ウィンドウシステム、 40…開発支援ツール、 50…画面ファイル、 60…画面遷移条件ファイル、 70…業務アプリケーションプログラム、 41…画面作成機能、 42…画面入出力制御機能、 43…画面遷移条件ファイル作成機能、 44…デモンストレーション機能、 45…業務アプリケーションの自動生成機能、 61…動作対応表、 201…起動指示、 202…画面操作、 203…イベントコード、 204…動作指示。[Description of Signs] 10: Program developer, 20: Display device, 30: Window system, 40: Development support tool, 50: Screen file, 60: Screen transition condition file, 70: Business application program, 41: Screen creation function 42, screen input / output control function, 43, screen transition condition file creation function, 44, demonstration function, 45, business application automatic generation function, 61, operation correspondence table, 201, start instruction, 202, screen operation, 203, Event code, 204: Operation instruction.

フロントページの続き (72)発明者 小西 貴生 神奈川県横浜市中区尾上町6丁目81番地日 立ソフトウェアエンジニアリング株式会社 内 (72)発明者 中原 俊政 神奈川県横浜市戸塚区戸塚町5030番地株式 会社日立製作所ソフトウェア開発本部内Continuing on the front page (72) Inventor Takao Konishi 6-81 Onoe-cho, Naka-ku, Yokohama-shi, Kanagawa Prefecture Within Hitachi Software Engineering Co., Ltd. Hitachi, Ltd. Software Development Division

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】画面操作による業務実行を実現するアプリ
ケーションプログラムの開発に際して、開発支援ツール
として画面の作成とアプリケーションプログラム実行時
の画面入力を制御する機能を有するソフトウェアを利用
する場合において、このソフトウェアで作成した複数の
画面一つ一つについての画面表示時のキー操作やボタン
操作と、その操作に対してアプリケーションプログラム
で何を行うか(別の画面を表示する、あるいは処理を終
了する)といった動作情報を予め定義しておき、この定
義情報通りに画面表示動作をデモンストレーションする
ことで、実際にアプリケーションプログラムを開発する
ことなく、開発されたアプリケーションプログラムの操
作感や仕様の検証を可能にし、以ってアプリケーション
プログラム開発後の仕様変更による手戻り作業をなくし
てプログラム開発者の負担を軽減することを特徴とする
画面の表示動作方法。
In developing an application program for realizing business execution by screen operation, when using software having a function of controlling screen creation and screen input during execution of the application program as a development support tool, this software is used. Key operations and button operations for displaying each of multiple created screens, and actions such as what to do with the application program for that operation (display another screen or end processing) By defining information in advance and demonstrating the screen display operation according to this definition information, it is possible to verify the operational feeling and specifications of the developed application program without actually developing the application program. After application program development Display method of operation of the screen, characterized in that it eliminates the rework by design changes to reduce the burden of the program developers.
【請求項2】請求項1記載の表示動作方法によって、開
発するアプリケーションプログラムの操作感や仕様につ
いての十分な検証を行い、検証の結果アプリケーション
プログラムの開発に着手することが決定した場合に、決
定した表示動作を定義していた定義情報を入力として、
この表示動作を行うアプリケーションプログラムのソー
スコードを自動生成することで、プログラム開発を容易
にし、プログラム開発者の負担を軽減することを特徴と
する開発支援方法。
2. A display operation method according to claim 1, wherein sufficient verification is performed on the operational feeling and specifications of the application program to be developed, and when it is determined that the application program is to be developed as a result of the verification, the determination is made. Input the definition information that defines the display operation
A development support method characterized by facilitating program development and automatically reducing the burden on a program developer by automatically generating the source code of an application program that performs this display operation.
JP8209564A 1996-08-08 1996-08-08 Development support method for business application programs that operate screens Pending JPH1049355A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8209564A JPH1049355A (en) 1996-08-08 1996-08-08 Development support method for business application programs that operate screens

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8209564A JPH1049355A (en) 1996-08-08 1996-08-08 Development support method for business application programs that operate screens

Publications (1)

Publication Number Publication Date
JPH1049355A true JPH1049355A (en) 1998-02-20

Family

ID=16574926

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8209564A Pending JPH1049355A (en) 1996-08-08 1996-08-08 Development support method for business application programs that operate screens

Country Status (1)

Country Link
JP (1) JPH1049355A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007287025A (en) * 2006-04-19 2007-11-01 Nec Corp Method and apparatus for creating screen transition program
JP2009093462A (en) * 2007-10-10 2009-04-30 Nec Corp Unit test apparatus, unit test method, and unit test program
JP2012083865A (en) * 2010-10-07 2012-04-26 Fujitsu Ltd Operation screen design support program, operation screen design support device and operation screen design support method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007287025A (en) * 2006-04-19 2007-11-01 Nec Corp Method and apparatus for creating screen transition program
JP2009093462A (en) * 2007-10-10 2009-04-30 Nec Corp Unit test apparatus, unit test method, and unit test program
JP2012083865A (en) * 2010-10-07 2012-04-26 Fujitsu Ltd Operation screen design support program, operation screen design support device and operation screen design support method
US8701011B2 (en) 2010-10-07 2014-04-15 Fujitsu Limited Computer-readable storage medium, apparatus, and method for supporting operation screen design

Similar Documents

Publication Publication Date Title
US7093199B2 (en) Design environment to facilitate accessible software
US20010039552A1 (en) Method of reducing the size of a file and a data processing system readable medium for performing the method
US7665014B2 (en) Method and apparatus for generating forms using form types
US20030081002A1 (en) Method and system for chaining and extending wizards
US20060200767A1 (en) Automatic user interface updating in business processes
JPH1049355A (en) Development support method for business application programs that operate screens
US20060236253A1 (en) Dialog user interfaces for related tasks and programming interface for same
JPH06348766A (en) Method and device for incorporating tool
JPH08314760A (en) Program development support device
JP2002169686A (en) Parameter tuning system
US6418482B1 (en) Reference attributes within an object-oriented system
JP2720768B2 (en) Program customization equipment
US20080046822A1 (en) Apparatus and method for interactive user software interface design
Bardon et al. Crafting the compelling user experience
JP2924080B2 (en) Logic simulation support system
JP2973906B2 (en) Character user interface device
JPH0454635A (en) Administrative processing method
JPH04294424A (en) Interactive screen controller for computer system
JPH1021062A (en) Visual programming apparatus and method
JP2001027946A (en) Screen information output method of interactive program system
JPH052477A (en) Graphical user interface creation method
JPH0916383A (en) Application development method and device
JPH1021191A (en) Command history management device for information processing device
JPH11175327A (en) Information processor, information processing method and computer readable recording medium recording information processing program
JP2000131194A (en) Vehicle diagnostic program creation device and vehicle diagnostic device