KR100352500B1 - Method for automation of form controls generation - Google Patents

Method for automation of form controls generation Download PDF

Info

Publication number
KR100352500B1
KR100352500B1 KR1019990031400A KR19990031400A KR100352500B1 KR 100352500 B1 KR100352500 B1 KR 100352500B1 KR 1019990031400 A KR1019990031400 A KR 1019990031400A KR 19990031400 A KR19990031400 A KR 19990031400A KR 100352500 B1 KR100352500 B1 KR 100352500B1
Authority
KR
South Korea
Prior art keywords
program
application software
server
sub
screen
Prior art date
Application number
KR1019990031400A
Other languages
Korean (ko)
Other versions
KR20010011839A (en
Inventor
손주찬
백종명
Original Assignee
한국전산원
한국전자통신연구원
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 한국전산원, 한국전자통신연구원 filed Critical 한국전산원
Priority to KR1019990031400A priority Critical patent/KR100352500B1/en
Publication of KR20010011839A publication Critical patent/KR20010011839A/en
Application granted granted Critical
Publication of KR100352500B1 publication Critical patent/KR100352500B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/06Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
    • G06F3/0601Interfaces specially adapted for storage systems
    • G06F3/0668Interfaces specially adapted for storage systems adopting a particular infrastructure
    • G06F3/067Distributed or networked storage systems, e.g. storage area networks [SAN], network attached storage [NAS]
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/02Networking aspects

Abstract

본 발명은 소프트웨어 개발자가 업무 프로그램을 개발할 때, 화면의 데이터 표시부(이하 화면 컨트롤이라 함.)를 정의하여 화면 컨트롤에 데이터를 출력하기 위하여 일일이 데이터베이스의 데이터 저장 테이블로부터 데이터를 읽어오는 프로그램을 개별적으로 코딩하지 아니하고, 데이터를 읽어오는 프로그램을 미리 정의하여 공용으로 사용할 수 있도록 하는 자동화된 화면 컨트롤 생성 시스템 및 그 방법을 제공하는데 그 목적이 있다.According to the present invention, when a software developer develops a work program, the program is individually read from a data storage table of a database in order to define a data display unit (hereinafter referred to as a screen control) of a screen and output data to the screen control. It is an object of the present invention to provide an automated screen control generation system and method for defining a program that reads data without coding, so that the program can be used in common.

본 발명에 따르면, 응용 소프트웨어 저장 서버로부터 데이터 저장 테이블의 정보가 입력되면, 해당 컬럼을 추출하는 프로그램을 작성하고, 프로그램의 출력 내용을 정의하는 제 1 단계와; 상기 제 1 단계에서 작성된 프로그램의 관련 테이블 이름을 인자로 응용 소프트웨어 저작 서버에게 전달하여 저장하는 제 2 단계와; 상기 제 2 단계에서 저장한 인자를 추출하여 상기 응용 소프트웨어 저장 서버에 프로그램과 데이터 저장 테이블과의 관계 정보를 등록하고, 프로그램 테이블에 상기 프로그램 정보를 등록하는 제 3 단계와; 데이터를 얻고자 하는 데이터 저장 테이블과 관계가 맺어진 프로그램의 정보를 상기 응용 소프트웨어 저작 서버로부터 입력받아 화면 컨트롤 데이터 출력부를 자동 생성하는 제 4 단계를 포함하여 이루어진 것을 특징으로 하는 자동화된 화면 컨트롤 생성 방법이 제공된다.According to the present invention, if information of a data storage table is input from an application software storage server, a first step of creating a program for extracting a corresponding column and defining output contents of the program; A second step of transmitting and storing the relevant table name of the program created in the first step as an argument to the application software authoring server; Extracting the parameters stored in the second step to register relationship information between a program and a data storage table in the application software storage server, and registering the program information in a program table; And a fourth step of receiving information of a program associated with a data storage table to obtain data from the application software authoring server and automatically generating a screen control data output unit. Is provided.

Description

자동화된 화면 컨트롤 생성 방법 { Method for automation of form controls generation }{Method for automation of form controls generation}

본 발명은 응용 소프트웨어를 신속하게 개발할 수 있도록 소프트웨어 개발 환경을 지원하는 RAD(Rapid Application Development) 도구에서 개발자가 데이터베이스에 연관된 업무 화면을 쉽게 개발 할 수 있고, 데이터베이스의 데이터 저장 테이블로부터 데이터를 쉽게 얻어 오고 갱신할 수 있는 기능을 제공하여 기업 업무용 응용 소프트웨어를 빠르게 개발할 수 있게 하는 자동화된 화면 컨트롤 생성 시스템 및 그 방법에 관한 것이다.The present invention enables developers to easily develop a business screen associated with a database in a rapid application development (RAD) tool that supports a software development environment to rapidly develop application software, and easily obtains data from a data storage table of a database. The present invention relates to an automated screen control generation system and a method for providing an updateable function to rapidly develop an enterprise business application software.

종래의 비쥬얼(Visual) 방식의 응용 소프트웨어 개발 도구들은 클라이언트(Client)와 서버(Server)로 구성되는 2 계층 구조를 기반으로 운영되고 있으며, 응용 소프트웨어 작성, 특히, 화면 컨트롤에 데이터를 출력하기 위하여, 화면 컨트롤을 화면에 생성(드로잉)한 후에, 데이터베이스의 데이터 저장 테이블로부터 데이터를 취득하는 프로그램을 작성하여 화면 컨트롤에 출력하게 된다.Conventional visual application software development tools are operated based on a two-layer structure consisting of a client and a server, and in order to write application software, in particular, to output data to a screen control, After creating (drawing) the screen control on the screen, a program for acquiring data from the data storage table of the database is created and output to the screen control.

이 때, 소프트웨어 개발자는 화면 컨트롤에 데이터를 출력하기 위하여, 서버에 위치하는 데이터베이스의 데이터 저장 테이블로부터 데이터를 취득하는 프로그램을 일일이 작성하여야 하고, 복잡한 프로그램일 경우에는 프로그램 시간이 많이 소요되고, 각각의 개발자가 동일한 데이터를 취득하는 프로그램을 작성하는 경우에도 서로 다른 데이터 취득 방법을 프로그래밍 할 수 있어, 응용 소프트웨어 오류의 가능성도 많아지게 되는 문제점이 있었다.At this time, in order to output data to the screen control, the software developer must write a program that acquires data from a data storage table of a database located on a server. In the case of a complex program, the program takes a lot of time. Even when a developer writes a program that acquires the same data, different data acquisition methods can be programmed, which increases the possibility of application software errors.

본 발명은 앞서 설명한 바와 같은 종래 기술의 문제점을 해결하기 위하여 안출된 것으로서, 화면에 화면 컨트롤을 생성하고 데이터베이스의 데이터 저장 테이블로부터 데이터를 취득하여 이를 화면 컨트롤에 데이터를 출력하기 위하여, 화면별로 일일이 프로그램을 작성하지 않더라도 화면의 내부 구조 속에 데이터가 화면 컨트롤에 출력될 수 있는 맵(Map) 구조체를 내장하여 개발자가 최대한 편리하게 화면을 개발할 수 있는 기능을 제공하는 자동화된 화면 컨트롤 생성 시스템 및 그 방법에 관한 것이다.The present invention has been made to solve the problems of the prior art as described above, in order to generate a screen control on the screen, to obtain data from the data storage table of the database and to output the data to the screen control, the program individually for each screen Automated screen control generation system and method that provides a function that enables developers to develop the screen as conveniently as possible by embedding map structure that data can be output to the screen control even though the internal structure of the screen is not written. It is about.

도 1은 본 발명의 일 실시예에 따른 서버 프로그램의 출력 정보를 이용한 자동화된 화면 컨트롤 생성 시스템의 구성을 나타낸 구성도이고,1 is a block diagram illustrating a configuration of an automated screen control generation system using output information of a server program according to an embodiment of the present invention.

도 2는 본 발명의 일 실시예에 따른 서버 프로그램의 출력 정보를 이용한 자동화된 화면 컨트롤 생성 방법의 흐름을 나타낸 흐름도이다.2 is a flowchart illustrating a method of generating an automated screen control using output information of a server program according to an exemplary embodiment of the present invention.

♠ 도면의 주요부분에 대한 부호의 설명 ♠♠ Explanation of symbols on the main parts of the drawing ♠

1 : 프로그램 작성기 2 : 화면 작성기1: Program Builder 2: Screen Builder

3 : 응용 소프트웨어 저작 서버 4 : 응용 소프트웨어 저장소3: application software authoring server 4: application software repository

5 : 응용 소프트웨어 실행기 6 : 응용 소프트웨어 실행 서버5: application software launcher 6: application software run server

앞서 설명한 바와 같은 목적을 달성하기 위한 본 발명에 따르면, 화면 처리를 담당하는 프리젠테이션 서버, 화면으로부터 요청을 받아 데이터를 처리하는 프로그램 실행을 담당하는 응용 소프트웨어 실행 서버, 화면 및 프로그램 작성기를 통하여 프로그램을 생성하는 응용 소프트웨어 저작 서버 및 상기 응용 소프트웨어 실행 서버로부터 데이터의 조회, 삭제, 갱신 요청을 받아 이를 실행하는 응용 소프트웨어 저장 서버를 포함하여 구성된 응용 시스템의 화면 컨트롤 생성 방법에 있어서, 상기 응용 소프트웨어 저장 서버로부터 데이터 저장 테이블의 정보가 입력되면, 해당 컬럼을 추출하는 프로그램을 작성하고, 프로그램의 출력 내용을 정의하는 제 1 단계와; 상기 제 1 단계에서 작성된 프로그램의 관련 테이블 이름을 인자로 상기 응용 소프트웨어 저작 서버에게 전달하여 저장하는 제 2 단계와; 상기 제 2 단계에서 저장한 인자를 추출하여 상기 응용 소프트웨어 저장 서버에 프로그램과 데이터 저장 테이블과의 관계 정보를 등록하고, 프로그램 테이블에 상기 프로그램 정보를 등록하는 제 3 단계와; 데이터를 얻고자 하는 데이터 저장 테이블과 관계가 맺어진 프로그램의 정보를 상기 응용 소프트웨어 저작 서버로부터 입력받아 화면컨트롤 데이터 출력부를 자동 생성하는 제 4 단계를 포함하여 이루어진 것을 특징으로 하는 자동화된 화면 컨트롤 생성 방법이 제공된다.According to the present invention for achieving the object as described above, a program through a presentation server in charge of screen processing, an application software execution server in charge of executing a program for processing data by receiving a request from the screen, and the program creator A method of creating a screen control of an application system, comprising: an application software authoring server to generate and an application software storage server to receive and execute a request for inquiry, deletion, and update of data from the application software execution server; A first step of creating a program for extracting a corresponding column when information of a data storage table is input and defining output contents of the program; A second step of transmitting the related table name of the program created in the first step to the application software authoring server as a parameter; Extracting the parameters stored in the second step to register relationship information between a program and a data storage table in the application software storage server, and registering the program information in a program table; And a fourth step of receiving a program information associated with a data storage table to obtain data from the application software authoring server and automatically generating a screen control data output unit. Is provided.

또한, 화면 처리를 담당하는 프리젠테이션 서버, 화면으로부터 요청을 받아 데이터를 처리하는 프로그램 실행을 담당하는 응용 소프트웨어 실행 서버, 화면 및 프로그램 작성기를 통하여 프로그램을 생성하는 응용 소프트웨어 저작 서버 및 상기 응용 소프트웨어 실행 서버로부터 데이터의 조회, 삭제, 갱신 요청을 받아 이를 실행하는 응용 소프트웨어 저장 서버를 포함하여 구성된 응용 시스템의 화면 컨트롤 생성 방법을 실행시킬 수 있는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체에 있어서, 상기 응용 소프트웨어 저작 서버에게 데이터를 출력하는 프로그램과 관계가 맺어진 테이블 정보를 요청하는 제 1 단계와; 상기 제 1 단계에서 테이블 정보 요청 메시지를 수신한 상기 응용 소프트웨어 저작 서버가 상기 응용 소프트웨어 저장 서버로부터 데이터 저장 테이블의 정보를 읽어서 전달하는 제 2 단계와; 상기 제 2 단계에서 전달된 테이블 정보를 이용하여 해당 컬럼을 추출하는 프로그램을 작성하고, 프로그램의 출력 내용을 정의하는 제 3 단계와; 상기 제 3 단계에서 작성이 완료된 프로그램의 이름, 소스, 출력 내용 및 관련 테이블 이름을 인자로 상기 응용 소프트웨어 저작 서버에게 저장 요청을 하는 제 4 단계와; 상기 응용 소프트웨어 저작 서버가 상기 제 4 단계에서 저장한 인자를 추출하여 프로그램과 데이터 저장 테이블과의 관계 정보를 등록하고, 상기 응용 소프트웨어 저장 서버의 프로그램 테이블에 상기 프로그램 정보를 등록하는 제 5 단계와; 상기 화면 컨트롤에 데이터를 출력하기 위하여, 상기 응용 소프트웨어 저작 서버에게 데이터를 얻고자 하는 데이터 저장 테이블과 관계가 맺어진 프로그램을 가져올 것을 요청하는 제 6 단계와; 상기 제 6 단계에서 요청 받은 상기 응용 소프트웨어 저작 서버는 요청받은 테이블의 프로그램 정보를 상기 응용 소프트웨어 저장 서버로부터 취득하여 전달하는 제 7 단계와; 상기 제 7 단계에서 전달받은 프로그램 정보를 이용하여 화면 컨트롤에 사용할 프로그램을 선택 입력하는 제 8 단계와; 상기 제 8 단계에서 선택 입력된 프로그램의 출력 내용을 해석하여 출력되는 테이블과 컬럼 정보를 출력한 후, 이들 중 어느 하나 이상을 선택하는 제 9 단계와; 상기 제 9 단계에서 선택된 프로그램의 출력 내용에 따라 화면 컨트롤을 재작성한 후, 상기 화면 컨트롤에 데이터를 출력하는 화면 컨트롤 프로그램을 자동 생성하는 제 10 단계를 실행시킬 수 있는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체가 제공된다.In addition, a presentation server in charge of screen processing, an application software execution server in charge of executing a program processing data by receiving a request from a screen, an application software authoring server generating a program through a screen and a program creator, and the application software execution server A computer-readable recording medium having recorded thereon a program capable of executing a method for generating a screen control of a configured application system, including an application software storage server that receives a request for inquiry, deletion, and update of data from a user, and executes the same. A first step of requesting table information associated with a program for outputting data to the authoring server; A second step in which the application software authoring server which has received the table information request message in the first step reads and transfers information of a data storage table from the application software storage server; A third step of creating a program for extracting a corresponding column by using the table information transferred in the second step, and defining output contents of the program; A fourth step of making a request for storing to the application software authoring server by using a name, a source, an output content, and an associated table name of a program completed in the third step; Extracting, by the application software authoring server, the parameters stored in the fourth step, registering relationship information between the program and the data storage table, and registering the program information in the program table of the application software storage server; A sixth step of requesting the application software authoring server to import a program associated with a data storage table from which data is to be obtained for outputting data to the screen control; The application software authoring server requested in the sixth step acquires and transfers program information of the requested table from the application software storage server; An eighth step of selecting and inputting a program to be used for screen control by using the program information received in the seventh step; A ninth step of analyzing the output content of the program selected and input in the eighth step and outputting the output table and column information, and then selecting any one or more of these; After rewriting the screen control according to the output contents of the program selected in the ninth step, a computer program having a program capable of executing the tenth step of automatically generating a screen control program for outputting data to the screen control can be read. A recording medium is provided.

아래에서, 본 발명에 따른 양호한 일 실시예를 첨부한 도면을 참조로 하여 상세히 설명하겠다.In the following, with reference to the accompanying drawings, a preferred embodiment according to the present invention will be described in detail.

3 계층 구조란 사용자와 상호 작용하는 화면 처리를 담당하는 프리젠테이션 서버, 화면으로부터 요청을 받아 데이터를 처리하기 위한 프로그램 로직 실행을 담당하는 응용 서버, 상기 응용 서버로부터 데이터의 조회/삭제/갱신 요청을 받아 이를 실행하는 데이터 서버로 구성되는 일련의 응용 시스템 운영 구조를 의미한다.A three-tier structure is a presentation server that is in charge of screen processing interacting with a user, an application server that is responsible for executing program logic to process data by receiving a request from a screen, and requests for inquiry / delete / update of data from the application server. A set of application system operating structures consisting of data servers that receive and execute them.

이에 대해 2 계층 구조란 사용자와 상호 작용하는 화면 처리를 담당하고 데이터를 처리하는 프로그램 로직 실행을 담당하는 클라이언트, 클라이언트로부터 데이터의 조회/삭제/갱신 요청을 받아 이를 실행하는 데이터서버로 구성되는 일련의응용 시스템 운영 구조를 의미한다.The two-tier structure is composed of a series of clients consisting of a client in charge of screen interaction with a user and execution of program logic that processes data, and a data server that receives and executes data inquiry / removal / update requests from the client. Application system operation structure.

본 발명의 특징은 어플리케이션 편집기의 운영 구조가 3 계층으로서, 화면 컨트롤에 출력될 데이터의 가공이 서버에서 실행된다는 점으로, 2 계층 구조를 지원하는 기존의 비쥬얼한 응용 소프트웨어 개발 도구처럼 개발자가 화면 프로그램을 작성할 때 데이터베이스의 데이터 저장 테이블의 내용을 분석하여 화면 컨트롤 생성 시 이를 감안하여 데이터 출력 프로그램을 작성하는 것이 아니라, 화면 컨트롤 작성 시 사전에 개발자에 의해 정의된 데이터 저장 테이블의 출력 프로그램을 참조하게 하면, 어플리케이션 편집기의 화면 작성기가 출력 프로그램을 해석하는 프로세서를 사용하여 생성된 화면 컨트롤에 자동으로 데이터가 출력되도록 하는데 있다.A feature of the present invention is that the application editor has a three-tiered operating structure, and the processing of data to be output to the screen control is executed on the server, so that the developer can display the screen program like a conventional visual application software development tool supporting two-tiered structure. Instead of writing the data output program by analyzing the contents of the data storage table in the database when creating the screen control, and referring to the output program of the data storage table defined by the developer in advance when creating the screen control, In other words, the screen editor of the application editor automatically outputs data to a screen control generated using a processor that interprets the output program.

도 1은 본 발명의 일 실시예에 따른 서버 프로그램의 출력 정보를 이용한 자동화된 화면 컨트롤 생성 시스템의 구성을 나타낸 구성도로서, 크게 어플리케이션 편집기, 응용 서버 및 데이터 서버로 구성된다.1 is a block diagram showing a configuration of an automated screen control generation system using output information of a server program according to an embodiment of the present invention, and is largely comprised of an application editor, an application server, and a data server.

또한, 상기 어플리케이션 편집기는 화면 작성기(2), 프로그램 작성기(1) 및 응용 소프트웨어(S/W) 실행기로 구성되고, 상기 응용 서버는 응용 소프트웨어 저작 서버(3) 및 응용 소프트웨어 실행 서버(6)로 구성되며, 상기 데이터 서버는 테이블, 프로그램, 화면등을 포함하여 구성된 응용 소프트웨어 저장소(4)를 포함한다.본 발명은 상기 목적을 달성하기 위하여, 상기 어플리케이션 편집기의 서브 시스템인 상기 프로그램 작성기(1)에서 상기 응용 서버의 상기 응용 소프트웨어 실행 서버(6)에서 실행되는 프로그램을 작성할 때 이 프로그램이 실행한 후 출력되는 내용을 정의하게 한다.In addition, the application editor is composed of a screen creator 2, a program creator 1, and an application software (S / W) executor, and the application server is an application software authoring server 3 and an application software execution server 6; And the data server comprises an application software repository 4 comprising a table, a program, a screen, etc. In order to achieve the above object, the present invention comprises the program writer 1 which is a subsystem of the application editor. When creating a program to be executed in the application software execution server (6) of the application server to allow the program to define the content to be output after running.

예를 들어, 데이터 저장 테이블로부터 데이터를 취득하는 프로그램일 경우, '#[K]!T:테이블명!F:필드명'이라고 정의하여 데이터 저장 테이블과 컬럼 정보를 출력 정보로 정의한다.For example, in the case of a program that acquires data from a data storage table, the data storage table and column information are defined as output information by defining '# [K]! T: table name! F: field name'.

이 프로그램의 내용을 상기 응용 서버의 응용 소프트웨어 저작 서버(3)를 통하여 상기 데이터 서버의 응용 소프트웨어 저장소(4)에 저장한 후, 상기 화면 작성기(1)에서 화면 컨트롤을 작성할 때, 화면 컨트롤에서 상기 응용 소프트웨어 저장소(4)의 프로그램에 저장된 프로그램 출력 내용을 참조해서 화면에 화면 컨트롤의 출력 내용을 자동으로 생성할 수 있게 한다.After storing the contents of this program in the application software repository 4 of the data server via the application software authoring server 3 of the application server, when creating the screen control in the screen builder 1, With reference to the program output contents stored in the program of the application software storage 4, it is possible to automatically generate the output contents of the screen control on the screen.

도 2는 본 발명의 일 실시예에 따른 서버 프로그램의 출력 정보를 이용한 자동화된 화면 컨트롤 생성 방법의 흐름을 나타낸 흐름도로서, 이를 상세히 설명하면 다음과 같다.2 is a flowchart illustrating a method of generating an automated screen control using output information of a server program according to an embodiment of the present invention.

먼저, 프로그램 작성기(1)에서 데이터 저장 테이블(46)의 데이터를 출력하는 프로그램을 작성하기 위하여, 프로그램 개발자는 응용 소프트웨어 저작 서버(3)에게 테이블 정보를 요청한다(11). 이 때, 응용 소프트웨어 저작 서버(3)는 테이블 메타 정보 저장 테이블(44)로부터 데이터 저장 테이블(46)의 정보를 읽어서 전달한다.First, in order to create a program for outputting data of the data storage table 46 in the program builder 1, the program developer requests the table information from the application software authoring server 3 (11). At this time, the application software authoring server 3 reads and transfers the information of the data storage table 46 from the table meta information storage table 44.

그 후, 개발자는 응용 소프트웨어 저작 서버로부터 전달된 데이터 정보 테이블을 보고 해당 컬럼을 추출하는 프로그램을 작성하고 프로그램의 출력 내용을 정의한다(12). 프로그램 작성이 모두 끝나면 개발자는 프로그램 이름과 프로그램 소스, 출력 내용, 관련 테이블 이름을 인자로 응용 소프트웨어 저작 서버(3)에게 저장 요청을 한다(13).Then, the developer views the data information table transmitted from the application software authoring server, writes a program to extract the corresponding column, and defines the output content of the program (12). After the programming is completed, the developer requests the application software authoring server 3 to store the program name, program source, output content, and related table name as arguments (13).

이어서, 저장 요청을 받은 응용 소프트웨어 저작 서버(3)는 넘겨받은 인자를 추출하여 프로그램/테이블 관계 정보 테이블(43)에 프로그램과 데이터 저장테이블(46)과의 관계 정보를 등록하고, 프로그램 테이블(41)에 프로그램 정보를 등록한다.Subsequently, the application software authoring server 3 having received the storage request extracts the transferred arguments and registers the relationship information between the program and the data storage table 46 in the program / table relationship information table 43 and the program table 41. Program information).

화면 작성기(2)에서는 개발자가 화면 프로그램을 작성하기 위하여 화면과 화면에 소속되는 화면 컨트롤을 작성(드로잉)한 후(21), 화면 컨트롤의 드로잉이 끝나면 개발자는 화면 컨트롤에 데이터를 출력하기 위하여, 응용 소프트웨어 저작 서버(3)에게 데이터를 얻고자 하는 데이터 저장 테이블(46)과 관계가 맺어진 프로그램을 가져올 것을 요청하면, 요청을 받은 응용 소프트웨어 저작 서버(3)는 프로그램/테이블 관계 정보 테이블(43)과 프로그램 테이블(41)로부터 개발자가 요구한 테이블의 프로그램 정보를 취득하여 화면 작성기(2)에 전달한다.In the screen builder 2, a developer creates (draws) a screen and screen controls belonging to the screen in order to create a screen program (21) .After drawing the screen controls, the developer outputs data to the screen controls. When requesting the application software authoring server 3 to import a program associated with the data storage table 46 for which data is to be obtained, the application software authoring server 3 which received the request is the program / table relationship information table 43. And program information of the table requested by the developer from the program table 41 and transferred to the screen creator 2.

이어서, 응용 소프트웨어 저작 서버(3)로부터 전달받은 테이블의 프로그램 정보를 보고 개발자는 화면 컨트롤에서 사용할 프로그램을 선택한다(22).Subsequently, the developer selects a program to be used in the screen control by looking at the program information of the table received from the application software authoring server 3 (22).

화면 작성기(2)는 프로그램의 출력 내용을 해석하여 출력되는 테이블과 컬럼 정보를 개발자에게 보여주고(23), 개발자는 이를 확인한다.The screen builder 2 interprets the output of the program and shows the table and column information to the developer (23), and the developer checks this.

개발자가 선택한 프로그램의 출력 내용에 따라 화면 작성기(2)는 어떤 화면 컨트롤이 적절한지 여부와 화면 컨트롤의 속성(크기, 출력 데이터 수 등)을 결정하고, 화면 컨트롤을 재설정(리드로잉)하며, 화면 컨트롤에 데이터를 출력하는 화면 컨트롤 프로그램을 자동 작성한다(24).Depending on the output of the program selected by the developer, the screen builder 2 determines which screen controls are appropriate, the properties of the screen controls (size, number of output data, etc.), resets (redraws) the screen controls, Automatically create a screen control program that outputs data to the control (24).

상기 과정을 반복하면서, 개발하고자 하는 화면 컨트롤의 작성이 모두 완료되면, 개발자는 작성된 화면과 화면 컨트롤 정보를 인자로 응용 소프트웨어 저작 서버(3)에게 저장 요청을 하면(25), 저장 요청을 받은 응용 소프트웨어 저작서버(3)는 넘겨받은 인자를 추출하여, 화면과 프로그램/화면 관계 정보를 추출하여, 화면 정보 테이블(45)에 화면을 등록하고, 프로그램/화면 관계 정보 테이블(42)에 프로그램과 화면과의 관계 정보를 등록한다.Repeating the above process, when the creation of the screen control to be developed is completed, the developer makes a request to the application software authoring server 3 to store the created screen and the screen control information as arguments (25). The software authoring server 3 extracts the passed arguments, extracts the screen and the program / screen relationship information, registers the screen in the screen information table 45, and programs and screens in the program / screen relationship information table 42. Register relationship information with.

한편, 상기와 같은 본 발명은 컴퓨터로 읽을 수 있는 기록 매체에 기록되어, 컴퓨터에 의하여 처리될 수 있다.On the other hand, the present invention as described above is recorded on a computer-readable recording medium, it can be processed by a computer.

본 발명을 통하여 개발자는 어플리케이션 편집기라는 응용 소프트웨어 개발 도구를 사용하여 업무 프로그램을 개발할 때, 기존의 비쥬얼한 응용 소프트웨어 개발 도구보다 빠르고 오류가 적은 프로그램을 작성할 수 있게 됨으로써, 프로그램의 품질과 개발 생산성을 크게 향상시킬 수 있다.According to the present invention, when a developer develops a business program using an application software development tool called an application editor, the developer can write a program faster and with fewer errors than the existing visual application software development tool, thereby greatly improving the quality and development productivity of the program. Can be improved.

이상에서 본 발명에 대한 기술 사상을 첨부 도면과 함께 서술하였지만 이는 본 발명의 가장 양호한 실시예를 예시적으로 설명한 것이지 본 발명을 한정하는 것은 아니다. 또한, 이 기술 분야의 통상의 지식을 가진 자이면 누구나 본 발명의 기술 사상의 범주를 이탈하지 않는 범위 내에서 다양한 변형 및 모방이 가능함은 명백한 사실이다.The technical spirit of the present invention has been described above with reference to the accompanying drawings. However, the present invention has been described by way of example only, and is not intended to limit the present invention. In addition, it is obvious that any person skilled in the art may make various modifications and imitations without departing from the scope of the technical idea of the present invention.

Claims (7)

화면 처리를 담당하는 프리젠테이션 서버, 화면으로부터 요청을 받아 데이터를 처리하는 프로그램 실행을 담당하는 응용 소프트웨어 실행 서버, 화면 및 프로그램 작성기를 통하여 프로그램을 생성하는 응용 소프트웨어 저작 서버 및 상기 응용 소프트웨어 실행 서버로부터 데이터의 조회, 삭제, 갱신 요청을 받아 이를 실행하는 응용 소프트웨어 저장 서버를 포함하여 구성된 응용 시스템의 화면 컨트롤 생성 방법에 있어서,Presentation server in charge of screen processing, application software execution server in charge of executing a program processing data by receiving a request from the screen, an application software authoring server generating a program through a screen and a program writer and data from the application software execution server A method for creating a screen control of a configured application system including an application software storage server for receiving a request for inquiry, deletion, and update of an application, and executing the request 상기 응용 소프트웨어 저장 서버로부터 데이터 저장 테이블의 정보가 입력되면, 해당 컬럼을 추출하는 프로그램을 작성하고, 프로그램의 출력 내용을 정의하는 제 1 단계와;A first step of creating a program for extracting a corresponding column when information of a data storage table is input from the application software storage server, and defining output contents of the program; 상기 제 1 단계에서 작성된 프로그램의 관련 테이블 이름을 인자로 상기 응용 소프트웨어 저작 서버에게 전달하여 저장하는 제 2 단계와;A second step of transmitting the related table name of the program created in the first step to the application software authoring server as a parameter; 상기 제 2 단계에서 저장한 인자를 추출하여 상기 응용 소프트웨어 저장 서버에 프로그램과 데이터 저장 테이블과의 관계 정보를 등록하고, 프로그램 테이블에 상기 프로그램 정보를 등록하는 제 3 단계와;Extracting the parameters stored in the second step to register relationship information between a program and a data storage table in the application software storage server, and registering the program information in a program table; 데이터를 얻고자 하는 데이터 저장 테이블과 관계가 맺어진 프로그램의 정보를 상기 응용 소프트웨어 저작 서버로부터 입력받아 화면 컨트롤 데이터 출력부를 자동 생성하는 제 4 단계를 포함하여 이루어진 것을 특징으로 하는 자동화된 화면 컨트롤 생성 방법.And a fourth step of receiving information of a program associated with a data storage table to obtain data from the application software authoring server and automatically generating a screen control data output unit. 제 1 항에 있어서,The method of claim 1, 상기 제 1 단계는,The first step is, 상기 응용 소프트웨어 저작 서버에게 데이터를 출력하는 프로그램과 관계가 맺어진 테이블 정보를 요청하는 제 1 서브 단계와;A first sub-step of requesting table information associated with a program for outputting data to the application software authoring server; 상기 제 1 서브 단계에서 테이블 정보 요청 메시지를 수신한 상기 응용 소프트웨어 저작 서버가 상기 응용 소프트웨어 저장 서버로부터 데이터 저장 테이블의 정보를 읽어서 전달하는 제 2 서브 단계와;A second sub step of receiving, by the application software authoring server, which has received the table information request message in the first sub step, reading information of the data storage table from the application software storage server and transferring the information; 상기 제 2 서브 단계에서 전달된 테이블 정보를 이용하여 해당 컬럼을 추출하는 프로그램을 작성하고, 상기 작성된 프로그램의 출력 내용을 정의하는 제 3 서브 단계를 포함하여 이루어진 것을 특징으로 하는 자동화된 화면 컨트롤 생성 방법.And a third sub step of creating a program for extracting a corresponding column by using the table information transmitted in the second sub step, and defining an output content of the created program. . 제 1 항에 있어서,The method of claim 1, 상기 제 2 단계는,The second step, 상기 제 1 단계에서 작성이 완료된 프로그램의 이름, 소스, 출력 내용 및 관련 테이블 이름을 인자로 상기 응용 소프트웨어 저작 서버에게 저장 요청을 하는 서브 단계를 포함하여 이루어진 것을 특징으로 하는 자동화된 화면 컨트롤 생성 방법.And a sub-step of making a request to the application software authoring server for storing the program name, source, output content, and related table name of the program completed in the first step. 제 1 항에 있어서,The method of claim 1, 상기 제 4 단계는,The fourth step, 상기 화면 컨트롤에 데이터를 출력하기 위하여, 상기 응용 소프트웨어 저작 서버에게 데이터를 얻고자 하는 데이터 저장 테이블과 관계가 맺어진 프로그램을 가져올 것을 요청하는 제 1 서브 단계와;A first substep of requesting, to output data to the screen control, the application software authoring server to retrieve a program associated with a data storage table from which data is to be obtained; 상기 제 1 서브 단계에서 요청 받은 상기 응용 소프트웨어 저작 서버가 요청받은 테이블의 프로그램 정보를 취득하여 전달하는 제 2 서브 단계와;A second sub step of acquiring and transferring program information of a requested table by the application software authoring server requested in the first sub step; 상기 제 2 서브 단계에서 전달받은 프로그램 정보를 이용하여 화면 컨트롤에 사용할 프로그램을 선택 입력하는 제 3 서브 단계와;A third sub-step of selecting and inputting a program to be used for screen control by using the program information received in the second sub-step; 상기 제 3 서브 단계에서 선택 입력된 프로그램의 출력 내용을 해석하여 출력되는 테이블과 컬럼 정보를 출력한 후, 이들 중 어느 하나 이상을 선택하는 제 4 서브 단계와;A fourth sub-step of analyzing the output content of the program selected and input in the third sub-step, outputting the output table and column information, and then selecting any one or more of these; 상기 제 4 서브 단계에서 선택된 프로그램의 출력 내용에 따라 화면 컨트롤을 작성한 후, 상기 화면 컨트롤에 데이터를 출력하는 화면 컨트롤 프로그램을 구성하는 요소를 자동 작성하는 제 5 서브 단계를 포함하여 이루어진 것을 특징으로 하는 자동화된 화면 컨트롤 생성 방법.And a fifth substep of creating a screen control according to the output contents of the program selected in the fourth substep, and automatically creating elements constituting the screen control program for outputting data to the screen control. How to create automated screen controls. 제 4 항에 있어서,The method of claim 4, wherein 상기 제 5 서브 단계는,The fifth sub-step, 상기 제 4 서브 단계에서 선택된 프로그램의 출력 내용에 따라 화면 컨트롤을 작성하고, 상기 화면 컨트롤에 데이터를 출력하는 화면 컨트롤 프로그램을 구성하는 요소를 자동 작성한 후, 상기 화면 컨트롤 프로그램 작성이 완료되었는지 여부를 판단하는 제 1 서브-서브 단계와;After creating the screen control according to the output contents of the program selected in the fourth sub-step, and automatically creating an element constituting the screen control program for outputting data to the screen control, it is determined whether the screen control program creation is completed. A first sub-sub step; 상기 제 1 서브-서브 단계에서의 판단 결과, 상기 화면 컨트롤 프로그램의 작성이 완료되었으면, 작성된 화면 컨트롤 프로그램의 화면과 화면 컨트롤 정보를 인자로 상기 응용 소프트웨어 저작 서버에게 저장 요청을 하는 제 2 서브-서브 단계와;As a result of the determination in the first sub-sub step, when the creation of the screen control program is completed, the second sub-sub requesting the application software authoring server to store the screen and the screen control information of the created screen control program as arguments. Steps; 상기 제 2 서브-서브 단계에서 저장 요청을 받은 상기 응용 소프트웨어 저작 서버가 상기 제 2 서브-서브 단계에서 전달받은 인자로부터 화면과 프로그램의 관계 정보를 추출하여 테이블에 화면 및 프로그램과 화면과의 관계 정보를 등록하는 제 3 서브-서브 단계를 포함하여 이루어진 것을 특징으로 하는 자동화된 화면 컨트롤 생성 방법.The application software authoring server, which has received the storage request in the second sub-sub step, extracts the relationship information between the screen and the program from the argument received in the second sub-sub step, and displays the screen and the program and the relationship information between the screen and the table. And a third sub-sub step of registering an automatic screen control generation method. 화면 처리를 담당하는 프리젠테이션 서버, 화면으로부터 요청을 받아 데이터를 처리하는 프로그램 실행을 담당하는 응용 소프트웨어 실행 서버, 화면 및 프로그램 작성기를 통하여 프로그램을 생성하는 응용 소프트웨어 저작 서버 및 상기 응용 소프트웨어 실행 서버로부터 데이터의 조회, 삭제, 갱신 요청을 받아 이를 실행하는 응용 소프트웨어 저장 서버를 포함하여 구성된 응용 시스템의 화면 컨트롤 생성 방법을 실행시킬 수 있는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체에 있어서,Presentation server in charge of screen processing, application software execution server in charge of executing a program processing data by receiving a request from the screen, an application software authoring server generating a program through a screen and a program writer and data from the application software execution server A computer-readable recording medium having recorded thereon a program capable of executing a method of generating a screen control of a configured application system, including an application software storage server that receives and executes an inquiry, deletion, and update request of 상기 응용 소프트웨어 저작 서버에게 데이터를 출력하는 프로그램과 관계가 맺어진 테이블 정보를 요청하는 제 1 단계와;Requesting table information associated with a program for outputting data to the application software authoring server; 상기 제 1 단계에서 테이블 정보 요청 메시지를 수신한 상기 응용 소프트웨어 저작 서버가 상기 응용 소프트웨어 저장 서버로부터 데이터 저장 테이블의 정보를 읽어서 전달하는 제 2 단계와;A second step in which the application software authoring server which has received the table information request message in the first step reads and transfers information of a data storage table from the application software storage server; 상기 제 2 단계에서 전달된 테이블 정보를 이용하여 해당 컬럼을 추출하는 프로그램을 작성하고, 프로그램의 출력 내용을 정의하는 제 3 단계와;A third step of creating a program for extracting a corresponding column by using the table information transferred in the second step, and defining output contents of the program; 상기 제 3 단계에서 작성이 완료된 프로그램의 이름, 소스, 출력 내용 및 관련 테이블 이름을 인자로 상기 응용 소프트웨어 저작 서버에게 저장 요청을 하는 제 4 단계와;A fourth step of making a request for storing to the application software authoring server by using a name, a source, an output content, and an associated table name of a program completed in the third step; 상기 응용 소프트웨어 저작 서버가 상기 제 4 단계에서 저장한 인자를 추출하여 프로그램과 데이터 저장 테이블과의 관계 정보를 등록하고, 상기 응용 소프트웨어 저장 서버의 프로그램 테이블에 상기 프로그램 정보를 등록하는 제 5 단계와;Extracting, by the application software authoring server, the parameters stored in the fourth step, registering relationship information between the program and the data storage table, and registering the program information in the program table of the application software storage server; 상기 화면 컨트롤에 데이터를 출력하기 위하여, 상기 응용 소프트웨어 저작 서버에게 데이터를 얻고자 하는 데이터 저장 테이블과 관계가 맺어진 프로그램을 가져올 것을 요청하는 제 6 단계와;A sixth step of requesting the application software authoring server to import a program associated with a data storage table from which data is to be obtained for outputting data to the screen control; 상기 제 6 단계에서 요청 받은 상기 응용 소프트웨어 저작 서버는 요청받은 테이블의 프로그램 정보를 상기 응용 소프트웨어 저장 서버로부터 취득하여 전달하는 제 7 단계와;The application software authoring server requested in the sixth step acquires and transfers program information of the requested table from the application software storage server; 상기 제 7 단계에서 전달받은 프로그램 정보를 이용하여 화면 컨트롤에 사용할 프로그램을 선택 입력하는 제 8 단계와;An eighth step of selecting and inputting a program to be used for screen control by using the program information received in the seventh step; 상기 제 8 단계에서 선택 입력된 프로그램의 출력 내용을 해석하여 출력되는 테이블과 컬럼 정보를 출력한 후, 이들 중 어느 하나 이상을 선택하는 제 9 단계와;A ninth step of analyzing the output content of the program selected and input in the eighth step and outputting the output table and column information, and then selecting any one or more of these; 상기 제 9 단계에서 선택된 프로그램의 출력 내용에 따라 화면 컨트롤을 재작성한 후, 상기 화면 컨트롤에 데이터를 출력하는 화면 컨트롤 프로그램을 자동 생성하는 제 10 단계를 실행시킬 수 있는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체.After rewriting the screen control according to the output contents of the program selected in the ninth step, a computer program having a program capable of executing the tenth step of automatically generating a screen control program for outputting data to the screen control can be read. Recording media. 제 6 항에 있어서,The method of claim 6, 상기 제 10 단계는,The tenth step is 상기 제 9 단계에서 선택된 프로그램의 출력 내용에 따라 화면 컨트롤을 재작성하고, 상기 화면 컨트롤에 데이터를 출력하는 화면 컨트롤 프로그램을 구성하는 요소를 자동 작성한 후, 상기 화면 컨트롤 프로그램 작성이 완료되었는지 여부를 판단하는 제 1 서브 단계와;After rewriting the screen control according to the output contents of the program selected in the ninth step, automatically creating an element constituting the screen control program for outputting data to the screen control, and determining whether the screen control program is completed. A first sub-step; 상기 제 1 서브 단계에서의 판단 결과, 상기 화면 컨트롤 프로그램의 작성이 완료되었으면, 작성된 화면 컨트롤 프로그램의 화면과 화면 컨트롤 정보를 인자로 상기 응용 소프트웨어 저작 서버에게 저장 요청을 하는 제 2 서브 단계와;As a result of the determination in the first sub-step, when the creation of the screen control program is completed, a second sub-step of requesting the application software authoring server to store the screen and the screen control information of the created screen control program as arguments; 상기 제 2 서브 단계에서 저장 요청을 받은 상기 응용 소프트웨어 저작 서버는 넘겨받은 인자로부터 화면과 프로그램의 관계 정보를 추출하여 상기 응용 소프트웨어 저장 서버의 테이블에 화면 및 프로그램과 화면과의 관계 정보를 등록하는 제 3 서브 단계를 실행시킬 수 있는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록 매체.The application software authoring server, which has received the storage request in the second sub-step, extracts the relationship information between the screen and the program from the passed argument and registers the relationship between the screen, the program and the screen in the table of the application software storage server. A computer-readable recording medium that records a program capable of executing three substeps.
KR1019990031400A 1999-07-30 1999-07-30 Method for automation of form controls generation KR100352500B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019990031400A KR100352500B1 (en) 1999-07-30 1999-07-30 Method for automation of form controls generation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019990031400A KR100352500B1 (en) 1999-07-30 1999-07-30 Method for automation of form controls generation

Publications (2)

Publication Number Publication Date
KR20010011839A KR20010011839A (en) 2001-02-15
KR100352500B1 true KR100352500B1 (en) 2002-09-11

Family

ID=19605818

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019990031400A KR100352500B1 (en) 1999-07-30 1999-07-30 Method for automation of form controls generation

Country Status (1)

Country Link
KR (1) KR100352500B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101900811B1 (en) * 2016-07-05 2018-09-20 한다시스템 주식회사 Method and computer program for designing a query

Also Published As

Publication number Publication date
KR20010011839A (en) 2001-02-15

Similar Documents

Publication Publication Date Title
KR101087312B1 (en) Importation of automatically generated content
KR101076867B1 (en) Automatic image capture for generating content
US5428729A (en) System and method for computer aided software engineering
US6651240B1 (en) Object-oriented software development support apparatus and development support method
RU2347262C2 (en) Method and system for record of macroses in syntax independent of language
CN106933887B (en) Data visualization method and device
CN114610286A (en) Development document generation method and device, computer equipment and storage medium
KR101552914B1 (en) Web server application framework web application processing method using the framework and computer readable medium processing the method
WO2010044150A1 (en) Program change management device, program change management program, and program change management method
KR100352500B1 (en) Method for automation of form controls generation
JP4678770B2 (en) Sequence diagram creation method and apparatus
CN113918198A (en) Model-code synchronization method
EP1248189A1 (en) Program reproducing method and device, and medium on which a program for program reproduction recording
JP4903391B2 (en) Database replication method and apparatus and control program therefor
US20040015860A1 (en) In the development of computer programs, a method of recording the sequential development of each of a plurality of files forming the program
KR100349657B1 (en) Sequence Diagram Generating Tool and Method for Analyzing Team-Developing Program
WO2000073893A2 (en) Apparatus and method for re-using and tracking digital assets
JPH02247720A (en) Various languages display system
US20240012740A1 (en) Systems and methods for integrated design, assessment and remediation of web pages
JP2007094453A (en) Program development support system, program development support method and program
CN112711413A (en) Intelligent model development method and intelligent control method
CN114020275A (en) Code compiling control method, device, medium and equipment for application program
JP2946509B2 (en) Control method of interactive manual
JPH01137348A (en) Data writing system
CN117093323A (en) Method and system for realizing sandbox mechanism based on back-end execution engine

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20080805

Year of fee payment: 7

LAPS Lapse due to unpaid annual fee