KR20010096859A - Method for Converting Old System to System Which is Available in Web - Google Patents

Method for Converting Old System to System Which is Available in Web Download PDF

Info

Publication number
KR20010096859A
KR20010096859A KR1020000019817A KR20000019817A KR20010096859A KR 20010096859 A KR20010096859 A KR 20010096859A KR 1020000019817 A KR1020000019817 A KR 1020000019817A KR 20000019817 A KR20000019817 A KR 20000019817A KR 20010096859 A KR20010096859 A KR 20010096859A
Authority
KR
South Korea
Prior art keywords
program
language
converted
web
converting
Prior art date
Application number
KR1020000019817A
Other languages
Korean (ko)
Other versions
KR100370748B1 (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-2000-0019817A priority Critical patent/KR100370748B1/en
Publication of KR20010096859A publication Critical patent/KR20010096859A/en
Application granted granted Critical
Publication of KR100370748B1 publication Critical patent/KR100370748B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/51Source to source

Abstract

본 발명은 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법에 관한 것으로, 기존 시스템의 소스코드를 데이터 부분과 프로세스 부분으로 분해하는 프로그램 분해 단계(2); 데이터 콘트롤, 유저 인터페이스, 프로세스와 같은 시스템 전환시 필수적인 비즈니스 로직을 추출하는 단계(4); 상기 분해한 소스코드와 추출된 비즈니스 로직을 이용하여 시스템 전환 시 불필요한 기능을 제거하고, 필요한 기능을 추가하여 지능적 처리를 할 수 있게 하는 지식 마이닝 단계(6); 상기 단계들을 거쳐 얻은 결과와 콤포넌트 저장소(5)에 저장된 콤포넌트를 이용해 각 라인마다 프로그램을 변환하거나 프로그램 패턴을 인식하고 전환하려는 언어의 특성에 맞게 프로그램 구조를 변환하는 프로그램 변환단계(7); 상기 프로그램 변환 후 마법사 기능을 도입하고 기존 상기 시스템 코드와 전환된 언어의 코드를 비교할 수 있게 하여 사용자가 원하는 방식으로의 변환을 도와주는 기능을 제공하는 프로토타이핑 단계(8); 복잡한 변환에 대해 지능적인 편집기를 제공하는 워크벤치(11), 비주얼 프로그램의 특성을 활용할 수 있게하는 스크린 페인팅(12), 상기 변환된 프로그램 패턴을 인식하여 프로그램을 재배열하는 케이스-툴(13), SQL 언어를 자동으로 작성하는 SQL 제느레이터(10)를 제공해 전환된 시스템이 웹에서의 특성을 활용할 수 있게 하는 프로그램 향상 단계(9) 및 상기 단계를 거쳐 완전히 변환된 프로그램을 프로그램 저장소에 저장하는 단계(14)를 포함하는 것을 특징으로 한다. 본 발명에 의한 방법에 의하면 기존의 단순한 프로그램 소스코드의 변환이 아니라 웹에서가지는 특성을 충분히 활용할 수 있도록 하는 지능적인 변환이 가능하다.The present invention relates to a method for converting an existing system into a system usable on the web, comprising: a program decomposition step (2) for decomposing the source code of the existing system into a data part and a process part; Extracting (4) the business logic essential for system switching such as data control, user interface, process; A knowledge mining step (6) using the decomposed source code and extracted business logic to remove unnecessary functions during system switching and to add necessary functions for intelligent processing; A program converting step (7) of converting a program for each line or recognizing a program pattern and converting the program structure according to the characteristics of the language to be converted using the result obtained through the above steps and the components stored in the component store (5); A prototyping step (8) of introducing a wizard function after the program conversion and providing a function of helping the user convert the existing system code and the code of the converted language in a manner desired by the user; Workbench (11) to provide intelligent editors for complex transformations, screen painting (12) to take advantage of the characteristics of visual programs, and case-tools (13) to recognize and rearrange the converted program patterns A program enhancement step (9) which provides a SQL generator (10) for automatically writing the SQL language so that the converted system can take advantage of the characteristics of the Web, and a program for storing the fully converted program in the program repository. Characterized in that it comprises a step (14). According to the method according to the present invention, an intelligent conversion is possible to fully utilize the characteristics of the web, rather than the existing simple program source code conversion.

Description

기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법{Method for Converting Old System to System Which is Available in Web}Method for Converting Old System to System Which is Available in Web}

기존의 정보 구현 체계라고 할 수 있는 C, C++, 코볼, 어셈블러 등은 현재의 웹 상에서 사용하는 정보 구현 체계하고는 다른 코드로 이루어져 있다. 따라서 이미 수십 년간 쌓아온 상기 기존의 정보 구현 체계는 어떠한 전환을 거치지 않는 이상 현재 비즈니스의 가장 큰 핵심을 이루고 있는 인터넷 웹 상에서 활용할 수가 없게 된다. 또한 기업의 인수합병이 활발해짐에 따라 정보 체계 변환의 중요성은 계속 제기되고 있다. 본 발명은 위와같은 기존의 시스템을 클라이언트/서버나 HTML과 같이 현재 웹에서 사용 가능한 시스템으로 전환하기 위한 방법에 관한 것으로서 특히 단순한 소스 코드의 변환뿐만 아니라 웹 가능 시스템에서 가지는 특성을 활용할 수 있는 보다 진보적인 변환이 가능하다는 것에 특징이 있다. 본 발명은 기존 시스템을 웹에서 활용할 수 있도록 전환하는 방법은 물론 기존 시스템을 윈도우즈환경에서 활용할 수 있도록 전환하는 방법 및 윈도우즈 환경에서의 시스템을 웹에서 활용가능하도록 전환하는 방법을 모두 포함한다.C, C ++, COBOL, and assembler, which can be referred to as existing information implementation systems, are composed of code different from the information implementation systems used on the web. Therefore, the existing information implementation system that has been accumulated for decades cannot be utilized on the Internet web which is the core of the current business without any transformation. In addition, as the mergers and acquisitions of companies become more active, the importance of transforming information systems continues to be raised. The present invention relates to a method for converting an existing system as described above into a system that can be used on the web such as client / server or HTML, and more particularly, it is possible to take advantage of features of a web-enabled system as well as simple source code conversion. It is characteristic that phosphorus conversion is possible. The present invention includes not only a method of converting an existing system to be used on the web, but also a method of converting an existing system to be used in a Windows environment and a method of converting a system in a Windows environment to be available on the Web.

기존의 소프트웨어 자원을 인터넷 환경에 맞도록 하여 사용할 수 있는 방법은 여러 가지가 있다. 지식 추출 도구(Knowledge Mining Tool)를 사용하는 방법, 코드 전환 도구를 사용하는 방법, 미들웨어를 사용하는 방법, ERP 패키지를 사용하는 방법 등이다.There are many ways to use existing software resources to fit the Internet environment. How to use the Knowledge Mining Tool, how to use the code conversion tool, how to use middleware, and how to use the ERP package.

지식 마이닝(mining) 도구를 사용하는 방법은 기존의 시스템에서 가장 중요한 비즈니스 로직만을 추출하는 방법을 말하는 것으로서 이 방법을 사용하면 비즈니스 로직을 잃지 않고 업무 분석의 시간을 단축할 수 있는 장점이 있다. 단 근본적인 시스템 전환이 이루어지지 않기 때문에 프로그램 구현에 많은 시간이 들게 된다.The knowledge mining tool is a method of extracting only the most important business logic from an existing system. This method has the advantage of reducing the time required for business analysis without losing business logic. However, since there is no fundamental system changeover, it takes a lot of time to implement the program.

코드 전환 도구를 사용하는 방법은 기존 시스템의 소스코드를 웹에서 사용가능한 시스템의 소스코드로 전환하는 방법을 말하는 것으로 빠른 시간에 변환할 수 있는 장점이 있다. 하지만 자동변환이 되지않는 프로그램이 존재할 수 있으며 단순히 코드의 전환만이 있을 경우 웹에서 가지고 있는 특징을 충분히 살릴 수 없다는 단점이 있다.The method of using a code conversion tool refers to a method of converting source code of an existing system to source code of a system that can be used on the web. However, there may be a program that does not automatically convert, and there is a drawback that if there is only a code change, the features of the web cannot be fully utilized.

미들웨어를 사용하는 방법은 프로그램 소스 코드를 변환하지 않은 채 미들웨어를 통하여 클라이언트 상에서 처리하는 형태만 취하는 방식이다. 이 방식을 쓸 경우 하드웨어나 소프트웨어를 바꾸지 않아도 되기 때문에 비즈니스 로직이 그대로 유지될 수 있는 장점이 있다. 다만 기존 시스템을 웹 환경에서 쓸 수 있도록 임시적인 방법을 쓴 것뿐이지 업무가 인터넷 비즈니스화 된 것은 아니므로 궁극적인 처방은 아니기 때문에 웹이 가지고 있는 특징을 살릴 수 없고 유지 보수하는데 제약사항이 있을 수 있다.The method of using middleware only takes the form of processing on the client through the middleware without converting the program source code. This approach has the advantage of keeping the business logic intact because there is no need to change hardware or software. However, it is only a temporary method to use the existing system in the web environment, and since the work is not an internet business, it is not the ultimate prescription, so it may not be able to save the characteristics of the web and there may be a limitation in maintenance.

ERP 팩키지를 도입하여 웹 가능 시스템으로의 전환을 시도할 경우 빠른 시간에 업무 프로세스 자체를 인터넷 비지니스화 할 수는 있으나 기존 시스템의 비즈니스 로직을 버려야 하며 ERP에 맞춰서 회사 전체의 업무를 조정해야 하는 단점이 있다.If you try to switch to web-enabled system by introducing ERP package, you can make business process itself into internet business in a short time, but you need to discard the business logic of existing system and adjust the whole company's business to ERP have.

본 발명에서는 기존의 웹이나 윈도우즈 환경에 맞지 않는 시스템을 웹에서 사용가능한 시스템으로 전환 시 상기한 문제점들이 있는바 이러한 문제점을 해결하기 위해 기존의 시스템을 근본적으로 웹에서 사용 가능한 시스템으로 전환하는 방법과 아울러서 단순한 전환이 아니라 웹 상의 특징을 이용할 수 있고 기존 시스템의 불필요한 기능을 제거하는 등의 보다 진보되고 지능적인 전환 방법을 제안하고자 한다.The present invention has the above problems when the system that does not fit the existing web or Windows environment to the system that can be used on the web bar to solve the problems and to convert the existing system to a system basically available on the web and At the same time, I would like to propose a more advanced and intelligent conversion method such as using the web features and removing unnecessary functions of the existing system, rather than a simple conversion.

도1은 본 발명에 의한 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법을 설명하는 상세 흐름도.1 is a detailed flowchart illustrating a method of converting an existing system according to the present invention to a system usable on the web.

상기한 바와 같은 목적을 달성하기 위하여, 본발명에 의한 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법은 기존 시스템의 소스코드를 데이터 부분과 프로세스 부분으로 분해하는 프로그램 분해 단계(2); 데이터 콘트롤, 유저 인터페이스, 프로세스와 같은 시스템 전환시 필수적인 비즈니스 로직을 추출하는 단계(4); 상기 분해한 소스코드와 추출된 비즈니스 로직을 이용하여 시스템 전환시 불필요한 기능을 제거하고, 필요한 기능을 추가하여 지능적 처리를 할 수 있게 하는 지식 마이닝 단계(6); 상기 단계들을 거쳐 얻은 결과와 콤포넌트 저장소(5)에 저장된 콤포넌트를 이용해 각 라인마다 프로그램을 변환하거나 프로그램 패턴을 인식하고 전환하려는 언어의 특성에 맞게 프로그램 구조를 변환하는 프로그램 변환단계 (7); 상기 프로그램 변환 후 마법사 기능을 도입하고 기존 상기 시스템 코드와 전환된 언어의 코드를 비교할 수 있게 하여 사용자가 원하는 방식으로의 변환을 도와주는 기능을 제공하는 프로토타이핑 단계(8); 복잡한 변환에 대해 지능적인 편집기를 제공하는 워크벤치(11), 비주얼 프로그램의 특성을 활용할 수 있게하는 스크린 페인팅(12), 상기 변환된 프로그램 패턴을 인식하여 프로그램을 재배열하는 케이스-툴(13), SQL 언어를 자동으로 작성하는 SQL 제느레이터(10)를 제공해 전환된 시스템이 웹에서의 특성을 활용할 수 있게 하는 프로그램 향상 단계(9) 및 상기 단계를 거쳐 완전히 변환된 프로그램을 프로그램 저장소에 저장하는 단계(14)를 포함하는 것을 특징으로 한다.In order to achieve the above object, a method for converting an existing system according to the present invention into a system usable on the web includes a program decomposition step (2) of decomposing the source code of the existing system into a data part and a process part; Extracting (4) the business logic essential for system switching such as data control, user interface, process; A knowledge mining step (6) using the decomposed source code and extracted business logic to remove unnecessary functions during system switching and to add necessary functions for intelligent processing; A program conversion step (7) of converting a program for each line or recognizing a program pattern and converting the program structure according to the characteristics of the language to be converted using the result obtained through the above steps and the components stored in the component store (5); A prototyping step (8) of introducing a wizard function after the program conversion and providing a function of helping the user convert the existing system code and the code of the converted language in a manner desired by the user; Workbench (11) to provide intelligent editors for complex transformations, screen painting (12) to take advantage of the characteristics of visual programs, and case-tools (13) to recognize and rearrange the converted program patterns A program enhancement step (9) which provides a SQL generator (10) for automatically writing the SQL language so that the converted system can take advantage of the characteristics of the Web, and a program for storing the fully converted program in the program repository. Characterized in that it comprises a step (14).

이하에서 첨부된 도면을 참조하여 본 발명에서 제안하는 기존 시스템에서 웹에서 사용 가능한 시스템으로 전환하는 방법에 대하여 상세하게 설명한다.Hereinafter, a method of switching from the existing system proposed by the present invention to a system usable on the web will be described in detail with reference to the accompanying drawings.

도1은 본 발명에 의한 시스템 전환 방법의 상세 흐름도이다.1 is a detailed flowchart of a system switching method according to the present invention.

우선 본 발명은 전환 하고자 하는 기존 시스템(1)에서의 소스코드를 분해(parsing)하는 단계(2)부터 시작한다. 이 단계에서는 기존 시스템의 소스코드를 분석하여 코드의 데이터 부분과 프로세스 부분을 분리해낸다. 분해된 데이터와 프로세스 부분은 데이터 부분은 다시 레벨 단위로 트리 형태로 분해되며 프로세스부분도 데이터 부분과 연결하여 분해된다. 이 단계에서는 문법 저장소(3)에서 프로그램 언어의 문법을 포맷별로 저장하는 작업이 함께 이루어진다. 이 작업을 통해 전환하고자 하는 기존 시스템 언어의 문법과 전환하려는 웹 사용 가능 시스템의 문법이 등록되며 이 때 의사언어를 등록하여 그 프로그램의 전문가가 아니더라도 프로그램 판독이 가능하도록 하여준다. 문법 저장소를 제공함으로서 사용자는 언어의 구조를 쉽게 파악할 수 있으며 비즈니스 로직을 이해하는데 도움을 받는다.First of all, the present invention starts from the step (2) of parsing the source code in the existing system (1) to be converted. In this step, the source code of the existing system is analyzed to separate the data and process parts of the code. The decomposed data and process parts are decomposed into a tree form in level unit again, and the process parts are decomposed by connecting with the data part. In this step, the grammar storage 3 stores the grammar of the programming language by format. Through this task, the grammar of the existing system language to be converted and the grammar of the web-enabled system to be converted are registered. At this time, the pseudo language is registered so that the program can be read even if the expert is not an expert in the program. By providing a grammar repository, users can easily understand the structure of the language and help understand business logic.

두 번째는 상기 시스템 분해단계로부터 얻어진 결과를 이용하여 전환하고자 하는 기존 시스템에서 비즈니스 로직을 추출하는 단계(4)이다. 비즈니스 로직 추출이란 기존 시스템에서 웹 가능 시스템으로 변환하기 위해 필수적인 부분을 찾아 적용하는 것을 의미한다. 이 단계는 단순히 프로그램 소스코드만을 전환해주는 기존의 방식과는 특화된 단계이기도 하다. 이 단계에서는 데이터, 컴포넌트, 인터페이스 분류를 자동으로 하는 것을 통해 기존 시스템의 코드가 현재의 웹 시스템에서의 변환정보로 보다 효과적으로 활용될 수 있도록 하여준다. 상기한 변환을 위한 필수적인 부분은 데이터 콘트롤, 유저 인터페이스(User Interface), 프로세스부분을 들 수 있다.The second step is to extract business logic from the existing system to be converted using the result obtained from the system decomposition step (4). Extracting business logic means finding and applying the essential parts of the transition from an existing system to a web-enabled system. This step is also a specialized step from the traditional method of simply converting the program source code. This step automatically classifies data, components, and interfaces so that code from existing systems can be used more effectively as conversion information in current Web systems. Essential parts for the above conversion include data control, user interface, and process parts.

유저 인터페이스의 추출은 화면처리에 해당하는 내용을 추출하는 부분이다. 즉 화면 속성을 추출하여 기존 시스템의 언어와 전환하려는 시스템의 언어의 속성을 분해하여 저장한다. 비주얼 기능은 모든 콤포넌트별로 분류하여 분류된 최하위 콤포넌트 자체도 운영이 가능하도록 한다.Extraction of the user interface is a part of extracting content corresponding to screen processing. In other words, the screen property is extracted and the language of the existing system and the language of the system to be converted are decomposed and stored. The visual function classifies all components so that even the lowest component classified can be operated.

데이터 콘트롤은 파일을 처리하는 문장 즉 read, write, delete, rewrite 등의 문장을 표준 SQL(Structured Query Language) 문장으로 자동 변환해주는 것을 말한다. 자세히 말하면 기존 시스템의 프로그램에서 자료처리부분을 추출하여 SQL언어로 변환하며 자료선언 부분에서 추출한 자료선언 부분도 테이블을 자동으로 만들고 해당 문장을 자동 스키마로 생성한다.Data control refers to the automatic conversion of file processing statements, such as read, write, delete, and rewrite, into standard Structured Query Language (SQL) statements. In detail, the data processing part is extracted from the program of the existing system and converted into SQL language, and the data declaration part extracted from the data declaration part automatically creates a table and generates the corresponding statement as an automatic schema.

프로세스 부분에서는 로직 추출을 통해 add, compute등과 같은 종류의 문장들을 분해하여 전환하려는 언어로 자동 전환하거나 기능을 향상하여 변화하는 기능을 제공할 수 있도록 한다.In the process part, logic extraction can be used to decompose kinds of statements such as add and compute to automatically switch to the language to be converted or to improve the function to provide a changing function.

다음 단계는 지식 마이닝(Mining)단계(6)이다. 이 단계는 본 발명의 가장 핵심적인 단계로서 소스코드 분해단계(1)에서 분해한 소스코드를 문법 저장소와 비교하여 전환하려는 언어에 맞게 변환을 하며, 문법 저장소(3), 비즈니스 로직 추출(4), 프로그램 패턴 자동 인식 등 사용자가 원하는 기능을 지능적으로 처리할 수 있도록 하는 단계이다. 이와 같이 지능적 처리를 위한 단계를 거치는 이유는 다음과 같다. 기존 시스템에서 현재의 웹 가능 시스템으로의 전환 시 기존 시스템의 모든 기능을 모두 이동할 필요가 없으며, 또한 웹 가능 시스템에 맞도록 새로운 기능을 추가할 필요가 있기 때문이다. 따라서 본 단계는 위와 같이 불필요한 기능과 새로이 꼭 추가하여야 할 기능들을 철저히 분석하여 좀더 지능적인 시스템 전환을 이루고자 하기 위한 것이다. 기존 시스템에서 현재 시스템으로의 단순한 변환은 전환하려고 하는 언어의 환경을 무시하는 것으로서 실질적인 효율 면에서도 뒤떨어지는 것이므로 주요한 비즈니스 로직을 찾아내어 현재의 웹에서 사용 가능한 시스템으로 전환하는 것이 더욱 합리적이다.The next step is the knowledge mining step (6). This step is the most essential step of the present invention to compare the source code decomposed in the source code decomposition step (1) with the grammar storage to convert to match the language to be converted, grammar storage (3), business logic extraction (4) In this step, the user can intelligently handle the desired functions such as automatic recognition of program patterns. The reasons for the intelligent processing are as follows. This is because the transition from the existing system to the current web-enabled system does not need to move all the functions of the existing system, and it is necessary to add new functions to fit the web-enabled system. Therefore, this step is to achieve a more intelligent system conversion by thoroughly analyzing the unnecessary functions and the newly added functions as above. A simple transition from an existing system to the current system is a lag in practical efficiency, ignoring the language of the language you are trying to switch to, so it is more reasonable to find the key business logic and transition to a system available on the Web today.

본 발명에서는 문법 저장소(3)뿐만 아니라 콤포넌트 저장소(5)를 설치하여 전환하려는 언어에 대해 콤포넌트를 작성하여 저장하게 한다. 콤포넌트는 객체 지향 방식의 프로그램 작성에서는 필수적인 기능으로 컴포넌트 중심의 언어는 유연하고 확장성이 뛰어난 것이 특징이다. 최신 프로그램 언어는 대부분 객체 지향적인 언어이다. 본 발명에서는 전환하려는 언어의 소스코드 즉 비주얼 베이직, 델피나 자바 언어 등을 콤포넌트 화하여 콤포넌트 저장소에 저장하며 상기 소스코드 분해단계(2)에서 분해된 소스코드를 향후 전환하려는 소스코드로 변환하는데 사용한다.In the present invention, the component repository 5 as well as the grammar repository 3 are installed so that the component is created and stored for the language to be switched. Components are essential to object-oriented programming, and component-oriented languages are flexible and extensible. Modern programming languages are mostly object-oriented languages. In the present invention, the source code of the language to be converted, that is, the Visual Basic, Delphi or Java language, etc. is componentized and stored in the component repository, and the source code decomposed in the source code decomposition step (2) is used to convert the source code to be converted in the future. do.

지식 마이닝 단계 이후에는 프로그램 컨버전 단계(7)로서 지식 마이닝 단계를 거쳐 얻어낸 자료와 콤포넌트 저장소에 저장된 전환하려는 언어의 소스코드를 이용해 본격적인 시스템 전환 작업을 실시한다. 본 발명에서 전환하는 방법은 두 가지로서 클리닝 방법과 재건축(re-architecture)방법이 있다. 클리닝 방식은 각 라인마다(Line by Line) 변환을 하게되며, 재건축 방법은 프로그램의 패턴을 자동으로 인식하여 전환하려는 언어의 특성에 맞게 프로그램의 구조를 변경하여 프로그램을 변화 재편성하는 방법을 말한다. 단 이 단계에서 프로그램의 완벽한 컨버전이 이루어지는 것은 아니다. 변환이 안되는 복잡한 문제가 생길 수도 있으며 변환이 되었다고 해서 그것이 사용자가 원하는 형태로 변환이 되었는지 보장할 수 없기 때문이다. 이후의 프로토타입핑 단계(8)와 프로그램 향상 단계에(9)서는 프로그램 컨버전이 되었어도 아직 남아 있는 상기 문제들을 해결하고 본다 진일보된 프로그램 변환을 위한 단계이다.After the knowledge mining step, the program conversion step (7) performs a full-scale system conversion using the data obtained through the knowledge mining step and the source code of the language to be stored in the component repository. There are two methods for switching in the present invention, a cleaning method and a re-architecture method. The cleaning method converts each line (Line by Line), and the reconstruction method is a method of reorganizing the program by changing the structure of the program according to the characteristics of the language to be recognized and converted automatically. This does not mean that the program is fully converted. This can be a complex problem that can't be converted, and conversion doesn't guarantee that it's the way you want it. Subsequent prototyping steps (8) and program enhancement steps (9) solve and view the above remaining problems even after program conversion.

프로토타입핑 단계(8)는 마법사(Wizard) 기능을 도입하여 사용자가 쉽게 제품을 사용하고 변환할 수 있도록 도와주는 단계이다. 특히 비주얼 프로그램에서는 마법사 기능을 도입하여 개개의 콤포넌트까지도 기존 시스템의 코드와 전환된 언어의 코드를 비교 검토하게 해주며 화면상에 그림을 인터액티브하게 확인하는 기능을 제공한다.The prototyping step (8) introduces a wizard function to help the user to easily use and convert the product. In particular, the visual program introduces a wizard function so that even individual components can compare and review the code of the existing system with the code of the converted language, and provide the function to interactively check the picture on the screen.

프로그램 향상(enhancement) 단계(9)는 워크벤치(workbench)(11), 스크린 페인팅(screen painting)(12), SQL(Structured Query Language) 제느레이터(10), 케이스-툴(13)과 같은 기능을 제공해 웹 가능 시스템의 특성을 활용할 수 있고 진일보된 프로그램 변환을 이루기 위한 단계이다.Program enhancement step 9 includes functions such as workbench 11, screen painting 12, Structured Query Language (SQL) generator (10), and case-tool (13). It is a step to achieve advanced program conversion by utilizing the characteristics of web-enabled system.

워크벤치(11)는 사용자가 변환이 안 되는 복잡한 문제가 생겼을 경우 지능적인 편집기를 제공함으로써 이러한 부분에도 변환이 가능하도록 해주는 기능을 한다. 프로그램의 최후의 변환은 워크벤치에서 이루어지게 된다. 워크벤치에서는 비즈니스 로직의 수정도 가능하다.The workbench 11 functions to enable conversion even in this part by providing an intelligent editor when a user has a complicated problem that cannot be converted. The final transformation of the program is done in the workbench. The workbench also allows modification of business logic.

스크린 페인팅(12) 기능은 텍스트 화면이 24*80 컬럼으로 구성되어 있어서 그래픽 화면으로 변환한다 하여도 비주얼 프로그램의 특성을 충분히 살리지 못하는 문제를 보완하기 위한 기능이다. 이를 통해 그래픽 화면상에 다양한 콤포넌트 그리고 웹 환경에서 필요한 동화상, 하이퍼링크, 배너 등 다양한 기능을 제공할 수 있으며, 화면 배열, 속성 등을 추가할 수 있다. 또한 기족 시스템의 화면/출력 레이아웃의 변경을 GUI(graphics User Interface) 환경에 맞게 변경을 한다.Screen painting (12) is a function to compensate for the problem that the text screen is composed of 24 * 80 columns and does not fully utilize the characteristics of the visual program even when converted to a graphic screen. Through this, various functions such as moving picture, hyperlink, banner, etc. required in various components and web environment can be provided on the graphic screen, and screen arrangement and properties can be added. In addition, the screen / output layout of the footbridge system is changed to match the GUI (graphics user interface) environment.

케이스-툴(13) 은 프로그램 컨버전 단계에서의 전환이 지능적으로 프로그램 배열이 되지 않을 경우에 대비해 프로그램 패턴을 자동으로 인식하여 재구조한 후콤포넌트를 조립하여 전환된 프로그램이 사용자가 원하는 특성을 가지도록 재배열하는 기능이다.The case-tool 13 automatically recognizes and restructures the program pattern in case the conversion in the program conversion step does not intelligently arrange the program, and then assembles the components so that the converted program has the characteristics desired by the user. It is a function to rearrange.

SQL 제느레이터(10)는 기존 시스템에서 웹 가능 시스템으로 전환하는데 중요한 요소인 SQL 언어를 자동으로 작성하는 기능을 제공한다.The SQL generator 10 provides a function of automatically writing an SQL language, which is an important factor in transitioning from an existing system to a web-enabled system.

상기 모든 단계를 거치게 되면 웹 가능 시스템에 적절한 언어로 변환이 된다. 또한 변환된 언어는 프로그램 저장소에 저장이 되며 프로그램에 관련된 제반정보 즉, 데이터, 진행과정, 스크린등 다양한 정보를 체계적으로 분류하여 사용자에게 제공한다.After all the above steps, the language is converted into a language suitable for the web-enabled system. In addition, the converted language is stored in the program repository, and various information such as data, process, screen, etc. related to the program is systematically classified and provided to the user.

이상에서 설명한 바와 같이 본 발명에 의한 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하기 위한 방법에 의하면 기존의 언어라고 할 수 있는 코볼, 유닉스, C 등의 언어를 윈도우스나 윈도우스/NT 환경의 언어인 비주얼 베이직, 델피 언어로 변환가능하며 나아가 웹 언어인 자바언어로 변환이 가능하다. 또한 상술한 바와 같이 여기서 변환은 단순한 변환이 아닌 웹/윈도우 환경에 맞게 기능이 향상된 변환을 할 수 있게 된다. 즉 코볼과 같은 텍스트 환경의 언어를 비주얼 환경으로 변환 시 이를 비주얼 환경에 맞도록 개선할 수 있으며, 윈도우즈 환경의 언어를 웹 환경의 언어로 바꿀 때에도 마찬가지이다. 나아가 본 발명에서는 프로그램 전환 시 다양한 언어를 콤포넌트화 하여 저장하므로 확장성과 유연성이 뛰어나며, 기존시스템의 언어를 분해하여 저장하므로 주요한 비즈니스 로직을 추출해내기가 용이하다.As described above, according to the method for converting an existing system according to the present invention into a system that can be used on the web, a language such as COBOL, Unix, and C, which can be referred to as an existing language, can be visualized as a language of Windows or a Windows / NT environment. It can be converted to basic and Delphi languages, and further to Java language, a web language. In addition, as described above, the conversion is not a simple conversion, but can be converted to improve the function for the web / window environment. In other words, when converting a language of text environment such as COBOL into a visual environment, it can be improved to fit the visual environment, and the same is true when changing the language of the Windows environment to the language of the web environment. Furthermore, in the present invention, various languages are componentized and stored at the time of program switching, and thus, scalability and flexibility are excellent, and the main business logic can be easily extracted because the language of the existing system is decomposed and stored.

Claims (5)

시스템 전환 방법에 있어서,In the system switching method, 기존 시스템의 소스코드를 데이터 부분과 프로세스 부분으로 분해하는 프로그램 분해 단계(2);A program decomposition step (2) of decomposing the source code of the existing system into a data part and a process part; 데이터 콘트롤, 유저 인터페이스, 프로세스와 같은 시스템 전환시 필수적인 비즈니스 로직을 추출하는 단계(4);Extracting (4) the business logic essential for system switching such as data control, user interface, process; 상기 분해한 소스코드와 추출된 비즈니스 로직을 이용하여 시스템 전환 시 불필요한 기능을 제거하고, 필요한 기능을 추가하여 지능적 처리를 할 수 있게 하는 지식 마이닝 단계(6);A knowledge mining step (6) using the decomposed source code and extracted business logic to remove unnecessary functions during system switching and to add necessary functions for intelligent processing; 상기 단계들을 거쳐 얻은 결과와 콤포넌트 저장소(5)에 저장된 콤포넌트를 이용해 각 라인마다 프로그램을 변환하거나 프로그램 패턴을 인식하고 전환하려는 언어의 특성에 맞게 프로그램 구조를 변환하는 프로그램 변환단계(7);A program converting step (7) of converting a program for each line or recognizing a program pattern and converting the program structure according to the characteristics of the language to be converted using the result obtained through the above steps and the components stored in the component store (5); 상기 프로그램 변환 후 마법사 기능을 도입하고 기존 상기 시스템 코드와 전환된 언어의 코드를 비교할 수 있게 하여 사용자가 원하는 방식으로의 변환을 도와주는 기능을 제공하는 프로토타이핑 단계(8);A prototyping step (8) of introducing a wizard function after the program conversion and providing a function of helping the user convert the existing system code and the code of the converted language in a manner desired by the user; 복잡한 변환에 대해 지능적인 편집기를 제공하는 워크벤치(11), 비주얼 프로그램의 특성을 활용할 수 있게하는 스크린 페인팅(12), 상기 변환된 프로그램 패턴을 인식하여 프로그램을 재배열하는 케이스-툴(13), SQL 언어를 자동으로 작성하는 SQL 제느레이터(10)를 제공해 전환된 시스템이 웹에서의 특성을 활용할 수 있게 하는 프로그램 향상 단계(9) 및 상기 단계를 거쳐 완전히 변환된 프로그램을 프로그램 저장소에 저장하는 단계(14)를 포함하는 것을 특징으로 하는 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법.Workbench (11) to provide intelligent editors for complex transformations, screen painting (12) to take advantage of the characteristics of visual programs, and case-tools (13) to recognize and rearrange the converted program patterns A program enhancement step (9) which provides a SQL generator (10) for automatically writing the SQL language so that the converted system can take advantage of the characteristics of the Web, and a program for storing the fully converted program in the program repository. And converting the existing system to a system available on the web. 제 1항에 있어서, 프로그램 분해단계에서 분해된 소스코드는 트리 형태로 다시 분해되는 것을 특징으로 하는 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법.The method of claim 1, wherein the source code decomposed in the program decomposition step is decomposed into a tree again. 제 1항에 있어서, 상기 프로그램 분해단계(2)에서는 문법 저장소(3)에 기존 시스템의 언어와 전환하려는 시스템의 언어의 문법 및 프로그램 판독을 용이하게 하기 위해 의사언어를 함께 등록하는 것을 특징으로 하는 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법.The method of claim 1, wherein in the program disassembling step (2), the grammar storage (3) registers a pseudo-language together to facilitate the grammar and program reading of the language of the existing system and the language of the system to be switched. How to turn an existing system into one that is available on the web. 제 1항에 있어서, 상기 콤포넌트 저장소에는 전환하려는 언어의 소스코드를 콤포넌트 화하여 저장하는 것을 특징으로 하는 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법.The method of claim 1, wherein the component repository comprises componentizing and storing source code of a language to be converted in the component repository. 제 1항에 있어서, 상기 프로그램 저장소는 프로그램에 대한 제반 정보인 데이터, 진행과정, 스크린 등을 분류하여 저장하는 것을 특징으로 하는 기존 시스템을 웹에서 사용 가능한 시스템으로 전환하는 방법.The method of claim 1, wherein the program repository classifies and stores data, a process, a screen, and the like, which are general information about a program.
KR10-2000-0019817A 2000-04-15 2000-04-15 Method for Converting Old System to System Which is Available in Web KR100370748B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR10-2000-0019817A KR100370748B1 (en) 2000-04-15 2000-04-15 Method for Converting Old System to System Which is Available in Web

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR10-2000-0019817A KR100370748B1 (en) 2000-04-15 2000-04-15 Method for Converting Old System to System Which is Available in Web

Publications (2)

Publication Number Publication Date
KR20010096859A true KR20010096859A (en) 2001-11-08
KR100370748B1 KR100370748B1 (en) 2003-02-05

Family

ID=19664504

Family Applications (1)

Application Number Title Priority Date Filing Date
KR10-2000-0019817A KR100370748B1 (en) 2000-04-15 2000-04-15 Method for Converting Old System to System Which is Available in Web

Country Status (1)

Country Link
KR (1) KR100370748B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6847981B2 (en) 2002-11-27 2005-01-25 Electronics And Telecommunications Research Institute System and method for generating EJB components from reusable business logics in servlet program

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20020028951A (en) * 2002-02-21 2002-04-17 원동학 Link of web application server for correlation with legacy system in internet
US7593994B2 (en) 2005-03-08 2009-09-22 Microsoft Corporation Generating a dynamic web service and dynamic service surrogate for legacy application components

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6847981B2 (en) 2002-11-27 2005-01-25 Electronics And Telecommunications Research Institute System and method for generating EJB components from reusable business logics in servlet program

Also Published As

Publication number Publication date
KR100370748B1 (en) 2003-02-05

Similar Documents

Publication Publication Date Title
CN107918666B (en) Data synchronization method and system on block chain
Weber et al. The petri net markup language
CA2908130C (en) Method for transforming first code instructions in a first programming language into second code instructions in a second programming language
KR100501410B1 (en) System and method of generating EJB component from reusable business logic in servlet
CN101650651B (en) Visualizing method of source code level program structure
US20050160399A1 (en) Apparatus and method for automatically migrating client server applications to other architectures and platforms
CN106843840B (en) Source code version evolution annotation multiplexing method based on similarity analysis
US20080320054A1 (en) Database and Software Conversion System and Method
US20080244541A1 (en) Code translator and method of automatically translating modeling language code to hardware language code
Dean et al. Using design recovery techniques to transform legacy systems
CN112765209A (en) SQL statement syntax migration method and system between databases
Dorninger et al. Multi-language re-documentation to support a COBOL to Java migration project
KR100370748B1 (en) Method for Converting Old System to System Which is Available in Web
CN109116828A (en) Model code configuration method and device in a kind of controller
Köth et al. Generating diagram editors providing free-hand editing as well as syntax-directed editing
US20110138350A1 (en) System and method for pattern based services extraction
Muller et al. Platform independent web application modeling
CN1499368A (en) Method for creating interface and generation system based on description
CN102681830B (en) A kind of method and apparatus of comparison program text
Jha et al. Reusing code for modernization of legacy systems
CN110533143B (en) Method and device for generating electronic card, storage medium and computer equipment
Meijer Democratizing the cloud
Muhairat et al. A New Reverse Engineering Approach to Convert Form Fill Format Document into UML Class Diagram
Tirri et al. ALCHEMIST/spl minus/an object-oriented tool to build transformations between heterogeneous data representations
KR100426315B1 (en) Analysis method and apparatus for extraction of ejb component from servlet program

Legal Events

Date Code Title Description
A201 Request for examination
N231 Notification of change of applicant
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20090121

Year of fee payment: 7

LAPS Lapse due to unpaid annual fee