KR20130058805A - Method of providing application and apparatus for the same - Google Patents

Method of providing application and apparatus for the same Download PDF

Info

Publication number
KR20130058805A
KR20130058805A KR1020110124748A KR20110124748A KR20130058805A KR 20130058805 A KR20130058805 A KR 20130058805A KR 1020110124748 A KR1020110124748 A KR 1020110124748A KR 20110124748 A KR20110124748 A KR 20110124748A KR 20130058805 A KR20130058805 A KR 20130058805A
Authority
KR
South Korea
Prior art keywords
application
information
keyword
application information
language
Prior art date
Application number
KR1020110124748A
Other languages
Korean (ko)
Other versions
KR101865931B1 (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 KR1020110124748A priority Critical patent/KR101865931B1/en
Publication of KR20130058805A publication Critical patent/KR20130058805A/en
Application granted granted Critical
Publication of KR101865931B1 publication Critical patent/KR101865931B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • 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
    • G06F9/451Execution arrangements for user interfaces

Abstract

PURPOSE: An application providing method and an execution device are provided to extract application information corresponding to a keyword from a database and supply the application information to a terminal, thereby performing an application search suitable for a demand of a user. CONSTITUTION: An application information storage unit(130) stores application information. A keyword extraction unit(110) extracts a first keyword for a markup language and a second keyword for a script program language in a source program of applications. An indexing unit(150) extracts application information corresponding to the first keyword and the second keyword from the application information storage unit. The indexing unit stores the application information in a database used for a search of the application information corresponding to the application information to the first keyword and the second keyword. When search information for an application search is received, a search unit(170) extracts an application corresponding to the search information from the database. [Reference numerals] (10) Application providing unit; (110) Keyword extraction unit; (130) Application information storage unit; (150) Indexing unit; (170) Interface construction and search unit; (20) User terminal

Description

애플리케이션 제공 방법 및 이를 실행하는 장치{METHOD OF PROVIDING APPLICATION AND APPARATUS FOR THE SAME}How to provide an application and the device that runs it {METHOD OF PROVIDING APPLICATION AND APPARATUS FOR THE SAME}

본 발명은 애플리케이션 제공에 관한 것으로, 더욱 상세하게는 웹 애플리케이션을 제공하는 방법 및 이를 실행하는 장치에 관한 것이다.The present invention relates to application provision, and more particularly, to a method for providing a web application and an apparatus for executing the same.

최근 스마트폰의 확산으로 모바일 애플리케이션 및 모바일 웹 개발에 대한 기업들의 요구가 크게 증가하고 있다. 일반적으로, 모바일 애플리케이션은 모바일 플랫폼 기반의 네이티브(Native) 애플리케이션과 웹 브라우저 기반의 웹 애플리케이션으로 구분된다.The recent proliferation of smartphones has greatly increased the demands of companies for mobile application and mobile web development. In general, a mobile application is divided into a mobile platform-based native application and a web browser-based web application.

네이티브 애플리케이션은 디바이스 운영체제가 제공하는 네이티브 API(Application Programming Interface)를 기반으로 제작되며 디바이스 운영체제에 직접 설치되는 형태의 애플리케이션을 의미한다. 네이티브 애플리케이션은 컴파일이 완료된 상태로 디바이스 플랫폼에 최적화되어 구동된다. A native application is an application that is produced based on a native application programming interface (API) provided by a device operating system and installed directly on the device operating system. Native applications run optimized for the device platform with their compilations complete.

이러한 네이티브 애플리케이션은 디바이스에 종속되어 있기 때문에 사용자는 단말에 설치된 다양한 형태의 애플리케이션 스토어에 접속하고, 애플리케이션 스토어에서 검색할 애플리케이션의 검색어를 입력하여 애플리케이션을 검색할 수 있다. 예를 들어, 사용자가 위치 안내 애플리케이션을 검색하고자 할 경우 디바이스에 설치된 다양한 형태의 애플리케이션 스토어 접속하고, 접속한 애플리케이션 스토어에서 키워드로 "위치" 또는 애플리케이션 이름을 입력하여 애플리케이션을 검색할 수 있다.Since the native application is device dependent, the user may access various types of application stores installed in the terminal and search for an application by inputting a search word of an application to be searched in the application store. For example, when a user wants to search for a location guide application, the user may access various types of application stores installed in the device, and search for an application by inputting "location" or application name as a keyword in the connected application store.

웹 애플리케이션은 웹 표준 기술인 HTML(Hyper Text Markup Language), CSS(Cascading Style Sheets), 자바 스크립트(JavaScript)를 기반으로 제작되며, 사파리(Safari) 브라우저, 오페라(Opera) 브라우저, IE(Internet Explorer) Mobile 브라우저 등의 모바일 웹 브라우저를 통해 구동되는 웹 기반 애플리케이션을 의미한다. Web applications are based on the web standard technologies Hyper Text Markup Language (HTML), Cascading Style Sheets (CSS), and JavaScript (JavaScript). Safari, Opera, Internet Explorer, and IE Mobile A web-based application that runs through a mobile web browser, such as a browser.

이러한 웹 애플리케이션은 모든 애플리케이션 리소스가 외부 웹 서버에 존재한다. 이에 따라, 단말이 웹 애플리케이션을 실행하면, 모바일 웹 브라우저의 URL(Uniform Resource Locator)을 통해 웹 서버에 저장된 애플리케이션이 호출된다. 그 후, 단말은 HTTP(Hypertext Transfer Protocol)를 통해 웹 페이지를 웹 서버로부터 제공받을 수 있다.In such a web application, all application resources reside on an external web server. Accordingly, when the terminal executes the web application, the application stored in the web server is called through the Uniform Resource Locator (URL) of the mobile web browser. Thereafter, the terminal may receive a web page from a web server through HTTP (Hypertext Transfer Protocol).

따라서, 웹 애플리케이션은 웹 표준 기술인 HTML, CSS, 자바 스크립트를 기반으로 제작되기 때문에 모바일 웹 브라우저가 존재하는 모든 디바이스에서 구동된다는 장점이 있다. Therefore, the web application is built on the web standard technologies HTML, CSS, JavaScript, so there is an advantage that the mobile web browser runs on any device that exists.

하지만, 사용자가 이러한 웹 애플리케이션을 검색하고자 할 경우 웹 브라우저를 통해서만 접근해야 한다는 단점이 있다. 또한, 웹 애플리케이션은 모바일 웹 브라우저의 URL을 통해 호출되기 때문에, 사용자가 웹 애플리케이션을 검색하기 위한 키워드로 애플리케이션 이름을 입력하면 애플리케이션을 호출할 수 없다는 문제점이 있다.However, when a user wants to search such a web application, the user has to access it through a web browser. In addition, since the web application is called through the URL of the mobile web browser, there is a problem that if the user enters the application name as a keyword for searching the web application, the application cannot be called.

상기와 같은 문제점을 해결하기 위한 본 발명의 목적은, 사용자 단말로부터 수신된 키워드에 대응하는 애플리케이션을 검색하여 제공하는 애플리케이션 제공 방법을 제공하는 데 있다.An object of the present invention for solving the above problems is to provide an application providing method for searching for and providing an application corresponding to a keyword received from a user terminal.

상기와 같은 문제점을 해결하기 위한 본 발명의 다른 목적은, 사용자 단말로부터 수신된 키워드에 대응하는 애플리케이션을 검색하여 제공하는 애플리케이션 제공 장치를 제공하는 데 있다.Another object of the present invention for solving the above problems is to provide an application providing apparatus that searches for and provides an application corresponding to a keyword received from a user terminal.

상기한 본 발명의 목적을 달성하기 위한 본 발명의 일 실시예에 따른 애플리케이션 제공 방법은, 복수의 애플리케이션의 소스 프로그램에서 마크업 언어에 대한 제 1 키워드와 스크립트 프로그램 언어에 대한 제 2 키워드를 추출하는 단계 및 애플리케이션 정보를 저장하는 애플리케이션 정보 저장 테이블에서 상기 제 1 및 제 2 키워드에 대응하는 애플리케이션 정보를 각각 추출하고, 상기 각각 추출한 애플리케이션 정보를 상기 제 1 및 제 2 키워드와 대응시켜 애플리케이션 정보 검색에 사용되는 데이터베이스에 저장하는 단계를 함한다.Application providing method according to an embodiment of the present invention for achieving the above object of the present invention, extracting a first keyword for the markup language and a second keyword for the script program language from a source program of a plurality of applications Extracting application information corresponding to the first and second keywords, respectively, from an application information storage table storing step and application information, and using the extracted application information to correspond to the first and second keywords to retrieve application information. Storage in the database.

여기서, 애플리케이션 제공 방법은 애플리케이션 검색을 위한 검색 정보를 수신하면, 상기 데이터베이스에서 상기 검색 정보에 상응하는 애플리케이션 정보를 추출하는 단계를 더 포함할 수 있다.The application providing method may further include extracting application information corresponding to the search information from the database when receiving the search information for application search.

여기서, 애플리케이션 제공 방법은 상기 애플리케이션 정보를 이용하여 사용자 단말에 표시될 인터페이스 화면을 구성하는 단계를 더 포함할 수 있다.Here, the method of providing an application may further include configuring an interface screen to be displayed on a user terminal by using the application information.

여기서, 상기 데이터베이스에 저장하는 단계는 상기 애플리케이션 정보 저장 테이블에 상기 제 1 키워드 또는 제 2 키워드에 대응하는 애플리케이션 정보가 존재하지 않을 경우, 상기 존재하지 않는 키워드를 상기 애플리케이션 정보 저장 테이블에 업데이트할 수 있다.Here, in the storing in the database, when there is no application information corresponding to the first keyword or the second keyword in the application information storage table, the non-existent keyword may be updated in the application information storage table. .

여기서, 상기 애플리케이션 정보 테이블은 메소드 맵핑 정보, 애플리케이션의 위치 정보 및 애플리케이션의 정보 중 적어도 하나를 포함할 수 있다.The application information table may include at least one of method mapping information, application location information, and application information.

여기서, 상기 검색 정보는 애플리케이션의 키워드 정보, 애플리케이션의 소스 프로그램에서 사용된 메소드들 중 애플리케이션을 식별할 수 있는 메소드 정보 또는 복수의 메소드의 상위 개념인 인터페이스 정보 중 적어도 하나일 수 있다.The search information may be at least one of keyword information of an application, method information for identifying an application among methods used in a source program of the application, or interface information that is a higher concept of a plurality of methods.

여기서, 상기 마크업 언어는 SGML(Standard Generalized Markup Language), HTML(HyperText Markup Language) 또는 XML(Extensible Markup Language) 중 어느 하나일 수 있다.The markup language may be any one of Standard Generalized Markup Language (SGML), HyperText Markup Language (HTML), or Extensible Markup Language (XML).

여기서, 상기 스크립트 언어는 ASP(Active Server Pages), PHP(Personal Hypertext Preprocessor) 또는 자바 스크립트 중 어느 하나일 수 있다.The scripting language may be any one of Active Server Pages (ASP), Personal Hypertext Preprocessor (PHP), or Javascript.

상기한 본 발명의 다른 목적을 달성하기 위한 본 발명의 일 실시예에 따른 애플리케이션 제공 장치는, 애플리케이션 정보를 저장하는 애플리케이션 정보 저장부, 복수의 애플리케이션의 소스 프로그램에서 마크업 언어에 대한 제 1 키워드와 스크립트 프로그램 언어에 대한 제 2 키워드를 추출하는 키워드 추출부 및 상기 애플리케이션 정보 저장부에서 상기 제 1 및 제 2 키워드에 대응하는 애플리케이션 정보를 각각 추출하고, 상기 추출한 각각의 애플리케이션 정보를 상기 제 1 및 제 2 키워드와 대응시켜 애플리케이션 정보 검색에 사용되는 데이터베이스에 저장하는 인덱싱부를 포함한다.Application providing apparatus according to an embodiment of the present invention for achieving another object of the present invention, the application information storage unit for storing the application information, and the first keyword for the markup language in the source program of a plurality of applications; The application information corresponding to the first and second keywords is extracted from a keyword extraction unit and the application information storage unit, respectively, extracting a second keyword for a script program language, and the extracted application information is extracted from the first and second applications. 2 includes an indexing unit corresponding to the keyword and stored in a database used for retrieving application information.

여기서, 상기 애플리케이션 제공 장치는 사용자 단말로부터 애플리케이션 검색을 위한 검색 정보를 수신하면, 상기 데이터베이스에서 상기 검색 정보에 상응하는 애플리케이션을 추출하는 검색부를 더 포함할 수 있다.Here, the application providing apparatus may further include a search unit for extracting an application corresponding to the search information from the database when receiving the search information for the application search from the user terminal.

여기서, 검색 정보는 애플리케이션의 키워드 정보, 애플리케이션의 소스 프로그램에서 사용된 메소드들 중 애플리케이션을 식별할 수 있는 메소드 정보 또는 복수의 메소드의 상위 개념인 인터페이스 정보중 적어도 하나일 수 있다.Here, the search information may be at least one of keyword information of an application, method information for identifying an application among methods used in a source program of the application, or interface information that is a higher concept of a plurality of methods.

여기서, 상기 애플리케이션 제공 장치는 상기 애플리케이션 정보를 이용하여 사용자 단말에 표시될 인터페이스 화면을 구성하는 인터페이스 구성부를 더 포함할 수 있다.Here, the application providing apparatus may further include an interface configuration unit constituting an interface screen to be displayed on the user terminal using the application information.

여기서, 상기 키워드 추출부는 상기 애플리케이션 정보 저장부에 상기 제 1 키워드 또는 제 2 키워드가 존재하지 않을 경우, 상기 존재하지 않는 키워드를 상기 애플리케이션 정보 저장부에 업데이트할 수 있다.Here, when the first keyword or the second keyword does not exist in the application information storage, the keyword extractor may update the non-existent keyword in the application information storage.

여기서, 상기 애플리케이션 정보 저장부는 메소드 맵핑 정보, 애플리케이션의 위치 정보 및 애플리케이션의 정보 중 적어도 하나를 포함할 수 있다.The application information storage unit may include at least one of method mapping information, application location information, and application information.

상기한 본 발명의 또 다른 목적을 달성하기 위한 본 발명의 일 실시예에 따른 애플리케이션 크롤링 방법은, 복수의 애플리케이션의 소스 프로그램에서 제 1 프로그램 언어에 해당하는 소스 코드와 제 2 프로그램 언어 해당하는 소스 코드를 추출하는 단계, 상기 제 1 프로그램 언어에 해당하는 소스 코드에서 제 1 키워드를 추출하는 단계 및 상기 제 2 프로그램 언어에 해당하는 소스 코드에서 제 2 키워드를 추출하는 단계를 포함한다.Application crawling method according to an embodiment of the present invention for achieving another object of the present invention, source code corresponding to the first program language and source code corresponding to the second program language in a source program of a plurality of applications And extracting the first keyword from the source code corresponding to the first program language and extracting the second keyword from the source code corresponding to the second program language.

여기서, 상기 제 1 프로그램 언어는 태그를 이용하여 데이터의 구조를 정의하는 언어일 수 있다.Here, the first program language may be a language that defines a structure of data using a tag.

여기서, 상기 제 1 프로그램 언어는 SGML(Standard Generalized Markup Language), HTML(HyperText Markup Language) 또는 XML(Extensible Markup Language) 중 어느 하나일 수 있다.The first programming language may be any one of Standard Generalized Markup Language (SGML), HyperText Markup Language (HTML), or Extensible Markup Language (XML).

여기서, 상기 제 2 프로그램 언어는 상기 프로그램 소스를 컴파일하지 않고도 프로그램을 실행할 수 있는 프로그래밍 언어일 수 있다.Here, the second program language may be a programming language that can execute a program without compiling the program source.

여기서, 상기 제 2 프로그램 언어는 ASP(Active Server Pages), PHP(Personal Hypertext Preprocessor) 또는 자바 스크립트 중 어느 하나일 수 있다.The second program language may be any one of Active Server Pages (ASP), Personal Hypertext Preprocessor (PHP), or Javascript.

상술한 바와 같은 애플리케이션 제공 방법 및 이를 실행하는 장치에 따르면, 애플리케이션 제공 장치는 복수의 애플리케이션에서 마크업 언어에 대한 제 1 키워드와 스크립트 프로그램 언어에 대한 제 2 키워드를 추출하고, 애플리케이션 정보 제공 테이블에서 제 1 및 제 2 키워드에 대응하는 애플리케이션 정보를 추출하며, 추출한 애플리케이션 정보를 제 1 및 제 2 키워드와 대응하도록 저장하여 데이터베이스를 구축한 후, 애플리케이션 검색을 위한 키워드를 수신하면, 데이터베이스에서 상기 키워드에 대응하는 애플리케이션 정보를 추출하여 단말로 제공할 수 있다.According to the above-described application providing method and apparatus for executing the same, the application providing apparatus extracts a first keyword for a markup language and a second keyword for a script program language from a plurality of applications, and extracts the first keyword from the application information providing table. After extracting the application information corresponding to the first and second keywords, building the database by storing the extracted application information to correspond to the first and second keywords, and receiving a keyword for application search, the database corresponds to the keyword. The application information can be extracted and provided to the terminal.

상기와 같은 본 발명에 따른 애플리케이션 제공 방법 및 이를 실행하는 장치를 이용할 경우, 사용자의 요구에 맞는 애플리케이션의 검색이 가능해지며 애플리케이션 검색의 정확도를 향상시킬 수 있다.When using the application providing method and the apparatus for executing the same according to the present invention as described above, it is possible to search for an application that meets the needs of the user and improve the accuracy of the application search.

도 1은 본 발명의 일 실시예에 따른 애플리케이션 제공 장치의 구성을 나타내는 블록도이다.
도 2는 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 애플리케이션 정보 저장부의 구성을 나타내는 블록도이다.
도 3은 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 키워드 추출부의 구성을 나타내는 블록도이다.
도4는 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 데이터 베이스 구축부의 구성을 나타내는 블록도이다.
도 5는 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 인터페이스 구축 및 검색부의 구성을 나타내는 블록도이다.
도 6은 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 인터페이스 구축부에 의해 구축된 검색 인터페이스를 나타내는 개념도이다.
도 7은 본 발명의 일 실시예에 따른 애플리케이션 검색을 위한 데이터베이스를 구축하는 방법을 설명하기 위한 흐름도이다.
도 8은 본 발명의 일 실시예에 따른 애플리케이션 검색 인터페이스를 생성하는 과정 설명하기 위한 흐름도이다.
1 is a block diagram showing the configuration of an application providing apparatus according to an embodiment of the present invention.
2 is a block diagram illustrating a configuration of an application information storage unit of an application search apparatus according to an embodiment of the present invention.
3 is a block diagram illustrating a configuration of a keyword extraction unit of an application search apparatus according to an embodiment of the present invention.
4 is a block diagram showing a configuration of a database building unit of an application search apparatus according to an embodiment of the present invention.
5 is a block diagram illustrating an interface construction and a search unit of an application search apparatus according to an exemplary embodiment.
6 is a conceptual diagram illustrating a search interface built by an interface building unit of an application search apparatus according to an embodiment of the present invention.
7 is a flowchart illustrating a method of building a database for searching an application according to an embodiment of the present invention.
8 is a flowchart illustrating a process of generating an application search interface 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 should be understood, however, that the invention is not intended to be limited to the particular 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.

제1, 제2, A, B 등의 용어는 다양한 구성요소들을 설명하는 데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. 예를 들어, 본 발명의 권리 범위를 벗어나지 않으면서 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다. 및/또는 이라는 용어는 복수의 관련된 기재된 항목들의 조합 또는 복수의 관련된 기재된 항목들 중의 어느 항목을 포함한다. Terms such as first, second, A, and B may be used to describe various components, but the components should not be limited by the terms. The terms are used only for the purpose of distinguishing one component from another. For example, without departing from the scope of the present invention, the first component may be referred to as a second component, and similarly, the second component may also be referred to as a first component. And / or < / RTI > includes any combination of a plurality of related listed items or any of a plurality of related listed items.

어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. When a component is referred to as being "connected" or "connected" to another component, it may be directly connected to or connected to that other component, but it may be understood that other components may be present in between. Should be. 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 herein is for the purpose of describing particular example embodiments only and is not intended to be limiting of the present invention. Singular expressions include plural expressions unless the context clearly indicates otherwise. In this application, the terms "comprise" or "have" are intended to indicate that there is a feature, number, step, operation, component, part, or combination thereof described in the specification, and one or more other features. It is to be understood that the present invention does not exclude the possibility of the presence or the addition of numbers, steps, operations, components, components, or a combination thereof.

다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥 상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art. Terms such as those defined in the commonly used dictionaries should be construed as having meanings consistent with the meanings in the context of the related art and shall not be construed in ideal or excessively formal meanings unless expressly defined in this application. Do not.

이하, 본 발명에 따른 바람직한 실시예를 첨부된 도면을 참조하여 상세하게 설명한다.
Hereinafter, preferred embodiments according to the present invention will be described in detail with reference to the accompanying drawings.

본 발명은 애플리케이션 제공을 위한 것으로, 애플리케이션 제공 장치는 애플리케이션의 소스 코드에서 마크업 언어와 스크립트 프로그램 언어를 나누어 키워드를 추출하여 데이터베이스를 구축하며, 이하에서는 마크업 언어의 일 예로 HTML(Hyper Text Markup Language)를 예로 들어 설명할 것이며, 스크립트 프로그램언어의 일 예로 자바 스크립트(Java Script)를 예로 들어 설명할 것이지만 본 발명의 개념이 HTML 및 자바 스크립트로 국한된 것은 아니다. 또한, 본 발명에서 애플리케이션은 Java, HTML, XML(eXtensible MarkUp Language) 등으로 작성될 수 있다.
The present invention is to provide an application, the application providing apparatus is divided into a markup language and a script program language from the source code of the application to extract a keyword to build a database, hereinafter as an example of the markup language HTML (Hyper Text Markup Language) Will be described as an example of the script programming language, but will be described using Java Script as an example, but the concept of the present invention is not limited to HTML and JavaScript. In addition, the application in the present invention may be written in Java, HTML, XML (eXtensible MarkUp Language).

도 1은 본 발명의 일 실시예에 따른 애플리케이션 제공 장치의 구성을나타내는 블록도이다. 1 is a block diagram showing the configuration of an application providing apparatus according to an embodiment of the present invention.

도 1을 참조하면, 애플리케이션 제공 장치(100)는 키워드 추출 대상애플리케이션 URL에 해당하는 애플리케이션을 애플리케이션 제공부(10)로부터 수신하여 마크업 언어에 해당하는 키워드와 스크립트 언어에 해당하는 키워드를 추출하는 키워드 추출부(110), 키워드 추출부(110)에서 추출한 키워드에 대응하는 애플리케이션 정보를 애플리케이션 정보 저장부(130)에서 추출하여 데이터베이스를 구축하는 인덱싱부(150) 및 애플리케이션 정보 저장부(130)에 저장된 애플리케이션 정보를 이용하여 사용자 단말(20)에 표시될 검색 인터페이스를 구축하고, 사용자 단말(20)로부터 검색 정보를 수신하면 인덱싱부(150)를 통해 검색 정보에 대응하는 애플리케이션 정보를 추출하여 사용자 단말(20)로 전송하는 인터페이스 구축 및 검색부(170)를 포함하여 구성될 수 있다.Referring to FIG. 1, the application providing apparatus 100 receives an application corresponding to a keyword extraction target application URL from the application providing unit 10 and extracts a keyword corresponding to a markup language and a keyword corresponding to a script language. The extractor 110 and the application information store 130 extract the application information corresponding to the keywords extracted from the application information storage unit 130 and stored in the indexing unit 150 and the application information storage unit 130 to build a database. By using the application information to build a search interface to be displayed on the user terminal 20, and receives the search information from the user terminal 20, the indexing unit 150 extracts the application information corresponding to the search information to the user terminal ( 20 may be configured to include an interface building and searching unit 170 to transmit.

키워드 추출부(110)는 키워드 추출 대상 애플리케이션 URL에 해당하는 애플리케이션을 애플리케이션 제공부(10)로부터 수신하고, 애플리케이션의 소스 프로그램을 분석하여 키워드를 추출한다. The keyword extraction unit 110 receives an application corresponding to the keyword extraction target application URL from the application providing unit 10 and analyzes the source program of the application to extract a keyword.

구체적으로, 키워드 추출부(110)는 애플리케이션 제공부(10)로부터 제공받은 애플리케이션의 소스 프로그램을 분석하여 마크업 언어, 예를 들어 HTML에 해당하는 소스 프로그램과 스크립트 프로그램언어, 예를 들어 자바 스크립트에 해당하는 소스 프로그램으로 구분한다. Specifically, the keyword extraction unit 110 analyzes the source program of the application provided from the application providing unit 10 to the source program and script program language corresponding to the markup language, for example, HTML, for example, Javascript. It is divided into the corresponding source program.

여기서, 마크업 언어는 태그 등을 이용하여 데이터의 구조를 정의하는 언어로서, SGML(Standard Generalized Markup Language), HTML(HyperText Markup Language) 및 XML(Extensible Markup Language)이 될 수 있다. 여기서, 스크립트 언어는 프로그램 소스를 컴파일하지 않고도 실행할 수 있는 프로그래밍 언어를 의미하며, ASP(Active Server Pages), PHP(Personal Hypertext Preprocessor), 자바 스크립트 등을 포함할 수 있다.Here, the markup language is a language for defining a structure of data using a tag or the like, and may be Standard Generalized Markup Language (SGML), HyperText Markup Language (HTML), and Extensible Markup Language (XML). Here, the script language refers to a programming language that can be executed without compiling a program source, and may include Active Server Pages (ASP), Personal Hypertext Preprocessor (PHP), Javascript, and the like.

키워드 추출부(110)는 마크업 언어에 해당하는 소스 프로그램과 자바 스크립트에 해당하는 소스 프로그램을 각각 파싱하여 마크업 언어에 해당하는 소스 프로그램에서 키워드를 추출하고, 자바 스크립트에 해당하는 소스 프로그램에서 키워드를 추출한다. The keyword extractor 110 parses a source program corresponding to a markup language and a source program corresponding to a java script, respectively, and extracts a keyword from a source program corresponding to a markup language. The keyword is extracted from a source program corresponding to a java script. Extract

여기서, 마크업 언어에 해당하는 소스 프로그램에서 추출한 키워드는 애플리케이션의 위치 정보를 나타내는 URI 정보이고, 자바 스크립트에 해당하는 소스 프로그램에서 추출하는 키워드는 자바 스크립트를 사용하여 애플리케이션을 구현할 때 사용되는 메소드들 중 애플리케이션을 식별할 수 있는 메소드 식별자일 수 있다. 여기서, 메소드는 자바를 사용하여 애플리케이션을 구현할 수 있도록 자바 프로그래밍 언어자체에서 제공하는 클래스 라이브러리 집합, 예를 들어 자바 API에 포함될 수 있다.Here, the keyword extracted from the source program corresponding to the markup language is URI information indicating the location information of the application, and the keyword extracted from the source program corresponding to the javascript is one of methods used when implementing the application using JavaScript. It may be a method identifier for identifying an application. Here, the method may be included in a set of class libraries provided by the Java programming language itself, for example, a Java API, so that an application may be implemented using Java.

애플리케이션 정보 저장부(130)는 애플리케이션 식별자 및 애플리케이션 정보를 대응하여 저장하고 있다. 예를 들어, 애플리케이션 정보 저장부(130)는 애플리케이션의 URI 정보, 프로그램 이름, 애플리케이션의 소스 프로그램에 포함된 메소드 이름을 저장하고 있다. 그러면 이하에서는, 도 2를 참조하여 본 발명의 일 실시예에 따른 애플리케이션 제공 장치의 키워드 추출부의 구성을 보다 구체적으로 설명하기로 한다.The application information storage unit 130 stores the application identifier and the application information correspondingly. For example, the application information storage unit 130 stores URI information of an application, a program name, and a method name included in a source program of the application. Next, a configuration of the keyword extracting unit of the application providing apparatus according to an exemplary embodiment of the present invention will be described in detail with reference to FIG. 2.

인덱싱부(150)는 애플리케이션 검색을 위한 키워드를 수신하면 수신한 키워드에 대응하는 애플리케이션을 검색하는 데 사용되는 데이터베이스를 구축한다. 먼저, 인덱싱부(150)는 키워드 추출부(110)로부터 마크업 언어에 대한 키워드와 스크립트 프로그램언어에 대한 키워드를 수신한다. When the indexing unit 150 receives a keyword for searching for an application, the indexing unit 150 builds a database used to search for an application corresponding to the received keyword. First, the indexing unit 150 receives a keyword for a markup language and a keyword for a script program language from the keyword extraction unit 110.

인덱싱부(150)는 애플리케이션 정보 저장부(130)에서 마크업 언어에 대한 키워드와 스크립트 프로그램언어에 대한 키워드에 대응하는 애플리케이션의 정보를 추출한 후, 추출한 애플리케이션의 정보를 마크업 언어에 대한 키워드와 스크립트 프로그램언어에 대한 키워드에 대응하도록 저장하여 데이터베이스를 구축한다.
The indexing unit 150 extracts the information of the application corresponding to the keyword for the markup language and the keyword for the script program language from the application information storage unit 130, and then uses the extracted application information for the keyword and the script for the markup language. The database is built by storing corresponding keywords for the programming language.

도 2는본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 애플리케이션 정보 저장부의 구성을 나타내는 블록도이다.2 is a block diagram illustrating a configuration of an application information storage unit of an application search apparatus according to an embodiment of the present invention.

도 2를 참조하면, 애플리케이션 정보 저장부(130)는 API 매핑 테이블(131), API 데이터 저장 유닛(133) 및 URI 저장 유닛(135)을 포함하여 구성될 수 있다. API 매핑 테이블(131)은 표준화 기구 또는 애플리케이션에서 많이 사용되는 애플리케이션 API 에 대한 기구 Org, 인터페이스, 메소드 등을 저장한다. <표 1>은 API 매핑 테이블(131)의 예를 나타낸다.Referring to FIG. 2, the application information storage unit 130 may include an API mapping table 131, an API data storage unit 133, and a URI storage unit 135. The API mapping table 131 stores a mechanism Org, an interface, a method, or the like for an application API that is commonly used in a standardization mechanism or an application. Table 1 shows an example of the API mapping table 131.

Figure pat00001
Figure pat00001

<표 1>을 참조하면, API 매핑 테이블(131)은 기구, 인터페이스, 메소드를 저장하고 있다. 기구는 자바스크립트로 기술되는 API에 대한 표준화를 실행하는 기구를 나타내고, 기구의 종류에는 W3C, WAC 등이 될 수 있다. Referring to Table 1, the API mapping table 131 stores mechanisms, interfaces, and methods. The instrument represents a mechanism that implements standardization for APIs described in JavaScript, and the kind of the instrument may be W3C, WAC, or the like.

인터페이스는 메소드를 대표할 수 있는 상위 개념으로, 예를 들어, Geolocation API는 애플리케이션을 실행하는 브라우저가 탑재된 사용자 단말의 위치 정보를 확인하는 데 사용되는 인터페이스이다. Geolocation API는 그 하위 개념으로 현재 사용자 단말의 위치 정보를 비동적으로 한번 획득할 수 있는 getCurrentPosition 메소드, 사용자 단말의 위치 정보를 지속적으로 획득할 수 있는 watchPosition 메소드 및 사용자 단말의 위치 정보의 획득을 중지하는 clearWatch 메소드 등을 포함할 수 있다.An interface is a higher concept that can represent a method. For example, the geolocation API is an interface used to determine location information of a user terminal equipped with a browser executing an application. Geolocation API is a subordinate concept of the getCurrentPosition method that can acquire the location information of the current user terminal asynchronously, the watchPosition method that can continuously acquire the location information of the user terminal, and stops the acquisition of the location information of the user terminal. It can include the clearWatch method.

File API는 정보 처리 장치, 예를 들어 컴퓨터의 파일을 획득하기 위한 인터페이스이고, 파일 내용을 읽어 배열에 저장되는 문자열로 변환하는 readAsArrayBuffer 메소드, 파일 내용을 읽어 바이너리 문자열로 변환하는 readAsBinaryString 메소드, 파일 내용을 소정의 인코딩을 적용하여 문자열로 변환하는 readAsText 메소드, 파일 내용을 데이터 URL 형식의 문자열로 저장하는 readAsDataURL 메소드 등을 포함할 수 있다.The File API is an interface for acquiring a file from an information processing device, such as a computer, and includes the readAsArrayBuffer method, which reads the contents of the file into a string stored in an array, the readAsBinaryString method, which reads the contents of the file and converts it into a binary string. It may include a readAsText method for converting a string into a string by applying a predetermined encoding, a readAsDataURL method for storing the contents of the file as a string in a data URL format.

Web Workers API는 애플리케이션이 메인 스레드와 독립되어 백그라운드 프로세스로 처리되도록 하기 위한 인터페이스이고, 워커를 생성한 곳으로 메시지를 전송하는 postMessage 메소드, 워커를 강제로 종료하는 Terminate 메소드 및 워커에서 사용될 외부 스크립트를 로딩하는 importScripts메소드 등을 포함할 수 있다. The Web Workers API is an interface that allows an application to be processed as a background process independent of the main thread, and loads postMessage methods that send messages to the worker's creation, Terminate methods that force the worker to terminate, and external scripts to be used by the worker. You can include importScripts methods, and so on.

HTML5 Web Messaging API는 기존의 HTML에는 없었던 메시지 통신 방식을 제공하기 위한 인터페이스로, HTML5 Web Messaging API는 일반적인 윈도우 API에서 사용하던 메시지 이벤트와 거의 동일한 형태이다. The HTML5 Web Messaging API is an interface for providing message communication methods that were not present in HTML. The HTML5 Web Messaging API is almost identical to the message events used in the general Windows API.

HTML5 Web Messaging API는 메시지이벤트를 초기화하기 위한 initMessageEvent 메소드, 메시지 이벤트를 추가하기 위한 addEventListener 메소드, 메시지를 전송하는 postMessage 메소드 및 다대다 통신을 위한 MessageChannel 메소드 등을 포함할 수 있다.The HTML5 Web Messaging API can include initMessageEvent methods for initiating message events, addEventListener methods for adding message events, postMessage methods for sending messages, and MessageChannel methods for many-to-many communications.

API 데이터 저장 유닛(133)은 애플리케이션 API 정보를 저장한다. 예를 들어, 애플리케이션 API 정보는 애플리케이션의 위치 정보, 애플리케이션의 소스 프로그램에서 사용된 메소드들 중 호출되는 메소드 정보, 애플리케이션의 소스 프로그램에서 사용된 메소드를 호출하는 메소드 정보 등을 포함할 수 있다.The API data storage unit 133 stores application API information. For example, the application API information may include location information of the application, method information called among methods used in the source program of the application, method information calling the method used in the source program of the application, and the like.

URI 저장 유닛(135)은 애플리케이션의 URI 정보를 저장한다.
The URI storage unit 135 stores URI information of the application.

도 3은 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 키워드 추출부의 구성을 나타내는 블록도이다.3 is a block diagram illustrating a configuration of a keyword extraction unit of an application search apparatus according to an embodiment of the present invention.

도 3을 참조하면, 키워드 추출부(110)는 URI 처리 유닛(111), HTML 추출 유닛(113), 자바스크립트 추출 유닛(115), HTML 처리 유닛(117) 및 자바스크립트 처리 유닛(119)을 포함하여 구성될 수 있다. Referring to FIG. 3, the keyword extraction unit 110 may include a URI processing unit 111, an HTML extraction unit 113, a JavaScript extraction unit 115, an HTML processing unit 117, and a JavaScript processing unit 119. It can be configured to include.

URI 처리 유닛(111)은 URI 저장 유닛(135)로부터 애플리케이션의 URI 정보를 수신하고, 수신한 URI 정보에 해당하는 애플리케이션을 애플리케이션 제공부(10)로부터 제공받는다. URI 처리 유닛(111)은 애플리케이션 제공부(10)로부터 제공받은 애플리케이션을 HTML 추출 유닛(113) 및 자바스크립트 추출 유닛(115)으로 제공한다.The URI processing unit 111 receives URI information of an application from the URI storage unit 135, and receives an application corresponding to the received URI information from the application providing unit 10. The URI processing unit 111 provides the application provided from the application providing unit 10 to the HTML extraction unit 113 and the JavaScript extraction unit 115.

HTML 추출 유닛(113)은 URI 처리 유닛(111)으로부터 애플리케이션을 제공받고, 제공받은 애플리케이션의 소스 프로그램을 분석하여 HTML에 해당하는 소스 프로그램을 추출한다. 예를 들어, HTML 추출 유닛(113)은 애플리케이션의 소스 프로그램을 분석하여 HTML 의 시작을 나타내는 태그 <HTML>부터 HTML의 끝을 나타내는 태그 </HTML>까지 해당하는 소스 프로그램을 HTML 에 해당하는 소스 프로그램으로 추출할 수 있다.The HTML extraction unit 113 receives an application from the URI processing unit 111, and analyzes a source program of the provided application to extract a source program corresponding to HTML. For example, the HTML extracting unit 113 analyzes the source program of the application so that the source program corresponding to the tag <HTML> representing the beginning of the HTML to the tag representing the end of the HTML </ HTML> may correspond to the source program corresponding to the HTML. Can be extracted with

여기서, HTML 추출 유닛(113)은 <HTML>부터 </HTML>까지에 해당하는 소스 프로그램 내에 스크립트에 해당하는 소스 프로그램이 포함되어 있을 경우, 자바 스크립트의 시작을 나타내는 태그 <Script>부터 자바 스크립트의 끝을 나타내는 <Script>까지 해당하는 소스 프로그램을 자바스크립트 추출 유닛(115)으로 제공한다.Here, when the source program corresponding to the script is included in the source program corresponding to <HTML> to </ HTML>, the HTML extraction unit 113 starts from the tag <Script> indicating the start of JavaScript. The source program corresponding to the end of <Script> is provided to the JavaScript extraction unit 115.

자바스크립트 추출 유닛(115)은 URI 처리 유닛(111)으로부터 애플리케이션을 제공받고, 제공받은 애플리케이션의 소스 프로그램을 분석하여 자바스크립트에 해당하는 소스 프로그램을 추출한다. 자바스크립트 추출 유닛(115)은 애플리케이션의 소스 프로그램을 분석하여 자바 스크립트의 시작을 나타내는 태그 <Script>부터 자바 스크립트의 끝을 나타내는 <Script>까지 해당하는 소스 프로그램을 자바 스크립트에 해당하는 소스 프로그램으로 추출할 수 있다.The JavaScript extraction unit 115 receives an application from the URI processing unit 111, and analyzes a source program of the provided application to extract a source program corresponding to JavaScript. The JavaScript extracting unit 115 analyzes the source program of the application and extracts the source program corresponding to the tag <Script> representing the beginning of JavaScript to the <Script> representing the end of JavaScript as a source program corresponding to JavaScript. can do.

HTML 처리 유닛(117)은 HTML 추출 유닛(113)으로부터 HTML에해당하는 소스 프로그램을 제공받고, 제공받은 소스 프로그램으로부터 이용하여 키워드를 추출한다. 예를 들어, HTML 처리 유닛(117)은 HTML에 해당하는 소스 프로그램을 공백 단위로 파싱하여 URI 정보를 추출할 수 있다.The HTML processing unit 117 is provided with a source program corresponding to HTML from the HTML extraction unit 113, and extracts a keyword using the provided source program. For example, the HTML processing unit 117 may extract URI information by parsing a source program corresponding to HTML by a space unit.

HTML 처리 유닛(117)은 추출한 URI 정보가 URI 저장 유닛(135)에 존재하는지 판단하고, 판단 결과 URI 정보가 URI 저장 유닛(135)에 존재하지 않을 경우 존재하지 않는 URI 정보를 URI 저장 유닛(135)에 등록한다.The HTML processing unit 117 determines whether the extracted URI information exists in the URI storage unit 135, and if the URI information does not exist in the URI storage unit 135 as a result of the determination, the URI storage unit 135 Register).

자바스크립트 처리 유닛(119)은 자바스크립트 추출 유닛(115)으로부터 자바스크립트 해당하는 소스 프로그램을 제공받고, 제공받은 소스 프로그램을 이용하여 복수의 메소드를 추출한다. The JavaScript processing unit 119 receives a source program corresponding to JavaScript from the JavaScript extraction unit 115, and extracts a plurality of methods using the provided source program.

여기서, 복수의 메소드는 자바 스크립트를 사용하여 애플리케이션을 구현할 때 애플리케이션에서 세부 동작이 수행되도록 하기 위해 사용되는 함수이다. 여기서, 복수의 메소드는 자바 스크립트를 사용하여 애플리케이션을 구현할 수 있도록 자바 프로그래밍 언어자체에서 제공하는 클래스 라이브러리 집합, 예를 들어 자바 API에 포함될 수 있다. Here, the plurality of methods are functions used to perform detailed operations in the application when the application is implemented using JavaScript. Here, the plurality of methods may be included in a set of class libraries provided by the Java programming language itself, for example, a Java API, so that an application may be implemented using JavaScript.

자바스크립트 처리 유닛(119)은 자바스크립트에 해당하는 소스 프로그램에서 추출한 복수의 메소드가 API 매핑 테이블(131)에 존재하는지 판단하고, 존재하지 않는 경우 추출한 메소드를 API 매핑 테이블(131)에 등록한다.The JavaScript processing unit 119 determines whether a plurality of methods extracted from a source program corresponding to JavaScript exist in the API mapping table 131, and if not, registers the extracted methods in the API mapping table 131.

또한, 자바스크립트 처리 유닛(119)은 API 데이터 저장 유닛(133)로부터 메소드에 해당하는 애플리케이션 정보, 예를 들어 애플리케이션의 위치 정보 및 애플리케이션을 구현할 때 사용된 메소드들 중 애플리케이션을 식별할 수 있는 메소드 정보를 제공받는다. In addition, the JavaScript processing unit 119 may include application information corresponding to the method from the API data storage unit 133, for example, location information of the application and method information that may identify the application among methods used when implementing the application. To be provided.

예를 들어, 자바스크립트 처리 유닛(119)은 API 데이터 저장 유닛 (133)로부터 키워드인 getCurrentPosition에 해당하는 위치 정보 안내 애플리케이션의 위치 정보 및 위치 정보 안내 애플리케이션을 구현할 때 사용된 메소드들 중 애플리케이션을 식별할 수 있는 메소드 WatchPosition 및 ClearWatch를 수신한다.
For example, the JavaScript processing unit 119 may identify the application of the location information of the location information guide application corresponding to the keyword getCurrentPosition from the API data storage unit 133 and the methods used when implementing the location information guide application. Receives methods WatchPosition and ClearWatch.

도 4는 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 데이터 인덱싱부의 구성을 나타내는 블록도이다.4 is a block diagram illustrating a configuration of a data indexing unit of an application search apparatus according to an embodiment of the present invention.

도 4를 참조하면, 인덱싱부(150)는 키워드 인덱싱 유닛(151) 및 API 인덱싱 유닛(153)을 포함하여 구성될 수 있다. 키워드 인덱싱 유닛(151)은 HTML 처리 유닛(117)으로부터 애플리케이션을 검색하는 데 사용되는 애플리케이션 정보, 예를 들어 URI 정보를 제공받는다.Referring to FIG. 4, the indexing unit 150 may include a keyword indexing unit 151 and an API indexing unit 153. The keyword indexing unit 151 is provided with application information, for example, URI information, used to retrieve an application from the HTML processing unit 117.

키워드 인덱싱 유닛(151)은 애플리케이션 정보에 대응하는 URI 정보를 수신하고, 수신한 URI정보를 애플리케이션 정보에 대응시켜 내부에 구비된 데이터베이스에 저장한다.The keyword indexing unit 151 receives the URI information corresponding to the application information, and stores the received URI information in the database provided therein in correspondence with the application information.

API 인덱싱 유닛(153)은 자바스크립트 처리 유닛(119)으로부터 애플리케이션을 검색하는 데 사용되는 애플리케이션 정보, 예를 들어 애플리케이션의 위치 정보 및 애플리케이션을 구현할 때 사용된 메소드들 중 애플리케이션을 식별할 수 있는 메소드 정보를 제공받는다.The API indexing unit 153 may include application information used to retrieve an application from the JavaScript processing unit 119, for example, location information of the application and method information that may identify the application among methods used when implementing the application. To be provided.

또한, API 인덱싱 유닛(153)은 애플리케이션 정보 저장부(130)로부터 애플리케이션 정보에 대응하는 인덱스 키워드를 수신하고, 수신한 인덱스 키워드를 애플리케이션 정보에 대응시켜 내부에 구비된 데이터베이스에 저장한다.
In addition, the API indexing unit 153 receives an index keyword corresponding to the application information from the application information storage unit 130, and stores the received index keyword in a database provided therein corresponding to the application information.

도 5는 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 인터페이스 구축 및 검색부의 구성을 나타내는 블록도이다.5 is a block diagram illustrating an interface construction and a search unit of an application search apparatus according to an exemplary embodiment.

도 5를 참조하면, 애플리케이션 검색 장치의 인터페이스 구축 및 검색부(170)는 인터페이스 구축 유닛(171) 및 검색 유닛(173)을 포함하여 구성될 수 있다. Referring to FIG. 5, the interface building and searching unit 170 of the application searching apparatus may include an interface building unit 171 and a search unit 173.

인터페이스 구축 유닛(171)은 애플리케이션 정보 저장부(130)의 API 매핑 테이블(131)로부터 애플리케이션에 대한 인터페이스 정보 및 메소드 정보를 수신하고, 키워드 검색 영역, 수신한 인터페이스 리스트를 이용한 인터페이스 선택 영역 중 적어도 하나의 영역을 포함하는 인터페이스를 구축하여 사용자 단말(20)로 전송한다.The interface building unit 171 receives the interface information and the method information about the application from the API mapping table 131 of the application information storage 130, and includes at least one of a keyword search area and an interface selection area using the received interface list. Constructs an interface including the area of the transmission to the user terminal 20.

검색 유닛(173)은 사용자 단말(20)로부터 검색 정보를 수신하고, 수신한 검색 정보에 대응하는 애플리케이션 정보를 키워드 인덱싱 유닛(151) 및 API 인덱싱 유닛(153)으로부터 수신하여 사용자 단말(20)로 제공한다. 여기서, 검색 정보는 애플리케이션의 URI 정보, 애플리케이션의 소스 프로그램에서 사용된 메소드들 중 애플리케이션을 식별할 수 있는 메소드 정보 또는 동일한 목적을 위해 사용되는 복수의 메소드 중 적어도 하나를 포함하여 구성될 수 있다.
The search unit 173 receives search information from the user terminal 20, and receives application information corresponding to the received search information from the keyword indexing unit 151 and the API indexing unit 153 to the user terminal 20. to provide. Here, the search information may include at least one of URI information of the application, method information for identifying the application among methods used in the source program of the application, or a plurality of methods used for the same purpose.

도 6은 본 발명의 일 실시예에 따른 애플리케이션 검색 장치의 인터페이스 구축부에 의해 구축된 검색 인터페이스를 나타내는 개념도이다.6 is a conceptual diagram illustrating a search interface built by an interface building unit of an application search apparatus according to an embodiment of the present invention.

도 6을 참조하면, 검색 인터페이스는 키워드 입력 영역을 포함하여 구성되는 인터페이스(510), 키워드 입력 영역 및 인터페이스 선택 영역을 포함하여 구성되는 인터페이스(502) 및 키워드 입력 영역 및 메소드 선택 영역을 포함하여 구성되는 인터페이스(530)가 있다. 또한, 도 5에는 도시하지 않았으나 검색 인터페이스는 키워드 입력 영역, 인터페이스 선택 영역 및 메소드 선택 영역을 포함하여 구성될 수 있다.Referring to FIG. 6, the search interface includes an interface 510 including a keyword input area, an interface 502 including a keyword input area and an interface selection area, and a keyword input area and a method selection area. There is an interface 530. In addition, although not shown in FIG. 5, the search interface may include a keyword input area, an interface selection area, and a method selection area.

각각의 인터페이스(510, 520, 530)에서 키워드 입력 영역은 사용자 단말에 의해 키워드에 입력되는 영역이다. 키워드 입력 영역 및 인터페이스 선택 영역을 포함하는 인터페이스(502)에서 인터페이스 선택을 입력받기 위해 표시된 인터페이스의 리스트는 API 매핑 테이블(131)에 저장된 인터페이스에 기초하여 생성된다.In each of the interfaces 510, 520, and 530, the keyword input area is an area input to the keyword by the user terminal. In the interface 502 including the keyword input area and the interface selection area, a list of interfaces displayed to receive the interface selection is generated based on the interface stored in the API mapping table 131.

키워드 입력 영역 및 메소드 선택 영역을 포함하는 인터페이스(530)에서 메소드 선택을 입력받기 위해 표시된 메소드의 리스트는 API 매핑 테이블(131)에 저장된 메소드에 기초하여 생성된다.
The list of methods displayed to receive the method selection in the interface 530 including the keyword input area and the method selection area is generated based on the methods stored in the API mapping table 131.

도 7은 본 발명의 일 실시예에 따른 애플리케이션 검색을 위한 데이터베이스를 구축하는 방법을 설명하기 위한 흐름도이다.7 is a flowchart illustrating a method of building a database for searching an application according to an embodiment of the present invention.

도 7을 참조하면, 애플리케이션 검색 장치는 애플리케이션 제공부로부터 제공받은 애플리케이션의 소스 프로그램을 분석하여 마크업 언어에 해당하는 소스 프로그램과 스크립트 언어에 해당하는 소스 프로그램을 추출하고, 추출한 마크업 언어 해당하는 소스 프로그램에서 마크업 언어에 대한 키워드를 추출하고, 스크립트 언어에 해당하는 소스 프로그램에서 스크립트 언어에 대한 키워드를 추출한다(S710). Referring to FIG. 7, the application search apparatus analyzes a source program of an application provided from an application provider to extract a source program corresponding to a markup language and a source program corresponding to a script language, and a source corresponding to the extracted markup language. The keyword for the markup language is extracted from the program, and the keyword for the script language is extracted from the source program corresponding to the script language (S710).

애플리케이션 검색 장치는 애플리케이션 정보를 저장하는 애플리케이션 정보 저장 테이블에 마크업 언어에 대한 키워드 및 스크립트 언어에 대한 키워드가 각각 존재하는지 판단한다(720). 만약, 애플리케이션 검색 장치는 애플리케이션 정보 저장 테이블에 마크업 언어에 대한 키워드 및 스크립트 언어에 대한 키워드가 각각 존재하지 않는다고 판단되면, 존재하지 않는 키워드를 애플리케이션 정보 저장 테이블에 업데이트한다(S730).The application retrieval apparatus determines whether a keyword for a markup language and a keyword for a script language exist in the application information storage table that stores the application information, respectively (720). If it is determined that the keyword for the markup language and the keyword for the script language do not exist in the application information storage table, the application search apparatus updates the non-existent keyword in the application information storage table (S730).

반면, 애플리케이션 검색 장치는 애플리케이션 정보 저장 테이블에 마크업 언어에 대한 키워드 및 스크립트 언어에 대한 키워드가 각각 존재한다고 판단되면, 애플리케이션 정보 저장 테이블에서 마크업 언어에 대한 키워드 및 스크립트 언어에 대한 키워드에 대응하는 애플리케이션 정보를 각각 추출하고, 각각 추출한 애플리케이션 정보를 마크업 언어에 대한 키워드 및 스크립트 언어에 대한 키워드에 대응시켜 데이터베이스에 저장한다(S740).
On the other hand, if it is determined that the keyword for the markup language and the keyword for the script language exist in the application information storage table, the application search apparatus corresponds to the keyword for the markup language and the keyword for the script language in the application information storage table. The application information is extracted, and the extracted application information is stored in a database in correspondence with the keyword for the markup language and the keyword for the script language (S740).

도 8은 본 발명의 일 실시예에 따른 애플리케이션 검색 인터페이스를 생성하는 과정 설명하기 위한 흐름도이다.8 is a flowchart illustrating a process of generating an application search interface according to an embodiment of the present invention.

도 8을 참조하면, 애플리케이션 제공 장치는 애플리케이션 정보가 저장된 애플리케이션 정보 저장 테이블을 이용하여 사용자 단말에 표시될 검색 인터페이스를 구축하고, 구축한 검색 인터페이스를 사용자 단말로 제공한다(S810). 여기서, 검색 인터페이스는 키워드 입력 영역, 인터페이스 선택 및 영역 메소드 선택 영역 중 적어도 하나의 영역을 이용하여 구성될 수 있다.Referring to FIG. 8, the apparatus for providing an application constructs a search interface to be displayed on the user terminal using the application information storage table in which application information is stored, and provides the constructed search interface to the user terminal (S810). Here, the search interface may be configured using at least one of a keyword input area, an interface selection, and an area method selection area.

애플리케이션 제공 장치는 사용자 단말로부터 검색 정보를 수신하면(S820), 수신한 검색 정보에 상응하는 애플리케이션 정보를 애플리케이션 검색을 위한 데이터베이스에서 추출하고(S830), 추출한 애플리케이션 정보를 사용자 단말로 전송한다(S840).
When the application providing apparatus receives the search information from the user terminal (S820), the application information corresponding to the received search information is extracted from the database for application search (S830), and the extracted application information is transmitted to the user terminal (S840). .

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or scope of the present invention as defined by the following claims It can be understood that

10: 애플리케이션 제공부 20: 사용자 단말
100: 애플리케이션 제공 장치 110: 키워드 추출부
111: URI 처리 유닛 113: HTML 추출 유닛
115: 자바스크립트 추출 유닛 117: HTML 처리 유닛
119: 자바스크립트 처리 유닛
130: 애플리케이션 정보 저장부 131: API 매핑 테이블
133: API 데이터 저장 유닛 135: URI 저장 유닛
150: 인덱싱부 151: 키워드 인덱싱 유닛
153: API 인덱싱 유닛
170: 인터페이스 구축 및 검색부 171: 인터페이스 구축 유닛 173: 검색 유닛
10: application provider 20: user terminal
100: application providing apparatus 110: keyword extraction unit
111: URI processing unit 113: HTML extraction unit
115: JavaScript extraction unit 117: HTML processing unit
119: JavaScript processing unit
130: application information storage unit 131: API mapping table
133: API data storage unit 135: URI storage unit
150: indexing unit 151: keyword indexing unit
153: API indexing unit
170: interface building and searching unit 171: interface building unit 173: search unit

Claims (19)

단말에서 수행되는 애플리케이션 정보 제공 방법에 있어서,
복수의 애플리케이션의 소스 프로그램에서 마크업 언어에 대한 제 1 키워드와 스크립트 프로그램 언어에 대한 제 2 키워드를 추출하는 단계; 및
애플리케이션 정보를 저장하는 애플리케이션 정보 저장 테이블에서 상기 제 1 및 제 2 키워드에 대응하는 애플리케이션 정보를 각각 추출하고, 상기 각각 추출한 애플리케이션 정보를 상기 제 1 및 제 2 키워드와 대응시켜 애플리케이션 정보 검색에 사용되는 데이터베이스에 저장하는 단계를 포함하는 애플리케이션 제공 방법.
In the application information providing method performed in the terminal,
Extracting a first keyword for a markup language and a second keyword for a script program language from source programs of the plurality of applications; And
A database used for retrieving application information by extracting application information corresponding to the first and second keywords from an application information storage table storing application information, and matching the extracted application information with the first and second keywords, respectively; Application providing method comprising the step of storing in.
제 1 항에 있어서,
애플리케이션 검색을 위한 검색 정보를 수신하면, 상기 데이터베이스에서 상기 검색 정보에 상응하는 애플리케이션 정보를 추출하는 단계를 더 포함하는 것을 특징으로 하는 애플리케이션 제공 방법.
The method of claim 1,
And receiving search information for application search, extracting application information corresponding to the search information from the database.
제 1 항에 있어서,
상기 애플리케이션 정보를 이용하여 사용자 단말에 표시될 인터페이스 화면을 구성하는 단계를 더 포함하는 것을 특징으로 하는 애플리케이션 제공 방법.
The method of claim 1,
And providing an interface screen to be displayed on a user terminal by using the application information.
제 1 항에 있어서, 상기 데이터베이스에 저장하는 단계는,
상기 애플리케이션 정보 저장 테이블에 상기 제 1 키워드 또는 제 2 키워드에 대응하는 애플리케이션 정보가 존재하지 않을 경우, 상기 존재하지 않는 키워드를 상기 애플리케이션 정보 저장 테이블에 업데이트하는 것을 특징으로 하는 애플리케이션 제공 방법.
2. The method of claim 1,
And when there is no application information corresponding to the first keyword or the second keyword in the application information storage table, updating the non-existent keyword to the application information storage table.
제 1 항에 있어서, 상기 애플리케이션 정보 테이블은,
메소드 맵핑 정보, 애플리케이션의 위치 정보 및 애플리케이션의 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 애플리케이션 제공 방법.
The method of claim 1, wherein the application information table,
And at least one of method mapping information, application location information, and application information.
제 1 항에 있어서, 상기 검색 정보는,
애플리케이션의 키워드 정보, 애플리케이션의 소스 프로그램에서 사용된 메소드들 중 애플리케이션을 식별할 수 있는 메소드 정보 또는 복수의 메소드의 상위 개념인 인터페이스 정보 중 적어도 하나인 것을 특징으로 하는 애플리케이션 제공 방법.
The information processing apparatus according to claim 1,
And at least one of keyword information of an application, method information for identifying an application among methods used in the source program of the application, or interface information that is an upper concept of a plurality of methods.
제 1 항에 있어서, 상기 마크업 언어는,
SGML(Standard Generalized Markup Language), HTML(HyperText Markup Language) 또는 XML(Extensible Markup Language) 중 어느 하나인 것을 특징으로 하는 애플리케이션 제공 방법.
The method of claim 1, wherein the markup language,
Method of providing an application, characterized in that any one of Standard Generalized Markup Language (SGML), HyperText Markup Language (HTML), or Extensible Markup Language (XML).
제 1 항에 있어서, 상기 스크립트 언어는,
ASP(Active Server Pages), PHP(Personal Hypertext Preprocessor) 또는 자바 스크립트 중 어느 하나인 것을 특징으로 하는 애플리케이션 제공 방법.
The method of claim 1, wherein the scripting language,
Method for providing an application, characterized in that it is any of Active Server Pages (ASP), Personal Hypertext Preprocessor (PHP) or JavaScript.
애플리케이션 정보를 저장하는 애플리케이션 정보 저장부;
복수의 애플리케이션의 소스 프로그램에서 마크업 언어에 대한 제 1 키워드와 스크립트 프로그램 언어에 대한 제 2 키워드를 추출하는 키워드 추출부; 및
상기 애플리케이션 정보 저장부에서 상기 제 1 및 제 2 키워드에 대응하는 애플리케이션 정보를 각각 추출하고, 상기 추출한 각각의 애플리케이션 정보를 상기 제 1 및 제 2 키워드와 대응시켜 애플리케이션 정보 검색에 사용되는 데이터베이스에 저장하는 인덱싱부를 포함하는 애플리케이션 제공 장치.
An application information storage unit for storing application information;
A keyword extraction unit for extracting a first keyword for a markup language and a second keyword for a script program language from source programs of a plurality of applications; And
Extracting application information corresponding to the first and second keywords from the application information storage unit, and storing the extracted application information in a database used for retrieving application information in correspondence with the first and second keywords; Application providing apparatus comprising an indexing unit.
제 9 항에 있어서,
사용자 단말로부터 애플리케이션 검색을 위한 검색 정보를 수신하면, 상기 데이터베이스에서 상기 검색 정보에 상응하는 애플리케이션을 추출하는 검색부를 더 포함하는 것을 특징으로 하는 애플리케이션 제공 장치.
The method of claim 9,
And receiving a search information for application search from a user terminal, and extracting an application corresponding to the search information from the database.
제 10 항에 있어서, 상기 검색 정보는,
애플리케이션의 키워드 정보, 애플리케이션의 소스 프로그램에서 사용된 메소드들 중 애플리케이션을 식별할 수 있는 메소드 정보 또는 복수의 메소드의 상위 개념인 인터페이스 정보 중 적어도 하나인 것을 특징으로 하는 애플리케이션 제공 장치.
The method of claim 10, wherein the search information,
And at least one of keyword information of an application, method information for identifying an application among methods used in a source program of the application, or interface information that is an upper concept of a plurality of methods.
제 9 항에 있어서,
상기 애플리케이션 정보를 이용하여 사용자 단말에 표시될 인터페이스 화면을 구성하는 인터페이스 구성부를 더 포함하는 것을 특징으로 하는 애플리케이션 제공 장치.
The method of claim 9,
And an interface configuration unit configured to configure an interface screen to be displayed on a user terminal using the application information.
제 9 항에 있어서, 상기 키워드 추출부는,
상기 애플리케이션 정보 저장부에 상기 제 1 키워드 또는 제 2 키워드가 존재하지 않을 경우, 상기 존재하지 않는 키워드를 상기 애플리케이션 정보 저장부에 업데이트하는 것을 특징으로 하는 애플리케이션 제공 장치.
The method of claim 9, wherein the keyword extraction unit,
And when the first keyword or the second keyword does not exist in the application information storage unit, updating the non-existent keyword in the application information storage unit.
제 9 항에 있어서, 상기 애플리케이션 정보 저장부는,
메소드 맵핑 정보, 애플리케이션의 위치 정보 및 애플리케이션의 정보 중 적어도 하나를 저장하는 것을 특징으로 하는 애플리케이션 제공 장치.
The method of claim 9, wherein the application information storage unit,
And at least one of method mapping information, location information of the application, and information of the application.
복수의 애플리케이션의 소스 프로그램에서 제 1 프로그램 언어에 해당하는 소스 코드와 제 2 프로그램 언어에 해당하는 소스 코드를 추출하는 단계;
상기 제 1 프로그램 언어에 해당하는 소스 코드에서 제 1 키워드를 추출하는 단계; 및
상기 제 2 프로그램 언어에 해당하는 소스 코드에서 제 2 키워드를 추출하는 단계를 포함하는 애플리케이션 크롤링 방법.
Extracting source codes corresponding to the first program language and source codes corresponding to the second program language from source programs of the plurality of applications;
Extracting a first keyword from source code corresponding to the first program language; And
Extracting a second keyword from source code corresponding to the second program language.
제 15 항에 있어서, 상기 제 1 프로그램 언어는,
태그를 이용하여 데이터의 구조를 정의하는 언어인 것을 특징으로 하는 애플리케이션 크롤링 방법.
The method of claim 15, wherein the first program language,
Application crawling method, characterized in that the language for defining the structure of the data using the tag.
제 15 항에 있어서, 상기 제 1 프로그램 언어는,
SGML(Standard Generalized Markup Language), HTML(HyperText Markup Language) 또는 XML(Extensible Markup Language) 중 어느 하나인 것을 특징으로 하는 애플리케이션 크롤링 방법.
The method of claim 15, wherein the first program language,
Method of crawling an application, characterized in that any one of Standard Generalized Markup Language (SGML), HyperText Markup Language (HTML), or Extensible Markup Language (XML).
제 15 항에 있어서, 상기 제 2 프로그램 언어는,
상기 프로그램 소스를 컴파일하지 않고도 프로그램을 실행할 수 있는 프로그래밍 언어인 것을 특징으로 하는 애플리케이션 크롤링 방법.
The method of claim 15, wherein the second program language,
And a programming language capable of executing a program without compiling the program source.
제 15 항에 있어서, 상기 제 2 프로그램 언어는,
ASP(Active Server Pages), PHP(Personal Hypertext Preprocessor) 또는 자바 스크립트 중 어느 하나인 것을 특징으로 하는 애플리케이션 크롤링 방법.
The method of claim 15, wherein the second program language,
A method of crawling an application, characterized in that it is either Active Server Pages (ASP), Personal Hypertext Preprocessor (PHP), or JavaScript.
KR1020110124748A 2011-11-28 2011-11-28 Method of providing application and apparatus for the same KR101865931B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020110124748A KR101865931B1 (en) 2011-11-28 2011-11-28 Method of providing application and apparatus for the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020110124748A KR101865931B1 (en) 2011-11-28 2011-11-28 Method of providing application and apparatus for the same

Publications (2)

Publication Number Publication Date
KR20130058805A true KR20130058805A (en) 2013-06-05
KR101865931B1 KR101865931B1 (en) 2018-06-11

Family

ID=48857884

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020110124748A KR101865931B1 (en) 2011-11-28 2011-11-28 Method of providing application and apparatus for the same

Country Status (1)

Country Link
KR (1) KR101865931B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010033483A (en) * 2008-07-31 2010-02-12 Toshiba Corp Electronic equipment
KR20110041836A (en) * 2009-10-16 2011-04-22 주식회사 아이비케이시스템 Xsl/xml-based web application development system and method using this system
KR20110065804A (en) * 2009-12-10 2011-06-16 주식회사 엘지유플러스 Mobile terminal and method for operating web application the mobile terminal

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101072349B1 (en) * 2009-11-19 2011-10-12 주식회사 엘지유플러스 Web application platform and mobile terminal for executing the same
KR101411295B1 (en) * 2010-11-04 2014-06-24 한국전자통신연구원 Method for providing device access service, client device and server for access service

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010033483A (en) * 2008-07-31 2010-02-12 Toshiba Corp Electronic equipment
KR20110041836A (en) * 2009-10-16 2011-04-22 주식회사 아이비케이시스템 Xsl/xml-based web application development system and method using this system
KR20110065804A (en) * 2009-12-10 2011-06-16 주식회사 엘지유플러스 Mobile terminal and method for operating web application the mobile terminal

Also Published As

Publication number Publication date
KR101865931B1 (en) 2018-06-11

Similar Documents

Publication Publication Date Title
US9544335B2 (en) Method and system for local calling via webpage
CN107066576B (en) A kind of big data web crawlers paging selection method and system
US10275398B2 (en) Content display device, content display method, and content display program
EP3251113A1 (en) Method of entering data in an electronic device
KR20120025066A (en) Web browsing system and method for rendering dynamic resource uri of script
Rischpater JavaScript JSON Cookbook
KR20190058141A (en) Method for generating data extracted from document and apparatus thereof
US9571557B2 (en) Script caching method and information processing device utilizing the same
Bellucci et al. Automatic reverse engineering of interactive dynamic web applications to support adaptation across platforms
JP2008134906A (en) Business process definition generation method, device and program
CN111984262A (en) WeChat cascading style sheet file processing method, device, equipment and storage medium
CN114398138A (en) Interface generation method and device, computer equipment and storage medium
CN109246069B (en) Webpage login method and device and readable storage medium
CN110851678B (en) Method and device for crawling data
JP2012059212A (en) Extraction apparatus, extraction method and extraction program
KR101865931B1 (en) Method of providing application and apparatus for the same
JP5380874B2 (en) Information retrieval method, program and apparatus
CN115080154A (en) Page display method and device, storage medium and electronic equipment
CN104035970B (en) A kind of method and apparatus scanned in a browser
KR101231329B1 (en) System for web data extraction for mobile platform
JP2002108903A (en) System and method for collecting data, medium recording program and program product
JP5835447B2 (en) Information processing apparatus, information processing system, control method, and program
KR20140147438A (en) An apparatus, method and recording medium for Markup parsing
CN112732254B (en) Webpage development method, webpage development device, computer equipment and storage medium
JP5276903B2 (en) Browsing system, plug-in program, and introduction program

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right