KR101684278B1 - Application control method using the application controller - Google Patents

Application control method using the application controller Download PDF

Info

Publication number
KR101684278B1
KR101684278B1 KR1020150151597A KR20150151597A KR101684278B1 KR 101684278 B1 KR101684278 B1 KR 101684278B1 KR 1020150151597 A KR1020150151597 A KR 1020150151597A KR 20150151597 A KR20150151597 A KR 20150151597A KR 101684278 B1 KR101684278 B1 KR 101684278B1
Authority
KR
South Korea
Prior art keywords
application program
information
user
delete delete
job
Prior art date
Application number
KR1020150151597A
Other languages
Korean (ko)
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 KR1020150151597A priority Critical patent/KR101684278B1/en
Priority to PCT/KR2016/011279 priority patent/WO2017073922A1/en
Application granted granted Critical
Publication of KR101684278B1 publication Critical patent/KR101684278B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/45Structures or tools for the administration of authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs

Abstract

In a method for controlling an application program by using an application program control device, an embodiment of the present invention discloses an application program control method which includes the steps of: automatically logging in an object application program by using the information of an operation object which is the information of an object to apply the operation of the object application program to be controlled; generating a micro code based on the operation object and a type of an operation to be executed with regard to the object application program; and converting an operation execution result obtained by executing the micro code into data for preservation. Accordingly, the present invention can quickly process a corresponding operation.

Description

응용프로그램 제어 장치를 이용한 응용프로그램 제어 방법{APPLICATION CONTROL METHOD USING THE APPLICATION CONTROLLER}TECHNICAL FIELD [0001] The present invention relates to a method of controlling an application program using an application program,

본 발명은 응용프로그램 제어 장치를 이용한 응용프로그램 제어 방법에 관한 것이다. 더욱 상세하게는 복수의 객체 정보를 이용하여 응용프로그램의 반복작업을 자동으로 수행해주는 응용프로그램 제어 장치를 이용한 응용프로그램 제어 방법에 관한 것이다.The present invention relates to an application program control method using an application program control device. And more particularly, to an application program control method using an application program control device that automatically performs repetitive tasks of an application program using a plurality of object information.

응용프로그램에 다수의 계정 정보를 통해 번갈아 가며 로그인하여 업무를 수행하거나, 응용프로그램에서 동일한 작업을 여러 번 반복하는 업무를 사람이 직접 수행하는 경우, 해당 업무 처리에 많은 시간이 소요되는 것은 물론 업무 처리 도중 실수가 발생할 가능성도 높다.If a person manually performs the task of logging in to the application by alternately logging in through a plurality of account information, or repeating the same task many times in the application program, it takes a lot of time to process the task, There is a high likelihood of mistakes in the middle.

따라서, 위와 같은 반복 업무를 자동으로 수행해주는 응용프로그램 제어 장치 및 이를 이용한 응용프로그램 제어 방법이 필요한 실정이다.Accordingly, there is a need for an application program control apparatus that automatically performs the above-described repetitive tasks and an application program control method using the same.

본 발명의 실시예들은 마이크로 코드를 자동으로 생성하고 이를 통해 응용프로그램에 자동으로 로그인을 수행하고, 응용프로그램을 통한 반복된 작업을 대신 수행하고, 결과 값을 별도의 보존용 데이터로 변환함으로써, 해당 응용프로그램을 통한 작업을 보다 적은 횟수의 사용자 입력을 통해 처리하고, 해당 작업을 보다 신속하게 처리 가능케 하는 응용프로그램 제어 장치 및 이를 이용한 응용프로그램 제어 방법을 제공한다.Embodiments of the present invention can automatically generate microcode and automatically log into an application program, perform repetitive tasks through an application program, and convert result values into separate retention data, The present invention provides an application program control apparatus for processing a job through an application program with a smaller number of user inputs and processing the job more quickly, and an application program control method using the same.

본 발명의 일 실시예는, 응용프로그램 제어 장치를 이용하여 응용프로그램을 제어하는 방법에 있어서, 제어하려는 대상 응용프로그램의 작업을 적용시킬 대상의 정보인, 작업 객체의 정보를 이용하여 상기 대상 응용프로그램에 자동으로 로그인하는 단계; 상기 대상 응용프로그램에 대해 수행할 작업의 유형 및 상기 작업 객체에 기초하여 마이크로 코드를 생성하는 단계; 및 상기 마이크로 코드를 실행하여 획득한 작업 수행 결과를 보존용 데이터로 변환하는 단계;를 포함하는, 응용프로그램 제어 방법을 개시한다.According to an embodiment of the present invention, there is provided a method of controlling an application program using an application program control device, the method comprising: receiving, by using information of a work object, Automatically logging in to the server; Generating a microcode based on the type of an operation to be performed on the target application program and the operation object; And converting the job execution result obtained by executing the microcode into preservation data.

본 발명의 다른 일 실시예는 상기 방법을 컴퓨터로 실행시키기 위하여 컴퓨터로 판독 가능한 매체에 저장된 컴퓨터 프로그램을 개시한다.Another embodiment of the present invention discloses a computer program stored on a computer readable medium for executing the method on a computer.

본 발명의 또 다른 일 실시예는 상기 방법을 컴퓨터로 실행시키기 위한 컴퓨터 프로그램을 배포하는 배포 서버를 개시한다.Another embodiment of the present invention discloses a distribution server that distributes a computer program for executing the method by a computer.

본 발명의 실시예들에 따른 응용프로그램 제어 장치 및 이를 이용한 응용프로그램 제어 방법에 의해, 마이크로 코드를 자동으로 생성하고 이를 통해 응용프로그램에 자동으로 로그인을 수행하고, 응용프로그램을 통한 반복된 작업을 대신 수행하고, 결과 값을 별도의 보존용 데이터로 변환함으로써, 해당 응용프로그램을 통한 작업을 보다 적은 횟수의 사용자 입력을 통해 처리하고, 해당 작업을 보다 신속하게 처리할 수 있다.According to the application program control device and the application program control method using the same according to the embodiments of the present invention, it is possible to automatically generate microcode, automatically log in to the application program through the microcode, And converting the result value into separate preservation data, the operation through the application program can be processed through a smaller number of user inputs and the corresponding operation can be processed more quickly.

도 1은 본 발명의 일 실시예에 따른 응용프로그램 제어 장치를 나타낸 블록도이다.
도 2는 본 발명의 일 실시예에 따른 응용프로그램 제어 방법을 나타낸 동작 흐름도이다.
도 3은 본 발명의 다른 일 실시예에 따른 응용프로그램 제어 장치 및 방법을 나타낸 도면이다.
도 4는 본 발명의 일 실시예에 따른 대상 응용프로그램에 자동으로 로그인하는 방법을 나타낸 도면이다.
도 5는 본 발명의 일 실시예에 따른 마이크로 코드를 생성하는 방법을 나타낸 도면이다.
도 6은 본 발명의 일 실시예에 따른 결과를 보존용 데이터로 변환하는 방법을 나타낸 도면이다.
도 7은 본 발명의 일 실시예에 따른 응용프로그램 제어 장치의 로그인 및 정보 선택 화면을 나타낸 도면이다.
도 8a 및 도 8b는 본 발명의 일 실시예에 따른 대상 응용프로그램의 화면을 나타낸 도면이다.
1 is a block diagram illustrating an application program control apparatus according to an embodiment of the present invention.
2 is a flowchart illustrating an application program control method according to an exemplary embodiment of the present invention.
3 is a diagram illustrating an apparatus and method for controlling an application program according to another embodiment of the present invention.
4 is a diagram illustrating a method of automatically logging in a target application program according to an embodiment of the present invention.
5 is a diagram illustrating a method of generating a microcode according to an embodiment of the present invention.
6 is a diagram illustrating a method for converting a result according to an embodiment of the present invention into data for preservation.
7 is a diagram illustrating a login and information selection screen of an application program control apparatus according to an embodiment of the present invention.
8A and 8B are views showing screens of a target application program according to an embodiment of the present invention.

본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세하게 설명하고자 한다.While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail.

그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 각 도면을 설명하면서 유사한 참조부호를 유사한 구성요소에 대해 사용하였다. It is to be understood, however, that the invention is not to be limited to the specific embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. Like reference numerals are used for like elements in describing each drawing.

어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어"있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어"있다거나 "직접 접속되어"있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다.It is to be understood that when an element is referred to as being "connected" or "connected" to another element, it may be directly connected or connected to the other element, . On the other hand, when an element is referred to as being "directly connected" or "directly connected" to another element, it should be understood that there are no other elements in between.

본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terminology used in this application is used only to describe a specific embodiment and is not intended to limit the invention. The singular expressions include plural expressions unless the context clearly dictates otherwise. In the present application, the terms "comprises" or "having" and the like are used to specify that there is a feature, a number, a step, an operation, an element, a component or a combination thereof described in the specification, But do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, or combinations thereof.

이하, 첨부한 도면들을 참조하여, 본 발명의 바람직한 실시예를 보다 상세하게 설명하고자 한다. 이하, 도면상의 동일한 구성요소에 대해서는 동일한 참조부호를 사용하고 동일한 구성요소에 대해서 중복된 설명은 생략한다. Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. Hereinafter, the same reference numerals will be used for the same constituent elements in the drawings, and redundant explanations for the same constituent elements will be omitted.

도 1은 본 발명의 일 실시예에 따른 응용프로그램 제어 장치를 나타낸 블록도이다.1 is a block diagram illustrating an application program control apparatus according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일 실시예에 따른 응용프로그램 제어 장치는 자동 로그인 인증부(110), 작업 코디네이터부(120) 및 결과 변환부(130)를 포함한다.Referring to FIG. 1, an application program control apparatus according to an exemplary embodiment of the present invention includes an automatic login authentication unit 110, a work coordinator unit 120, and a result conversion unit 130.

자동 로그인 인증부(110)는 작업 객체의 정보를 이용하여 상기 대상 응용프로그램에 자동으로 로그인을 수행한다.The automatic login authentication unit 110 automatically performs login to the target application program using the information of the job object.

여기서, 대상 응용프로그램은 본 발명의 일 실시예에 따른 응용프로그램 제어 장치가 제어하기 위한 대상이 되는 응용프로그램을 의미할 수 있다.Here, the target application program may mean an application program to be controlled by the application program control apparatus according to an embodiment of the present invention.

대상 응용프로그램은 각 분야의 다양한 응용프로그램일 수 있으며, 예컨대, 회계 분야의 경우에는, 전산세무회계 프로그램 또는 경리회계 프로그램 등이 대상 응용프로그램일 수 있다.The target application may be various application programs in various fields. For example, in the case of accounting, a computerized tax accounting program or a accounting accounting program may be a target application program.

대상 응용프로그램은 본 발명의 일 실시예에 따른 응용프로그램 제어 장치에 의해 제어 가능한 응용프로그램이면 족하고, 특정 분야의 응용프로그램이나, 특정 응용프로그램에 한정되지 아니한다.The target application program may be an application program that can be controlled by the application program control apparatus according to an embodiment of the present invention, and is not limited to an application program in a specific field or a specific application program.

여기서, 작업 객체는 제어하려는 대상 응용프로그램의 작업을 적용시킬 대상으로서, 예컨대, 작업 객체는 대상 응용프로그램의 작업을 수행한 결과를 제공 받는 클라이언트(client)일 수 있다. 이 경우, 자동 로그인 인증부(110)는 클라이언트의 정보를 이용하여 대상 응용프로그램에 자동으로 로그인을 수행할 수 있다.Here, the task object is an object to which the task of the target application program to be controlled is to be applied. For example, the task object may be a client that receives a result of performing task of the target application program. In this case, the automatic login authentication unit 110 can automatically log in to the target application program using the information of the client.

자동 로그인 인증부(110)는 복수의 작업 객체의 정보를 이용하여 동시에 혹은 순차적으로 대상 응용프로그램에 자동으로 로그인을 수행할 수 있다.The automatic login authentication unit 110 can automatically log in to the target application program simultaneously or sequentially using information of a plurality of job objects.

예컨대, 작업은 대상 응용프로그램을 제어하기 위한 명령어나 코드를 의미할 수 있으며, 작업 객체는 대상 응용프로그램에 로그인하여 대상 응용프로그램의 제어 권한을 획득하는 로그인 주체를 의미하고, 작업 객체의 정보는 해당 작업 객체의 로그인을 위한 계정 정보 등에 해당할 수 있다.For example, a job may mean a command or a code for controlling a target application program, a job object means a login subject who obtains control authority of a target application program by logging in to the target application program, Account information for login of the job object, and the like.

즉, 자동 로그인 인증부(110)는 작업 객체의 정보를 이용하여 대상 응용프로그램에 로그인을 수행함으로써 대상 응용프로그램의 제어 권한을 획득할 수 있다.That is, the automatic login authentication unit 110 can acquire the control authority of the target application program by performing login to the target application program using the information of the task object.

작업 코디네이터부(120)는 상기 대상 응용프로그램에 대해 수행할 작업의 유형 및 상기 작업 객체에 기초하여 마이크로 코드를 생성한다.The job coordinator unit 120 generates microcode based on the type of job to be performed on the target application program and the job object.

작업 코디네이터부(120)는 작업의 유형별로 부여된 작업 유형 식별자를 이용하여 응용프로그램 제어 장치에 기저장된 코드를 검색하고, 검색된 코드를 이용하여 마이크로 코드를 생성할 수 있다.The work coordinator unit 120 may search the pre-stored code in the application program control unit using the job type identifier assigned for each type of job, and generate the microcode using the retrieved code.

여기서, 작업의 유형은 특정 정보의 입력, 특정 버튼의 선택 및 특정 정보의 획득 등의 소규모 작업 유형 중 어느 하나일 수 있으며, 소규모 작업이 연결된 대규모 작업 유형 중 어느 하나일 수 있다.Here, the type of job may be any of a small type of job, such as input of specific information, selection of a specific button, and acquisition of specific information, and may be any of a large type of job to which a small job is connected.

여기서, 마이크로 코드는 수행할 작업 단위로 모듈화된 스크립트(script)일 수 있다.Here, the microcode may be a module that is modularized in units of work to be performed.

예컨대, 수행할 작업이 대상 응용프로그램에서 A 버튼을 클릭하는 동작인 경우, 이에 대응되는 마이크로 코드는 대상 응용프로그램의 윈도우에 포함된 커맨드 버튼들 중 A 버튼에 상응하는 핸들(handle) 값에 대해 마우스 클릭 동작이 수행되도록 하는 명령어를 포함하는 스크립트일 수 있다.For example, when the operation to be performed is an operation of clicking the A button in the target application program, the microcode corresponding to the operation is the mouse button corresponding to the handle value corresponding to the A button among the command buttons included in the window of the target application program And may include a command to cause the click operation to be performed.

작업 코디네이터부(120)는 복수의 마이크로 코드가 생성된 경우, 가장 처음에 실행될 마이크로 코드인 이닛(init) 마이크로 코드를 결정하고, 컨트롤 어드레스 레지스터(CAR)을 이용하여 마이크로 코드의 루틴(routine), 즉, 실행되는 마이크로 코드의 순서를 결정할 수 있다.The work coordinator unit 120 determines an init microcode which is a microcode to be executed first when a plurality of microcode is generated and determines a routine of the microcode using the control address register CAR, That is, the order of the microcode to be executed can be determined.

컨트롤 어드레스 레지스터에는 현재 실행되고 있는 마이크로 코드의 다음에 실행될 마이크로 코드의 위치 값이 저장될 수 있다.The control address register may store the position value of the microcode to be executed next to the currently executed microcode.

결과 변환부(130)는 마이크로 코드를 실행하여 획득한 작업 수행 결과를 보존용 데이터로 변환한다.The result conversion unit 130 converts the job execution result obtained by executing the microcode into preservation data.

결과 변환부(130)는 기설정된 보존용 데이터 형태로 작업 수행 결과를 변환하거나, 사용자로부터 보존용 데이터 형태를 입력 받아 그에 따라 작업 수행 결과를 변환할 수 있다.The result conversion unit 130 may convert the task execution result into the preset retention data format or may input the retention data format from the user and convert the task execution result accordingly.

예컨대, 결과 변환부(130)는 기본적으로 작업 수행 결과를 CSV(Comma-Separated Values) 데이터 형태로 변환할 수 있고, 사용자로부터 XLS(Excel Binary File Format) 데이터 형태의 요청이 있는 경우, 작업 수행 결과를 XLS 데이터 형태로 변환할 수 있다.For example, the result conversion unit 130 basically converts the job execution result into a CSV (Comma-Separated Values) data type. When there is a request from the user in the form of XLS (Excel Binary File Format) data, To XLS data format.

도 2는 본 발명의 일 실시예에 따른 응용프로그램 제어 방법을 나타낸 동작 흐름도이다.2 is a flowchart illustrating an application program control method according to an exemplary embodiment of the present invention.

도 2를 참조하면, 본 발명의 일 실시예에 따른 응용프로그램 제어 방법은 자동 로그인 인증부(도 1의 110 참조)가 대상 응용프로그램에 자동으로 로그인하는 단계(S210), 작업 코디네이터부(도 1의 120 참조)가 수행할 작업의 유형 및 작업 객체에 기초하여 마이크로 코드를 생성하는 단계(S220) 및 결과 변환부(도 1의 130 참조)가 작업의 실행 결과를 보존용 데이터로 변환하는 단계(S230)를 포함한다.2, an application program control method according to an exemplary embodiment of the present invention includes a step S210 of automatically logging in an application program for automatic login authentication (see 110 in FIG. 1), a job coordinator unit A step S220 of generating a microcode based on the type of an operation to be performed by the operation object (see 120 of FIG. 1) and a result conversion unit (see 130 of FIG. 1) S230).

먼저, 자동 로그인 인증부(도 1의 110 참조)가 작업 객체의 정보를 이용하여 상기 대상 응용프로그램에 자동으로 로그인한다(S210).First, the automatic login authentication unit (see 110 in FIG. 1) automatically logs in the target application program using the information of the work object (S210).

단계(S210)에서, 자동 로그인 인증부(도 1의 110 참조)는 대상 응용프로그램에 로그인을 수행함으로써 대상 응용프로그램의 제어 권한을 획득할 수 있다.In step S210, the automatic login authentication unit (see 110 in FIG. 1) can obtain the control authority of the target application program by performing login to the target application program.

다음으로, 작업 코디네이터부(도 1의 120 참조)가 상기 대상 응용프로그램에 대해 수행할 작업의 유형 및 상기 작업 객체에 기초하여 마이크로 코드를 생성한다(S220).Next, a microcode is generated based on the type of job to be performed by the job coordinator (see 120 in FIG. 1) for the target application program and the job object (S220).

단계(S220)에서, 작업 코디네이터부(도 1의 120 참조)는 복수의 마이크로 코드가 생성된 경우, 가장 처음에 실행될 마이크로 코드인 이닛 마이크로 코드를 결정하고, 컨트롤 어드레스 레지스터를 이용하여 마이크로 코드의 루틴을 결정할 수 있다.In step S220, when a plurality of micro-codes are generated, the work coordinator unit (see 120 in FIG. 1) determines an inet microcode, which is the microcode to be executed first, Can be determined.

마지막으로, 결과 변환부(도 1의 130 참조)가 상기 마이크로 코드를 실행하여 획득한 작업 수행 결과를 보존용 데이터로 변환한다.Finally, the result conversion unit (see 130 in FIG. 1) executes the microcode to convert the obtained task execution result into preservation data.

단계(S230)에서, 결과 변환부(도 1의 130 참조)는 기설정된 보존용 데이터 형태로 작업 수행 결과를 변환하거나, 사용자로부터 입력된 보존용 데이터 형태로 작업 수행 결과를 변환할 수 있다.In step S230, the result conversion unit (see 130 in FIG. 1) may convert the task execution result into the preset retention data type or convert the task execution result into the retention data type input from the user.

도 3은 본 발명의 다른 일 실시예에 따른 응용프로그램 제어 장치 및 방법을 나타낸 도면이다.3 is a diagram illustrating an apparatus and method for controlling an application program according to another embodiment of the present invention.

도 3을 참조하면, 본 발명의 다른 일 실시예에 따른 응용프로그램 제어 장치는 자동 로그인 인증부(110), 객체 정보 수집부(115), 작업 코디네이터부(120), 작업 실행부(125), 결과 반환부(130), 결과 전송부(135) 및 응용프로그램 정리부(140)를 포함한다.3, an application program control apparatus according to another embodiment of the present invention includes an automatic login authentication unit 110, an object information collection unit 115, a work coordinator unit 120, a task execution unit 125, A result returning unit 130, a result transmitting unit 135, and an application program organizing unit 140.

본 발명의 다른 일 실시예에 따른 응용프로그램 제어 방법은 응용프로그램 제어 장치가 실행되는 경우(S310), 응용프로그램 제어 장치가 대상 응용프로그램을 실행시키는 단계(S320 및 S325), 자동 로그인 인증부(110)가 자동 로그인을 수행하는 단계(S330), 객체 정보 수집부(115)가 작업 객체 정보를 로딩하는 단계(S340), 객체 코디네이터부(120)가 객체 유형을 결정하는 단계(S350), 객체 실행부(125)가 객체를 실행하는 단계(S360), 결과 변환부(130)가 실행 결과를 변환하는 단계(S370), 결과 전송부(135)가 변환된 결과를 전송하는 단계(S380) 및 응용프로그램 정리부(140)가 작업과 관련된 정보를 소거하는 단계(S390)를 포함한다.The method of controlling an application program according to another embodiment of the present invention includes a step S310 of executing an application program control device, a step S320 and a step S325 of causing the application program control device to execute a target application program, (S340), the object coordinator unit 120 determines the object type (S350), and the object coordinator unit 120 determines the object type (S360), the result conversion unit 130 converts the execution result (S370), the result transfer unit 135 transmits the converted result (S380), and the application And the program organizing unit 140 erases information related to the job (S390).

본 발명의 다른 일 실시예에 따른 응용프로그램 제어 방법은 응용프로그램 제어 장치가 실행되는 경우(S310), 응용프로그램 제어 장치가 대상 응용프로그램이 실행 중인지 여부를 판단한다(S320).In the application program control method according to another embodiment of the present invention, when the application program control device is executed (S310), the application program control device determines whether the target application program is being executed (S320).

단계(S320)의 판단 결과, 대상 응용프로그램이 실행 중이 아닌 경우, 응용프로그램 제어 장치는 대상 응용프로그램을 자동으로 실행시킨다(S325).If it is determined in step S320 that the target application program is not being executed, the application program control device automatically executes the target application program (S325).

비록 도 3에는 도시되지 아니하였으나, 자동 로그인 인증부(110)는 응용프로그램 제어 장치가 실행되는 경우, 응용프로그램 제어 장치에 대한 사용자의 로그인 인증을 수행하는 단계(미도시) 및 인증된 사용자의 계정에 대응하는 작업의 유형 및 작업 객체를 선택할 수 있는 정보를 생성하는 단계(미도시)를 더 포함할 수 있다. 이와 같은 단계는 이하 도 7에 대한 부분에서 설명하도록 한다.Although not shown in FIG. 3, the automatic login authentication unit 110 may include a step (not shown) of performing login authentication of the user to the application program control apparatus when the application program control apparatus is executed, (Not shown) to generate information that allows the user to select a type of job and a job object corresponding to the job. Such a step will be described below with reference to FIG.

단계(S320) 또는 단계(S325)를 통해 대상 응용프로그램이 실행 중이고, 사용자가 작업의 유형 및 작업 객체를 선택하는 경우, 자동 로그인 인증부(110)는 작업 객체의 정보를 이용하여 대상 응용프로그램에 자동으로 로그인한다(S330).If the target application program is being executed through step S320 or step S325 and the user selects the type of work and the work object, the automatic login authentication unit 110 uses the information of the work object And automatically logs in (S330).

다음으로, 객체 정보 수집부(115)는 대상 응용프로그램 내에서 작업 객체와 관련하여 수행 가능한 작업을 자동으로 검색하고, 작업 객체와 관련하여 수행 가능한 작업을 매칭시킨다(S340).Next, the object information collecting unit 115 automatically searches for a job that can be performed with respect to the job object in the target application program, and matches the job that can be performed with respect to the job object (S340).

작업 코디네이터부(120)는 해당 작업 객체에 매칭된 작업을 유형별로 분류하고, 작업 객체와 작업의 유형에 기초하여 마이크로 코드를 생성한다(S350).The work coordinator unit 120 classifies the jobs matched to the corresponding job objects by type, and generates microcode based on the type of the job objects and the job (S350).

작업 실행부(125)는 생성된 마이크로 코드를 실행하여 결과 값을 획득한다(S360).The task execution unit 125 executes the generated microcode to obtain a result value (S360).

결과 변환부(130)는 획득한 결과 값을 보존용 데이터로 변환한다(S370).The result conversion unit 130 converts the acquired result into preservation data (S370).

결과 전송부(135)는 변환된 결과 값을 사용자 또는 작업 객체에게 전송한다(S380).The result transmitting unit 135 transmits the converted result value to the user or the operation object (S380).

응용프로그램 정리부(140)는 작업 객체와 관련된 정보 및 마이크로 코드를 포함하는 작업 수행에 이용된 정보들을 메모리에서 소거한다(S390).The application cleaner 140 deletes the information used for performing the job including the information related to the job object and the microcode from the memory (S390).

도 4는 본 발명의 일 실시예에 따른 대상 응용프로그램에 자동으로 로그인하는 방법을 나타낸 도면이다.4 is a diagram illustrating a method of automatically logging in a target application program according to an embodiment of the present invention.

도 4를 참조하면, 본 발명의 일 실시예에 따른 대상 응용프로그램에 자동으로 로그인하는 방법은 자동 로그인 인증부(도 3의 110 참조)가, 프로그램 제어 장치 설치 시에 등록된 사용자의 계정 정보와 메모리에 저장된 작업 객체의 계정 정보를 이용하여 대상 응용프로그램에 자동으로 로그인을 수행한다.Referring to FIG. 4, a method of automatically logging in to a target application program according to an embodiment of the present invention includes: an automatic login authentication unit (see 110 in FIG. 3) And automatically logs in to the target application using the account information of the job object stored in the memory.

먼저, 자동 로그인 인증부(도 3의 110 참조)가, 응용프로그램 제어 장치 설치 시에 사용자가 입력한 로그인 계정 및 암호를 이용하여 고유 사용자 정보를 생성한다.First, the automatic login authentication unit (see 110 in FIG. 3) generates unique user information by using the login account and password input by the user at the time of installing the application program control device.

다음으로, 자동 로그인 인증부(도 3의 110 참조)가, 사용자가 응용프로그램 제어 장치에 로그인을 시도하는 경우, 사용자가 입력한 사용자 입력 정보(410) 및 고유 사용자 정보(420)를 식별자로 비교하기 위해, 사용자 입력 정보(410) 및 고유 사용자 정보를 해쉬(hash) 함수에 입력한다.Next, when the user attempts to log in to the application program control apparatus, the automatic login authentication unit (see 110 in FIG. 3) compares the user input information 410 and the unique user information 420 input by the user with identifiers The user input information 410 and unique user information are input to a hash function.

다음으로, 자동 로그인 인증부(도 3의 110 참조)가, 사용자 입력 정보(410) 및 고유 사용자 정보(420)를 해쉬 함수에 입력하여 획득된 해쉬 값을 컴퓨터의 메모리에 기저장된 계정 정보 해쉬 값(430)과 비교하여, 일치하는 값이 있는 경우, 계정 정보 해쉬 값(430)에 대응되는 대상 응용프로그램에 자동으로 로그인을 수행한다.Next, the automatic login authentication unit (see 110 in FIG. 3) inputs the hash value obtained by inputting the user input information 410 and the unique user information 420 in the hash function to the account information hash value (Step 430). If there is a matching value, the login information is automatically logged in the target application program corresponding to the account information hash value 430.

비록 도 4에는 도시되지 아니하였으나, 대상 응용프로그램에 복수의 작업 객체 정보가 저장되어 있는 경우에는 위와 같이 대상 응용프로그램에 로그인 후, 객체 정보 수집부(도 3의 115 참조)가 동작할 수 있다. 이 경우, 객체 정보 수집부(도 3의 115 참조)가 대상 응용프로그램의 작업 객체 정보를 자동으로 검색하여, 복수의 작업 객체 정보를 저장하고 있다가, 작업 코디네이터부(도 3의 120 참조)에 작업 객체 정보와 작업 정보를 매칭하여 전달할 수 있다.Although not shown in FIG. 4, when a plurality of pieces of work object information are stored in the target application program, the object information collecting unit (see 115 in FIG. 3) may operate after logging in the target application program. In this case, the object information collecting unit (see 115 in FIG. 3) automatically retrieves the work object information of the target application program, stores a plurality of pieces of work object information, and then stores it in the work coordinator unit The job object information and the job information can be matched and transmitted.

도 5는 본 발명의 일 실시예에 따른 마이크로 코드를 생성하는 방법을 나타낸 도면이다.5 is a diagram illustrating a method of generating a microcode according to an embodiment of the present invention.

도 5를 참조하면, 본 발명의 일 실시예에 따른 마이크로 코드를 생성하는 방법은 작업 코디네이터부(도 3의 120 참조)가 작업을 입력 받고, 작업에 상응하는 마이크로 코드를 생성한다.Referring to FIG. 5, in the method of generating microcode according to an embodiment of the present invention, a work coordinator unit (see 120 in FIG. 3) inputs a task and generates microcode corresponding to a task.

먼저, 작업 코디네이터부(도 3의 120 참조)가, 인스트럭션(instruction) 디코더(510)를 이용하여 입력된 작업의 유형을 분석한다.First, the work coordinator (see 120 in FIG. 3) analyzes the type of work input using the instruction decoder 510.

다음으로, 작업 코디네이터부(도 3의 120 참조)가, 작업의 유형에 따른 마이크로 코드를 생성할 수 있다.Next, the work coordinator unit (see 120 in FIG. 3) can generate microcode according to the type of work.

작업 유형에 따른 마이크로 코드가 복수 개인 경우, 작업 코디네이터부(도 3의 120 참조)가, 컨트롤 어드레스(address) 레지스터(520)를 설정할 수 있다. 컨트롤 어드레스 레지스터(520)에는 마이크로 코드가 실행되는 경우, 현재 실행되고 있는 마이크로 코드의 다음에 실행될 마이크로 코드의 위치 값이 설정될 수 있다.When there are a plurality of micro codes according to the job type, the job coordinator unit (see 120 in Fig. 3) can set the control address register 520. [ When the microcode is executed in the control address register 520, the position value of the microcode to be executed next to the currently executed microcode can be set.

마이크로 코드가 실행되기 전에는 이닛 마이크로 코드, 즉 처음 실행될 마이크로 코드가 컨트롤 어드레스 레지스터(520)에 설정될 수 있다.Before the microcode is executed, the inet microcode, that is, the microcode to be executed first, may be set in the control address register 520.

메인 루틴 외의 추가적인 서브 루틴이 실행되어야 하는 경우, 작업 코디네이터부(도 3의 120 참조)가, 서브(sub) 루틴 레지스터(525)를 설정할 수 있다.When an additional subroutine other than the main routine is to be executed, the task coordinator unit (see 120 in FIG. 3) may set the subroutine register 525. [

다음으로, 작업 코디네이터부(도 3의 120 참조)가, 컨트롤 인터널(internal) 메모리(530)를 설정할 수 있다. 컨트롤 인터널 메모리(530)에는 마이크로 코드가 수행되는 동안에 발생하는 임시 결과 값들이 저장될 수 있다.Next, the work coordinator unit (see 120 in Fig. 3) can set the control internal memory 530. [ The control internal memory 530 may store temporary result values that occur during microcode execution.

다음으로, 작업 코디네이터부(도 3의 120 참조)가, 컨트롤 버퍼(buffer) 레지스터(540)를 설정할 수 있다. 컨트롤 버퍼 레지스터(540)에는 메인 루틴을 이루는 복수 개의 마이크로 코드들이 모두 실행되는 경우의 결과 값이 저장될 수 있다.Next, the work coordinator unit (see 120 in FIG. 3) can set the control buffer register 540. The control buffer register 540 may store the result of the execution of a plurality of micro-codes constituting the main routine.

메인 루틴이 반복적으로 실행되어야 하는 경우, 작업 코디네이터부(도 3의 120 참조)가, 시퀀스(sequence) 컨트롤 레지스터(545)를 설정할 수 있다.When the main routine needs to be repeatedly executed, the task coordinator unit (see 120 in FIG. 3) may set the sequence control register 545. [

도 6은 본 발명의 일 실시예에 따른 결과를 보존용 데이터로 변환하는 방법을 나타낸 도면이다.6 is a diagram illustrating a method for converting a result according to an embodiment of the present invention into data for preservation.

도 6을 참조하면, 결과 변환부(도 3의 130 참조)가 마이크로 코드들이 실행되어 컨트롤 버퍼 레지스터(도 5의 540 참조)에 저장된 결과 값을 보존용 데이터로 변환한다.Referring to FIG. 6, a result conversion unit (see 130 in FIG. 3) executes the microcode to convert the result value stored in the control buffer register (see 540 in FIG. 5) into data for preservation.

먼저, 결과 변환부(도 3의 130 참조)가, 컨트롤 버퍼 레지스터(도 5의 540 참조)에 저장된 결과 값을 전달 받고, 결과 값을 기설정된 보존용 데이터 형태로 변환하거나, 사용자로부터 입력된 보존용 데이터 형태로 변환할 수 있다.First, the result conversion unit (see 130 in FIG. 3) receives the result value stored in the control buffer register (see 540 in FIG. 5), converts the result value into the preset retention data type, Can be converted into a data format.

결과 변환부(도 3의 130 참조)는 변환 선택 코디네이터(610), 전송 모듈(620), 서브 전송 모듈(625) 및 출력 대기 메모리(630)를 포함할 수 있다.The result conversion unit (see 130 in FIG. 3) may include a conversion selection coordinator 610, a transmission module 620, a sub transmission module 625, and an output standby memory 630.

변환 선택 코디네이터(610)는 기설정된 보존용 데이터 형태 또는 사용자로부터 입력된 데이터 형태에 따라 결과 값을 전송 모듈(620) 또는 서브 전송 모듈(625)에 전송할 수 있다.The transformation selection coordinator 610 may transmit the result value to the transmission module 620 or the sub transmission module 625 according to a preset retention data type or a data type input from the user.

전송 모듈(620)은 보존용 데이터 형태가 XLS인 경우에 결과 값을 전송 받아, 이를 XLS 형태로 변환하고 최적화하여 출력 대기 메모리(630)에 전송할 수 있다.The transmission module 620 can receive the result value when the data format for retention is XLS, convert it into the XLS format, optimize it, and transmit it to the output standby memory 630.

또한, 전송 모듈(620)은 보존용 데이터 형태가 HTML(HyperText Markup Language)인 경우에 결과 값을 XLS 형태로 변환한 후 이를 HTTP(HyperText Transfer Protocol) 모듈로 입력하여 HTML 형태로 변환하고 최적화하여 출력 대기 메모리(630)에 전송할 수 있다.When the retention data format is HTML (HyperText Markup Language), the transmission module 620 converts the result into an XLS format, converts it into an HTML (HyperText Transfer Protocol) module, converts it into HTML format, Can be transferred to the standby memory 630.

서브 전송 모듈(625)은 보존용 데이터 형태가 데이터 형태가 CSV인 경우에 결과 값을 전송 받아, 이를 CSV 형태로 변환하고 최적화하여 출력 대기 메모리(630)에 전송할 수 있다.The sub transmission module 625 can receive the result value when the retention data format is CSV, convert it into CSV format, optimize it, and transmit it to the output standby memory 630.

출력 대기 메모리(630)는 보존용 데이터 형태로 변환된 결과 값이 저장되며, 변환된 결과 값은 결과 전송부(도 3의 135 참조)를 통해 사용자 또는 작업 객체에게 전송될 수 있다.The output waiting memory 630 stores the result converted into the data for saving, and the converted result value can be transmitted to the user or the job object through the result transmitting unit (see 135 in FIG. 3).

도 7은 본 발명의 일 실시예에 따른 응용프로그램 제어 장치의 로그인 및 정보 선택 화면을 나타낸 도면이다.7 is a diagram illustrating a login and information selection screen of an application program control apparatus according to an embodiment of the present invention.

도 7을 참조하면, 도 7(a)와 같은 화면을 통해 응용프로그램 제어 장치에 사용자가 로그인하고, 도 7(b)와 같은 화면을 통해 사용자가 정보 선택 화면을 제공받을 수 있다.Referring to FIG. 7, a user logs in to the application program control device through a screen as shown in FIG. 7 (a), and a user can receive an information selection screen through a screen as shown in FIG. 7 (b).

먼저, 도 7(a)와 같은 화면을 통해, 사용자는 응용프로그램 제어 장치에 로그인 하기 위한 사용자 계정 정보를 입력할 수 있다.First, the user can input user account information for logging into the application program control device through the screen as shown in FIG. 7 (a).

다음으로, 사용자가 유효한 계정 정보를 입력하여 로그인 인증을 완료한 경우, 도 7(b)와 같은 화면을 통해, 사용자는 해당 사용자의 계정 정보에 대응하는 작업 객체를 선택할 수 있는 정보를 제공받을 수 있다.Next, when the user completes the login authentication by inputting the valid account information, the user can receive the information for selecting the work object corresponding to the account information of the user through the screen as shown in FIG. 7 (b) have.

도 7(b)의 경우, 작업 객체는 '데이터앤피플' 1개만으로 도시되었으나, 실시예에 따라 복수의 작업 객체가 표시될 수 있다.In the case of FIG. 7 (b), although only one job object is shown as 'data and people', a plurality of job objects may be displayed according to an embodiment.

비록 도 7에는 도시되지 아니하였으나, 대상 응용프로그램에서 표시되는 선택 가능한 정보 화면에는 작업 객체에 나아가, 계정 정보에 대응하는 대상 응용프로그램 또는 대상 응용프로그램을 통한 작업의 유형이 더 표시될 수 있다.Although not shown in FIG. 7, the selectable information screen displayed in the target application program may further include a task object and a type of task through the target application program or the target application program corresponding to the account information.

도 8a 및 도 8b는 본 발명의 일 실시예에 따른 대상 응용프로그램의 화면을 나타낸 도면이다.8A and 8B are views showing screens of a target application program according to an embodiment of the present invention.

도 8a 및 도 8b를 참조하면, 본 발명의 일 실시예에 따른 대상 응용프로그램이 전산세무회계 응용프로그램인 경우의 예로서 나타낸 것임을 알 수 있다.8A and 8B, it can be seen that the target application program according to the embodiment of the present invention is an example of a computer tax accounting application program.

먼저, 도 8a와 같이 대상 응용프로그램이 실행 중인 경우, 자동 로그인 인증부(도 3의 110 참조)는 대상 응용프로그램에 자동으로 로그인을 수행할 수 있다.First, when the target application program is running as shown in FIG. 8A, the automatic login authentication unit (see 110 in FIG. 3) can automatically log in to the target application program.

예컨대, 자동 로그인 인증부(도 3의 110 참조)는 객체 정보로서 회사코드 및 회사명을 이용하여 대상 응용프로그램에 자동으로 로그인을 수행할 수 있다.For example, the automatic login authentication unit (see 110 in FIG. 3) can automatically log in to the target application program using the company code and company name as object information.

대상 응용프로그램에 로그인이 수행된 경우, 도 8b와 같이, 대상 응용프로그램에 대한 제어 권한이 획득될 수 있다.When login is performed to the target application program, the control authority for the target application program can be obtained as shown in FIG. 8B.

이 경우, 작업 코디네이터부(도 3의 120 참조)는 입력된 작업에 상응하는 마이크로 코드를 생성할 수 있다.In this case, the job coordinator unit (see 120 in FIG. 3) can generate microcode corresponding to the input job.

예컨대, 작업 코디네이터부(도 3의 120 참조)는 대상 응용프로그램의 '손익계산서' 버튼을 클릭하는 동작을 수행하기 위한 마이크로 코드를 생성할 수 있다.For example, the work coordinator unit (see 120 in FIG. 3) may generate microcode for performing an operation of clicking the 'Profit and Loss Statement' button of the target application program.

이상 본 명세서에서 설명한 기능적 동작과 본 주제에 관한 실시형태들은 본 명세서에서 개시한 구조들 및 그들의 구조적인 등가물을 포함하여 디지털 전자 회로나 컴퓨터 소프트웨어, 펌웨어 또는 하드웨어에서 혹은 이들 중 하나 이상의 조합에서 구현 가능하다. The functional operations described herein and the embodiments of the present subject matter may be embodied in a digital electronic circuit or computer software, firmware or hardware, including combinations of structures disclosed herein and their structural equivalents, or in a combination of any of the foregoing. Do.

본 명세서에서 기술하는 주제의 실시형태는 하나 이상의 컴퓨터 프로그램 제품, 다시 말해 데이터 처리 장치에 의한 실행을 위하여 혹은 그 동작을 제어하기 위하여 유형의 프로그램 매체 상에 인코딩되는 컴퓨터 프로그램 명령에 관한 하나 이상의 모듈로서 구현될 수 있다. 유형의 프로그램 매체는 전파형 신호이거나 컴퓨터로 판독 가능한 매체일 수 있다. 전파형 신호는 컴퓨터에 의한 실행을 위하여 적절한 수신기 장치로 전송하기 위한 정보를 인코딩하기 위하여 생성되는 예컨대 기계가 생성한 전기적, 광학적 혹은 전자기 신호와 같은 인공적으로 생성된 신호이다. 컴퓨터로 판독 가능한 매체는 기계로 판독 가능한 저장장치, 기계로 판독 가능한 저장 기판, 메모리 장치, 기계로 판독 가능한 전파형 신호에 영향을 미치는 물질의 조합 혹은 이들 중 하나 이상의 조합일 수 있다.Embodiments of the subject matter described herein may be implemented as one or more computer program products, in other words one or more modules for computer program instructions encoded on a type of program medium for execution by, or control over, the operation of the data processing apparatus Can be implemented. The type of program medium may be a propagated signal or a computer readable medium. A propagated signal is an artificially generated signal, such as a machine-generated electrical, optical or electromagnetic signal, generated to encode information for transmission to a suitable receiver device for execution by a computer. The computer-readable medium can be a machine-readable storage device, a machine-readable storage substrate, a memory device, a combination of materials that affect the machine readable propagation type signal, or a combination of one or more of the foregoing.

컴퓨터 프로그램(프로그램, 소프트웨어, 소프트웨어 어플리케이션, 스크립트 혹은 코드로도 알려져 있음)은 컴파일되거나 해석된 언어나 선험적 혹은 절차적 언어를 포함하는 프로그래밍 언어의 어떠한 형태로도 작성될 수 있으며, 독립형 프로그램이나 모듈, 컴포넌트, 서브루틴 혹은 컴퓨터 환경에서 사용하기에 적합한 다른 유닛을 포함하여 어떠한 형태로도 전개될 수 있다. A computer program (also known as a program, software, software application, script or code) may be written in any form of programming language, including compiled or interpreted language, a priori or procedural language, Components, subroutines, or other units suitable for use in a computer environment.

컴퓨터 프로그램은 파일 시스템의 파일에 반드시 대응하는 것은 아니다. 프로그램은 요청된 프로그램에 제공되는 단일 파일 내에, 혹은 다중의 상호 작용하는 파일(예컨대, 하나이상의 모듈, 하위 프로그램 혹은 코드의 일부를 저장하는 파일) 내에, 혹은 다른 프로그램이나 데이터를 보유하는 파일의 일부(예컨대, 마크업 언어 문서 내에 저장되는 하나 이상의 스크립트) 내에 저장될 수 있다. A computer program does not necessarily correspond to a file in the file system. The program may be stored in a single file provided to the requested program, or in multiple interactive files (e.g., a file storing one or more modules, subprograms, or portions of code) (E.g., one or more scripts stored in a markup language document).

컴퓨터 프로그램은 하나의 사이트에 위치하거나 복수의 사이트에 걸쳐서 분산되어 통신 네트워크에 의해 상호 접속된 다중 컴퓨터나 하나의 컴퓨터 상에서 실행되도록 전개될 수 있다.A computer program may be deployed to run on multiple computers or on one computer, located on a single site or distributed across multiple sites and interconnected by a communications network.

부가적으로, 본 특허문헌에서 기술하는 논리 흐름과 구조적인 블록도는 개시된 구조적인 수단의 지원을 받는 대응하는 기능과 단계의 지원을 받는 대응하는 행위 및/또는 특정한 방법을 기술하는 것으로, 대응하는 소프트웨어 구조와 알고리즘과 그 등가물을 구축하는 데에도 사용 가능하다. Additionally, the logic flows and structural block diagrams described in this patent document describe corresponding actions and / or specific methods supported by corresponding functions and steps supported by the disclosed structural means, It can also be used to build software structures and algorithms and their equivalents.

본 명세서에서 기술하는 프로세스와 논리 흐름은 입력 데이터 상에서 동작하고 출력을 생성함으로써 기능을 수행하기 위하여 하나 이상의 컴퓨터 프로그램을 실행하는 하나 이상의 프로그래머블 프로세서에 의하여 수행 가능하다.The processes and logic flows described herein may be performed by one or more programmable processors executing one or more computer programs to perform functions by operating on input data and generating output.

컴퓨터 프로그램의 실행에 적합한 프로세서는, 예컨대 범용 및 특수 목적의 마이크로프로세서 양자 및 어떤 종류의 디지털 컴퓨터의 어떠한 하나 이상의 프로세서라도 포함한다. 일반적으로, 프로세서는 읽기 전용 메모리나 랜덤 액세스 메모리 혹은 양자로부터 명령어와 데이터를 수신할 것이다. Processors suitable for the execution of computer programs include, for example, any one or more processors of both general purpose and special purpose microprocessors and any kind of digital computer. Generally, a processor will receive instructions and data from read-only memory, random access memory, or both.

컴퓨터의 핵심적인 요소는 명령어와 데이터를 저장하기 위한 하나 이상의 메모리 장치 및 명령을 수행하기 위한 프로세서이다. 또한, 컴퓨터는 일반적으로 예컨대 자기, 자기광학 디스크나 광학 디스크와 같은 데이터를 저장하기 위한 하나 이상의 대량 저장 장치로부터 데이터를 수신하거나 그것으로 데이터를 전송하거나 혹은 그러한 동작 둘 다를 수행하기 위하여 동작가능 하도록 결합되거나 이를 포함할 것이다. 그러나, 컴퓨터는 그러한 장치를 가질 필요가 없다.A core element of a computer is a processor for executing instructions and one or more memory devices for storing instructions and data. In addition, the computer is generally operatively coupled to receive data from, transfer data to, or perform both of the operations of, for example, one or more mass storage devices for storing data, such as magnetic, Or will include. However, the computer need not have such a device.

본 기술한 설명은 본 발명의 최상의 모드를 제시하고 있으며, 본 발명을 설명하기 위하여, 그리고 당업자가 본 발명을 제작 및 이용할 수 있도록 하기 위한 예를 제공하고 있다. 이렇게 작성된 명세서는 그 제시된 구체적인 용어에 본 발명을 제한하는 것이 아니다. The description sets forth the best mode of the invention, and is provided to illustrate the invention and to enable those skilled in the art to make and use the invention. The written description is not intended to limit the invention to the specific terminology presented.

따라서, 상술한 예를 참조하여 본 발명을 상세하게 설명하였지만, 당업자라면 본 발명의 범위를 벗어나지 않으면서도 본 예들에 대한 개조, 변경 및 변형을 가할 수 있다. 요컨대 본 발명이 의도하는 효과를 달성하기 위해 도면에 도시된 모든 기능 블록을 별도로 포함하거나 도면에 도시된 모든 순서를 도시된 순서 그대로 따라야만 하는 것은 아니며, 그렇지 않더라도 얼마든지 청구항에 기재된 본 발명의 기술적 범위에 속할 수 있음에 주의한다.Thus, while the present invention has been described in detail with reference to the above examples, those skilled in the art will be able to make adaptations, modifications, and variations on these examples without departing from the scope of the present invention. In other words, in order to achieve the intended effect of the present invention, all the functional blocks shown in the drawings are separately included or all the steps shown in the drawings are not necessarily followed in the order shown, It can be in the range.

110: 자동 로그인 인증부 115: 객체 정보 수집부
120: 작업 코디네이터부 125: 작업 실행부
130: 결과 변환부 135: 결과 전송부
140: 응용프로그램 정리부
110: automatic login authentication unit 115: object information collecting unit
120: work coordinator unit 125: task execution unit
130: Result Converting Unit 135: Result Transmitting Unit
140: Application Organizer

Claims (20)

응용프로그램 제어 장치를 이용하여 응용프로그램을 제어하는 방법에 있어서,
제어하려는 대상 응용프로그램의 작업을 적용시킬 대상의 정보인, 작업 객체의 정보를 이용하여 상기 대상 응용프로그램에 자동으로 로그인하는 단계;
상기 대상 응용프로그램에 대해 수행할 작업의 유형 및 상기 작업 객체 정보에 기초하여 마이크로 코드를 생성하는 단계; 및
상기 마이크로 코드를 실행하여 획득한 작업 수행 결과를 보존용 데이터로 변환하는 단계;를 포함하며,
상기 응용프로그램 제어 장치에 대한 사용자의 로그인 인증을 수행하는 단계; 및
상기 인증된 사용자의 계정에 대응하는 상기 작업의 유형 및 상기 작업 객체를 선택할 수 있는 정보를 생성하는 단계;를 더 포함하는 것을 특징으로 하는, 응용프로그램 제어 방법.
A method of controlling an application program using an application program control device,
A step of automatically logging into the target application program using information of a work object, which is information on a target of a target application program to be controlled;
Generating a microcode based on the type of an operation to be performed on the target application program and the operation object information; And
And executing the microcode to convert the obtained task execution result into preservation data,
Performing a login authentication of the user to the application program control device; And
And generating information on the type of the job corresponding to the account of the authenticated user and information on which the job object can be selected.
삭제delete 제1 항에 있어서,
상기 대상 응용프로그램에 자동으로 로그인하는 단계는
상기 응용프로그램 제어 장치 설치 시에 등록된 상기 사용자의 로그인 계정 및 암호를 기초로 별도로 생성해 놓은 고유 사용자 정보 및 상기 사용자의 로그인 인증을 수행하는 단계에서 상기 사용자가 입력한 사용자 입력 정보를 식별자로 비교하는 것을 특징으로 하는, 응용프로그램 제어 방법.
The method according to claim 1,
The step of automatically logging in to the target application program
The unique user information separately generated based on the login account and the password of the user registered at the time of installing the application program control device and the user input information inputted by the user in performing the login authentication of the user are compared with identifiers The method comprising the steps of:
제3항에 있어서,
상기 대상 응용프로그램에 자동으로 로그인하는 단계는
상기 고유 사용자 정보 및 상기 사용자 입력 정보를 상기 식별자로 비교하기 위해, 상기 고유 사용자 정보 및 상기 사용자 입력 정보를 해쉬 함수에 입력함으로써 획득된 해시 값을, 컴퓨터의 메모리에 저장되어 있는 계정 정보 해쉬 값과 비교하는 것을 특징으로 하는, 응용프로그램 제어 방법.
The method of claim 3,
The step of automatically logging in to the target application program
The hash value obtained by inputting the unique user information and the user input information into the hash function is compared with the account information hash value stored in the memory of the computer in order to compare the unique user information and the user input information with the identifier Wherein the comparison is based on the comparison result.
제3 항에 있어서,
상기 응용프로그램 제어 방법은
상기 사용자의 로그인 계정에 대응하는 상기 작업의 유형 및 상기 작업 객체를 선택할 수 있는 정보를 이용하여 상기 작업의 유형 및 상기 작업의 객체를 입력 받는 단계;를 더 포함하는 것을 특징으로 하는, 응용프로그램 제어 방법.
The method of claim 3,
The application program control method
Further comprising receiving the type of the job and the object of the job using the type of the job corresponding to the login account of the user and information capable of selecting the job object, Way.
삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 삭제delete 제5 항의 방법을 컴퓨터로 실행시키기 위하여 컴퓨터로 판독 가능한 매체에 저장된 컴퓨터 프로그램.A computer program stored in a computer readable medium for executing the method of claim 5 on a computer. 제5 항의 방법을 컴퓨터로 실행시키기 위한 컴퓨터 프로그램을 배포하는 배포 서버.A distribution server for distributing a computer program for executing the method of claim 5 to a computer.
KR1020150151597A 2015-10-30 2015-10-30 Application control method using the application controller KR101684278B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020150151597A KR101684278B1 (en) 2015-10-30 2015-10-30 Application control method using the application controller
PCT/KR2016/011279 WO2017073922A1 (en) 2015-10-30 2016-10-07 Application program control device and application program control method using same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020150151597A KR101684278B1 (en) 2015-10-30 2015-10-30 Application control method using the application controller

Related Child Applications (3)

Application Number Title Priority Date Filing Date
KR1020160080737A Division KR101732903B1 (en) 2016-06-28 2016-06-28 Apparatus for cotrolling application
KR1020160080741A Division KR101732905B1 (en) 2016-06-28 2016-06-28 Application control method using the application controller
KR1020160080735A Division KR101694248B1 (en) 2016-06-28 2016-06-28 Apparatus for cotrolling application

Publications (1)

Publication Number Publication Date
KR101684278B1 true KR101684278B1 (en) 2016-12-08

Family

ID=57576699

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020150151597A KR101684278B1 (en) 2015-10-30 2015-10-30 Application control method using the application controller

Country Status (2)

Country Link
KR (1) KR101684278B1 (en)
WO (1) WO2017073922A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210051517A (en) * 2019-10-30 2021-05-10 주식회사 리턴트루 Operating method of electronic device for performing login to a plurality of programs using integrated identification information

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030060658A (en) * 2002-01-10 2003-07-16 정준 Method and System of Automatically Authenticating Web Site using Log in Information of Operating System
KR20040036490A (en) * 2002-10-26 2004-04-30 박동화 Gathering and management method concerned bidding data from some electronic bidding sites by only one registration
KR20060006224A (en) * 2004-07-15 2006-01-19 주식회사 위즈링크 Method and system for providing on-line client-specific web service
KR20070110953A (en) * 2006-05-16 2007-11-21 윤영세 System for personalized providing portal service

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8065617B2 (en) * 2008-08-28 2011-11-22 Microsoft Corporation Discovering alternative user experiences for websites
CN103139182B (en) * 2011-12-01 2016-04-06 北大方正集团有限公司 A kind of method that user of permission accesses, client, server and system
KR102091606B1 (en) * 2013-10-30 2020-03-20 엘지전자 주식회사 Terminal and method for controlling the same

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20030060658A (en) * 2002-01-10 2003-07-16 정준 Method and System of Automatically Authenticating Web Site using Log in Information of Operating System
KR20040036490A (en) * 2002-10-26 2004-04-30 박동화 Gathering and management method concerned bidding data from some electronic bidding sites by only one registration
KR20060006224A (en) * 2004-07-15 2006-01-19 주식회사 위즈링크 Method and system for providing on-line client-specific web service
KR20070110953A (en) * 2006-05-16 2007-11-21 윤영세 System for personalized providing portal service

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20210051517A (en) * 2019-10-30 2021-05-10 주식회사 리턴트루 Operating method of electronic device for performing login to a plurality of programs using integrated identification information
KR102269085B1 (en) * 2019-10-30 2021-06-24 주식회사 리턴트루 Operating method of electronic device for performing login to a plurality of programs using integrated identification information

Also Published As

Publication number Publication date
WO2017073922A1 (en) 2017-05-04

Similar Documents

Publication Publication Date Title
US10884808B2 (en) Edge computing platform
WO2020006076A1 (en) Method and system for automating web processes utilizing an abstractable underlying platform layer
EP2590113B1 (en) On demand multi-objective network optimization
US8307366B2 (en) Post-processing phase in a distributed processing system using assignment information
CN110765137B (en) Electronic certificate processing method, device, equipment, platform and medium
CA3123916C (en) Microapp functionality recommendations with cross-application activity correlation
CN105426165A (en) Script tool processing method and apparatus
CN103684878A (en) Operating command parameter control method and device
CN112954050B (en) Distributed management method and device, management equipment and computer storage medium
EP3120249A1 (en) Information processing system, data process control method, program, and recording medium
CN106161521A (en) The processing method and processing device of hypertext transfer protocol requests
US9609068B2 (en) Session management system, session management apparatus, and non-transitory computer readable medium
KR101684278B1 (en) Application control method using the application controller
KR101732905B1 (en) Application control method using the application controller
JP6295965B2 (en) Network verification apparatus, network verification method, and program
CN112579997B (en) User permission configuration method and device, computer equipment and storage medium
KR101694248B1 (en) Apparatus for cotrolling application
KR101732903B1 (en) Apparatus for cotrolling application
CN105100031B (en) A kind of methods, devices and systems that batch addition is trusted
CN107566416B (en) Authentication performance testing method, device and system, terminal and network access server
US9491221B1 (en) System and method for brokering distributed computation
JP6340357B2 (en) Data communication system and method
CN113014610B (en) Remote access method, device and system
KR20220003625A (en) Performance detection method, apparatus, electronic device, computer readable medium and computer program product
US10210070B2 (en) Model checking apparatus, model checking method, and storage medium

Legal Events

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

Payment date: 20191223

Year of fee payment: 4