KR100370753B1 - Generating Method of pages related database and executed in the server - Google Patents

Generating Method of pages related database and executed in the server Download PDF

Info

Publication number
KR100370753B1
KR100370753B1 KR10-2001-0022775A KR20010022775A KR100370753B1 KR 100370753 B1 KR100370753 B1 KR 100370753B1 KR 20010022775 A KR20010022775 A KR 20010022775A KR 100370753 B1 KR100370753 B1 KR 100370753B1
Authority
KR
South Korea
Prior art keywords
database
screen
field
server
client
Prior art date
Application number
KR10-2001-0022775A
Other languages
Korean (ko)
Other versions
KR20020083090A (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 KR10-2001-0022775A priority Critical patent/KR100370753B1/en
Publication of KR20020083090A publication Critical patent/KR20020083090A/en
Application granted granted Critical
Publication of KR100370753B1 publication Critical patent/KR100370753B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating

Abstract

본 발명은 서버에서 실행되는 데이타베이스 연동 페이지 생성방법에 관한 것으로, 테이블, 필드 및 컴포넌트에 대한 데이타베이스 생성 모듈(S100)과, 클라이언트에게 제시하기 위한 표준화면을 생성하는 화면구성 모듈(S200)과, 상기 화면구성 모듈에 의해 생성된 표준화면을 코딩하는 코드변환 모듈(S300) 및 클라이언트로부터의 선택정보에 따라 화면을 재구성하여 서버상에 각 클라이언트의 업무사이트를 생성하는 사이트 생성 모듈(S400)을 포함하여 구성함으로써 프로그램 개발자가 위지윅(WYSIWYG : What You See Is What You Get) 방식을 통해 간편하게 프로그램하여 표준화면 및 통일된 소스코드를 제공하고, 클라이언트의 간단한 선택에 의해 클라이언트 자신의 업무에 필요한 내용을 가진 서버에서 실행되는 데이타베이스 연동 페이지를 생성할 수 있으므로, 프로그램 개발 시간을 단축할 수 있고, 프로그램 개발 비용을 절감할 수 있으며, 클라이언트의 요구에 유동적으로 대처할 수 있어 다양한 고객의 요구를 수용할 수 있도록 한 것이다.The present invention relates to a method for generating a database-linked page executed in a server, comprising: a database generation module (S100) for tables, fields, and components; a screen configuration module (S200) for generating a standard screen for presentation to a client; A code conversion module (S300) for coding a standard screen generated by the screen configuration module and a site generation module (S400) for generating a work site of each client on the server by reconfiguring the screen according to selection information from the client. The program developer can easily program through WYSIWYG (What You See Is What You Get) method to provide standard screen and unified source code, and the contents necessary for client's own work by simple selection of client. You can create a database linked page that runs on your server, The program development time can be shortened, the program development cost can be reduced, and the client's needs can be flexibly accommodated to accommodate the needs of various customers.

Description

서버에서 실행되는 데이타베이스 연동 페이지 생성방법 {Generating Method of pages related database and executed in the server}Generating method of pages related database and executed in the server}

본 발명은 서버에서 실행되는 데이타베이스 연동 페이지 생성방법에 관한 것으로, 특히 클라이언트 컴퓨터의 웹브라우저(Web Browser)로부터 요구가 있을 때 서버(Server)에서 실행되어 클라이언트 컴퓨터의 웹브라우저로 전송되는 서버에서 실행가능한 데이터베이스 (Database)를 처리하는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법에 관련되는 것이다.The present invention relates to a method for generating a database-linked page that runs on a server, in particular, which is executed in a server that is executed in a server and transmitted to a web browser of a client computer when a request is received from a web browser of a client computer. It relates to how to create a database-linked page that runs on a server that processes a possible database.

서버에서 실행되는 프로그램은 서버와 클라이언트 컴퓨터간에 서로 역할을 알맞게 나누어 기존의 서버집중에 의한 서버 과부하 현상을 해소하기 위해 등장한 것으로, 클라이언트측은 유저 인터페이스를 담당하는 클라이언트로직(User Logic)을 가지고, 서버측은 데이타베이스를 저장한 자료로직(Data Logic)을 가지며, 실제로 업무를 구현하는 업무로직(Business Logic)은 클라이언트측이나 서버측 중 어느 한쪽에 또는 원격의 또 다른 서버에 분리하여 가지도록 한 것이다.The program running on the server emerged to solve the server overload caused by the existing server concentration by dividing the roles appropriately between the server and the client computer. The client side has a user logic that is in charge of the user interface. Having a data logic that stores a database, the business logic that actually implements a task is to have it separated either on the client side, on the server side, or on another remote server.

종래의 데이타베이스 관리방법은 첫째로, 각 회사마다 데이타베이스 관리프로그램을 가지고 업무를 구현하는 방법이 있었다.In the conventional database management method, first, each company has a method of implementing a task with a database management program.

이 경우엔 각 회사마다 독립적인 데이타베이스 관리프로그램을 가지기 때문에 이를 제공하는 서비스 업체측에서 볼때는 회사마다 다르게 프로그램을 구현해야 함으로써 많은 시간과 인력이 소요되고, 이를 유지 및 보수가 용이하지 않은 문제점이 있었다.In this case, since each company has an independent database management program, the service provider that provides it has to implement a different program for each company, which requires a lot of time and manpower. there was.

둘째는, 서버에서 실행되는 데이타베이스 프로그램을 통해 각 회사별로 독립된 데이타베이스 관리프로그램을 제공하여 업무를 구현하는 방법이 있었다.Second, there was a method of implementing a task by providing a separate database management program for each company through a database program running on the server.

이 방법 역시, 상기한 방법과 마찬가지로 회사마다 다르게 프로그램을 구현해야 함으로써 많은 시간과 비용이 소요되고, 이를 유지 및 보수가 용이하지 않은 문제점이 있었다.This method also requires a lot of time and money by implementing a different program for each company as in the above method, there was a problem that it is not easy to maintain and repair.

세째는, 서버에서 실행되는 데이타베이스 프로그램 모델을 통해 각 회사가 공통으로 사용 가능한 데이타베이스 관리프로그램을 제공하여 업무를 구현하는 방법이 있었다.Third, there was a method of implementing a task by providing a database manager that each company can use commonly through the database program model that runs on the server.

그러나, 이 경우엔 모든 회사가 동일한 프로그램을 사용함으로써 프로그램 개발에 투자되는 시간과 비용이 적게드는 장점은 있으나, 프로그램 변경이 거의 불가능하여 각 회사별로 요구하는 업무요구 사항에 대해 유동적인 대처가 어려운 문제점이 있었다.However, in this case, although all companies use the same program, the time and cost of investing in the development of the program is reduced, but the program is almost impossible to change, so it is difficult to flexibly respond to the business requirements of each company. There was this.

따라서, 기업의 각종 어플리케이션(Application)을 각 기업의 전산환경이 아닌 IT(Information Technologe) 및 인터넷 서비스 업체의 데이터 센터에 설치하고, 기업들은 인터넷을 통해 데이터 센터에 접속하여 필요한 어플리케이션을 자유롭게 이용할 수 있도록 하는 소프트웨어 임대서비스업자(ASP : Application Service Provider)가 웹을 기반으로 한 어플리케이션을 아웃소싱(Outsourcing)함에 있어서, 각 회사에서 요구하는 요구 사항에 대해 유동적으로 대처할 수 있는 새로운 모델의 서버에서 실행되는 데이타베이스 연동 페이지 생성방법을 제공할 필요성이 제기되어 왔다.Therefore, the company's various applications are installed in the data centers of IT (Information Technologe) and Internet service companies, not in the computing environment of each company, and companies can access the data centers via the Internet to freely use the necessary applications. A database that runs on a new model of server that can respond flexibly to the requirements of each company in outsourcing web-based applications by a software leasing service provider (ASP). There has been a need to provide a method for creating a linked page.

본 발명은 상기와 같은 필요성에 의해 발명된 것으로, 클라이언트의 요구에 유동적으로 대처할 수 있는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법을 제공함을 그 목적으로 한다.The present invention has been invented by the necessity as described above, and an object thereof is to provide a database-linked page generation method that is executed on a server that can flexibly cope with a client's request.

본 발명의 또 다른 목적은 프로그램 개발자측에서 볼때 위지윅(WYSIWYG : What You See Is What You Get) 방식의 간편한 프로그램을 개발 환경을 제공할 수 있는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법을 제공하는 것이다.Still another object of the present invention is to provide a method for creating a database-linked page that runs on a server that can provide a development environment for a WYSIWYG (What You See Is What You Get) easy program. .

본 발명 또 다른 목적은 클라이언트의 간단한 선택에 의해 클라이언트 자신이 원하는 화면을 구성할 수 있는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법을 제공하는 것이다.Still another object of the present invention is to provide a method for generating a database-linked page that is executed on a server capable of constructing a screen desired by the client by a simple selection of the client.

도 1a 는 서버에서 실행되는 프로그램 모델의 제 1 실시예의 개요도1A is a schematic diagram of a first embodiment of a program model executed on a server

도 1b 는 서버에서 실행되는 프로그램 모델의 제 2 실시예의 개요도1B is a schematic diagram of a second embodiment of a program model executed on a server

도 1c 는 서버에서 실행되는 프로그램 모델의 제 3 실시예의 개요도1C is a schematic diagram of a third embodiment of a program model executed on a server

도 2a 내지 도 2d 는 본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법의 일 실시예의 흐름도2A to 2D are flowcharts of one embodiment of a method for generating a database interlocking page executed in a server according to the present invention.

도 3 은 필드 데이타베이스 생성 단계에 의해 생성된 필드를 검색한 화면예3 is a screen example of searching for a field generated by the field database creation step;

도 4a 는 등록된 테이블을 화면상에서 표시한 일예4A illustrates an example of displaying a registered table on a screen

도 4b 는 테이블에 포함된 필드를 화면상에서 표시한 일예4B illustrates an example of displaying a field included in a table on a screen.

도 5 는 컴포넌트를 화면상에서 표시한 일예5 illustrates an example of displaying a component on a screen

도 6 은 필드 변동 내역을 화면상에 표시한 일예6 illustrates an example of displaying a field variation on a screen.

도 7 은 화면에 테이블이 출력된 일예7 is an example of outputting a table on the screen

도 8 은 코드변환에 의해 변환된 파일의 내용의 일예8 is an example of contents of a file converted by transcoding

상기한 바와 같은 목적을 달성하기 위한 본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법의 일 양상에 따르면, 본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법은 서버(Server)에서 실행가능한 데이터베이스(Database)를 처리하는 데이타베이스 연동 페이지 생성방법에 있어서, 객체(Object)에서 사용할 데이타 타입(Data Type)을 등록하는 단계(S110)와; 업무분석시 도출된 적어도 하나 이상의 필드(Field) 객체를 정의하여 필드 데이타베이스를 생성하는 단계(S120)와; 상기 단계(S120)에 의해 정의된 필드들을 이용하여 적어도 하나 이상의 테이블(Table)을 생성하고, 각 테이블에 대한 인덱스(Index)를 정의하고, 상기 정의된 인덱스에 따라 테이블을 저장하여 테이블 데이타베이스를 생성하는 단계(S130)와; 상기 필드에 적용할 적어도 하나 이상의 컴포넌트(Component)를 생성하고, 각 컴포넌트의 속성을 정의하여 컴포넌트 데이타베이스를 생성하는 단계(S140)를 포함하는 데이타베이스 생성 모듈(S100)과:According to an aspect of the method for generating a database interlocking page executed in a server according to the present invention for achieving the above object, the method for generating a database interlocking page executed in a server according to the present invention is executed in a server. A database linked page generation method for processing a database, the method comprising: registering a data type to be used in an object (S110); Creating a field database by defining at least one field object derived during work analysis (S120); Create at least one table using the fields defined by step S120, define an index for each table, and store the table according to the defined index to create a table database. Generating (S130); Generating at least one component to be applied to the field and defining a property of each component to generate a component database (S140);

테이블 목록 및 각 테이블에 대한 필드 내역을 화면 출력하는 단계(S210)와; 상기 화면상에 출력된 테이블 목록으로부터 테이블을 선택함에 의해 테이블 생성 스크립트(Script)를 실행하여 해당 선택된 테이블을 생성하여 화면을 초기화하는 단계(S220)와; 상기 생성된 테이블의 필드에서 사용할 컴포넌트를 등록하는 단계(S230)와; 상기 테이블을 구성하는 각 필드에 소정의 컴포넌트를 결합하여 적어도 하나 이상의 화면 필드를 생성하는 단계(S240)와; 상기 단계(S240)에 의해 생성된 화면필드를 드래그하여 화면 테이블상의 소정위치에 배치하고, 상기 데이타베이스에 포함되지 않은 미지정 필드를 삽입하여 표준 화면을 구성하는 단계(S250)를 포함하는 표준 화면구성 모듈(S200)과:Outputting a list of tables and field details for each table (S210); Executing a table generation script by selecting a table from the list of tables output on the screen to generate a selected table and initializing the screen (S220); Registering a component to be used in a field of the generated table (S230); Generating at least one screen field by combining a predetermined component with each field constituting the table (S240); Standard screen configuration comprising the step (S250) of dragging the screen field generated by the step (S240) to a predetermined position on the screen table, and inserting an unspecified field not included in the database to form a standard screen (S250) With module S200:

화면이 실행되는 이벤트를 등록하는 단계(S310)와; 상기 표준 화면을 코드 변환하는 단계(S320)를 포함하는 코드변환 모듈(S300)을 포함하는 것을 특징으로 한다.Registering an event for executing the screen (S310); And a code conversion module S300 including a step of code conversion of the standard screen (S320).

본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법의 부가적인 양상에 따르면, 본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법은 클라이언트의 요청에 따라 서버상에 클라이언트 고유의 사이트를 생성하고, 상기 클라이언트에게 로그인 정보를 부여하는 사이트 등록단계(S410)와; 클라이언트로부터 업무 영역을 수신받아 상기 코드변환 모듈(S300)에 의해 생성된 해당 업무 영역에 대한 각 표준 화면을 제시하는 단계(S420)와; 클라이언트로부터 상기 표준화면으로부터 각 필드의 사용여부를 입력받고, 속성 변경 요청을 수신하는 단계(S430)와; 상기 단계(S430)에 의해 요청된 속성을 변경하고, 선택된 필드만으로 화면을 재구성하여 정렬하는 단계(S440)를 포함하는 사이트 생성 모듈(S400)을 더 포함하는 것을 특징으로 한다.According to an additional aspect of the method for generating a database interlocking page executed in the server according to the present invention, the method for generating a database interlocking page executed in the server according to the present invention generates a client-specific site on the server according to a request of the client. A site registration step (S410) of giving login information to the client; Receiving a work area from a client and presenting each standard screen for the corresponding work area generated by the code conversion module S300 (S420); Receiving input of use of each field from the standard screen from a client, and receiving a property change request (S430); The method may further include a site generation module S400 including changing the attributes requested by the step S430 and reconfiguring and sorting the screen using only selected fields.

본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법의 부가적인 양상에 따르면, 본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법의 상기 데이타베이스 생성 모듈(S100)이 필드, 컴포넌트 및 테이블 구성 내역의 변동을 체크하여 상기 데이타베이스를 갱신하는 단계(S150)를 더 포함하는 것을 특징으로 한다.According to an additional aspect of the method for generating a database-linked page executed in the server according to the present invention, the database generation module (S100) of the method for generating a database-linked page executed in the server according to the present invention includes fields, components, and tables. The method further comprises the step of updating the database by checking the change in the configuration details (S150).

본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법의 부가적인 양상에 따르면, 본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법의 상기 테이블 데이타베이스를 생성하는 단계(S130)는 테이블 번호, 테이블 명을 부여하여 테이블을 등록하고, 이 등록된 테이블에서 사용할 필드를 선택하여 테이블을 생성하는 것을 특징으로 한다.According to an additional aspect of the method for generating a database-linked page executed in the server according to the present invention, the step of creating the table database of the method for generating a database-linked page executed in the server according to the present invention (S130) may include a table number. In this case, the table is registered by assigning a table name and selecting a field to be used in the registered table.

이하, 첨부된 도면을 참조하여 기술되는 본 발명의 바람직한 실시예를 통해 본 발명을 당업자가 용이하게 이해하고 재현할 수 있도록 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art can easily understand and reproduce the present invention.

도 1a 내지 1c 는 서버에서 실행되는 프로그램 모델의 개요도이다.1A-1C are schematic diagrams of a program model executed on a server.

도면에 도시한 바와같이 서버에서 실행되는 프로그램 모델은 클라이언트-서버 개념이다. 클라이언트측은 유저 인터페이스를 담당하는 클라이언트로직(User Logic)을 가지고, 서버측은 데이타베이스를 저장한 자료로직(Data Logic)을 가지며, 실제로 업무를 구현하는 업무로직(Business Logic)은 도 1a 에 도시한 것처럼 클라이언트측이나, 도 1b 에 도시한 것처럼 서버측이나, 도 1c 에 도시한 것처럼원격의 또 다른 서버에 분리하여 가진다.As shown in the figure, a program model that runs on a server is a client-server concept. The client side has a user logic that is in charge of the user interface, the server side has a data logic that stores a database, and the business logic that actually implements the business is shown in FIG. 1A. On the client side, as shown in FIG. 1B, or on the server side, or as shown in FIG.

즉, 서버측에 데이타베이스를 가지며, 클라이언트는 서버로부터 소정의 프로그램을 다운로드하여 자신의 데이타베이스를 관리하게 된다. 이때, 클라이언트는 자신의 클라이언트 컴퓨터에서 실행되는 클라이언트로직을 통해 업무로직을 로드하여 업무를 수행하고, 이 수행된 업무 결과는 서버의 자료로직을 통해 서버에 저장된다.That is, having a database on the server side, the client downloads a predetermined program from the server and manages its own database. At this time, the client loads the work logic through the client logic running on his client computer and performs the work, and the result of the performed work is stored in the server through the data logic of the server.

본 발명은 상기의 서버에서 실행되는 프로그램 모델을 채용하여, 서버측로부터 클라이언트측에 데이터베이스 관리를 위한 프로그램의 표준화면을 제공하고, 클라이언트로부터 자신이 원하는 항목을 선택하도록 하여 이 선택된 내용에 따라 각 클라이언트별로 프로그램을 재구성함으로써 각 클라이언트의 요구에 유동적으로 대처할 수 있게 한 것이다.The present invention adopts a program model executed on the server, provides a standard screen of a program for database management from the server side to the client side, and selects the desired item from the client so as to select each client according to the selected contents. By reconfiguring the program separately, it is possible to respond flexibly to the needs of each client.

도 2a 내지 도 2d 는 본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법의 일 실시예의 흐름도이다.2A to 2D are flowcharts of one embodiment of a database-linked page generation method executed in a server according to the present invention.

상기 실시예에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법은 테이블, 필드 및 컴포넌트에 대한 데이타베이스 생성 모듈(S100)과, 클라이언트에게 제시하기 위한 표준화면을 생성하는 화면구성 모듈(S200)과, 상기 화면구성 모듈에 의해 생성된 표준화면을 코딩하는 코드변환 모듈(S300) 및 클라이언트로부터의 선택정보에 따라 화면을 재구성하여 서버상에 각 클라이언트의 업무사이트를 생성하는 사이트 생성 모듈(S400)을 포함하고 있다.The database interworking page generation method executed in the server according to the embodiment includes a database generation module (S100) for tables, fields, and components, a screen configuration module (S200) for generating a standard screen for presentation to a client, Code conversion module (S300) for coding the standard screen generated by the screen configuration module and a site generation module (S400) for generating a work site of each client on the server by reconfiguring the screen according to the selection information from the client Doing.

상기 데이타베이스 생성 모듈(S100)은 다음과 같다.The database generation module S100 is as follows.

첫번째 단계(S110)를 통해 객체(Object)에서 사용할 데이타 타입(Data Type)을 등록한다.In the first step S110, a data type to be used in the object is registered.

이 단계(S110)는 테이블 또는 필드 객체(Object)에서 사용할 데이타들이 참조할 문자 또는 숫자를 포함하는 데이타 타입과, 해당 데이타 타입에 대한 크기, 최대값, 최소값 및 초기값 등을 정의하여 등록한다.This step S110 defines and registers a data type including a character or a number to be referred to by data to be used in a table or field object, a size, a maximum value, a minimum value, and an initial value for the data type.

예컨데, 문자는 CHAR, 정수는 INT 등으로 데이타 타입을 정의함으로써 이 데이타 타입을 참조하여 다양한 형태의 데이타 변수들을 정의할 수 있게 된다.For example, by defining the data type as CHAR, integer as INT, etc., various data types can be defined by referencing this data type.

두번째 단계(S120)에서는 업무분석시 도출된 적어도 하나 이상의 필드(Field) 객체를 정의하여 필드 데이타베이스를 생성한다.In a second step (S120), at least one field object derived during work analysis is defined to create a field database.

이 단계(S120)는 업무를 분석하여 이 업무에서 사용되는 가능한 모든 업무 필드에 대한 한글 및 영문 필드명, 데이타 타입, 크기, 초기값 등을 정의하여 필드 데이타베이스를 생성한다.This step (S120) analyzes the task to create a field database by defining Korean and English field names, data types, sizes, initial values, etc. for all possible task fields used in this task.

도 3 은 이 단계(S120)에 의해 생성된 필드를 검색한 화면예를 도시한 것으로, 화면 좌측에는 'c'로 시작하는 영문필드 내역이, 화면 우측엔 상기 필드 내역 중 선택된 영문 필드 'cd_as_ioact'에 대한 정의된 내용을 나타내고 있다.3 shows an example of a screen for searching a field generated by the step (S120), the English field description starting with 'c' on the left side of the screen, the English field 'cd_as_ioact' selected from the field description on the right side of the screen; It shows the defined contents of.

세번째 단계(S130)에서는 상기 단계(S120)에 의해 정의된 필드들을 이용하여 적어도 하나 이상의 테이블(Table)을 생성하고, 각 테이블에 대한 인덱스(Index)를 정의하고, 상기 정의된 인덱스에 따라 테이블을 저장하여 테이블 데이타베이스를 생성한다.In a third step S130, at least one table is created using the fields defined by the step S120, an index for each table is defined, and the table is defined according to the defined index. Save and create a table database.

이 단계(S130)는 테이블명, 테이블 번호, 해당 업무, 레코드 길이 등을 정의하여 테이블을 정보를 생성하고, 각 테이블의 업무에 해당하는 필드를 테이블내에 등록하고, 각 테이블에 인덱스를 부여한다.This step (S130) defines the table name, table number, the corresponding task, record length and the like to generate the information in the table, register the field corresponding to the task of each table in the table, and assign an index to each table.

도 4a 는 등록된 테이블을 화면상에서 표시한 일예로서, 왼쪽부터 차례로 인덱스명, 영문 테이블명, 한글 테이블명, 해당 업무 구분 등을 나타내고 있다.4A is an example of displaying a registered table on a screen, and shows an index name, an English table name, a Korean table name, a corresponding task division, and the like from left to right.

즉, 이 단계(S130)에서는 테이블 번호, 테이블 명을 부여하여 테이블을 등록하고, 이 등록된 테이블에서 사용할 필드를 선택하여 테이블을 생성하게된다.That is, in this step S130, the table is registered by assigning a table number and a table name, and a field is selected by selecting a field to be used in the registered table.

도 4b 는 테이블에 포함된 필드를 화면상에서 표시한 일예로서, 화면 우측을 보면, 테이블명 'INSAMS'에 포함되는 필드들을 표시하고 있다.FIG. 4B illustrates an example of displaying a field included in a table on a screen. In the right side of the screen, FIG. 4B illustrates fields included in a table name 'INSAMS'.

네번째 단계(S140)에서는 필드에 적용할 적어도 하나 이상의 컴포넌트(Component)를 생성하고, 각 컴포넌트의 속성을 정의하여 컴포넌트 데이타베이스를 생성한다.In a fourth step S140, at least one component is generated to be applied to a field, and a component database is created by defining properties of each component.

이 단계(S140)에서는 필드에 적용할 컴포넌트에 대한 컴포넌트명 및 각 컴포넌트의 속성을 정의한다.In this step (S140), a component name and attributes of each component are defined for the component to be applied to the field.

도 5 는 컴포넌트를 화면상에서 표시한 일예로서, 화면 좌측은 컴포넌트 종류를 표시하고 있으며, 화면우측은 화면좌측의 컴포넌트 중 컴포넌트명이 'EGenComboBox'인 컴포넌트의 속성을 표시하고 있다.5 illustrates an example of displaying a component on a screen. The left side of the screen displays a component type, and the right side of the screen displays a property of a component whose component name is 'EGenComboBox' among the components on the left side of the screen.

부가적인 단계(S150)에서는 상기 필드, 컴포넌트 및 테이블 구성 내역의 변동을 체크하여 상기 데이타베이스를 갱신한다.In an additional step S150, the database is updated by checking for changes in the field, component, and table configuration details.

도 6 은 필드 변동 내역을 화면상에 표시한 일예를 나타낸 것으로, 2001년 3월 16일에 2개의 필드가 변경되고, 각각 하나의 필드가 추가 및 삭제된 것을 나타내고 있다.FIG. 6 shows an example of displaying a field variation on a screen, and shows that two fields were changed on March 16, 2001, and one field was added and deleted.

따라서, 위에서 설명한 데이타베이스 생성 모듈(S100)을 통해 테이블, 상기 테이블을 이루는 필드 및 상기 필드에 적용되는 컴포넌트를 생성하여 데이타베이스화함으로써 프로그램 개발자가 손쉽게 상기 데이타베이스를 이용할 수 있게 한다.Therefore, the database creation module (S100) described above generates a table, a field constituting the table, and a component applied to the field to make a database so that a program developer can easily use the database.

상기 화면구성 모듈(S200)은 다음과 같다.The screen configuration module S200 is as follows.

첫번째 단계(S210)에서는 상기 데이타베이스 생성 모듈(S100)에 의해 생성된 테이블 목록 및 각 테이블에 대한 필드 내역을 화면 출력한다.In the first step S210, the table list generated by the database generation module S100 and the field details of each table are displayed on the screen.

이 단계(S210)는 프로그램 개발자에게 데이타베이스로 구현된 테이블 목록 및 각 테이블의 구성 필드를 제공하여 프로그램 개발을 용이하게 한다.This step (S210) provides the program developer with a list of tables implemented as a database and configuration fields of each table to facilitate program development.

도 7 은 화면에 테이블이 출력된 일예를 나타낸 것으로, 좌측엔 해당 테이블이 속하는 업무영역인 테이블 리소스가 표시되며, 우측엔 좌측의 테이블 리소스 중 선택된 '전산운영'에 관련된 테이블 항목을 표시하고 있다.7 illustrates an example in which a table is output on a screen. A table resource, which is a work area to which a corresponding table belongs, is displayed on a left side, and a table item related to a selected 'computer operation' is displayed on the right side of the table resource.

두번째 단계(S220)에서는 상기 화면상에 출력된 테이블 목록으로부터 테이블을 선택함에 의해 테이블 생성 스크립트(Script)를 실행하여 해당 선택된 테이블을 생성하여 화면을 초기화한다.In the second step (S220), by selecting a table from the table list displayed on the screen, a table creation script is executed to generate the selected table to initialize the screen.

즉, 이 단계는 상기 단계(S210)에 의해 출력된 화면상에서 프로그램 개발자가 원하는 테이블 항목을 선택하면 자동으로 테이블을 생성하는 테이블 생성 스크립트를 실행하여 화면에 해당 선택된 테이블을 표시한다.That is, in this step, when the program developer selects a desired table item on the screen output by the step S210, a table generation script for automatically generating a table is executed to display the selected table on the screen.

세번째 단계(S230)에서는 상기 생성된 테이블의 필드에서 사용할 컴포넌트를 등록한다.In a third step S230, a component to be used in a field of the generated table is registered.

즉, 이 단계(S230)는 상기 데이타베이스 생성 모듈(S100)에 의해 생성된 컴포넌트 데이타베이스에서 해당 테이블의 필드내에서 사용할 컴포넌트를 로드하여 등록한다.In other words, this step (S230) loads and registers a component to be used in a field of the corresponding table in the component database generated by the database generation module (S100).

네번째 단계(S240)에서는 상기 테이블을 구성하는 각 필드에 소정의 컴포넌트를 결합하여 적어도 하나 이상의 화면 필드를 생성한다.In a fourth step S240, at least one screen field is generated by combining a predetermined component with each field constituting the table.

즉, 이 단계(S240)는 각 필드에 상기 단계(S230)에서 등록한 컴포넌트를 결합하여 컴포넌트가 결합된 필드화면을 생성한다.That is, this step (S240) combines the components registered in the step (S230) to each field to generate a field screen combined with the components.

다섯번째 단계(S250)에서는 상기 단계(S240)에 의해 생성된 적어도 하나 이상의 화면 필드를 드래그하여 화면 테이블상의 소정위치에 배치하고, 상기 데이타베이스에 포함되지 않은 미지정 필드를 삽입하여 표준 화면을 구성한다.In a fifth step S250, at least one or more screen fields generated by the step S240 are dragged and placed at predetermined positions on the screen table, and an unspecified field not included in the database is inserted to form a standard screen. .

즉, 이 단계(S250)는 테이블에 컴포넌트가 결합된 필드를 위지윅(WYSIWYG) 방식으로 프로그램 개발자가 눈으로 화면을 확인하며 배치하고, 상기 데이타베이스 생성 모듈(S100)에 의해 생성되지 않은 필드를 키보드 등의 입력수단을 통해 삽입하여 클라이언트에게 제공되는 표준화면을 생성한다.That is, this step (S250) is a program developer checks the screen with the eyes of the field in which the components are coupled to the table in the WYSIWYG method and arrange the field, the keyboard not generated by the database generation module (S100) keyboard Insert through an input means such as to generate a standard screen provided to the client.

따라서, 상기 표준 화면구성 모듈(S200)은 프로그램 개발자에 의해 생성되는 표준화면을 생성함에 있어, 위지윅(WYSIWYG) 방식을 채택함으로써 프로그램 개발을 용이하게 한다.Accordingly, the standard screen configuration module S200 facilitates program development by adopting a WYSIWYG method in generating a standard screen generated by a program developer.

상기 코드변환 모듈(S300)은 다음과 같다.The code conversion module (S300) is as follows.

첫번째 단계(S310)에서는 화면이 실행되는 이벤트를 등록한다.In the first step (S310) it is registered the event that the screen is executed.

윈도우즈 환경하에서 실행되는 프로그램은 발생되는 이벤트에 따라 해당 이벤트에 설정된 동작을 하게 되므로, 상기 화면이 실행되는 이벤트를 설정하므로써 해당 이벤트가 발생했을 경우 해당 화면이 디스플레이 되게된다.Since a program executed in the Windows environment performs an operation set to the corresponding event according to the generated event, the corresponding screen is displayed when the corresponding event occurs by setting an event to execute the screen.

두번째 단계(S320)에서는 상기 표준 화면을 코드 변환한다.In a second step S320, the standard screen is code-converted.

이 단계(S320)는 소정의 변환 프로그램수단을 통해 상기 표준 화면구성 모듈(S200)에서 개발자에 의해 구현된 표준화면을 RMI(Remote Method Interface)방식을 지원하는 코드로 변환한다.This step (S320) converts the standard screen implemented by the developer in the standard screen configuration module (S200) into a code supporting the RMI (Remote Method Interface) method through a predetermined conversion program means.

상기 변환 프로그램수단은 예컨데, JAVA 코드를 포함하며, 상기 생성되는 파일내에 삽입되는 코드는 변환 프로그램의 환경 설정을 통해 상기 변환 프로그램수단에 의해 생성되는 모든 파일에 공통으로 삽입되는 코드 및 상기 프로그램 개발자에 의해 구성된 표준화면에 따라 다르게 삽입되는 코드 및 프로그램 개발자의 입력에 의해 삽입되는 코드를 포함한다.The converting program means includes, for example, JAVA code, and the code inserted into the generated file is commonly inserted into all the files generated by the converting program means and the program developer through the configuration of the converting program. It includes code inserted differently according to the standard screen configured by the code and code inserted by the input of the program developer.

도 8 은 상기 단계(S310)에 의해 변환된 파일의 내용의 일예를 도시한 것으로, 코드변환에 관련되는 기술은 이 출원전에 해당분야에서 이미 다양하게 공지되어 있으며 본 발명 요지에서 벗어나는 부분이므로 이에 대한 자세한 설명은 생략하고자 한다.8 shows an example of the contents of the file converted by the step (S310), and the technique related to the code conversion is already known in the art before this application in various ways and is a part that deviates from the gist of the present invention. Detailed description will be omitted.

따라서, 상기 코드변환 모듈(S300)은 상기 표준 화면구성 모듈(S200)에 의해 구현된 표준화면을 변환하여 네트워크를 통해 웹상에서 실행 가능하도록 한다.Therefore, the code conversion module S300 converts the standard screen implemented by the standard screen configuration module S200 to be executable on the web through a network.

상기 사이트 생성 모듈(S400)은 다음과 같다.The site generation module (S400) is as follows.

첫번째 단계(S410)에서는 클라이언트의 요청에 따라 서버상에 클라이언트 고유의 업무사이트를 생성하고, 상기 클라이언트에게 로그인 정보를 부여하여 사이트등록한다.In the first step S410, a client's own work site is created on the server according to the client's request, and the site is registered by giving login information to the client.

즉, 이 단계(S410)에서는 서버상에 각 클라이언트 별로 자신 고유의 자료로직을 가지도록 클라이언트에게 로그인 계정을 부여하여 클라이언트에 의해 관리되는 데이타베이스를 저장할 수 있도록 한다.That is, in this step (S410) to give the client a login account to have its own data logic for each client on the server to be able to store the database managed by the client.

두번째 단계(S420)에서는 클라이언트로부터 업무 영역을 수신받아 상기 코드변환 모듈(S300)에 의해 생성된 해당 업무 영역에 대한 각 표준 화면을 제시한다.In the second step (S420) receives the work area from the client and presents each standard screen for the corresponding work area generated by the code conversion module (S300).

즉, 이 단계(S420)는 상기 표준 화면구성 모듈(S200)에 의해 생성된 표준화면을 클라이언트의 컴퓨터의 화면에 제공한다.That is, this step (S420) provides a standard screen generated by the standard screen configuration module (S200) to the screen of the client computer.

세번째 단계(S430)에서는 클라이언트로부터 상기 표준화면으로부터 각 필드의 사용여부를 입력받고, 속성 변경 요청을 수신한다.In the third step (S430), whether or not to use each field from the standard screen from the client receives the property change request.

즉, 이 단계에서는 상기 제시된 표준화면에서 각 클라이언트마다 사용하길 원하는 필드를 선택할 수 있도록 하여 클라이언트의 업무환경에 적합한 필드만을 선택하게 함으로써 클라이언트의 요구에 유동적으로 대처 가능하도록 한다.That is, in this step, it is possible to flexibly cope with the client's request by selecting a field suitable for the client's work environment by selecting a field to be used for each client in the standard screen.

네번째 단계(S440)에서는 상기 단계(S430)에 의해 요청된 속성을 변경하고, 선택된 필드만으로 화면을 재구성하여 정렬한다.In the fourth step S440, the property requested by the step S430 is changed, and the screen is reorganized and aligned using only the selected field.

즉, 이 단계(S440)에서는 클라이언트에 의해 선택된 이외의 필드를 ASP 파일 내부로부터 삭제하고, 파일 내용을 변경하여 예컨데, 문자색, 바탕색 등의 속성을 클라이언트가 원하는 속성으로 변경한다.That is, in step S440, fields other than those selected by the client are deleted from the inside of the ASP file, and the file contents are changed to, for example, change attributes such as text color and background color to attributes desired by the client.

따라서, 상기 사이트 생성 모듈(S400)은 클라이언트에게 서버상에 각 클라이언트 별로 자신 고유의 자료로직을 가지도록 로그인 계정을 부여하고, 클라이언트에 제시되는 표준화면으로부터 클라이언트가 삭제하거나 변경하길 원하는 내용을 수신하여 클라이언트가 원하는 화면으로 갱신하여 클라이언트의 업무환경에 적합한 화면을 생성할 수 있도록 하여 클라이언트의 요구에 유동적으로 대처할 수 있게 한다.Therefore, the site generation module (S400) gives the client a login account to have its own data logic for each client on the server, and receives the content that the client wants to delete or change from the standard screen presented to the client By updating the screen to the client's desired screen, the client can create a screen suitable for the client's work environment.

이상에서 설명한 바와같은 본 발명에 따른 서버에서 실행되는 데이타베이스 연동 페이지 생성방법은 프로그램 개발자가 위지윅(WYSIWYG : What You See Is What You Get) 방식을 통해 간편하게 프로그램하여 표준화면 및 통일된 소스코드를 제공하고, 클라이언트의 간단한 선택에 의해 클라이언트 자신의 업무에 필요한 내용을 가진 화면을 생성 할 수 있으므로, 프로그램 개발 시간을 단축할 수 있고, 프로그램 개발 비용을 절감할 수 있으며, 클라이언트의 요구에 유동적으로 대처할 수 있어 다양한 고객의 요구를 수용할 수 있는 등의 유용한 효과를 가진다.As described above, the method for generating a database-linked page that is executed on the server according to the present invention provides a standard screen and a unified source code by easily programming a program developer through the WYSIWYG (What You See Is What You Get) method. And by selecting the client, the screen can be created with the contents necessary for the client's own work. Therefore, the program development time can be shortened, the program development cost can be reduced, and the client's needs can be flexibly responded. There is a useful effect such as to accommodate the needs of various customers.

본 발명은 첨부된 도면을 참조하여 바람직한 실시예를 중심으로 기술되었지만 당업자라면 이러한 기재로부터 후술하는 특허청구범위에 의해 포괄되는 본 발명의 범주를 벗어남이 없이 다양한 변형이 가능하다는 것은 명백하다.Although the present invention has been described with reference to the accompanying drawings, it will be apparent to those skilled in the art that various modifications may be made therein without departing from the scope of the invention, which is covered by the following claims.

Claims (5)

서버(Server)에서 실행가능한 데이터베이스(Database)를 처리하는 데이타베이스 연동 페이지 생성방법에 있어서,In the database linked page generation method for processing a database (Database) executable in the server (Server), 객체(Object)에서 사용할 데이타 타입(Data Type)을 등록하는 단계(S110)와;Registering a data type to be used in the object (S110); 업무분석시 도출된 적어도 하나 이상의 필드(Field) 객체를 정의하여 필드 데이타베이스를 생성하는 단계(S120)와;Creating a field database by defining at least one field object derived during work analysis (S120); 상기 단계(S120)에 의해 정의된 필드들을 이용하여 적어도 하나 이상의 테이블(Table)을 생성하고, 각 테이블에 대한 인덱스(Index)를 정의하고, 상기 정의된 인덱스에 따라 테이블을 저장하여 테이블 데이타베이스를 생성하는 단계(S130)와;Create at least one table using the fields defined by step S120, define an index for each table, and store the table according to the defined index to create a table database. Generating (S130); 상기 필드에 적용할 적어도 하나 이상의 컴포넌트(Component)를 생성하고, 각 컴포넌트의 속성을 정의하여 컴포넌트 데이타베이스를 생성하는 단계(S140)를;Generating at least one component to be applied to the field and defining a property of each component to generate a component database (S140); 포함하는 데이타베이스 생성 모듈(S100)과:Database generation module (S100), including: 테이블 목록 및 각 테이블에 대한 필드 내역을 화면 출력하는 단계(S210)와;Outputting a list of tables and field details for each table (S210); 상기 화면상에 출력된 테이블 목록으로부터 테이블을 선택함에 의해 테이블 생성 스크립트(Script)를 실행하여 해당 선택된 테이블을 생성하여 화면을 초기화하는 단계(S220)와;Executing a table generation script by selecting a table from the list of tables output on the screen to generate a selected table and initializing the screen (S220); 상기 생성된 테이블의 필드에서 사용할 컴포넌트를 등록하는 단계(S230)와;Registering a component to be used in a field of the generated table (S230); 상기 테이블을 구성하는 각 필드에 소정의 컴포넌트를 결합하여 적어도 하나 이상의 화면 필드를 생성하는 단계(S240)와;Generating at least one screen field by combining a predetermined component with each field constituting the table (S240); 상기 단계(S240)에 의해 생성된 화면필드를 드래그하여 화면 테이블상의 소정위치에 배치하고, 상기 데이타베이스에 포함되지 않은 미지정 필드를 삽입하여 표준 화면을 구성하는 단계(S250)를;Dragging the screen field generated by the step (S240), placing the screen field at a predetermined position on the screen table, and inserting an unspecified field not included in the database (S250); 포함하는 표준 화면구성 모듈(S200)과:Standard screen configuration module (S200), including: 화면이 실행되는 이벤트를 등록하는 단계(S310)와;Registering an event for executing the screen (S310); 상기 표준 화면을 코드 변환하는 단계(S320)를 포함하는 코드변환 모듈(S300)을;A code conversion module (S300) including code conversion of the standard screen (S320); 포함하는 것을 특징으로 하는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법.Database interworking page generation method that runs on a server, characterized in that it comprises. 제 1 항에 있어서,The method of claim 1, 서버에서 실행되는 데이타베이스 연동 페이지 생성방법이:To create a database linked page that runs on the server: 클라이언트의 요청에 따라 서버상에 클라이언트 고유의 사이트를 생성하고, 상기 클라이언트에게 로그인 정보를 부여하는 사이트 등록단계(S410)와;A site registration step (S410) of generating a client-specific site on a server according to a client's request and giving login information to the client; 클라이언트로부터 업무 영역을 수신받아 상기 코드변환 모듈(S300)에 의해 생성된 해당 업무 영역에 대한 각 표준 화면을 제시하는 단계(S420)와;Receiving a work area from a client and presenting each standard screen for the corresponding work area generated by the code conversion module S300 (S420); 클라이언트로부터 상기 표준화면으로부터 각 필드의 사용여부를 입력받고, 속성 변경 요청을 수신하는 단계(S430)와;Receiving input of use of each field from the standard screen from a client, and receiving a property change request (S430); 상기 단계(S430)에 의해 요청된 속성을 변경하고, 선택된 필드만으로 화면을 재구성하여 정렬하는 단계(S440)를;Changing the attributes requested by the step (S430), and reconfiguring and sorting the screen using only selected fields (S440); 포함하는 사이트 생성 모듈(S400)을 더 포함하는 것을 특징으로 하는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법.Method for generating a database linked page running on a server, characterized in that it further comprises a site generation module (S400) comprising. 제 1 항 또는 제 2 항에 있어서,The method according to claim 1 or 2, 상기 데이타베이스 생성 모듈(S100)이:The database generation module (S100): 필드, 컴포넌트 및 테이블 구성 내역의 변동을 체크하여 상기 데이타베이스를 갱신하는 단계(S150)를 더 포함하는 것을 특징으로 하는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법.And updating (S150) the database by checking changes in fields, components, and table configuration details (S150). 제 1 항 또는 제 2 항에 있어서,The method according to claim 1 or 2, 상기 테이블 데이타베이스를 생성하는 단계(S130)는:Creating the table database (S130) is: 테이블 번호, 테이블 명을 부여하여 테이블을 등록하고, 이 등록된 테이블에서 사용할 필드를 선택하여 테이블을 생성하는 것을 특징으로 하는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법.A method for creating a database-linked page executed on a server, comprising: registering a table by assigning a table number and a table name, and selecting a field to be used in the registered table. 제 3 항에 있어서,The method of claim 3, wherein 상기 테이블 데이타베이스를 생성하는 단계(S130)는:Creating the table database (S130) is: 테이블 번호, 테이블 명을 부여하여 테이블을 등록하고, 이 등록된 테이블에서 사용할 필드를 선택하여 테이블을 생성하는 것을 특징으로 하는 서버에서 실행되는 데이타베이스 연동 페이지 생성방법.A method for creating a database-linked page executed on a server, comprising: registering a table by assigning a table number and a table name, and selecting a field to be used in the registered table.
KR10-2001-0022775A 2001-04-26 2001-04-26 Generating Method of pages related database and executed in the server KR100370753B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2001-0022775A KR100370753B1 (en) 2001-04-26 2001-04-26 Generating Method of pages related database and executed in the server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2001-0022775A KR100370753B1 (en) 2001-04-26 2001-04-26 Generating Method of pages related database and executed in the server

Publications (2)

Publication Number Publication Date
KR20020083090A KR20020083090A (en) 2002-11-01
KR100370753B1 true KR100370753B1 (en) 2003-02-05

Family

ID=27702768

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2001-0022775A KR100370753B1 (en) 2001-04-26 2001-04-26 Generating Method of pages related database and executed in the server

Country Status (1)

Country Link
KR (1) KR100370753B1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100510400B1 (en) * 2002-02-20 2005-08-30 이일용 Method for serving web editing component lease with an internet network
KR100505111B1 (en) * 2002-10-02 2005-07-29 가림정보기술(주) The apparatus and method of creating program source for operating database and the computer program product using the same
KR100675067B1 (en) * 2004-02-23 2007-01-26 (주)위트콤 Synchronization system for attributes of the GUI component
CN106681849B (en) * 2015-11-10 2020-11-24 创新先进技术有限公司 Data processing method and device

Also Published As

Publication number Publication date
KR20020083090A (en) 2002-11-01

Similar Documents

Publication Publication Date Title
US8307292B2 (en) Method and apparatus for binding user interface objects to application objects
US10445411B2 (en) Document automation systems
CN100444158C (en) Web page rendering mechanism using external programmatic themes
US7519970B2 (en) Methods, systems and computer program products for creating user interface to applications using generic user interface templates
US8005930B2 (en) Add-ins dynamically extending display targets and business-logic programming model
US7680823B2 (en) Custom report generation
US20050193361A1 (en) System and method for presentation of wireless application data using repetitive UI layouts
MXPA05002276A (en) System and method for building wireless applications with intelligent mapping between user interface and data components .
CN101373431A (en) Enhanced widget composition platform
US20030208583A1 (en) Service provider integration framework
US20060265359A1 (en) Flexible data-bound user interfaces
US20020138513A1 (en) Method for modifying and publishing a web page
Fourer Linear programming: seventh in a series of LP surveys spotlights trend toward broadening scope of optimization software
KR100370753B1 (en) Generating Method of pages related database and executed in the server
US20160226722A1 (en) Impact Analysis of Service Modifications in a Service Oriented Architecture
JP2019121087A (en) Information processing apparatus, processing method thereof, and program
Reinefeld et al. GuiGen: A toolset for creating customized interfaces for grid user communities
Balsoy et al. Automating metadata Web service deployment for problem solving environments
Gordon The. NET and COM Interoperability Handbook
JP3852849B2 (en) Integrated business software introduction and operation support system
Charatan et al. Packages
Litvinavicius et al. Blazor hosted
Rad et al. Power BI and Excel
Deane et al. ARC Linkage Project
Benıtez User interface for the integration of GIS components

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

Year of fee payment: 9

LAPS Lapse due to unpaid annual fee