KR20130140501A - Method for supporting multi-framework, apparatus and computer-readable recording medium with program therefor - Google Patents

Method for supporting multi-framework, apparatus and computer-readable recording medium with program therefor Download PDF

Info

Publication number
KR20130140501A
KR20130140501A KR1020120063951A KR20120063951A KR20130140501A KR 20130140501 A KR20130140501 A KR 20130140501A KR 1020120063951 A KR1020120063951 A KR 1020120063951A KR 20120063951 A KR20120063951 A KR 20120063951A KR 20130140501 A KR20130140501 A KR 20130140501A
Authority
KR
South Korea
Prior art keywords
data
processing
framework
post
client
Prior art date
Application number
KR1020120063951A
Other languages
Korean (ko)
Other versions
KR101394420B1 (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 KR1020120063951A priority Critical patent/KR101394420B1/en
Publication of KR20130140501A publication Critical patent/KR20130140501A/en
Application granted granted Critical
Publication of KR101394420B1 publication Critical patent/KR101394420B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/423Preprocessors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

Disclosed in the present invention are a multi-framework supporting method, an apparatus therefor and a computer readable recording medium. Provided is the multi-framework supporting apparatus comprising: a preprocessor for receiving input data based on one framework among the multi-framework from a client, preprocessing the received input data, and then converting the preprocessed data into intermediate language codes; a controller for parsing the intermediate language codes, extracting a model corresponding to a domain based on the parsed intermediate language codes and extracting the processed data based on the extracted model and the parsed data; and a postprocessor for postprocessing the extracted processed data, converting the postprocessed data into output data based on one framework among the multi-framework, and transmitting the output data to the client. [Reference numerals] (110) Client;(210) Pre-Processor;(220) Controller;(230) Model providing unit;(240) Database;(250) View providing unit;(260) Post-processing unit

Description

멀티 프레임워크 지원 방법과, 그를 위한 장치 및 컴퓨터로 읽을 수 있는 기록매체{Method For Supporting Multi-Framework, Apparatus And Computer-Readable Recording Medium with Program Therefor}BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multi-framework support method, and a device and a computer-

본 실시예는 멀티 프레임워크 지원 방법과, 그를 위한 장치 및 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다. 더욱 상세하게는 다양한 정보기기의 사용으로 인해 멀티 프레임워크가 이용됨에 따라 가상 레이어(Virtual Layer)를 통해 멀티 프레임워크 중 어느 하나의 프레임워크 기반으로 수신된 데이터를 중간 언어로 변환한 후 개발자가 기 설정한 정보에 따라 처리한 후 멀티 프레임워크 중 어느 하나의 프레임워크로 변환하여 클라이언트로 전송되도록 하는 멀티 프레임워크 지원 방법과, 그를 위한 장치 및 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다.The present embodiment relates to a method for supporting a multi-framework, an apparatus therefor, and a computer-readable recording medium. More particularly, as a multi-framework is used due to the use of various information devices, data received on a framework basis of any one of multi-frameworks is converted into an intermediate language through a virtual layer, The present invention relates to a multiframework support method and a computer-readable recording medium. The multiframework support method comprises:

이 부분에 기술된 내용은 단순히 본 실시예에 대한 배경 정보를 제공할 뿐 종래기술을 구성하는 것은 아니다.The contents described in this section merely provide background information on the present embodiment and do not constitute the prior art.

프로그램은 프로그래밍 언어로 기입된다. 프로그래밍 언어는 컴퓨터에 의해 처리 및 실행될 수 있는 명령의 시퀀스를 정의하는데 사용될 수 있는 임의의 인공 언어이다. 그러나, 프로그래밍 언어는 프로그래밍 언어를 사용하여 표현된 소스 코드로부터 컴퓨터 또는 데이터-처리 시스템이 작업하는데 필요한 기계 코드로의, 컴파일러와 같은 또 다른 프로그램에 의한 번역(Translate) 절차를 필요로 하는 것으로 의미한다.The program is written in a programming language. A programming language is any artificial language that can be used to define a sequence of instructions that can be processed and executed by a computer. However, a programming language is meant to require a translation procedure by another program, such as a compiler, from the source code expressed using a programming language to the machine code necessary for the computer or data-processing system to work .

한편, 멀티 프레임워크로 애플리케이션을 개발 중이거나 개발이 완료된 애플리케이션에 대해 입출력 데이터의 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김(Masking) 처리 등의 데이터 처리가 필요한 경우, 멀티 프레임워크마다 소스 코드를 변환해야 하는 문제가 있다. 즉, 멀티 프레임워크 애플리케이션 개발 시 사소한 오류 혹은 버그 등으로 인해 유효성 검증변환 및 서식변환 작업이 발생하는 경우 데이터의 유효성(Validation) 처리와 데이터 포맷의 가공처리 등에 많은 인적 자원이 소요되는 문제가 있다.On the other hand, when data processing such as object type conversion processing, format conversion processing, encoding processing, decoding processing or data masking processing of input / output data is required for an application that is being developed or developed by a multi-framework, There is a problem that the source code needs to be converted for each framework. That is, when a validation conversion and a format conversion operation occur due to a minor error or a bug in the development of a multi-framework application, there is a problem that a lot of human resources are required for data validation processing and data format processing.

본 실시예는 다양한 정보기기의 사용으로 인해 멀티 프레임워크가 이용됨에 따라 가상 레이어를 통해 멀티 프레임워크 중 어느 하나의 프레임워크 기반으로 수신된 데이터를 중간 언어로 변환한 후 개발자가 기 설정한 정보에 따라 처리한 후 멀티 프레임워크 중 어느 하나의 프레임워크로 변환하여 클라이언트로 전송되도록 하는 멀티 프레임워크 지원 방법과, 그를 위한 장치 및 컴퓨터로 읽을 수 있는 기록매체를 제공하는 데 주된 목적이 있다.In this embodiment, as a multi-framework is used due to the use of various information devices, data received on a framework basis of a multi-framework is converted into an intermediate language through a virtual layer, A multi-framework support method, a multi-framework support method, a multi-framework support method, a multi-framework support method, and a computer readable recording medium.

본 실시예의 일 측면에 의하면, 클라이언트(Client)로부터 멀티 프레임워크(Multi-Framework) 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리(Preprocessing)를 수행한 후 상기 전처리가 수행된 데이터를 중간 언어 코드로 변환하는 전처리부; 상기 중간 언어 코드를 파싱(Parsing)하고, 상기 파싱된 중간 언어 코드에 근거한 도메인(Domain)에 해당하는 모델(Model)을 추출하고, 상기 추출된 모델과 상기 파싱된 데이터에 근거한 처리 데이터를 추출하는 컨트롤러; 및 추출된 상기 처리 데이터에 대한 후처리(Postprocessing)를 수행하고 상기 후처리가 수행된 후처리 데이터를 상기 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 상기 클라이언트로 전송하는 후처리부를 포함하는 것을 특징으로 하는 멀티 프레임워크 지원 장치를 제공한다.According to an aspect of the present invention, there is provided a method of receiving input data based on any one of a multi-framework from a client and performing pre-processing, A preprocessing unit for converting into a language code; Parsing the intermediate language code, extracting a model corresponding to a domain based on the parsed intermediate language code, and extracting processing data based on the extracted model and the parsed data controller; And postprocessing the extracted process data. After the post-process is performed, the process data is converted into output data based on one of the frameworks of the multiframe framework, and then transmitted to the client And a processing unit for processing the multi-framework.

또한, 본 실시에의 다른 측면에 의하면, 클라이언트(Client)로부터 멀티 프레임워크(Multi-Framework) 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리(Preprocessing)를 수행한 후 상기 전처리가 수행된 데이터를 중간 언어 코드로 변환하는 전처리 과정; 상기 중간 언어 코드를 파싱(Parsing)하고, 상기 파싱된 중간 언어 코드에 근거한 도메인(Domain)에 해당하는 모델(Model)을 추출하고, 상기 추출된 모델과 상기 파싱된 데이터에 근거한 처리 데이터를 추출하는 제어 과정; 및 추출된 상기 처리 데이터에 대한 후처리(Postprocessing)를 수행하고 상기 후처리가 수행된 후처리 데이터를 상기 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 상기 클라이언트로 전송하는 후처리 과정을 포함하는 것을 특징으로 하는 멀티 프레임워크 지원 방법을 제공한다.According to another aspect of the present invention, there is provided a method for receiving input data based on any one of a multi-framework from a client and performing preprocessing, A preprocessing process of converting data into an intermediate language code; Parsing the intermediate language code, extracting a model corresponding to a domain based on the parsed intermediate language code, and extracting processing data based on the extracted model and the parsed data Control process; And postprocessing the extracted process data. After the post-process is performed, the process data is converted into output data based on one of the frameworks of the multiframe framework, and then transmitted to the client And a process for supporting the multi-framework.

또한, 본 실시에의 다른 측면에 의하면, 데이터 처리 기기에, 클라이언트(Client)로부터 멀티 프레임워크(Multi-Framework) 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리(Preprocessing)를 수행한 후 상기 전처리가 수행된 데이터를 중간 언어 코드로 변환하는 전처리 과정; 상기 중간 언어 코드를 파싱(Parsing)하고, 상기 파싱된 중간 언어 코드에 근거한 도메인(Domain)에 해당하는 모델(Model)을 추출하고, 상기 추출된 모델과 상기 파싱된 데이터에 근거한 처리 데이터를 추출하는 제어 과정; 및 추출된 상기 처리 데이터에 대한 후처리(Postprocessing)를 수행하고 상기 후처리가 수행된 후처리 데이터를 상기 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 상기 클라이언트로 전송하는 후처리 과정을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체를 제공한다.According to another aspect of the present invention, there is provided a data processing apparatus that receives input data based on any one of a framework from a client (client) and performs preprocessing A preprocessing step of converting the preprocessed data into an intermediate language code; Parsing the intermediate language code, extracting a model corresponding to a domain based on the parsed intermediate language code, and extracting processing data based on the extracted model and the parsed data Control process; And postprocessing the extracted process data. After the post-process is performed, the process data is converted into output data based on one of the frameworks of the multiframe framework, and then transmitted to the client A computer-readable recording medium on which a program for realizing a process is recorded.

이상에서 설명한 바와 같이 본 실시예에 의하면, 다양한 정보기기의 사용으로 인해 멀티 프레임워크가 이용됨에 따라 가상 레이어를 통해 멀티 프레임워크 중 어느 하나의 프레임워크 기반으로 수신된 데이터를 중간 언어로 변환한 후 개발자가 기 설정한 정보에 따라 처리한 후 멀티 프레임워크 중 어느 하나의 프레임워크로 변환하여 클라이언트로 전송하는 효과가 있다.As described above, according to the present embodiment, as the multiframe is used due to the use of various information devices, the data received on the basis of any of the multiframeworks is converted into the intermediate language through the virtual layer It is effective that the developer processes it according to the preset information, converts it into any one of the frameworks of the multi-frameworks, and transmits it to the client.

또한, 본 실시예에 의하면, 멀티 프레임워크로 애플리케이션을 개발 중이거나 개발이 완료된 애플리케이션에 대해 입출력 데이터의 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김 처리 등의 데이터 처리가 필요한 경우, 멀티 프레임워크 파일에 대해 중간 언어 코드로 변환된 데이터에 대해서 처리가 가능하므로, 멀티 프레임워크마다 작업을 수행할 필요가 없어 작업의 효율성이 증대되는 효과가 있다.Further, according to the present embodiment, data processing such as object type conversion processing, format conversion processing, encoding processing, decoding processing, or data hiding processing of input / output data is required for an application that is being developed or developed by a multiframe framework , It is possible to process data converted into an intermediate language code for a multiframe work file, so that there is no need to perform an operation for each multiframe, and the efficiency of the operation is increased.

도 1은 본 실시예에 따른 멀티 프레임워크 지원 시스템을 개략적으로 나타낸 블럭 구성도,
도 2는 본 실시예에 따른 멀티 프레임워크 지원 장치를 개략적으로 나타낸 블럭 구성도,
도 3은 본 실시예에 따른 멀티 프레임워크 지원 방법을 설명하기 위한 순서도,
도 4는 본 실시예에 따른 멀티 프레임워크 지원 방법에 대한 예시도이다.
1 is a block diagram schematically showing a multi-framework support system according to the present embodiment,
2 is a block diagram schematically showing a multi-framework support apparatus according to the present embodiment,
3 is a flowchart for explaining a method for supporting a multi-framework according to the present embodiment,
4 is an exemplary diagram illustrating a method for supporting a multi-framework according to the present embodiment.

이하, 본 실시예를 첨부된 도면을 참조하여 상세하게 설명한다.Hereinafter, the present embodiment will be described in detail with reference to the accompanying drawings.

도 1은 본 실시예에 따른 멀티 프레임워크 지원 시스템을 개략적으로 나타낸 블럭 구성도이다.1 is a block diagram schematically showing a multi-framework support system according to the present embodiment.

본 실시예에 따른 멀티 프레임워크 지원 시스템은 클라이언트(Clients)(110), 통신망(120) 및 멀티 프레임워크 지원 장치(130)를 포함한다.The multi-framework support system according to the present embodiment includes clients 110, a communication network 120, and a multiframe support apparatus 130. [

본 실시예에서는 멀티 프레임워크 지원 시스템이 클라이언트(110), 통신망(120) 및 멀티 프레임워크 지원 장치(130)만을 포함하는 것으로 기재하고 있으나, 이는 본 실시예의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 실시예의 본질적인 특성에서 벗어나지 않는 범위에서 프레임워크 지원 시스템에 포함되는 구성 요소에 대하여 다양하게 수정 및 변형하여 적용 가능할 것이다.Although the present embodiment describes that the multiframe support system includes only the client 110, the communication network 120, and the multiframe support apparatus 130, this is only illustrative of the technical idea of this embodiment Those skilled in the art will appreciate that various modifications and changes may be made to the components included in the framework support system without departing from the essential characteristics of the embodiments.

클라이언트(110)는 복수의 애플리케이션을 탑재한 단말기를 의미하며, 사용자의 키 조작 또는 명령에 의해 각종 기능을 수행한다. 이러한 클라이언트(110)는 사용자의 키 조작에 따라 통신망(120)을 경유하여 각종 데이터를 송수신할 수 있는 단말기를 말하는 것이며, 태블릿 PC(Tablet PC), 랩톱(Laptop), 개인용 컴퓨터(PC: Personal Computer), 스마트폰(Smart Phone), 개인휴대용 정보단말기(PDA: Personal Digital Assistant) 및 이동통신 단말기(Mobile Communication Terminal) 등 중 어느 하나일 수 있다. 즉, 클라이언트(110)는 통신망(120)을 이용하여 음성 또는 데이터 통신을 수행하는 단말기이며, 통신망(120)을 경유하여 서버와 통신하기 위한 프로그램 또는 프로토콜을 저장하기 위한 메모리, 해당 프로그램을 실행하여 연산 및 제어하기 위한 마이크로프로세서 등을 구비하고 있는 단말기를 의미한다. 즉, 클라이언트(110)는 멀티 프레임워크 지원 장치(130)와 서버-클라이언트 통신이 가능하다면 그 어떠한 단말기도 가능하며, 노트북 컴퓨터, 이동통신 단말기, PDA 등 여하한 통신 컴퓨팅 장치를 모두 포함하는 넓은 개념이다. 본 실시예에서 클라이언트(110)는 멀티 프레임워크 지원 장치(130)와 별도의 장치로 구현된 것으로 기재하고 있으나, 실제 실시예의 구현에 있어서, 클라이언트(110)는 멀티 프레임워크 지원 장치(130)를 모두 포함하는 형태의 자립형(Stand Alone) 장치로 구현될 수 있을 것이다. The client 110 means a terminal equipped with a plurality of applications, and performs various functions by key operation or command of the user. The client 110 is a terminal capable of transmitting and receiving various data via the communication network 120 in accordance with a key operation of the user. The client 110 may be a tablet PC, a laptop, a personal computer ), A smart phone, a personal digital assistant (PDA), and a mobile communication terminal. That is, the client 110 is a terminal that performs voice or data communication using the communication network 120, and is a memory for storing a program or a protocol for communicating with the server via the communication network 120, And a microprocessor for controlling and controlling the microprocessor. That is, the client 110 can be any terminal as long as server-client communication with the multi-framework support device 130 is possible. The client 110 may be a broad concept including all communication computing devices such as a notebook computer, a mobile communication terminal, to be. In the present embodiment, the client 110 is described as being implemented as a separate device from the multi-framework support device 130. However, in the actual implementation, the client 110 may include the multi-framework support device 130 And may be implemented as a stand-alone device including all of them.

즉, 클라이언트(110)는 사용자의 조작 또는 명령에 의해 탑재된 프로그램(가령, 애플리케이션, 운영체계)를 구동한다. 클라이언트(110)는 구동 중에 필요한 데이터를 다른 클라이언트와 공유하기 위해 통신망(120)을 경유해 멀티 프레임워크 지원 장치(130)로 전송하고, 멀티 프레임워크 지원 장치(130)로부터 그에 대한 응답 데이터를 수신한다.That is, the client 110 drives a program (e.g., an application, an operating system) mounted by a user's operation or command. The client 110 transmits the necessary data to the multi-framework support device 130 via the communication network 120 to share data with other clients while the client 110 receives the response data from the multi-framework support device 130 do.

통신망(120)은 인터넷망, 인트라넷망, 이동통신망, 위성 통신망 등 다양한 유무선 통신 기술을 이용하여 인터넷 프로토콜로 데이터를 송수신할 수 있는 망을 말한다. 또한, 통신망(120)은 멀티 프레임워크 지원 장치(130)와 결합되어 하드웨어, 소프트웨어 등의 컴퓨팅 자원을 저장하고, 클라이언트가 필요로 하는 컴퓨팅 자원을 해당 단말기로 제공할 수 있는 클라우드 컴퓨팅망을 포함할 수 있다. 여기서, 클라우드 컴퓨팅이란 정보가 인터넷 상의 서버에 영구적으로 저장되고, 데스크톱, 태블릿 컴퓨터, 노트북, 넷북, 스마트폰 등의 클라이언트 단말기에는 일시적으로 보관되는 컴퓨터 환경을 의미하며, 클라우드 컴퓨팅은 이용자의 모든 정보를 인터넷 상의 서버에 저장하고, 이 정보를 각종 IT 기기를 통하여 언제 어디서든 이용할 수 있도록 하는 컴퓨터 환경 접속망을 의미한다. 이러한, 통신망(120)은 LAN(Local Area Network), WAN(Wide Area Network)등의 폐쇄형 네트워크, 인터넷(Internet)과 같은 개방형 네트워크뿐만 아니라, CDMA(Code Division Multiple Access), WCDMA(Wideband Code Division Multiple Access), GSM(Global System for Mobile Communications), LTE(Long Term Evolution), EPC(Evolved Packet Core) 등의 네트워크와 향후 구현될 차세대 네트워크 및 클라우드 컴퓨팅 네트워크를 통칭하는 개념이다.The communication network 120 is a network capable of transmitting and receiving data using an Internet protocol using various wired and wireless communication technologies such as an Internet network, an intranet network, a mobile communication network, and a satellite communication network. In addition, the communication network 120 includes a cloud computing network that can be coupled with the multi-framework support device 130 to store computing resources such as hardware and software, and to provide the computing resources required by the client to the terminal . Here, cloud computing refers to a computer environment in which information is permanently stored on a server on the Internet and temporarily stored in client terminals such as desktops, tablet computers, laptops, netbooks, and smartphones. It refers to a computer environment access network that stores a server on the Internet and makes this information available anytime, anywhere through various IT devices. The communication network 120 may be a closed network such as a local area network (LAN), a wide area network (WAN), an open network such as the Internet, or a code division multiple access (CDMA) or wideband code division (WCDMA). It is a concept that collectively refers to networks such as Multiple Access (GSM), Global System for Mobile Communications (GSM), Long Term Evolution (LTE), and Evolved Packet Core (EPC), as well as next-generation networks and cloud computing networks.

멀티 프레임워크 지원 장치(130)는 하드웨어적으로는 통상적인 서버(Server)와 동일한 구성을 하고 있다. 그러나, 소프트웨어적으로는 C, C++, Java, Visual Basic, Visual C 등 여하한 언어를 통하여 구현되는 프로그램 모듈(Module)을 포함한다. 멀티 프레임워크 지원 장치(130)는 서버의 형태로 구현될 수 있으며, 이러한 서버는 일반적으로 인터넷과 같은 개방형 컴퓨터 네트워크를 통하여 불특정 다수 클라이언트 및/또는 다른 서버와 연결되어 있고, 클라이언트 또는 다른 서버의 작업수행 요청을 접수하고 그에 대한 작업 결과를 도출하여 제공하는 컴퓨터 시스템 및 그를 위하여 설치되어 있는 컴퓨터 소프트웨어(서버 프로그램)를 뜻하는 것이다. 그러나, 전술한 서버 프로그램 이외에도, 서버 상에서 동작하는 일련의 응용 프로그램(Application Program)과 경우에 따라서는 내부에 구축되어 있는 각종 데이터베이스를 포함하는 넓은 개념으로 이해되어야 할 것이다. 이러한 멀티 프레임워크 지원 장치(130)는 일반적인 서버용 하드웨어에 도스(DOS), 윈도우(Windows), 리눅스(Linux), 유닉스(UNIX), 매킨토시(Macintosh) 등의 운영체제에 따라 다양하게 제공되고 있는 서버 프로그램을 이용하여 구현될 수 있으며, 대표적인 것으로는 윈도우 환경에서 사용되는 사이트(Site), IIS(Internet Information Server)와 유닉스환경에서 사용되는 CERN, NCSA, APPACH 등이 이용될 수 있다. The multi-framework support device 130 has the same hardware configuration as a typical server. However, the software module includes a program module implemented in any language such as C, C ++, Java, Visual Basic, and Visual C. The multi-framework support device 130 may be implemented in the form of a server, which is typically connected to an unspecified number of clients and / or other servers via an open computer network such as the Internet, Means a computer system for receiving an execution request and deriving a result of the operation, and computer software (server program) installed for the computer system. However, in addition to the above-described server program, it should be understood as a broad concept including a series of application programs running on the server and various databases built up in some cases. The multi-framework support device 130 is a server program that is variously provided to general server hardware according to operating systems such as DOS, Windows, Linux, Unix, and Macintosh. (CERN, NCSA, APPACH, etc.) used in a site, an Internet Information Server (IIS), and a UNIX environment, which are used in a Windows environment, may be used.

또한, 이러한 멀티 프레임워크 지원 장치(130)는 MVC(Model-View-Controller) 패턴을 기반으로 한다. 여기서, MVC 패턴이란 컴퓨터 소프트웨어 개발의 구조적 패턴을 말한다.In addition, the multi-framework support device 130 is based on a Model-View-Controller (MVC) pattern. Here, MVC pattern refers to the structural pattern of computer software development.

본 실시예에 따른 멀티 프레임워크 지원 장치(130)는 클라이언트(110)로부터 멀티 프레임워크(Multi-Framework) 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리(Preprocessing)를 수행한 후 전처리가 수행된 데이터를 중간 언어 코드로 변환하고, 변환된 중간 언어 코드를 파싱(Parsing)하고, 파싱된 중간 언어 코드에 근거한 도메인(Domain)에 해당하는 모델(Model)을 추출하고, 추출된 모델과 파싱된 데이터에 근거한 처리 데이터를 추출하며, 추출된 처리 데이터에 대한 후처리(Postprocessing)를 수행하고 후처리가 수행된 후처리 데이터를 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 클라이언트(110)로 전송한다. The multi-framework support apparatus 130 according to the present exemplary embodiment receives input data based on any one of the multi-frameworks from the client 110 and performs preprocessing, Parses the intermediate language code, parses the intermediate language code, extracts a model corresponding to the domain based on the parsed intermediate language code, and extracts the extracted model and parsing Processing is performed on the extracted processing data, post processing is performed, and the processing data is converted into output data based on one of the frameworks of the multi-frameworks To the client (110).

여기서, 도메인이란 관계 데이터베이스에서 하나의 속성이 취할 수 있는 값의 집합을 말하며, 파싱이란 언어 해석기인 컴파일러(Compiler) 또는 인터프리터(Interpreter)가 프로그램을 이해하여 기계어로 번역하는 과정의 한 단계로서, 각 문장의 문법적인 구성 또는 구문을 분석하는 과정을 말한다. 즉, 파싱은 원시 프로그램에서 나타난 토큰의 열을 받아들여 이를 그 언어의 문법에 맞게 구문 분석 트리(Parse Tree)로 구성해 내는 과정으로서, 크게 하향식 문장 분석과 상향식 문장 분석으로 나눌 수 있다.Here, a domain is a set of values that an attribute can take in a relational database. Parsing is a step in the process of translating a program into a machine language by a compiler (Compiler) or an interpreter (language interpreter) It is the process of analyzing the grammatical composition or syntax of a sentence. In other words, parsing is a process of accepting a sequence of tokens from a source program and constructing it into a parse tree according to the grammar of the language, and can be divided into a top-down sentence analysis and a bottom-up sentence analysis.

한편, 멀티 프레임워크 지원 장치(130)가 처리 데이터를 추출하는 과정에 대해 설명하자면, 멀티 프레임워크 지원 장치(130)는 추출된 모델과 파싱된 데이터의 유효성(Validation) 처리, 데이터 포맷(Format)의 가공 처리, 객체 타입(Object Type) 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 및 데이터 숨김(Masking) 처리 중 적어도 하나의 데이터 처리가 수행된 처리 데이터를 추출한다. 즉, 멀티 프레임워크 지원 장치(130)는 멀티 프레임워크로 애플리케이션을 개발 중이거나 개발이 완료된 애플리케이션에 대해 입출력 데이터의 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김 처리 등의 데이터 처리가 필요한 경우, 멀티 프레임워크 파일에 대해 중간 언어 코드로 변환된 데이터에 대해서 처리가 가능하므로, 멀티 프레임워크마다 작업을 수행할 필요가 없는 것이다.The multi-framework support device 130 extracts process data from the multi-framework support device 130. The multi-framework support device 130 performs a validation process of the extracted model and the parsed data, The object type conversion processing, the format conversion processing, the encoding processing, the decoding processing, and the data masking processing. In other words, the multi-framework work supporting apparatus 130 can perform the object type conversion processing of the input / output data, the format conversion processing, the encoding processing, the decoding processing or the data hiding processing When processing is required, it is possible to process data converted into an intermediate language code for a multiframe work file, so that it is not necessary to perform an operation for each multiframe.

이하, 멀티 프레임워크 지원 장치(130)가 전처리를 수행하는 과정에 대해 설명하자면, 멀티 프레임워크 지원 장치(130)는 전처리를 수행하기 위해 가상 레이어(Virtual Layer)를 이용하여 입력 데이터에 대한 프레임워크를 확인한 후 입력 데이터를 중간 언어 코드로 변환한다. 이때, 멀티 프레임워크 지원 장치(130)는 입력 데이터에 대한 프레임워크를 확인하기 위해(즉, 클라이언트(110)의 프레임워크를 확인하기 위해) 입력 데이터의 라이브러리(Library)의 헤더(Header)에 포함된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 프레임워크를 인지한다. 여기서, 멀티 프레임워크 지원 장치(130)가 수행하는 전처리는 일종의 전처리 프로그램으로서, 컴퓨터 처리에서 중심적인 처리를 행하는 프로그램의 조건에 맞추기 위한 사전처리나 사전 준비적인 계산 또는 편성을 행하는 프로그램의 과정을 말한다. 예컨대, 결정표(Decision Table)를 이용하여 표현한 처리 순서를 COBOL의 원시 프로그램에 번역하거나 구조적 프로그래밍용의 유사 명령을 사용하여 쓴 원시 프로그램을 현존하는 프로그램용 언어의 명령문으로 변환하는 프로그램 등이 될 수 있으며, 후처리부(Post-Processor)와 대비된 동작을 말한다.Hereinafter, the process of the preprocessing by the multi-framework support apparatus 130 will be described. In order to perform preprocessing, the multi-framework support apparatus 130 uses a virtual layer (a virtual layer) And then converts the input data into an intermediate language code. At this time, the multi-framework support device 130 includes the header of the library of the input data in order to check the framework of the input data (i.e., to confirm the framework of the client 110) It confirms the value according to the framework and recognizes the framework based on the value. The preprocessing performed by the multiframework support apparatus 130 is a kind of preprocessing program, which is a preprocessing process for adapting to the conditions of a program that performs central processing in computer processing, or a process of preprogramming calculation or programming . For example, it may be a program that translates a processing sequence expressed by a decision table into a COBOL source program, or a program that converts a source program written using similar commands for structural programming into a statement of an existing program language And refers to the operation as compared with the Post-Processor.

이하, 멀티 프레임워크 지원 장치(130)가 후처리를 수행하는 과정에 대해 설명하자면, 멀티 프레임워크 지원 장치(130)는 가상 레이어를 이용하여 후처리 데이터를 기 설정된 프레임워크 기반의 데이터로 변환하여 클라이언트(110)로 전송한다. 이때, 멀티 프레임워크 지원 장치(130)는 외부로부터 입력된 정보(즉, 개발자 또는 관리자가 단말기를 이용하여 입력한 정보) 및 기 저장된 정보 중 적어도 하나 이상의 정보에 근거하여 기 설정된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 기 설정된 프레임워크를 인지한다. 여기서, 멀티 프레임워크 지원 장치(130)가 수행하는 후처리란 컴퓨터 처리에서 후처리적인 계산이나 편집, 교환을 행하는 프로그램의 과정을 말한다. 즉, 이러한 후처리는 중심적인 처리를 행하는 프로그램으로 처리한 결과 집합을 가공하여 각각의 조건에 맞추기 위한 처리를 후처리라 칭한다. Hereinafter, the multi-framework support device 130 performs a post-process. The multi-framework support device 130 converts the post-process data into data based on a predetermined framework using a virtual layer To the client (110). At this time, the multi-framework support device 130 determines a value according to a predetermined framework based on at least one or more pieces of information input from the outside (that is, information that the developer or the manager inputs using the terminal) And recognizes a predetermined framework based on the value. Here, the post-processing performed by the multiframe support apparatus 130 refers to a program process for post-processing calculation, editing, and exchange in computer processing. That is, the post-processing is a process for processing a result set processed by a program that performs central processing, and the processing for matching each condition is called a post-processing.

이러한, 멀티 프레임워크 지원 장치(130)는 MVC 모델의 프레임워크를 기반으로 동작하는 것이 바람직하나 반드시 이에 한정되는 것은 아니다. 멀티 프레임워크 지원 장치(130)에서는 업무 처리 후 출력되는 처리 데이터는 SQL(Structured Query Language) 쿼리(Query)에 대한 데이터베이스 내장 함수, 사용자 정의 함수(Function)들에 의해 서식이 변환되거나 프로그래밍 코드로 복호화 또는 감춤 처리되어 개발자 단말기(또는 관리자 단말기)의 화면에 출력되도록 구현된다. 여기서, SQL은 데이터베이스를 사용할 때, 데이터베이스에 접근할 수 있는 데이터베이스 하부 언어를 말하며, 쿼리란 데이터베이스에 정보를 요청하는 일종의 명령을 말한다.The multiframe support device 130 may operate based on the framework of the MVC model, but is not limited thereto. In the multiframework support apparatus 130, the processing data output after the business processing is converted into a format by a database built-in function or a user-defined function for a SQL (Structured Query Language) query, Or suppressed and outputted to the screen of the developer terminal (or the administrator terminal). Here, SQL refers to a database sub language in which a database can be accessed when using a database, and a query is a kind of command for requesting information from a database.

즉, 일반적으로 개발자가 멀티 프레임워크 애플리케이션을 개발하거나 멀티 프레임워크 애플리케이션을 개발 완료한 후 입출력 데이터의 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김 처리를 수행하고자 하는 경우 기 작성된 멀티 프레임워크마다 파일의 소스 코드가 변환되어야 하는 반면, 본 실시예에 따른 멀티 프레임워크 지원 장치(130)는 클라이언트(110)로부터 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리를 수행한 후 전처리가 수행된 데이터를 중간 언어 코드로 변환하고, 변환된 중간 언어 코드를 파싱하고, 파싱된 중간 언어 코드에 근거한 도메인에 해당하는 모델을 추출하고, 추출된 모델과 파싱된 데이터에 근거한 처리 데이터를 추출하며, 추출된 처리 데이터에 대한 후처리를 수행하고 후처리가 수행된 후처리 데이터를 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 클라이언트(110)로 전송하는 것이다.That is, in general, when a developer develops a multi-framework application or completes development of a multi-framework application and then performs object type conversion processing, format conversion processing, encoding processing, decoding processing, or data hiding processing of input and output data, The source code of the file must be converted for each multi-framework, while the multi-framework support apparatus 130 according to the present embodiment receives input data based on any one of the multi-frameworks from the client 110, And then parses the pre-processed data into an intermediate language code, parses the converted intermediate language code, extracts a model corresponding to the domain based on the parsed intermediate language code, and extracts the extracted model and parsed data Extracts processing data based on the extracted processing data, And after the post-processing is performed, the processing data is converted into output data based on one of the frameworks of the multi-framework, and the converted data is transmitted to the client 110.

다시 말해, 종래의 경우 사소한 오류 또는 버그 등으로 인해 이러한 유효성 검증변환 및 서식변환 작업이 반복될 경우 개발자 또는 관리자가 프로그래밍 소스코드, SQL 쿼리뿐 아니라, 모든 프로그래밍 소스코드 변환 작업을 반복하여야만 하는데 비해, 본 실시예에 따른 멀티 프레임워크 지원 장치(130)는 멀티 프레임워크 지원 장치(130)는 클라이언트(110)로부터 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리를 수행한 후 전처리가 수행된 데이터를 중간 언어 코드로 변환하고, 변환된 중간 언어 코드를 파싱하고, 파싱된 중간 언어 코드에 근거한 도메인에 해당하는 모델을 추출하고, 추출된 모델과 파싱된 데이터에 근거한 처리 데이터를 추출하며, 추출된 처리 데이터에 대한 후처리를 수행하고 후처리가 수행된 후처리 데이터를 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 클라이언트(110)로 전송하는 것이다.In other words, if such validation conversion and format conversion are repeated due to a minor error or a bug in the past, a developer or an administrator must repeat all programming source code conversion operations as well as programming source code and SQL query, In the multi-framework support apparatus 130 according to the present embodiment, the multi-framework support apparatus 130 receives input data based on any one of the multi-frameworks from the client 110 and performs preprocessing, Parses the converted intermediate language code, extracts a model corresponding to the domain based on the parsed intermediate language code, and extracts processing data based on the extracted model and the parsed data After the post-processing of the extracted processing data is performed and the post-processing is performed Li is to send data to the client 110 after converted into any one of frameworks based on the output data of the multi-framework.

이러한, 멀티 프레임워크 지원 장치(130)는 클라이언트(110)에서 전송한 입력 데이터와 데이터베이스의 SQL 쿼리와 그에 대응하는 결과 집합에 대해, 개발자 단말기(또는 관리자 단말기)의 화면 상에서 유효성 검증 또는 서식변환 규칙을 등록한대로 해당 입출력 데이터 값의 유효성 검증 및 변환 규칙 관리를 자동 실행시켜 출력하는 프레임워크를 포함한다. 여기서, 프레임워크란 소프트웨어 프레임워크(Software Framework)로서, 소프트웨어 환경에서 사용되는 기본 개념 구조로서, 뼈대, 골조의 개념을 칭한다.The multi-framework support device 130 performs validation verification or format conversion rules on the screen of the developer terminal (or the administrator terminal) with respect to the input data transmitted from the client 110, the SQL query of the database, And a framework for automatically executing the validation of the input / output data values and the conversion rule management as they are registered. Here, a framework is a software framework, which is a basic conceptual structure used in a software environment, and refers to a skeleton, a framework.

이하, 멀티 프레임워크 지원 장치(130)에서 규칙을 등록하는 과정에 대해 설명하면 다음과 같다. 멀티 프레임워크 지원 장치(130)는 규칙을 등록하기 위해 도메인 관리 화면에서 애플리케이션 설정 파일에 정의된 데이터베이스들을 검색하여 해당 데이터베이스들의 메타정보를 검색하여 모든 테이블 정보를 조회한 후 그 마스터 정보를 도메인 정보 테이블에 저장한다. 멀티 프레임워크 지원 장치(130)는 구비된 데이터베이스(240) 내의 테이블의 컬럼(Column)을 선택한 뒤 서식 변환 및 복호화, 감춤 처리의 규칙을 등록한다. 멀티 프레임워크 지원 장치(130)는 도메인 관리 화면에 애플리케이션의 단위 업무 기능들을 클라이언트(110)로부터 수신된 입력 데이터 기준으로 등록시킨다. 멀티 프레임워크 지원 장치(130)는 입력 데이터 도메인 관리 화면에서 클라이언트(110)로부터 수신된 입력 데이터 기준의 단위 업무기능의 입력 데이터 값에 대해 검증 규칙과 변환 규칙을 등록한다. 이러한, 입출력 처리 과정에서 멀티 프레임워크 지원 장치(130)는 애플리케이션이 구동될 때 등록된 검증 및 변환 규칙 정보를 데이터베이스에서 읽어와 MVC 프레임워크 내부의 캐시(Cache)에 저장할 수 있다.Hereinafter, a process of registering a rule in the multi-framework support device 130 will be described. In order to register a rule, the multi-framework support device 130 searches the databases defined in the application setting file on the domain management screen, searches the meta information of the corresponding databases, inquires all the table information, . The multi-framework support apparatus 130 selects a column of a table in the database 240 and registers rules for format conversion, decoding, and suppression processing. The multi-framework support device 130 registers the unit business functions of the application on the domain management screen based on the input data received from the client 110. The multi-framework support device 130 registers the verification rule and the conversion rule for the input data value of the unit business function based on the input data received from the client 110 on the input data domain management screen. In the input / output process, the multi-framework support device 130 may read the verification and conversion rule information registered when the application is activated, and store the verification and conversion rule information in a cache in the MVC framework.

이하, 멀티 프레임워크 지원 장치(130)에서 입력 데이터를 검증하는 과정에 대해 설명하면 다음과 같다. 멀티 프레임워크 지원 장치(130)는 클라이언트(110)로부터 입력 데이터가 수신된 경우 MVC 프레임워크에서 입력 데이터에 해당하는 프레임워크 확인 요청이 도달하기 전에 해당 입력 데이터를 검증하는 전처리를 수행한다. 멀티 프레임워크 지원 장치(130)는 입력 데이터의 검증이 실패 또는 성공되었는지를 확인한다. 멀티 프레임워크 지원 장치(130)는 입력 데이터의 검증이 실패한 경우 해당 입력 데이터의 검증에 통과하지 못한 값의 키와 실패 이유 정보를 담아 개발자 단말기(또는 관리자 단말기)의 화면으로 응답하고, 검증실패가 조회 기능인 경우 처리실패 페이지로 이동한다. 멀티 프레임워크 지원 장치(130)는 입력 데이터의 검증이 성공하였을 경우 검증된 데이터를 개발자 단말기(또는 관리자 단말기)의 화면을 통해 출력되도록 한다. 멀티 프레임워크 지원 장치(130)는 구비된 데이터베이스(240)에 접근하여 SQL 쿼리를 포함하여 데이터의 추가/수정/삭제/조회업무를 실행하는 업무를 처리한다. 멀티 프레임워크 지원 장치(130)는 내부 메모리에 적재된 규칙 하에 SQL 쿼리가 전송되어 출력된 데이터 값의 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 및 감춤 처리의 변환 작업을 수행하여 그 변환 값을 모델 레이어로 반환한다.Hereinafter, a process of verifying input data in the multiframe support apparatus 130 will be described. The multi-framework support device 130 performs preprocessing for verifying the input data before the framework check request corresponding to the input data arrives in the MVC framework when the input data is received from the client 110. The multi-framework support device 130 confirms whether the verification of the input data has failed or succeeded. When the verification of the input data fails, the multiframe support device 130 responds to the screen of the developer terminal (or the administrator terminal) with the key of the value that failed the verification of the input data and the failure reason information, If it is a query function, go to the process failure page. The multi-framework support device 130 outputs the verified data through the screen of the developer terminal (or the administrator terminal) when the verification of the input data is successful. The multiframe support apparatus 130 accesses the database 240 and processes the task of adding / modifying / deleting / querying data including an SQL query. The multi-framework support device 130 performs an object type conversion process, a format conversion process, a coding process, a decoding process, and a conversion process of the attenuation process of an output data value in which an SQL query is transmitted under the rules loaded in the internal memory, Returns the transformation value to the model layer.

이하, 멀티 프레임워크 지원 장치(130)에서 규칙 등록 과정을 좀 더 상세히 설명하면 다음과 같다. 멀티 프레임워크 지원 장치(130)는 도메인 관리 화면에서 입력 데이터 유효성 검증 및 변환 규칙 등록을 위한 입력 데이터를 클라이언트(110)로부터 수신한다. 멀티 프레임워크 지원 장치(130)는 해당 입력 데이터의 단위 업무명, 조회/입력 기능 구분 값을 입력한다. 멀티 프레임워크 지원 장치(130)는 해당 입력 데이터에서 전송되는 각 항목의 필수 여부, 길이, 데이터 타입의 유효성 규칙을 등록한다. 멀티 프레임워크 지원 장치(130)는 입력 데이터 각 항목에 서식 변환 여부와 변환 규칙, 암호화 여부, 암호화 방식을 설정하여 입력한다. 멀티 프레임워크 지원 장치(130)는 등록된 규칙대로 동작한다. 멀티 프레임워크 지원 장치(130)는 도메인 관리 화면에서 애플리케이션과 관계된 데이터베이스를 선택하여 메타데이터(Metadata) 정보를 얻는다. 멀티 프레임워크 지원 장치(130)는 입출력 데이터 규칙을 등록하고자 하는 데이터베이스를 선택한다. 멀티 프레임워크 지원 장치(130)는 선택된 데이터베이스에 존재하는 테이블 중 규칙을 등록하고자 하는 테이블을 선택한다. 멀티 프레임워크 지원 장치(130)는 테이블의 컬럼 항목을 선택 후 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리, 감춤 처리에 대한 규칙을 등록한다. 멀티 프레임워크 지원 장치(130)는 모델 제공부(230)에 등록된 규칙대로 동작한다. Hereinafter, the rule registration process in the multi-framework support device 130 will be described in more detail. The multi-framework support device 130 receives input data for validating input data and registering conversion rules from the client 110 on the domain management screen. The multi-framework support device 130 inputs the unit business name and the inquiry / input function classification value of the corresponding input data. The multi-framework support device 130 registers the validity rule of each item transmitted from the corresponding input data, the length, and the data type. The multiframe support device 130 sets whether or not the format conversion, the conversion rule, the encryption and the encryption method are set for each entry of the input data and inputs the conversion rule. The multi-framework support device 130 operates according to the registered rules. The multi-framework support device 130 obtains metadata information by selecting a database related to the application on the domain management screen. The multi-framework support device 130 selects a database to which the input / output data rule is to be registered. The multi-framework support device 130 selects a table to register a rule among the tables existing in the selected database. The multi-framework support device 130 registers the rules for the object type conversion processing, the format conversion processing, the encoding processing, the decryption processing, and the suppression processing after selecting the column items of the table. The multi-framework support device 130 operates according to the rules registered in the model providing unit 230.

또한, 입출력 처리 과정에서 멀티 프레임워크 지원 장치(130)는 데이터 입출력 도메인 규칙을 데이터베이스에서 가져온 뒤 캐시하여 멀티 프레임워크 지원 장치(130)의 메모리에 적재한다. 또한, 멀티 프레임워크 지원 장치(130)는 개발자 단말기(또는 관리자 단말기)가 해당 프로그램 상에서 조회 또는 입력기능을 수행할 수 있도록 한다.Also, in the input / output process, the multi-framework support device 130 fetches the data input / output domain rule from the database, caches it, and loads it in the memory of the multi-framework support device 130. In addition, the multi-framework support device 130 enables a developer terminal (or an administrator terminal) to perform an inquiry or input function on the program.

도 2는 본 실시예에 따른 멀티 프레임워크 지원 장치를 개략적으로 나타낸 블럭 구성도이다.2 is a block diagram schematically showing an apparatus for supporting a multi-framework according to the present embodiment.

본 실시예에 따른 멀티 프레임워크 지원 장치(130)는 전처리부(210), 컨트롤러(220), 모델 제공부(230), 데이터베이스(240), 뷰(View) 제공부(250) 및 후처리부(260)를 포함한다. 본 실시예에서는 멀티 프레임워크 지원 장치(130)가 전처리부(210), 컨트롤러(220), 모델 제공부(230), 데이터베이스(240), 뷰 제공부(250) 및 후처리부(260)만을 포함하는 것으로 기재하고 있으나, 이는 본 실시예의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 실시예의 본질적인 특성에서 벗어나지 않는 범위에서 멀티 프레임워크 지원 장치(130)에 포함되는 구성 요소에 대하여 다양하게 수정 및 변형하여 적용 가능할 것이다.The multi-framework support apparatus 130 according to the present embodiment includes a preprocessing unit 210, a controller 220, a model providing unit 230, a database 240, a view providing unit 250, 260). The multiframework support apparatus 130 includes only the preprocessing unit 210, the controller 220, the model providing unit 230, the database 240, the view providing unit 250, and the post-processing unit 260 However, it should be understood that the present invention is not limited to the above-described embodiments, and various modifications and changes may be made without departing from the scope of the present invention. The present invention is not limited to the above-described embodiments.

도 2에서는 멀티 프레임워크 지원 장치(130)가 하드웨어적인 모듈로 구현된 전처리부(210), 컨트롤러(220), 모델 제공부(230), 데이터베이스(240), 뷰 제공부(250) 및 후처리부(260)를 포함하는 형태로 기재하고 있으나, 전처리부(210), 컨트롤러(220), 모델 제공부(230), 데이터베이스(240), 뷰 제공부(250) 및 후처리부(260)는 소프트웨어적인 모듈로 구현되어 동작될 수도 있을 것이다.2, the multi-framework support apparatus 130 includes a preprocessing unit 210, a controller 220, a model providing unit 230, a database 240, a view providing unit 250, The controller 220, the model providing unit 230, the database 240, the view providing unit 250, and the post-processing unit 260 may be implemented in software And may be implemented as a module.

전처리부(210)는 클라이언트(110)에 탑재된 프로그램으로부터 멀티 프레임워크 지원 장치(130)로 전송되는 입력 및 조회 데이터에 대해, 검증 규칙에 따라 데이터의 길이 및 데이터 타입 등 유효성을 검증하고 암호화 및 변환 규칙에 따라 데이터에 대한 암호화 처리 및 서식(Format) 변환을 수행한다.The preprocessing unit 210 verifies the validity of the input data and the inquiry data transmitted from the program installed in the client 110 to the multi-framework support device 130, such as the length and data type of the data according to the verification rule, And performs encryption processing and format conversion on data according to the conversion rule.

한편, 본 실시예에 따른 전처리부(210)는 클라이언트(110)로부터 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리를 수행한 후 전처리가 수행된 데이터를 중간 언어 코드로 변환한다. 여기서, 전처리부(210)가 수행하는 전처리는 일종의 전처리 프로그램으로서, 컴퓨터 처리에서 중심적인 처리를 행하는 프로그램의 조건에 맞추기 위한 사전처리나 사전 준비적인 계산 또는 편성을 행하는 프로그램의 과정을 말한다. 예컨대, 결정표를 이용하여 표현한 처리 순서를 COBOL의 원시 프로그램에 번역하거나 구조적 프로그래밍용의 유사 명령을 사용하여 쓴 원시 프로그램을 현존하는 프로그램용 언어의 명령문으로 변환하는 프로그램 등이 될 수 있으며, 후처리부(260)와 대비된 동작을 말한다. 이러한, 전처리부(210)는 가상 레이어로서, 입력 데이터에 대한 프레임워크를 확인한 후 입력 데이터를 중간 언어 코드로 변환한다. 이때, 전처리부(210)는 입력 데이터에 대한 프레임워크를 확인하기 위해 입력 데이터의 라이브러리의 헤더에 포함된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 프레임워크를 인지한다.In the meantime, the preprocessing unit 210 according to the present embodiment receives input data based on any one of the frameworks from the client 110 and performs preprocessing, and then converts the preprocessed data into an intermediate language code do. The pre-processing performed by the preprocessing unit 210 is a kind of preprocessing program, which is a preprocessing process to match the conditions of a program that performs central processing in computer processing, or a program process that performs preprogrammed calculation or programming. For example, the program may be a program for translating a processing sequence expressed using a decision table into a COBOL source program, or a program for converting a source program written using a similar command for structural programming into an instruction of an existing program language, (260). The preprocessor 210, as a virtual layer, converts the input data into an intermediate language code after confirming a framework for the input data. At this time, the preprocessor 210 confirms the value according to the framework included in the header of the library of the input data to identify the framework for the input data, and recognizes the framework based on the value.

컨트롤러(220)는 개발자(또는 관리자)의 조작 또는 명령에 의한 요청 정보를 수신하여 처리하는 일종의 컨트롤러(Controller) 레이어를 말한다. 이러한, 컨트롤러(220)는 그 설계 구성에 따라 서블릿(Servlet) 레이어, 액션(Action) 레이어, 컨트롤러(Controller) 레이어 등으로 칭할 수 있다. 이러한, 컨트롤러(220)는 모델 제공부(230) 및 데이터베이스(240)에 저장된 데이터에 대해, SQL 쿼리를 통해서 데이터의 추가/수정/삭제/조회를 처리하여 그 처리된 결과를 데이터베이스(240)에 저장하고, 그 처리된 결과를 데이터베이스(240)에서 모델 제공부(230)로 로드하여 저장하며 뷰 제공부(250)를 통해 해당 개발자 단말기(즉, 관리자 단말기)로 출력되도록 한다.The controller 220 is a kind of controller layer that receives and processes request information by an operation or command of a developer (or an administrator). The controller 220 can be referred to as a Servlet layer, an Action layer, a Controller layer, or the like according to its design configuration. The controller 220 processes the data stored in the model providing unit 230 and the database 240 by adding / modifying / deleting / inquiring data through an SQL query and transmitting the processed result to the database 240 Stores the processed result in the database 240, loads the processed result into the model providing unit 230, and stores the loaded result in the developer terminal (i.e., the administrator terminal) through the view providing unit 250.

본 실시예에 따른 컨트롤러(220)는 전처리부(210)로부터 수신된 중간 언어 코드를 파싱하고, 파싱된 중간 언어 코드에 근거한 도메인에 해당하는 모델을 추출하고, 추출된 모델과 파싱된 데이터에 근거한 처리 데이터를 추출한다. 여기서, 도메인이란 관계 데이터베이스에서 하나의 속성이 취할 수 있는 값의 집합을 말하며, 파싱이란 언어 해석기인 컴파일러 또는 인터프리터가 프로그램을 이해하여 기계어로 번역하는 과정의 한 단계로서, 각 문장의 문법적인 구성 또는 구문을 분석하는 과정을 말한다. 즉, 파싱은 원시 프로그램에서 나타난 토큰의 열을 받아들여 이를 그 언어의 문법에 맞게 구문 분석 트리로 구성해 내는 과정으로서, 크게 하향식 문장 분석과 상향식 문장 분석으로 나눌 수 있다.The controller 220 according to the present embodiment parses the intermediate language code received from the preprocessing unit 210, extracts a model corresponding to the domain based on the parsed intermediate language code, and extracts the model based on the extracted model and the parsed data And extracts processing data. Here, a domain is a set of values that an attribute can take in a relational database. Parsing is a step in the process of translating a compiler or interpreter, which is a language interpreter, into a machine language, It is the process of analyzing the syntax. In other words, parsing is a process of accepting a sequence of tokens from a source program and constructing it into a parsing tree according to the grammar of the language, and can be divided into a top-down sentence analysis and a bottom-up sentence analysis.

한편, 컨트롤러(220)는 추출된 모델과 파싱된 데이터의 유효성 처리, 데이터 포맷의 가공 처리, 객체 타입 변환 처리, 부호화 처리, 복호화 처리 및 데이터 숨김 처리 중 적어도 하나의 데이터 처리가 수행된 처리 데이터를 추출한다. 즉, 컨트롤러(220)의 동작으로 인해 멀티 프레임워크 지원 장치(130)는 멀티 프레임워크로 애플리케이션을 개발 중이거나 개발이 완료된 애플리케이션에 대해 입출력 데이터의 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김 처리 등의 데이터 처리가 필요한 경우, 멀티 프레임워크 파일에 대해 중간 언어 코드로 변환된 데이터에 대해서 처리가 가능하므로, 멀티 프레임워크마다 작업을 수행할 필요가 없는 것이다.On the other hand, the controller 220 stores processing data on which at least one of data processing, such as validity processing of the extracted model and parsed data, processing of data format, object type conversion processing, coding processing, decoding processing and data hiding processing, . That is, due to the operation of the controller 220, the multiframe support apparatus 130 can perform the object type conversion processing of the input / output data, the format conversion processing, the encoding processing, the decoding processing When data processing such as processing or data hiding processing is required, it is possible to process data converted into an intermediate language code for a multiframe work file, so that it is not necessary to perform an operation for each multiframe.

모델 제공부(230)는 데이터베이스(240)에 직접 접근하는 레이어로서 SQL 쿼리를 전송하고, 그에 대응하는 결과 집합(ResultSet)을 수신하는 일종의 모델 레이어이다. 한편, 모델 제공부(230)는 컨트롤러(220)에 의한 컨트롤러 레이어에서 조직화된 개발자(또는 관리자) 요청 값을 이용하여 비즈니스 업무 처리를 수행하는 레이어를 포함한다. 한편, 모델 제공부(230)는 전처리부(210)에 의해 처리된 데이터를 전송받아 임시 저장한다.The model providing unit 230 is a kind of model layer that transmits an SQL query as a layer directly accessing the database 240 and receives a corresponding result set (ResultSet). Meanwhile, the model providing unit 230 includes a layer for performing business business processing using the developer (or manager) request value organized in the controller layer by the controller 220. Meanwhile, the model providing unit 230 receives the data processed by the preprocessing unit 210 and temporarily stores the data.

모델 제공부(230)는 전처리부(210) 및 후처리부(260)가 수행하는 규칙을 개발자(또는 관리자)의 프로그램으로부터 입력받아 데이터베이스(240)에 저장하며, 컨트롤러(220)의 제어 명령에 따라 데이터베이스(240)로부터 검증 규칙, 암호화 및 변환 규칙 및 데이터 출력 규칙을 읽어들여 멀티 프레임워크 지원 장치(130) 내부의 캐시에 저장한다. 여기서, 모델 제공부(230)의 기본 도메인구조의 타입은 날짜 형, 문자형, 숫자 형 및 식별번호 형 중 어느 하나를 사용하여 설정될 수 있다. 한편, 본 실시예에 따른 모델 제공부(230)는 기 설정된 중간 언어 코드에 해당하는 도메인에 해당하는 모델을 제공한다. 본 실시예에 따른 데이터베이스(240)는 기 설정된 모델 또는 기 설정된 데이터 해당하는 처리 데이터를 저장한다.The model supplier 230 receives the rules performed by the preprocessor 210 and the postprocessor 260 from the program of the developer or the manager and stores the rules in the database 240. In accordance with the control command of the controller 220, The verification rules, the encryption and conversion rules, and the data output rules from the database 240 and stores them in the cache in the multi-framework support device 130. Here, the type of the basic domain structure of the model providing unit 230 may be set using one of a date type, a character type, a numeric type, and an identification number type. Meanwhile, the model providing unit 230 according to the present embodiment provides a model corresponding to a domain corresponding to a predetermined intermediate language code. The database 240 according to the present embodiment stores process data corresponding to a predetermined model or predetermined data.

뷰 제공부(250)는 컨트롤러(220)에서 처리된 프로세서를 개발자(또는 관리자)의 프로그램으로 전달하여 최종적으로 해당 프로그램의 구성요소를 통해 화면에 표시될 수 있도록 하는 일종의 뷰 레이어를 말한다. 또한, 뷰 제공부(250)는 클라이언트(110)로부터 수신되는 입력 데이터의 필수 여부, 길이 및 데이터 타입 검사 등 유효성 검사와 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김 처리 등과 같은 기능은 뷰 제공부(250)에서 예컨대, 자바스크립트와 같은 스크립트 언어나 액티브-X(Active-X) 등의 기술을 사용하여 처리될 수 있다. 한편, 본 실시예에 따른 뷰 제공부(250)는 추출된 데이터를 화면 상에 표시되도록 처리한다.The view providing unit 250 is a kind of view layer that allows a processor processed by the controller 220 to be transmitted to a program of a developer (or an administrator) and finally displayed on a screen through the components of the program. In addition, the view providing unit 250 may perform validation and object type conversion processing such as inspection of the necessity, length and data type of input data received from the client 110, format conversion processing, encoding processing, decoding processing or data hiding processing The same function may be processed in the view providing unit 250 using a script language such as JavaScript, for example, or a technique such as Active-X (Active-X). Meanwhile, the view providing unit 250 according to the present embodiment processes the extracted data to be displayed on the screen.

후처리부(260)는 컨트롤러(220)의 제어 명령에 따라 데이터베이스(240)에서 출력되는 데이터에 대해, 데이터 출력 규칙에 따라 객체 타입 변환 처리, 포맷 변환 처리, 복호화 변환 처리 또는 감춤 처리 변환 중 적어도 어느 하나를 수행한다. 한편, 본 실시예에 따른 후처리부(260)는 추출된 처리 데이터에 대한 후처리를 수행하고 후처리가 수행된 후처리 데이터를 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 클라이언트(110)로 전송한다. 여기서, 후처리부(260)가 수행하는 후처리란 컴퓨터 처리에서 후처리적인 계산이나 편집, 교환을 행하는 프로그램의 과정을 말한다. 즉, 이러한 후처리는 중심적인 처리를 행하는 프로그램으로 처리한 결과 집합을 가공하여 각각의 조건에 맞추기 위한 처리를 후처리라 칭한다. 이러한, 후처리부(260)는 가상 레이어로서 후처리 데이터를 기 설정된 프레임워크 기반의 데이터로 변환하여 클라이언트(110)로 전송한다. 이때, 후처리부(260)는 외부로부터 입력된 정보 및 기 저장된 정보 중 적어도 하나 이상의 정보에 근거하여 기 설정된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 기 설정된 프레임워크를 인지한다.The post-processing unit 260 outputs at least either of the object type conversion processing, the format conversion processing, the decoding conversion processing, or the conversion processing of the attenuation processing according to the data output rule, to the data output from the database 240 in accordance with the control command of the controller 220 Perform one. The post-processing unit 260 according to the present embodiment performs a post-process on the extracted process data, and after the post-process is performed, the process data is converted into output data based on any one of the frameworks of the multi-framework To the client (110). Here, the post-processing performed by the post-processing unit 260 refers to the process of post-processing calculation, editing, and exchange in computer processing. That is, the post-processing is a process for processing a result set processed by a program that performs central processing, and the processing for matching each condition is called a post-processing. The post-processing unit 260 converts the post-process data as a virtual layer into data of a framework-based predetermined protocol, and transmits the data to the client 110. At this time, the post-processing unit 260 confirms a value according to a predetermined framework based on at least one of information input from outside and pre-stored information, and recognizes a predetermined framework based on the value.

이하, 멀티 프레임워크 지원 장치(130)가 전처리부(210), 컨트롤러(220), 모델 제공부(230), 데이터베이스(240), 뷰 제공부(250) 및 후처리부(260)의 구성 요소를 이용하여 전반적으로 동작하는 과정에 대해 설명하면 다음과 같다. 멀티 프레임워크 지원 장치(130)의 전처리부(210)가 클라이언트(110)로부터 수신된 입력 데이터에 해당하는 프레임워크의 확인 요청이 도달하기 전에 메모리에 적재된 입력 규칙대로 입력 데이터를 검증하는 전처리를 수행한다. 멀티 프레임워크 지원 장치(130)의 전처리부(210)는 클라이언트(110)로부터 수신된 입력 데이터의 입력값에 대한 검증이 성공하였는지를 확인한다. 멀티 프레임워크 지원 장치(130)의 전처리부(210)는 확인 결과 입력 데이터의 입력값에 대한 검증이 성공하였을 경우 변환 및 암호화 규칙대로 입력 데이터를 변환한 후 컨트롤러(220)에 전달한다.Hereinafter, the multiframe support apparatus 130 includes components of the preprocessing unit 210, the controller 220, the model providing unit 230, the database 240, the view providing unit 250, and the post-processing unit 260 Hereinafter, a description will be given of the overall operation of the system. The preprocessing unit 210 of the multiframe support apparatus 130 performs a preprocessing process of verifying the input data according to the input rules loaded in the memory before the confirmation request of the framework corresponding to the input data received from the client 110 is received . The preprocessing unit 210 of the multi-framework support device 130 confirms whether the input data received from the client 110 has been successfully verified. If the verification of the input value of the input data is successful, the preprocessing unit 210 of the multi-framework support device 130 converts the input data according to the conversion and encryption rule, and then transfers the input data to the controller 220.

또한, 멀티 프레임워크 지원 장치(130)의 컨트롤러(220)는 해당 데이터를 모델 제공부(230)로 전달한다. 멀티 프레임워크 지원 장치(130)의 모델 제공부(230)가 데이터베이스(240)에 접근하여 SQL 쿼리를 포함하여 데이터의 추가/수정/삭제/조회 등의 업무기능을 수행한다. 멀티 프레임워크 지원 장치(130)의 모델 제공부(230)가 메모리에 적재된 출력 규칙대로 최종적으로 SQL 쿼리가 처리되어 출력된 데이터 값을 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김 처리하여 반환한다. 멀티 프레임워크 지원 장치(130)의 모델 제공부(230)는 반환한 값을 토대로 다시 업무를 처리하고 컨트롤러(220)로 전달한다. 멀티 프레임워크 지원 장치(130)의 컨트롤러(220)는 그 처리된 결과 데이터를 뷰 제공부(250)를 통해 해당 프로그램(개발자 단말기 또는 관리자 단말기에 탑재된 프로그램)으로 전송한다. 멀티 프레임워크 지원 장치(130)의 컨트롤러(220)는 확인한 결과 입력 데이터의 입력값에 대한 검증이 실패한 경우 현재 입력화면에 있는 지를 확인한다. 멀티 프레임워크 지원 장치(130)의 컨트롤러(220)는 확인한 결과 현재 입력화면에 있을 경우 검증 실패한 데이터 항목 정보를 담아 개발자 단말기(또는 관리자 단말기)에 출력되도록 한다. 멀티 프레임워크 지원 장치(130)의 컨트롤러(220)는 처리실패 페이지가 개발자 단말기(또는 관리자 단말기)에 출력되도록 한다.In addition, the controller 220 of the multiframe support apparatus 130 transmits the data to the model providing unit 230. The model providing unit 230 of the multi-framework support device 130 accesses the database 240 and performs business functions such as adding / modifying / deleting / inquiring data including an SQL query. The model providing unit 230 of the multi-framework support device 130 processes the SQL query in accordance with the output rules loaded in the memory and outputs the output data value to the object type conversion processing, the format conversion processing, the encoding processing, Data is hidden and returned. The model providing unit 230 of the multi-framework support device 130 processes the task again based on the returned value and delivers the processed service to the controller 220. The controller 220 of the multi-framework support device 130 transmits the processed result data to the corresponding program (a program installed in the developer terminal or the administrator terminal) through the view providing unit 250. The controller 220 of the multi-framework support device 130 confirms whether the current input screen is present if the verification of the input value of the input data fails. The controller 220 of the multi-framework support device 130 stores the data item information that failed verification if the verification result is present in the current input screen, and outputs the data item information to the developer terminal (or the administrator terminal). The controller 220 of the multi-framework support device 130 causes the processing failure page to be output to the developer terminal (or the administrator terminal).

이하, 멀티 프레임워크 지원 장치(130)가 전처리부(210), 컨트롤러(220), 모델 제공부(230), 데이터베이스(240), 뷰 제공부(250) 및 후처리부(260)의 구성 요소를 이용하여 전반적으로 동작하는 과정에 대해 보다 구체적으로 설명하면 다음과 같다. 컨트롤러(220)는 입출력 도메인 관리 화면에서는 애플리케이션의 단위 업무 기능들을 입력 데이터를 기준으로 수신한다. 이때, 입출력 도메인 관리 화면에서 입력 데이터 등록 시에는 입력 데이터를 지정하고 업무 명칭을 입력한 뒤 조회기능인지 입력기능인지 구분하여 체크한다. 또한, 컨트롤러(220)는 입력이 조회기능인 경우 검증 제어 구분 값을 '해제'로 설정할 경우 검증 및 변환의 작동을 중지시킬 수 있다. 더 나아가, 컨트롤러(220)는 해당 입력 데이터에서 전송받을 데이터 항목의 명칭(Key)을 등록하고 항목 값(Value)의 필수 여부, 길이범위, 유효한 데이터 타입, 필수 여부, 변환할 서식 형태, 암호화 여부 및 암호화 방식을 지정한다. 따라서, 컨트롤러(220)는 입력 데이터를 등록하면 MVC 프레임워크에서 해당 입력 데이터에 해당하는 프레임워크 확인 요청이 도달하기 전에 전처리부(210)에서 해당 입력 데이터를 검증하는 전처리를 수행하게 된다.Hereinafter, the multiframe support apparatus 130 includes components of the preprocessing unit 210, the controller 220, the model providing unit 230, the database 240, the view providing unit 250, and the post-processing unit 260 Hereinafter, the overall operation of the system will be described in more detail. In the input / output domain management screen, the controller 220 receives the unit business functions of the application based on the input data. At this time, when input data is registered in the input / output domain management screen, input data is designated, the task name is input, and the input / output function is discriminated from the inquiry function or the input function. In addition, the controller 220 can stop the verification and conversion operation when the verification control discrimination value is set to 'disable' when the input is the inquiry function. In addition, the controller 220 registers the name of a data item to be transmitted in the input data, and determines whether the item value is required, a length range, a valid data type, a required format, And an encryption method. Accordingly, when the controller 220 registers the input data, the preprocessor 210 performs pre-processing to verify the input data before the framework confirmation request corresponding to the input data arrives in the MVC framework.

만약, 전처리부(210)에서 입력 데이터의 유효 검증에 실패한 경우 전처리부(210)에서는, 해당 입력 데이터의 검증에 통과하지 못한 값의 키와 실패한 이유의 정보를 담아 곧바로 뷰 제공부(250)를 통해 개발자 단말기(또는 관리자 단말기)의 화면으로 응답되도록 하며, 개발자 단말기(또는 관리자 단말기)는 화면에 표시될 이 정보를 토대로 입력화면에서 잘못 입력한 항목이 어느 부분이며 왜 잘못되었는지 파악할 수 있다. 이러한 과정에서 검증이 실패한 기능이 조회 기능인 경우에, 입력 데이터는 클라이언트(110) 보낸값이 아니고 프로그램 상에서 조합되어 자동 전송된 값이므로, 처리실패 페이지로 이동되도록 한다.If the pre-processing unit 210 fails to validate the input data, the preprocessing unit 210 directly receives the key of the value that failed the verification of the input data and the reason for the failure, The developer terminal (or the administrator terminal) can determine which part of the input item is erroneously input on the input screen based on the information to be displayed on the screen and why the input item is erroneous. In the case where the function failed in verification in this process is the inquiry function, the input data is moved to the process failure page since the input data is a value that is automatically transmitted and combined on the program, not the value sent from the client 110.

한편, 전처리부(210)에서 입력 데이터의 검증에 성공했다면 전처리부(210)는 서식변환 규칙이 정의된 항목에 대해 변환을 수행한 뒤 컨트롤러(220)로 입력 데이터를 넘긴다. 그러면, 컨트롤러(220)는 검증된 해당 입력 데이터를 모델 제공부(230)로 넘겨 다음 프로세스가 진행되도록 처리한다. 그러면, 모델 제공부(230)는 컨트롤러(220)의 제어명령에 따라 데이터베이스(240)에 접근하여 SQL 쿼리를 포함하여 데이터의 추가/수정/삭제/조회업무를 실행하므로 업무기능을 처리한다. 그리고 후처리부(260)는 데이터베이스(240)의 SQL 쿼리의 출력결과 항목 값을 전처리부(210)에서와 동일하게 객체 타입 변환 처리, 포맷 변환 처리, 복호화 처리 및 감춤 처리 중 적어도 하나의 처리 프로세서가 개발자 단말기(또는 관리자 단말기)의 화면에서 지정한 규칙에 따라 변환하여 출력되도록 한다. On the other hand, if the pre-processing unit 210 succeeds in verifying the input data, the preprocessing unit 210 transfers the input data to the controller 220 after converting the item for which the format conversion rule is defined. Then, the controller 220 transfers the verified input data to the modeling unit 230 to process the next process. Then, the model providing unit 230 accesses the database 240 in accordance with the control command of the controller 220 and processes the business function by executing the data addition / modification / deletion / inquiry task including the SQL query. Then, the post-processing unit 260 outputs the output result item value of the SQL query of the database 240 to at least one of the object type conversion processing, the format conversion processing, the decoding processing and the attenuation processing as in the preprocessing unit 210 And outputs the converted information in accordance with the rule specified on the screen of the developer terminal (or the administrator terminal).

따라서, 개발자 단말기(또는 관리자 단말기)는 이와 같은 객체 타입 변환처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김 처리 등의 작업에 불필요한 공수를 들일 필요가 없기 때문에 멀티 프레임워크 애플리케이션 개발시간을 단축시킬 수 있다. 이때, 전술한 바와 같이 데이터베이스(240)의 출력 값을 제어하는 후처리부(260)를 제어하기 위해서 모델 제공부(230)는 먼저 애플리케이션 설정 파일에 정의된 값을 토대로 연계된 데이터베이스(240)들을 조회할 수 있다. 여기서, 개발자 단말기(또는 관리자 단말기)는 대상 데이터베이스를 선택하여 '조회 및 갱신' 명령을 선택하게 되는데, 이러한 경우 모델 제공부(230)에서는 후처리부(260)를 통해 데이터베이스(240)의 메타정보를 검색하여 모든 테이블 정보를 조회한 뒤 그 마스터 정보를 도메인 정보 테이블에 저장한다.Therefore, since the developer terminal (or the administrator terminal) does not need unnecessary work for the work such as the object type conversion processing, the format conversion processing, the encoding processing, the decryption processing, or the data hiding processing, the multi-framework application development time is shortened . At this time, in order to control the post-processing unit 260 that controls the output value of the database 240 as described above, the model providing unit 230 first inquires the associated databases 240 based on the values defined in the application setting file can do. Here, the developer terminal (or the administrator terminal) selects the target database and selects the 'inquiry and update' command. In this case, the model providing unit 230 transmits meta information of the database 240 through the post- Searches all the table information, and stores the master information in the domain information table.

전술한 바와 같이 메타정보를 조회할 경우 그 조회된 데이터베이스 메타정보에는 테이블 명과 문자 세트(Character Set), 테이블 하위 개체로서 컬럼 명(Column Name), 사이즈(Size), 자료 타입(Type), 제약조건(Constraints) 및 주석(Comment)들의 정보를 가져오는데 보다 더 구체적으로, 자료 타입으로는 기본적으로 문자, 숫자, 날짜 형이 있으며 제약조건으로는 NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY, CHECK, DEFAULT VALUE가 있다. 메타 정보 조회 과정에서 저장되거나 갱신된 테이블 마스터 정보로 테이블 목록이 화면에서 조회되면, 개발자 단말기(또는 관리자 단말기)는 출력 값을 관리하고자 하는 테이블을 선택한다. 앞서 전처리부(210)의 검증 및 변환 규칙을 지정했던 것과 같은 방식으로 항목 값의 키, 변환할 서식규칙, 복호화 여부, 숨김 처리 여부를 지정한다. 앞서 입력 데이터를 기반으로 입력 데이터 규칙을 지정하고 그 입력 데이터에서 처리하는 업무와 관련된 모든 테이블의 출력 값 규칙을 지정하면 한 개 단위 업무 기능의 입출력 데이터 도메인 관리가 완성된다.As described above, when the meta information is inquired, the inquired database meta information includes a table name and a character set, a column name as a table sub-entity, a size, a data type, Constraints, and Comments. More specifically, data types are basically character, number, and date types, and constraints include NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY, CHECK, DEFAULT There is VALUE. When the table list is displayed on the screen with the table master information stored or updated in the meta information inquiry process, the developer terminal (or the administrator terminal) selects the table to which the output value is to be managed. In the same manner as the verification and conversion rule of the preprocessing unit 210 is specified, the key of the item value, the format rule to be converted, whether to decrypt the content, and whether to process the content are designated. If the input data rule is specified based on the input data and the output value rule of all the tables related to the task to be processed by the input data is specified, the management of the input / output data domain of one unit business function is completed.

도 3은 본 실시예에 따른 멀티 프레임워크 지원 방법을 설명하기 위한 순서도이다.3 is a flowchart illustrating a method of supporting a multi-framework according to the present embodiment.

멀티 프레임워크 지원 장치(130)는 클라이언트(110)로부터 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신한다(S310).The multi-framework support device 130 receives input data based on any one of the multi-frameworks from the client 110 (S310).

멀티 프레임워크 지원 장치(130)는 수신된 입력 데이터에 대한 전처리를 수행한 후 전처리가 수행된 데이터를 중간 언어 코드로 변환한다(S320). 여기서, 멀티 프레임워크 지원 장치(130)가 수행하는 전처리는 일종의 전처리 프로그램으로서, 컴퓨터 처리에서 중심적인 처리를 행하는 프로그램의 조건에 맞추기 위한 사전처리나 사전 준비적인 계산 또는 편성을 행하는 프로그램의 과정을 말한다. 한편, 단계 S320에서 멀티 프레임워크 지원 장치(130)는 전처리를 수행하기 위해 가상 레이어를 이용하여 입력 데이터에 대한 프레임워크를 확인한 후 입력 데이터를 중간 언어 코드로 변환한다. 이때, 멀티 프레임워크 지원 장치(130)는 입력 데이터에 대한 프레임워크를 확인하기 위해(즉, 클라이언트(110)의 프레임워크를 확인하기 위해) 입력 데이터의 라이브러리의 헤더에 포함된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 프레임워크를 인지한다. The multiframe support apparatus 130 performs preprocessing on the received input data, and then converts the preprocessed data into an intermediate language code (S320). The preprocessing performed by the multiframework support apparatus 130 is a kind of preprocessing program, which is a preprocessing process for adapting to the conditions of a program that performs central processing in computer processing, or a process of preprogramming calculation or programming . On the other hand, in step S320, the multiframe support apparatus 130 confirms the framework of the input data using the virtual layer to perform preprocessing, and then converts the input data into the intermediate language code. At this time, the multi-framework support device 130 may determine a framework-based value (e.g., a value according to the framework) included in the header of the library of input data to identify the framework for the input data And recognizes the framework based on the value.

멀티 프레임워크 지원 장치(130)는 변환된 중간 언어 코드를 파싱하고, 파싱된 중간 언어 코드에 근거한 도메인에 해당하는 모델을 추출한다(S330). 여기서, 파싱이란 언어 해석기인 컴파일러 또는 인터프리터가 프로그램을 이해하여 기계어로 번역하는 과정의 한 단계로서, 각 문장의 문법적인 구성 또는 구문을 분석하는 과정을 말하며, 도메인이란 관계 데이터베이스에서 하나의 속성이 취할 수 있는 값의 집합을 말한다.The multiframe support apparatus 130 parses the converted intermediate language code and extracts a model corresponding to the domain based on the parsed intermediate language code (S330). Here, parsing is a step in the process of translating a program into a machine language by a compiler or an interpreter, which is a language interpreter, and analyzing the grammatical composition or syntax of each sentence. A set of possible values.

멀티 프레임워크 지원 장치(130)는 추출된 모델과 파싱된 데이터에 근거한 처리 데이터를 추출한다(S340). 단계 S340에서 멀티 프레임워크 지원 장치(130)는 추출된 모델과 파싱된 데이터의 유효성 처리, 데이터 포맷의 가공 처리, 객체 타입 변환 처리, 부호화 처리, 복호화 처리 및 데이터 숨김 처리 중 적어도 하나의 데이터 처리가 수행된 처리 데이터를 추출한다. 즉, 멀티 프레임워크 지원 장치(130)는 멀티 프레임워크로 애플리케이션을 개발 중이거나 개발이 완료된 애플리케이션에 대해 입출력 데이터의 객체 타입 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 또는 데이터 숨김 처리 등의 데이터 처리가 필요한 경우, 멀티 프레임워크 파일에 대해 중간 언어 코드로 변환된 데이터에 대해서 처리가 가능하므로, 멀티 프레임워크마다 작업을 수행할 필요가 없는 것이다.The multiframe support apparatus 130 extracts processing data based on the extracted model and the parsed data (S340). In step S340, the multiframework support apparatus 130 performs at least one of the processing of validating the extracted model and the parsed data, the processing of the data format, the object type conversion processing, the encoding processing, the decoding processing, and the data hiding processing And extracts the processed data. In other words, the multi-framework work supporting apparatus 130 can perform the object type conversion processing of the input / output data, the format conversion processing, the encoding processing, the decoding processing or the data hiding processing When processing is required, it is possible to process data converted into an intermediate language code for a multiframe work file, so that it is not necessary to perform an operation for each multiframe.

멀티 프레임워크 지원 장치(130)는 추출된 처리 데이터에 대한 후처리를 수행하고 후처리가 수행된 후처리 데이터를 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한다(S350). 여기서, 멀티 프레임워크 지원 장치(130)가 수행하는 후처리란 컴퓨터 처리에서 후처리적인 계산이나 편집, 교환을 행하는 프로그램의 과정을 말한다. 즉, 이러한 후처리는 중심적인 처리를 행하는 프로그램으로 처리한 결과 집합을 가공하여 각각의 조건에 맞추기 위한 처리를 후처리라 칭한다. 한편, 단계 S350에서 멀티 프레임워크 지원 장치(130)는 가상 레이어를 이용하여 후처리 데이터를 기 설정된 프레임워크 기반의 데이터로 변환하여 클라이언트(110)로 전송한다. 이때, 멀티 프레임워크 지원 장치(130)는 외부로부터 입력된 정보(즉, 개발자 또는 관리자가 단말기를 이용하여 입력한 정보) 및 기 저장된 정보 중 적어도 하나 이상의 정보에 근거하여 기 설정된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 기 설정된 프레임워크를 인지한다. 멀티 프레임워크 지원 장치(130)는 출력 데이터를 후 클라이언트(110)로 전송한다(S360). The multi-framework support device 130 performs post-processing on the extracted process data, and after the post-process is performed, converts the process data into output data based on one of the frameworks of the multi-framework (S350). Here, the post-processing performed by the multiframe support apparatus 130 refers to a program process for post-processing calculation, editing, and exchange in computer processing. That is, the post-processing is a process for processing a result set processed by a program that performs central processing, and the processing for matching each condition is called a post-processing. On the other hand, in step S350, the multiframe support apparatus 130 converts the post-processing data into data based on the framework using the virtual layer, and transmits the data to the client 110. [ At this time, the multi-framework support device 130 determines a value according to a predetermined framework based on at least one or more pieces of information input from the outside (that is, information that the developer or the manager inputs using the terminal) And recognizes a predetermined framework based on the value. The multi-framework support device 130 transmits the output data to the post-client 110 (S360).

도 3에서는 단계 S310 내지 단계 S360을 순차적으로 실행하는 것으로 기재하고 있으나, 이는 본 실시예의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 실시예의 본질적인 특성에서 벗어나지 않는 범위에서 도 3에 기재된 순서를 변경하여 실행하거나 단계 S310 내지 단계 S360 중 하나 이상의 단계를 병렬적으로 실행하는 것으로 다양하게 수정 및 변형하여 적용 가능할 것이므로, 도 3은 시계열적인 순서로 한정되는 것은 아니다.3, steps S310 to S360 are sequentially executed. However, this is merely an exemplary description of the technical idea of the present embodiment, and it will be apparent to those skilled in the art, It will be understood that various changes and modifications may be made to the invention without departing from the essential characteristics thereof, or alternatively, by executing one or more of the steps S310 through S360 in parallel, But is not limited thereto.

전술한 바와 같이 도 3에 기재된 본 실시예에 따른 멀티 프레임워크 지원 방법은 프로그램으로 구현되고 컴퓨터로 읽을 수 있는 기록매체에 기록될 수 있다. 본 실시예에 따른 멀티 프레임워크 지원 방법을 구현하기 위한 프로그램이 기록되고 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 이러한 컴퓨터가 읽을 수 있는 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피디스크, 광 데이터 저장장치 등이 있으며, 또한 캐리어 웨이브(예를 들어, 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수도 있다. 또한, 본 실시예를 구현하기 위한 기능적인(Functional) 프로그램, 코드 및 코드 세그먼트들은 본 실시예가 속하는 기술분야의 프로그래머들에 의해 용이하게 추론될 수 있을 것이다.As described above, the multi-framework support method according to the present embodiment described in FIG. 3 can be implemented by a program and recorded on a computer-readable recording medium. A program for implementing the multiframe support method according to the present embodiment is recorded and a computer-readable recording medium includes all kinds of recording apparatuses in which data that can be read by a computer system is stored. Examples of such computer-readable recording media include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage, etc., and also implemented in the form of a carrier wave (e.g., transmission over the Internet) . The computer readable recording medium may also be distributed over a networked computer system so that computer readable code is stored and executed in a distributed manner. In addition, functional programs, codes, and code segments for implementing the present embodiment can be easily inferred by programmers in the technical field to which the present embodiment belongs.

도 4는 본 실시예에 따른 멀티 프레임워크 지원 방법에 대한 예시도이다.4 is an exemplary diagram illustrating a method for supporting a multi-framework according to the present embodiment.

도 4에 도시된 바와 같이, 클라이언트(110)는 예컨대, '웹 브라우저', '모바일 웹', 'CS 클라이언트' 및 '기타 디바이스(TV 등)'이 될 수 있다. 즉, 도 4에 도시된 '①'은 멀티 프레임워크 지원 장치(130)는 클라이언트(110)인 '웹 브라우저', '모바일 웹', 'CS 클라이언트' 및 '기타 디바이스(TV 등)' 중 어느 하나로부터 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신함을 나타낸다.4, the client 110 may be, for example, a 'web browser', a 'mobile web', a 'CS client', and another device (eg, a TV). 4, the multiframework support apparatus 130 may be any of a client 110, a web browser, a mobile web, a CS client, and other devices such as TVs. Indicates that one of the framework-based input data is received from one of the multi-frameworks.

도 4에 도시된 '②'는 멀티 프레임워크 지원 장치(130)의 전처리부(210)에서 수신된 입력 데이터에 대한 전처리를 수행한 후 전처리가 수행된 데이터를 중간 언어 코드로 변환하여 컨트롤러(220)로 전달함을 나타낸다. 여기서, 멀티 프레임워크 지원 장치(130)가 수행하는 전처리는 일종의 전처리 프로그램으로서, 컴퓨터 처리에서 중심적인 처리를 행하는 프로그램의 조건에 맞추기 위한 사전처리나 사전 준비적인 계산 또는 편성을 행하는 프로그램의 과정을 말한다. 한편, '②'에서 멀티 프레임워크 지원 장치(130)는 전처리를 수행하기 위해 가상 레이어를 이용하여 입력 데이터에 대한 프레임워크를 확인한 후 입력 데이터를 중간 언어 코드로 변환한다. 이때, 멀티 프레임워크 지원 장치(130)는 입력 데이터에 대한 프레임워크를 확인하기 위해(즉, 클라이언트(110)의 프레임워크를 확인하기 위해) 입력 데이터의 라이브러리의 헤더에 포함된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 프레임워크를 인지한다. 4, preprocesses input data received by the preprocessing unit 210 of the multiframe support apparatus 130, converts the preprocessed data into intermediate language codes, and outputs the intermediate language codes to the controller 220 ). The preprocessing performed by the multiframework support apparatus 130 is a kind of preprocessing program, which is a preprocessing process for adapting to the conditions of a program that performs central processing in computer processing, or a process of preprogramming calculation or programming . On the other hand, in step 2, the multi-framework support device 130 confirms the framework of the input data using the virtual layer to perform preprocessing, and then converts the input data into the intermediate language code. At this time, the multi-framework support device 130 may determine a framework-based value (e.g., a value according to the framework) included in the header of the library of input data to identify the framework for the input data And recognizes the framework based on the value.

도 4에 도시된 '③'은 멀티 프레임워크 지원 장치(130)의 컨트롤러(220)에서 변환된 중간 언어 코드를 파싱하고, 파싱된 중간 언어 코드에 근거한 도메인에 해당하는 모델을 추출함을 나타낸다. 여기서, 파싱이란 언어 해석기인 컴파일러 또는 인터프리터가 프로그램을 이해하여 기계어로 번역하는 과정의 한 단계로서, 각 문장의 문법적인 구성 또는 구문을 분석하는 과정을 말하며, 도메인이란 관계 데이터베이스에서 하나의 속성이 취할 수 있는 값의 집합을 말한다.4 illustrates that the controller 220 of the multiframe support apparatus 130 parses the intermediate language code and extracts a model corresponding to the domain based on the parsed intermediate language code. Here, parsing is a step in the process of translating a program into a machine language by a compiler or an interpreter, which is a language interpreter, and analyzing the grammatical composition or syntax of each sentence. A set of possible values.

도 4에 도시된 '④'는 멀티 프레임워크 지원 장치(130)의 모델 제공부(230)에서 컨트롤러(220)가 요청한 데이터(모델 제공부(230)로부터 추출된 모델과 파싱된 데이터에 근거한 데이터)를 데이터베이스(240)로 요청함을 나타낸다. 즉, 도 4에 도시된 '④'는 모델 제공부(230)에 데이터베이스(240)로 SQL 쿼리를 전송함을 나타내는 것이다.4 shows the data requested by the controller 220 in the model providing unit 230 of the multi-framework support device 130 (data extracted from the model extracted from the model providing unit 230 and the data based on the parsed data 230) ) To the database 240. In other words, '④' shown in FIG. 4 indicates that the SQL query is transmitted to the database 240 in the model providing unit 230.

도 4에 도시된 '⑤'는 멀티 프레임워크 지원 장치(130)의 모델 제공부(230)에서 컨트롤러(220)가 요청한 데이터에 대한 결과인 처리 데이터를 데이터베이스(240)로부터 수신함을 나타낸다. 도 4에 도시된 '⑥'은 멀티 프레임워크 지원 장치(130)의 컨트롤러(220)에서 데이터베이스(240)로부터 요청한 데이터에 대한 결과인 처리 데이터를 모델 제공부(230)로부터 수신함을 나타낸다. 도 4에 도시된 '⑦'은 멀티 프레임워크 지원 장치(130)의 컨트롤러(220)에서 데이터베이스(240)로부터 요청한 데이터에 대한 결과인 처리 데이터를 뷰 제공부(250)로 전달함을 나타낸다. 도 4에 도시된 '⑧'은 멀티 프레임워크 지원 장치(130)의 뷰 제공부(250)에서 데이터베이스(240)로부터 요청한 데이터에 대한 결과인 처리 데이터를 후처리부(260)로 전달함을 나타낸다. 4 shows that the processing unit 230 of the multiframe support apparatus 130 receives processing data as a result of the data requested by the controller 220 from the database 240. [ 4 shows that the controller 220 of the multiframe support apparatus 130 receives the processing data as a result of the data requested from the database 240 from the model providing unit 230. '⑦' shown in FIG. 4 indicates that the controller 220 of the multiframe support apparatus 130 transfers processing data, which is a result of the requested data from the database 240, to the view providing unit 250. 4 shows that the view data providing unit 250 of the multiframe support apparatus 130 transfers processing data as a result of the requested data from the database 240 to the post-processing unit 260. [

도 4에 도시된 '⑨'는 멀티 프레임워크 지원 장치(130)는 추출된 처리 데이터에 대한 후처리를 수행하고 후처리가 수행된 후처리 데이터를 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 해당 클라이언트(110)인 '웹 브라우저', '모바일 웹', 'CS 클라이언트' 및 '기타 디바이스(TV 등)' 중 어느 하나로 전달함을 나타낸다. 여기서, 멀티 프레임워크 지원 장치(130)가 수행하는 후처리란 컴퓨터 처리에서 후처리적인 계산이나 편집, 교환을 행하는 프로그램의 과정을 말한다. 즉, 이러한 후처리는 중심적인 처리를 행하는 프로그램으로 처리한 결과 집합을 가공하여 각각의 조건에 맞추기 위한 처리를 후처리라 칭한다. 한편, 도 4에 도시된 '⑨'에서 멀티 프레임워크 지원 장치(130)는 가상 레이어를 이용하여 후처리 데이터를 기 설정된 프레임워크 기반의 데이터로 변환하여 클라이언트(110)로 전송한다. 이때, 멀티 프레임워크 지원 장치(130)는 외부로부터 입력된 정보(즉, 개발자 또는 관리자가 단말기를 이용하여 입력한 정보) 및 기 저장된 정보 중 적어도 하나 이상의 정보에 근거하여 기 설정된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 기 설정된 프레임워크를 인지한다. 4, the multiframework support apparatus 130 performs post-processing on the extracted process data, and after the post-process is performed, the process data is output to any one of the framework-based outputs Data is transmitted to one of the clients 110, i.e., 'web browser', 'mobile web', 'CS client', and 'other device (TV, etc.)'. Here, the post-processing performed by the multiframe support apparatus 130 refers to a program process for post-processing calculation, editing, and exchange in computer processing. That is, the post-processing is a process for processing a result set processed by a program that performs central processing, and the processing for matching each condition is called a post-processing. 4, the multiframework support apparatus 130 converts the post-processing data into data of a framework-based configuration using a virtual layer and transmits the converted data to the client 110. FIG. At this time, the multi-framework support device 130 determines a value according to a predetermined framework based on at least one or more pieces of information input from the outside (that is, information that the developer or the manager inputs using the terminal) And recognizes a predetermined framework based on the value.

이상의 설명은 본 실시예의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 실시예가 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 실시예의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. 따라서, 본 실시예들은 본 실시예의 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시예에 의하여 본 실시예의 기술 사상의 범위가 한정되는 것은 아니다. 본 실시예의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 실시예의 권리범위에 포함되는 것으로 해석되어야 할 것이다.The foregoing description is merely illustrative of the technical idea of the present embodiment, and various modifications and changes may be made to those skilled in the art without departing from the essential characteristics of the embodiments. Therefore, the present embodiments are to be construed as illustrative rather than restrictive, and the scope of the technical idea of the present embodiment is not limited by these embodiments. The scope of protection of the present embodiment should be construed according to the following claims, and all technical ideas within the scope of equivalents thereof should be construed as being included in the scope of the present invention.

110: 클라이언트 120: 전처리부
130: 컨트롤러 140: 모델 제공부
150: 데이터베이스 160: 뷰 제공부
170: 후처리부
110: client 120: preprocessing unit
130: Controller 140: Model provided
150: database 160:
170: Post-

Claims (10)

클라이언트(Client)로부터 멀티 프레임워크(Multi-Framework) 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리(Preprocessing)를 수행한 후 상기 전처리가 수행된 데이터를 중간 언어 코드로 변환하는 전처리부;
상기 중간 언어 코드를 파싱(Parsing)하고, 상기 파싱된 중간 언어 코드에 근거한 도메인(Domain)에 해당하는 모델(Model)을 추출하고, 상기 추출된 모델과 상기 파싱된 데이터에 근거한 처리 데이터를 추출하는 컨트롤러; 및
추출된 상기 처리 데이터에 대한 후처리(Postprocessing)를 수행하고 상기 후처리가 수행된 후처리 데이터를 상기 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 상기 클라이언트로 전송하는 후처리부
를 포함하는 것을 특징으로 하는 멀티 프레임워크 지원 장치.
A preprocessor for receiving input data based on any one of the frameworks from a client and performing preprocessing and converting the preprocessed data into intermediate language code;
Parsing the intermediate language code, extracting a model corresponding to a domain based on the parsed intermediate language code, and extracting processing data based on the extracted model and the parsed data controller; And
Post-processing unit performing post-processing on the extracted processing data and converting the post-processing data on which the post-processing is performed into output data based on any one framework of the multi-framework and then transmitting the post-processing data to the client.
The multi-framework support apparatus comprising:
제 1 항에 있어서,
상기 전처리부는,
가상 레이어(Virtual Layer)로서, 상기 입력 데이터에 대한 프레임워크를 확인한 후 상기 입력 데이터를 상기 중간 언어 코드로 변환하는 것을 특징으로 하는 멀티 프레임워크 지원 장치.
The method of claim 1,
The pre-
Wherein the virtual layer converts the input data into the intermediate language code after confirming a framework for the input data as a virtual layer.
제 2 항에 있어서,
상기 전처리부는,
상기 입력 데이터에 대한 상기 프레임워크를 확인하기 위해 상기 입력 데이터의 라이브러리(Library)의 헤더(Header)에 포함된 상기 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 상기 프레임워크를 인지하는 것을 특징으로 하는 멀티 프레임워크 지원 장치.
3. The method of claim 2,
The pre-
Checking a value according to the framework included in a header of a library of the input data to check the framework for the input data and recognizing the framework based on the value Features multi-framework support device.
제 1 항에 있어서,
상기 후처리부는,
가상 레이어로서, 상기 후처리 데이터를 기 설정된 프레임워크 기반의 데이터로 변환하여 상기 클라이언트로 전송하는 것을 특징으로 하는 멀티 프레임워크 지원 장치.
The method of claim 1,
The post-
And converting the post-process data into data based on a predetermined framework as a virtual layer and transmitting the data to the client.
제 4 항에 있어서,
상기 후처리부는,
외부로부터 입력된 정보 및 기 저장된 정보 중 적어도 하나 이상의 정보에 근거하여 상기 기 설정된 프레임워크에 따른 값을 확인하고, 해당 값에 근거하여 상기 기 설정된 프레임워크를 인지하는 것을 특징으로 하는 멀티 프레임워크 지원 장치.
5. The method of claim 4,
The post-
A value of the predetermined framework is confirmed on the basis of at least one or more pieces of information input from the outside and the previously stored information, and the predetermined framework is recognized based on the value. Device.
제 1 항에 있어서,
상기 컨트롤러는,
상기 추출된 모델과 상기 파싱된 데이터의 유효성(Validation) 처리, 데이터 포맷(Format)의 가공 처리, 객체 타입(Object Type) 변환 처리, 포맷 변환 처리, 부호화 처리, 복호화 처리 및 데이터 숨김(Masking) 처리 중 적어도 하나의 데이터 처리가 수행된 상기 처리 데이터를 추출하는 것을 특징으로 하는 멀티 프레임워크 지원 장치.
The method of claim 1,
The controller,
Validation processing of the extracted model and the parsed data, processing of data format, object type conversion processing, format conversion processing, encoding processing, decoding processing, and data masking processing And extracting the processed data from which at least one data processing is performed.
제 1 항에 있어서,
기 설정된 중간 언어 코드에 해당하는 도메인(Domain)에 해당하는 모델을 제공하는 모델 제공부; 및
기 설정된 모델 또는 기 설정된 데이터 해당하는 처리 데이터를 저장하는 데이터베이스
를 추가로 포함하는 것을 특징으로 하는 멀티 프레임워크 지원 장치.
The method of claim 1,
A model providing unit providing a model corresponding to a domain corresponding to a preset intermediate language code; And
Database that stores processing data corresponding to preset model or preset data
Further comprising the step of:
제 1 항에 있어서,
상기 추출된 데이터를 화면 상에 표시되도록 처리하는 뷰(View) 제공부
를 추가로 포함하는 것을 특징으로 하는 멀티 프레임워크 지원 장치.
The method of claim 1,
View providing unit for processing the extracted data to be displayed on the screen
Further comprising the step of:
클라이언트(Client)로부터 멀티 프레임워크(Multi-Framework) 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리(Preprocessing)를 수행한 후 상기 전처리가 수행된 데이터를 중간 언어 코드로 변환하는 전처리 과정;
상기 중간 언어 코드를 파싱(Parsing)하고, 상기 파싱된 중간 언어 코드에 근거한 도메인(Domain)에 해당하는 모델(Model)을 추출하고, 상기 추출된 모델과 상기 파싱된 데이터에 근거한 처리 데이터를 추출하는 제어 과정; 및
추출된 상기 처리 데이터에 대한 후처리(Postprocessing)를 수행하고 상기 후처리가 수행된 후처리 데이터를 상기 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 상기 클라이언트로 전송하는 후처리 과정
을 포함하는 것을 특징으로 하는 멀티 프레임워크 지원 방법.
A preprocessing step of receiving input framework based on any one of the multi-framework from a client to perform preprocessing and converting the preprocessed data into an intermediate language code;
Parsing the intermediate language code, extracting a model corresponding to a domain based on the parsed intermediate language code, and extracting processing data based on the extracted model and the parsed data Control process; And
Post-processing of the extracted processed data and converting the post-processed data on which the post-processing is performed into output data based on any one of the multi-framework and then transmitting the post-processing data to the client process
The method of claim 1,
데이터 처리 기기에,
클라이언트(Client)로부터 멀티 프레임워크(Multi-Framework) 중 어느 하나의 프레임워크 기반의 입력 데이터를 수신하여 전처리(Preprocessing)를 수행한 후 상기 전처리가 수행된 데이터를 중간 언어 코드로 변환하는 전처리 과정;
상기 중간 언어 코드를 파싱(Parsing)하고, 상기 파싱된 중간 언어 코드에 근거한 도메인(Domain)에 해당하는 모델(Model)을 추출하고, 상기 추출된 모델과 상기 파싱된 데이터에 근거한 처리 데이터를 추출하는 제어 과정; 및
추출된 상기 처리 데이터에 대한 후처리(Postprocessing)를 수행하고 상기 후처리가 수행된 후처리 데이터를 상기 멀티 프레임워크 중 어느 하나의 프레임워크 기반의 출력 데이터로 변환한 후 상기 클라이언트로 전송하는 후처리 과정
을 실현시키기 위한 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.
In the data processing device,
A preprocessing step of receiving input framework based on any one of the multi-framework from a client to perform preprocessing and converting the preprocessed data into an intermediate language code;
Parsing the intermediate language code, extracting a model corresponding to a domain based on the parsed intermediate language code, and extracting processing data based on the extracted model and the parsed data Control process; And
Post-processing of the extracted processed data and converting the post-processed data on which the post-processing is performed into output data based on any one of the multi-framework and then transmitting the post-processing data to the client process
Readable recording medium having recorded thereon a program for realizing the program.
KR1020120063951A 2012-06-14 2012-06-14 Method For Supporting Multi-Framework, Apparatus And Computer-Readable Recording Medium with Program Therefor KR101394420B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020120063951A KR101394420B1 (en) 2012-06-14 2012-06-14 Method For Supporting Multi-Framework, Apparatus And Computer-Readable Recording Medium with Program Therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020120063951A KR101394420B1 (en) 2012-06-14 2012-06-14 Method For Supporting Multi-Framework, Apparatus And Computer-Readable Recording Medium with Program Therefor

Publications (2)

Publication Number Publication Date
KR20130140501A true KR20130140501A (en) 2013-12-24
KR101394420B1 KR101394420B1 (en) 2014-05-13

Family

ID=49985107

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020120063951A KR101394420B1 (en) 2012-06-14 2012-06-14 Method For Supporting Multi-Framework, Apparatus And Computer-Readable Recording Medium with Program Therefor

Country Status (1)

Country Link
KR (1) KR101394420B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20200049373A (en) * 2018-10-31 2020-05-08 한국전자통신연구원 System and method for calibrating simulation model

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001166937A (en) * 1999-09-29 2001-06-22 Toshiba Corp Service providing system structuring method, service providing system, program for service providing system, and computer readable recording medium recorded with frame work for service providing system
US7469402B2 (en) * 2004-12-28 2008-12-23 Sap Aktiengesellschaft Pluggable model framework
KR100827925B1 (en) * 2006-09-08 2008-05-07 아주대학교산학협력단 Application framework system for distribution and migration of application
KR101108534B1 (en) * 2011-01-24 2012-01-30 (주)아이비즈소프트웨어 The domain rule based automatic management system that both verifies user input data and transforms the result of database sql statements for web applications and controlling method therefore

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20200049373A (en) * 2018-10-31 2020-05-08 한국전자통신연구원 System and method for calibrating simulation model

Also Published As

Publication number Publication date
KR101394420B1 (en) 2014-05-13

Similar Documents

Publication Publication Date Title
CN110297689B (en) Intelligent contract execution method, device, equipment and medium
RU2638710C1 (en) Methods of detecting malicious elements of web pages
US9529662B1 (en) Dynamic rule-based automatic crash dump analyzer
US20170090883A1 (en) Methods and systems for uploading a program based on a target network platform
US20160147578A1 (en) Api validation system
US8402319B2 (en) Method and system to extract a navigation model for analysis of a web application
US11601462B2 (en) Systems and methods of intelligent and directed dynamic application security testing
US9223570B2 (en) Migration assistance using compiler metadata
CN104598218B (en) For merging and reusing the method and system of gateway information
WO2022063133A1 (en) Sensitive information detection method and apparatus, and device and computer-readable storage medium
CN108959939A (en) A kind of system permission open method, device, system and storage medium
WO2021031902A1 (en) Url extraction method, apparatus and device and computer-readable storage medium
CN115599386A (en) Code generation method, device, equipment and storage medium
CN113885876A (en) Parameter checking method, device, storage medium and computer system
CN114189553A (en) Flow playback method, system and computing equipment
US10606569B2 (en) Declarative configuration elements
US9398041B2 (en) Identifying stored vulnerabilities in a web service
CN113238739A (en) Plug-in development and data acquisition method, device, electronic equipment and medium
KR101394420B1 (en) Method For Supporting Multi-Framework, Apparatus And Computer-Readable Recording Medium with Program Therefor
CN105912573A (en) Data updating method and data updating device
Li et al. A dynamic taint tracking optimized fuzz testing method based on multi-modal sensor data fusion
CN108228448B (en) Code tracking method and device
CN115022312A (en) Method and device for realizing multiple intelligent contract engines, electronic equipment and storage medium
TWI696080B (en) System and implementing method for managing security of information based on inspection of database log file
CN113032836A (en) Data desensitization method and apparatus

Legal Events

Date Code Title Description
A201 Request for examination
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: 20170411

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20180406

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20190404

Year of fee payment: 6