KR20170115784A - Method for developing application based on script - Google Patents

Method for developing application based on script Download PDF

Info

Publication number
KR20170115784A
KR20170115784A KR1020160043416A KR20160043416A KR20170115784A KR 20170115784 A KR20170115784 A KR 20170115784A KR 1020160043416 A KR1020160043416 A KR 1020160043416A KR 20160043416 A KR20160043416 A KR 20160043416A KR 20170115784 A KR20170115784 A KR 20170115784A
Authority
KR
South Korea
Prior art keywords
application
reference information
script
distribution package
constants
Prior art date
Application number
KR1020160043416A
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 KR1020160043416A priority Critical patent/KR20170115784A/en
Priority to PCT/KR2017/003814 priority patent/WO2017176086A1/en
Publication of KR20170115784A publication Critical patent/KR20170115784A/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/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

본 발명은 스크립트 기반의 어플리케이션 개발방법에 관한 것이다. 상기 방법은 스크립트 기반 어플리케이션 개발툴을 이용하여 어플리케이션의 개발 시, 상기 어플리케이션 개발툴의 참조정보관리부가 상기 어플리케이션의 실행 시에 사용되는 상수, 변수 및 함수에 관한 제1 참조정보를 메모리부에 기록하는 단계, 상기 참조정보관리부가 상기 제1 참조정보를 기초로 상기 어플리케이션이 참조하는 라이브러리 상의 상수, 변수 및 함수에 관한 제2 참조정보를 상기 메모리부에 기록하는 단계 및 상기 개발툴의 배포패키지생성부가 클라이언트에서 실행될 상기 어플리케이션 배포패키지의 생성시에 상기 제 1 및 제2 참조정보를 이용하여 상기 상수, 변수 및 함수에 관련된 정보만을 상기 라이브러리에서 추출하여 배포패키지를 생성하는 단계를 포함한다. The present invention relates to a script-based application development method. In the method, when the application is developed using the script-based application development tool, the reference information management unit of the application development tool records the first reference information on constants, variables and functions used in executing the application in the memory unit A step in which the reference information management section records second reference information on constants, variables and functions on a library referenced by the application on the basis of the first reference information into the memory section, And extracting only the constants, variables, and functions from the library using the first and second reference information at the time of generating the application distribution package to be executed by the client, thereby generating a distribution package.

Description

스크립트 기반 어플리케이션 개발방법{METHOD FOR DEVELOPING APPLICATION BASED ON SCRIPT} [0001] METHOD FOR DEVELOPING APPLICATION BASED ON SCRIPT [0002]

본 발명은 스크립트 기반의 어플리케이션 개발방법에 관한 것으로, 개발자가 어플리케이션을 개발할 때에 어플리케이션에 실제 사용되는 상수, 변수 및 함수만을 라이브러리에서 선택적으로 추출하여 배포패키지에 포함되도록 하는 스크립트 기반 어플리케이션 개발 방법에 관한 것이다. The present invention relates to a script-based application development method, and more particularly, to a script-based application development method in which only constants, variables, and functions actually used in an application are extracted from a library and included in a distribution package when a developer develops an application .

기본 스크립트 기반의 어플리케이션 개발환경에서는 개발된 어플리케이션에서 실제 사용하지 않는 상수, 변수 및 함수가 포함된 라이브러리를 포함하여 클라이언트에게 배포되는 배포패키지가 생성된다.In a basic script-based application development environment, a distribution package to be distributed to a client is created including a library including constants, variables, and functions that are not actually used in the developed application.

이와 같이, 어플리케이션에서 실제 사용되지 않는 상수, 변수 및 함수까지 배포패키지에 포함되기 때문에 배포패키지의 파일 크기가 커지고, 이로 인하여 배포 패키지의 다운로드 시간이 길어지게 된다. 또한 클라이언트 엔진이 해석하는 스크립트의 양이 많아지기 때문에 어플리케이션을 실행할 때 메모리의 로드가 많아지고 실행 속도가 저하된다. As such, constants, variables, and functions that are not actually used in the application are included in the distribution package, which increases the file size of the distribution package, thereby increasing the download time of the distribution package. Also, since the amount of script that the client engine interprets increases, the load of memory increases and the execution speed decreases when the application is executed.

본 발명은 어플리케이션의 실행 시에 실제 사용되는 상수, 변수 및 함수만을 선택적으로 배포패키지에 포함시켜 배포패키지를 생성할 수 있는 스크립트 기반의 어플리케이션 개발 방법을 제공하는 것을 목적으로 한다. It is an object of the present invention to provide a script-based application development method capable of selectively generating a distribution package by selectively including constants, variables, and functions actually used at the time of execution of an application in a distribution package.

상기 과제를 해결하기 위한 본 발명의 일 실시예에 따른 스크립트 기반의 어플리케이션 개발방법은 스크립트 기반 어플리케이션 개발툴을 이용하여 어플리케이션의 개발 시, 상기 어플리케이션 개발툴의 참조정보관리부가 상기 어플리케이션의 실행 시에 사용되는 상수, 변수 및 함수에 관한 제1 참조정보를 메모리부에 기록하는 단계, 상기 참조정보관리부가 상기 제1 참조정보를 기초로 상기 어플리케이션이 참조하는 라이브러리 상의 상수, 변수 및 함수에 관한 제2 참조정보를 상기 메모리부에 기록하는 단계, 상기 개발툴의 배포패키지생성부가 클라이언트에서 실행될 상기 어플리케이션 배포패키지의 생성시에 상기 제 1 및 제2 참조정보를 이용하여 상기 상수, 변수 및 함수에 관련된 정보만을 상기 라이브러리에서 추출하여 배포패키지를 생성하는 단계를 포함한다. According to an aspect of the present invention, there is provided a script-based application development method for use in a script-based application development tool, the application development tool comprising: A second reference to a constant, a variable and a function on a library referenced by the application on the basis of the first reference information; And storing the information related to the constant, the variable, and the function using the first and second reference information at the time of generating the application distribution package to be executed in the client, Extract from the library to create a distribution package Includes steps.

상기 배포패키지의 생성 시에 상기 어플리케이션의 실행 시에 사용되지 않는 상수, 변수 및 함수에 관한 정보는 상기 라이브러리로부터 추출되지 않고 배제될 수 있다. Information on constants, variables, and functions that are not used at the time of execution of the application at the time of creation of the distribution package can be excluded from the library without being extracted.

상기 방법을 수행하기 위한 프로그램은 컴퓨터에서 판독 가능한 기록매체에 저장될 수 있다.The program for carrying out the above method can be stored in a computer-readable recording medium.

본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법에 의하면, 실제 어플리케이션의 실행에 사용하는 상수, 변수 및 함수만을 선택적으로 라이브러리에서 추출하여 배포패키지에 포함시킴으로써, 클라이언트에서 다운로드하는 파일의 크기를 획기적으로 줄일 수 있으며, 또한 클라이언트 엔진이 해석하는 스크립트의 양을 줄임으로써 메모리 효율 및 어플리케이션 실행속도를 향상시킬 수 있다. According to the script-based application development method according to the embodiment of the present invention, only the constants, variables, and functions used for executing the actual application are selectively extracted from the library and included in the distribution package, , And the memory efficiency and application execution speed can be improved by reducing the amount of script that the client engine interprets.

도 1은 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법을 수행하기 위한 어플리케이션 개발툴의 구성도이다.
도 2는 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법의 순서도이다.
1 is a configuration diagram of an application development tool for performing a script-based application development method according to an embodiment of the present invention.
2 is a flowchart of a script-based application development method according to an embodiment of the present invention.

본 발명의 목적 및 효과, 그리고 그것들을 달성하기 위한 기술적 구성들은 첨부되는 도면과 함께 상세하게 뒤에 설명이 되는 실시 예들을 참조하면 명확해질 것이다. 본 발명을 설명함에 있어서 공지 기능 또는 구성에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐를 수 있다고 판단되는 경우에는 그 상세한 설명을 생략할 것이다. 그리고 뒤에 설명되는 용어들은 본 발명에서의 구조, 역할 및 기능 등을 고려하여 정의된 용어들로서 이는 사용자, 운용자의 의도 또는 관례 등에 따라 달라질 수 있다.BRIEF DESCRIPTION OF THE DRAWINGS The above and other objects, features and advantages of the present invention will be more apparent from the following detailed description taken in conjunction with the accompanying drawings, in which: FIG. In the following description of the present invention, a detailed description of known functions and configurations incorporated herein will be omitted when it may make the subject matter of the present invention rather unnecessary. The terms described below are defined in consideration of the structure, role and function of the present invention, and may be changed according to the intention of the user, the intention of the operator, or the custom.

그러나 본 발명은 이하에서 개시되는 실시 예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있다. 단지 본 실시 예들은 본 발명의 개시가 완전하도록 하고, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 오로지 특허청구범위에 기재된 청구항의 범주에 의하여 정의될 뿐이다. 그러므로 그 정의는 본 명세서 전반에 걸친 내용을 토대로 내려져야 할 것이다.The present invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. These embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art to which the present invention pertains, It is only defined by the scope of the claims. Therefore, the definition should be based on the contents throughout this specification.

명세서 전체에서, 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다.Throughout the specification, when an element is referred to as "comprising ", it means that it can include other elements as well, without excluding other elements unless specifically stated otherwise.

이하에서는 첨부한 도면을 참조하며, 본 발명의 바람직한 실시예들을 보다 상세하게 설명하기로 한다. Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings.

한편, 본 발명의 실시 예에 있어서, 각 구성요소들, 기능 블록들 또는 수단들은 하나 또는 그 이상의 하부 구성요소로 구성될 수 있으며, 각 구성요소들이 수행하는 전기, 전자, 기계적 기능들은 전자회로, 집적회로, ASIC(Application Specific Integrated Circuit) 등 공지된 다양한 소자들 또는 기계적 요소들로 구현될 수 있으며, 각각 별개로 구현되거나 2 이상이 하나로 통합되어 구현될 수도 있다.In the exemplary embodiment of the present invention, each component, function block or means may be composed of one or more sub-components, and the electrical, electronic, and mechanical functions performed by the components may be electronic circuits, An integrated circuit, an ASIC (Application Specific Integrated Circuit), or the like, or may be implemented separately or two or more may be integrated into one.

또한 첨부된 블록도의 각 블록과 흐름도의 각 단계의 조합들은 컴퓨터 프로그램 인스트럭션들에 의해 수행될 수도 있다. 이들 컴퓨터 프로그램 인스트럭션들은 범용 컴퓨터, 특수용 컴퓨터, 휴대용 노트북 컴퓨터, 네트워크 컴퓨터 등 기타 프로그램 가능한 데이터 프로세싱 장비의 프로세서에 탑재될 수 있으므로, 컴퓨터 장치 또는 기타 프로그램 가능한 데이터 프로세싱 장비의 프로세서를 통해 수행되는 그 인스트럭션들이 아래에서 설명할 블록도의 각 블록 또는 흐름도의 각 단계에서 설명된 기능들을 수행하는 수단을 생성하게 된다. 이들 컴퓨터 프로그램 인스트럭션들은 특정 방식으로 기능을 구현하기 위해 컴퓨터 장치 또는 기타 프로그램 가능한 데이터 프로세싱 장비를 지향할 수 있는 컴퓨터 장치에 이용 가능한 메모리 또는 컴퓨터 판독 가능 메모리에 저장되는 것도 가능하므로, 블록도의 각 블록 또는 흐름도 각 단계에서 설명된 기능을 수행하는 인스트럭션 수단을 내포하는 제조물을 생산하는 것도 가능하다. 컴퓨터 프로그램 인스트럭션들은 컴퓨터 장치 또는 기타 프로그램 가능한 데이터 프로세싱 장비 상에 탑재되는 것도 가능하므로, 컴퓨터 장치 또는 기타 프로그램 가능한 데이터 프로세싱 장비 상에서 일련의 동작 단계들이 수행되기 위한 프로세스를 생성하여 블록도의 각 블록 및 흐름도의 각 단계에서 설명된 기능들을 실행하기 위한 단계들을 제공하는 것도 가능하다.Also, each block of the accompanying block diagrams and combinations of the steps of the flowcharts may be performed by computer program instructions. These computer program instructions may be loaded into a processor of a general purpose computer, a special purpose computer, a portable notebook computer, a network computer, or other programmable data processing apparatus, so that the instructions, which are executed through a processor of a computer device or other programmable data processing apparatus, A block diagram of the block diagram to be described below, or means for performing the functions described in each step of the flowchart. These computer program instructions may also be stored in a memory or computer readable memory available to a computer device capable of directing a computer device or other programmable data processing equipment to implement the functionality in a particular manner, It is also possible to produce products containing instruction means for performing the functions described in the respective steps of the flowcharts. It will be appreciated that computer program instructions may be loaded onto a computer device or other programmable data processing equipment so that a process for performing a series of operating steps on a computer device or other programmable data processing equipment may be created to determine each block and flowchart of the block diagram It is also possible to provide steps for executing the functions described in each step of Fig.

또한, 각 블록 또는 각 단계는 특정된 논리적 기능(들)을 실행하기 위한 하나 이상의 실행 가능한 인스트럭션들을 포함하는 모듈, 세그먼트 또는 코드의 일부를 나타낼 수 있다. 또, 몇 가지 대체 실시예들에서는 블록들 또는 단계들에서 언급된 기능들이 순서를 벗어나서 발생하는 것도 가능함을 주목해야 한다. 예컨대, 잇달아 도시되어 있는 두 개의 블록들 또는 단계들은 사실 실질적으로 동시에 수행되는 것도 가능하고 또는 그 블록들 또는 단계들이 때때로 해당하는 기능에 따라 역순으로 수행되는 것도 가능하다.Also, each block or each step may represent a module, segment, or portion of code that includes one or more executable instructions for executing the specified logical function (s). It should also be noted that in some alternative embodiments, the functions mentioned in the blocks or steps may occur out of order. For example, two blocks or steps shown in succession may in fact be performed substantially concurrently, or the blocks or steps may sometimes be performed in reverse order according to the corresponding function.

본 발명의 실시예에 있어서, 배포패키지는 클라이언트가 어플리케이션 실행을 위해 다운로드 받게 될 어플리케이션 구성파일의 모음을 의미한다.In an embodiment of the present invention, the distribution package means a collection of application configuration files to be downloaded by the client for application execution.

이하에서는 도면을 참고하여 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법에 대해서 설명하기로 한다.Hereinafter, a script-based application development method according to an embodiment of the present invention will be described with reference to the drawings.

도 1은 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법을 수행하기 위한 어플리케이션 개발툴의 구성도이고, 도 2는 본 발명의 실시예에 따른 스크립트 기반의 어플리케이션 개발방법의 순서도이다.FIG. 1 is a configuration diagram of an application development tool for performing a script-based application development method according to an embodiment of the present invention, and FIG. 2 is a flowchart of a script-based application development method according to an embodiment of the present invention.

상기 어플리케이션 개발툴(100)은 사용자인터페이스부(110), 소스코드편집부(120), 참조정보관리부(130), 메모리부(140), 배포패키지생성부(150) 및 라이브러리(160)를 포함한다. The application development tool 100 includes a user interface unit 110, a source code editing unit 120, a reference information managing unit 130, a memory unit 140, a distribution package generating unit 150, and a library 160 .

상기 사용자인터페이스부(110)는 개발자가 어플리케이션 개발 시에 소스코드와 메뉴 등을 입력하기 위한 기능을 제공하며, 소스코드편집부(120)는 개발자가 소스코드를 작성하고 편집할 수 있는 기능을 제공한다. 메모리부(130)는 각종 데이터를 저장하는 기능을 수행한다. 라이브러리(160)는 어플리케이션 개발에 필요한 각종 상수, 변수 및 함수 정보를 포함한다. The user interface unit 110 provides a function for a developer to input source codes and menus at the time of application development, and the source code editing unit 120 provides a function for the developer to write and edit the source code . The memory unit 130 stores various data. The library 160 includes various constants, variables, and function information necessary for application development.

개발자는 어플리케이션을 개발하기 위하여 상기 어플리케이션 개발툴(100)을 실행하고, 사용자인터페이스부(110)와 소스코드편집부(120)를 이용하여 어플리케이션 개발을 위한 소스코드 등을 편집한다. The developer executes the application development tool 100 to develop an application and edits the source code for application development using the user interface unit 110 and the source code editor 120. [

이때, 어플리케이션 개발툴의 참조정보관리부(130)은 개발자에 의해 작성되는 코드를 분석하여 상기 어플리케이션의 실행 시에 사용되는 상수, 변수 및 함수에 관한 제1 참조정보를 메모리부에 저장한다(S100).At this time, the reference information management unit 130 of the application development tool analyzes the code created by the developer and stores the first reference information on constants, variables, and functions used in executing the application in the memory unit (S100) .

상기 참조정보관리부(130)는 상기 제1 참조정보를 기초로 상기 어플리케이션이 참조하는 라이브러리(160) 상의 상수, 변수 및 함수에 관한 제2 참조정보를 상기 메모리부에 저장한다(S200).The reference information management unit 130 stores second reference information on constants, variables and functions on the library 160 referenced by the application on the basis of the first reference information (S200).

또한, 상기 배포패키지생성부(150)가 클라이언트에서 실행될 상기 어플리케이션 배포패키지의 생성시에 상기 제1 및 제2 참조정보를 이용하여 상기 상수, 변수 및 함수에 관련된 정보만을 상기 라이브러리에서 추출하여 배포패키지를 생성한다(S300). 상기 배포패키지가 생성될 때에, 상기 어플리케이션의 실행 시에 사용되지 않는 상수, 변수 및 함수에 관한 정보는 상기 라이브러리로부터 추출되지 않고 배제된다. In addition, when generating the application distribution package to be executed in the client, the distribution package generation unit 150 extracts only the information related to the constant, the variable and the function from the library using the first and second reference information, (S300). When the distribution package is created, information on constants, variables, and functions that are not used at the time of execution of the application is not extracted from the library and is excluded.

이와 같이 실제 어플리케이션의 실행에 사용하는 상수, 변수 및 함수만을 선택적으로 라이브러리에서 추출하여 배포패키지에 포함시킴으로써, 클라이언트에서 다운로드하는 파일의 크기를 획기적으로 줄일 수 있으며, 또한 클라이언트 엔진이 해석하는 스크립트의 양을 줄임으로써 메모리 효율 및 실행속도가 향상된다. By selectively extracting constants, variables, and functions used in actual application execution from the library and including them in the distribution package, the size of the file downloaded from the client can be drastically reduced, and the amount of the script interpreted by the client engine Thereby improving memory efficiency and execution speed.

본 발명에 따른 방법은 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현하는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 시스템에 의하여 읽혀질 수 있는 데이터가 저장되는 모든 종류의 기록장치를 포함한다. 기록매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광데이터 저장장치 등이 있으며, 또한 캐리어 웨이브(예를 들어 인터넷을 통한 전송)의 형태로 구현되는 것도 포함한다. 또한 컴퓨터가 읽을 수 있는 기록매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장되고 실행될 수 있다. The method according to the present invention can be implemented as a computer-readable code on a computer-readable recording medium. 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 the recording medium include a ROM, a RAM, a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like, and a carrier wave (for example, transmission via the Internet). The computer-readable recording medium may also be distributed over a networked computer system so that computer readable code can be stored and executed in a distributed manner.

본 명세서와 도면에는 본 발명의 바람직한 실시예에 대하여 개시하였으며, 비록 특정 용어들이 사용되었으나, 이는 단지 본 발명의 기술 내용을 쉽게 설명하고 발명의 이해를 돕기 위한 일반적인 의미에서 사용된 것이지, 본 발명의 범위를 한정하고자 하는 것은 아니다. 여기에 개시된 실시예 외에도 본 발명의 기술적 사상에 바탕을 둔 다른 변형예들이 실시 가능하다는 것은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에게 자명한 것이다.Although the present invention has been described with reference to preferred embodiments thereof, it is to be understood that the invention is not limited to the disclosed embodiments, but, on the contrary, It is not intended to limit the scope. It is to be understood by those skilled in the art that other modifications based on the technical idea of the present invention are possible in addition to the embodiments disclosed herein.

100: 어플리케이션 개발툴 110:사용자인터페이스부
120: 소스코드편집부 130: 참조정보관리부
140: 메모리부 150: 배포패키지생성부
160: 라이브러리
100: Application Development Tool 110: User Interface Unit
120: source code editor 130: reference information manager
140: memory unit 150: distribution package creation unit
160: Library

Claims (3)

스크립트 기반 어플리케이션 개발툴을 이용하여 어플리케이션의 개발 시, 상기 어플리케이션 개발툴의 참조정보관리부가 상기 어플리케이션의 실행 시에 사용되는 상수, 변수 및 함수에 관한 제1 참조정보를 메모리부에 기록하는 단계;
상기 참조정보관리부가 상기 제1 참조정보를 기초로 상기 어플리케이션이 참조하는 라이브러리 상의 상수, 변수 및 함수에 관한 제2 참조정보를 상기 메모리부에 기록하는 단계;
상기 개발툴의 배포패키지생성부가 클라이언트에서 실행될 상기 어플리케이션 배포패키지의 생성시에 상기 제 1 및 제2 참조정보를 이용하여 상기 상수, 변수 및 함수에 관련된 정보만을 상기 라이브러리에서 추출하여 배포패키지를 생성하는 단계를 포함하는,
스크립트 기반의 어플리케이션 개발 방법.
When the application is developed using a script-based application development tool, the reference information management unit of the application development tool records first reference information on constants, variables and functions used in execution of the application in the memory unit;
Recording the second reference information on constants, variables, and functions on the library referenced by the application in the memory unit based on the first reference information;
When generating the application distribution package to be executed in the client, the distribution package generation unit of the development tool extracts only the information related to the constant, the variable and the function from the library using the first and second reference information to generate the distribution package ≪ / RTI >
Script-based application development method.
제1항에 있어서,
상기 배포패키지의 생성 시에 상기 어플리케이션의 실행 시에 사용되지 않는 상수, 변수 및 함수에 관한 정보는 상기 라이브러리로부터 추출되지 않고 배제되는,
스크립트 기반의 어플리케이션 개발 방법.
The method according to claim 1,
Information about constants, variables and functions not used at the time of execution of the application at the time of creation of the distribution package is not extracted from the library,
Script-based application development method.
제1항 및 제2항 중 어느 한 항에 있어서, 상기 방법을 수행하기 위한 프로그램을 저장한 컴퓨터에서 판독 가능한 기록매체.





The computer-readable recording medium according to any one of claims 1 and 2, which stores a program for performing the method.





KR1020160043416A 2016-04-08 2016-04-08 Method for developing application based on script KR20170115784A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020160043416A KR20170115784A (en) 2016-04-08 2016-04-08 Method for developing application based on script
PCT/KR2017/003814 WO2017176086A1 (en) 2016-04-08 2017-04-07 Script-based application development method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160043416A KR20170115784A (en) 2016-04-08 2016-04-08 Method for developing application based on script

Publications (1)

Publication Number Publication Date
KR20170115784A true KR20170115784A (en) 2017-10-18

Family

ID=60000610

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160043416A KR20170115784A (en) 2016-04-08 2016-04-08 Method for developing application based on script

Country Status (2)

Country Link
KR (1) KR20170115784A (en)
WO (1) WO2017176086A1 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000020298A (en) * 1998-06-29 2000-01-21 Hitachi Ltd Software development supporting device
WO2008112174A1 (en) * 2007-03-09 2008-09-18 Objective Interface Systems, Inc. Optimized code generation through elimination of unused virtual functions
JP5115160B2 (en) * 2007-11-27 2013-01-09 富士電機株式会社 Program development support apparatus, program development support method, and program development support program
JP5188421B2 (en) * 2009-02-27 2013-04-24 株式会社日立製作所 Source code analysis method and source code analysis support system
KR101479516B1 (en) * 2014-03-05 2015-01-07 소프트포럼 주식회사 Source code security weakness detection apparatus and method

Also Published As

Publication number Publication date
WO2017176086A1 (en) 2017-10-12

Similar Documents

Publication Publication Date Title
US9934270B2 (en) Source code search engine
US20090319239A1 (en) Topology modeling application that handles abstract entities through the realization of conceptual objects
US9424006B2 (en) Execution optimization of mobile applications
US20180189035A1 (en) Application development tool using graphic objects to bind object sets of different distinct divisions of a design pattern
US9934132B2 (en) Determining code coverage of an application by test(S)
CN107015903B (en) Interface test program generation method and device and electronic equipment
CN113805882A (en) Method and device for developing application program, electronic equipment and storage medium
US8473933B2 (en) Refactoring call sites
US10241759B2 (en) Detecting open source components built into mobile applications
CN113778445A (en) Cross-platform component generation method and device, electronic equipment and storage medium
CN109388568B (en) Code testing method and device
US20200379956A1 (en) Version control of electronic files defining a model of a system or component of a system
CN112596706A (en) Patterned code generation method, device and computer readable storage medium
CN111858359B (en) Method and device for acquiring engineering code position of executable file
KR20170115784A (en) Method for developing application based on script
KR20190059701A (en) Method and apparatus for generating DEVS based simulation model and code
JPWO2020105156A1 (en) Scenario generator, scenario generator and scenario generator
US10146529B2 (en) Monitoring rules declaration and automatic configuration of the monitoring rules
White et al. Datadeps. jl: Repeatable data setup for replicable data science
CN114391133A (en) System and method for GUI development and deployment in real-time systems
JP6818568B2 (en) Communication device, communication specification difference extraction method and communication specification difference extraction program
US20140372982A1 (en) Standardization of variable names in an integrated development environment
US9858047B2 (en) Generating comprehensive symbol tables for source code files
KR101673151B1 (en) Method and Apparatus for Analyzing Relationship Change of Program Source and DB Schema
KR102258275B1 (en) Business asset management system

Legal Events

Date Code Title Description
E601 Decision to refuse application
WITB Written withdrawal of application