KR101117762B1 - A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server - Google Patents

A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server Download PDF

Info

Publication number
KR101117762B1
KR101117762B1 KR1020090085487A KR20090085487A KR101117762B1 KR 101117762 B1 KR101117762 B1 KR 101117762B1 KR 1020090085487 A KR1020090085487 A KR 1020090085487A KR 20090085487 A KR20090085487 A KR 20090085487A KR 101117762 B1 KR101117762 B1 KR 101117762B1
Authority
KR
South Korea
Prior art keywords
open api
proxy server
providing
web
data
Prior art date
Application number
KR1020090085487A
Other languages
Korean (ko)
Other versions
KR20110027411A (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 KR1020090085487A priority Critical patent/KR101117762B1/en
Publication of KR20110027411A publication Critical patent/KR20110027411A/en
Application granted granted Critical
Publication of KR101117762B1 publication Critical patent/KR101117762B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • 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
    • 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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui

Abstract

본 발명에 따른 오픈 API 제공 프록시 서버는 네트워크로 연결된 사용자 단말기로부터 요청된 위젯 서비스를 분석하는 오픈 API 모듈; 상기 분석된 결과에 대응하는 웹 콘텐츠를 웹 서버로 요청하고, 상기 요청된 웹 콘텐츠를 상기 웹 서버로부터 수신하는 HTTP 통신 모듈; 및 상기 수신된 웹 콘텐츠를 파싱하여, 상기 위젯 서비스를 위한 데이터를 추출하는 웹 콘텐츠 파싱 모듈를 포함하고, 상기 오픈 API 모듈이 상기 추출된 데이터를 상기 사용자 단말기로 전송하는 것을 특징으로 함으로써, 웹 사이트 사업자는 자신의 웹 서버에 아무런 변경을 가하지 않고도, 프록시 서버를 통해서 위젯 서비스를 위한 오픈 API를 제공할 수 있다. An open API providing proxy server according to the present invention includes an open API module for analyzing a widget service requested from a user terminal connected through a network; An HTTP communication module for requesting web content corresponding to the analyzed result to a web server and receiving the requested web content from the web server; And a web content parsing module for parsing the received web content and extracting data for the widget service, wherein the open API module transmits the extracted data to the user terminal. Can provide an open API for widget services through a proxy server without making any changes to its web server.

Description

오픈 API 제공 프록시 서버 및 이를 이용한 위젯 서비스 제공방법{A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server}A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server}

본 발명은 위젯 서비스를 위한 오픈 API(application programming interface)를 제공해주는 프록시(proxy) 서버에 관한 것으로, 더욱 상세하게는 웹 위젯과 모바일 위젯을 개발 및 사용할 수 있도록 오픈 API를 제공해주는 프록시 서버 및 이를 이용한 위젯 서비스 제공방법에 관한 것이다. The present invention relates to a proxy server for providing an open API (application programming interface) for a widget service, and more particularly, to a proxy server for providing an open API for developing and using a web widget and a mobile widget. It relates to a widget service providing method used.

오픈 API(application programming interface)는 현재 웹 2.0 기술 중 대표적인 것으로써, 웹에서 사용할 수 있는 기능들을 특정 회사들이 무료로 제공해 주고 사용자는 그 기능을 가져다 자신의 프로그램에 조립해서 또 다른 프로그램을 만들 수 있는 환경을 제공해주는 개방된 API의 집합이다.Open API (application programming interface) is a representative of the current Web 2.0 technology, which allows certain companies to provide the functions available on the web for free, and users can take the functions and assemble them into their own programs to make another program. A set of open APIs that provide an environment.

오픈 API는 네이버, 다음, 야후 등의 포털사이트가 제공하는 검색, 지도 등의 서비스를 여러 웹 사이트에서 활용할 수 있도록 API와 콘텐츠를 개방해 놓은 것을 말한다. 예컨대, 보다 세밀한 지도를 필요로 하는 부동산 사이트는 각 포털사이트가 개방해 놓은 지도 서비스를 끌어와 본 사이트에서 그대로 사용할 수 있다. 즉, 포털사이트는 누구나 오픈 API를 사용하게 함으로써 더 많은 사용자를 확보할 수 있다.Open API means that API and contents are opened so that various websites can use search and map services provided by portal sites such as Naver, Daum and Yahoo. For example, a real estate site that needs more detailed maps can use the map service opened by each portal site and use it as it is on this site. In other words, a portal site can attract more users by allowing anyone to use an open API.

위젯(Widget)은 자주 이용하는 서비스를 아이콘 형태로 제작해 독립적으로 구동시키는 작은 애플리케이션으로써, 콘텐츠를 제공하는 포털사이트 등을 방문하지 않고도 다양한 기능을 이용할 수 있어 이용이 매우 간편하다. 위젯은 특히 개인의 선택에 따라 다양한 조합으로 이용할 수 있기 때문에 개인화 맞춤 서비스의 기반이 되고 있다.Widget is a small application that frequently operates services in the form of icons and runs independently. It is very easy to use because it can use various functions without visiting portal sites that provide content. Widgets are the basis for personalized service, especially because they can be used in various combinations according to individual choices.

가장 기본적인 위젯 서비스는 계산기나 시계, 메모와 같이 자주 쓰는 간단한 기능을 바탕화면에 띄워놓고 바로바로 이용할 수 있도록 한 데스크탑 위젯이며, 네이버 위젯, 야후 위젯 등 포털사이트에서 다운로드 서비스를 제공하며 대중화됐다. 웹 위젯은 블로그나 개인화 포털 등에 삽입되는 작은 기능창으로써 사이트를 방문한 사람들이 함께 이용할 수 있다. 모바일 위젯은 핸드폰에서 위젯 기능을 화면에 적용하여 사용자가 원하는 사이트로 편하고 신속하게 이동할 수 있는 기능을 사용자 인터페이스(UI)로 적용한 것이다. 위젯 서비스가 이처럼 다양하게 발전하며 인기를 끌고 있는 이유는, 우선 자주 찾는 정보에 대한 접근 경로를 최소화한다는 것, 기능에 제약이 없어 다양한 기능을 소화할 수 있다는 것, 동일한 사용자 인터페이스로 어디에나 붙일 수 있다는 점이다.The most basic widget service is a desktop widget that allows users to use simple functions such as calculators, clocks, and memos on the desktop and directly use them, and it has been popularized by providing download services on portal sites such as Naver widget and Yahoo widget. Web widgets are small feature windows embedded in blogs or personalized portals that can be used by people who visit your site. Mobile widget is a user interface (UI) that allows users to move easily and quickly to the desired site by applying the widget function on the screen. The reason why the widget service is so diverse and popular is that it minimizes the access path to the information that is frequently searched for, the ability to digest various functions without the limitation of functions, and to attach it everywhere with the same user interface. Is the point.

이러한 대부분의 위젯은 오픈 API를 통해 개발되고 사용된다. 네이버, 다음, 야후, 구글 등의 사이트가 자신의 서비스를 활용할 수 있도록 오픈 API 및 오픈 API 매뉴얼 등을 제공함으로써, 개발자는 위젯을 개발할 수 있으며 사용자는 위젯 을 사용할 수 있다.Most of these widgets are developed and used through open APIs. By providing open APIs and open API manuals for sites such as Naver, Daum, Yahoo, and Google to use their services, developers can develop widgets and users can use them.

하지만 위젯의 다양한 응용 가능성에도 불구하고, 현재 위젯 서비스를 위한 오픈 API를 제공하는 웹 사이트가 많지 않아서 다양한 위젯 개발 및 사용에는 큰 어려움이 따른다. 특히, 웹 사이트 사업자가 오픈 API를 제공하기 위해서 기존의 웹 서버 구조를 변경하거나 웹 서버 리소스를 수정해야 하는 어려움이 있다. 따라서, 웹 사이트 사업자가 웹 서버 구조를 변경하지 않고서도, 사용자가 손쉽게 이용할 수 있는 오픈 API를 제공하기 위한 기술이 요구된다.However, despite the various application possibilities of widgets, there are not many web sites that provide open APIs for widget services. Therefore, it is difficult to develop and use various widgets. In particular, in order to provide an open API, a web site provider may have to change an existing web server structure or modify web server resources. Therefore, there is a need for a technology for providing an open API that can be easily used by a user without changing the structure of the web server.

본 발명이 해결하고자 하는 기술적 과제는 기존의 웹 서버 구조 또는 웹 서버 리소스를 변경하지 않고 기존 웹 서버에 위젯 서비스를 위한 프록시 서버를 추가하여, 이 프록시 서버로 하여금 오픈 API와 오픈 API 매뉴얼을 제공함으로써, 개발자가 위젯 개발을 가능하도록 하는 것은 물론, 사용자가 위젯을 사용할 수 있도록 하는 오픈 API 제공 프록시 서버 및 이를 이용한 위젯 서비스 제공방법에 관한 것이다. The technical problem to be solved by the present invention is to add a proxy server for widget services to an existing web server without changing the existing web server structure or web server resources, thereby providing the proxy server with an open API and an open API manual In addition, the present invention relates to an open API providing proxy server that enables a developer to develop a widget as well as a widget that a user can use, and a widget service providing method using the same.

상기의 과제를 이루기 위해, 본 발명에 의한 오픈 API 제공 프록시 서버는 네트워크로 연결된 사용자 단말기로부터 요청된 위젯 서비스를 분석하는 오픈 API 모듈; 상기 분석된 결과에 대응하는 웹 콘텐츠를 웹 서버로 요청하고, 상기 요청된 웹 콘텐츠를 상기 웹 서버로부터 수신하는 HTTP 통신 모듈; 및 상기 수신된 웹 콘텐츠를 파싱하여, 상기 위젯 서비스를 위한 데이터를 추출하는 웹 콘텐츠 파싱 모듈를 포함하고, 상기 오픈 API 모듈이 상기 추출된 데이터를 상기 사용자 단말기로전송하는 것을 특징으로 한다.In order to achieve the above object, an open API providing proxy server according to the present invention comprises an open API module for analyzing a widget service requested from a user terminal connected through a network; An HTTP communication module for requesting web content corresponding to the analyzed result to a web server and receiving the requested web content from the web server; And a web content parsing module for parsing the received web content and extracting data for the widget service, wherein the open API module transmits the extracted data to the user terminal.

상기 오픈 API 제공 프록시 서버는, 상기 추출된 데이터를 소정 데이터 포맷으로 가공하는 데이터 가공 모듈을 더 포함하는 것을 특징으로 한다.The open API providing proxy server may further include a data processing module configured to process the extracted data into a predetermined data format.

상기 데이터 가공 모듈은, 상기 추출된 데이터를 XML(eXtensible Markup Language) 및 JSON(JavaScript Object Notation) 중 어느 하나의 데이터 포맷으로 가공하는 것을 특징으로 한다.The data processing module may process the extracted data into one of data formats of XML (eXtensible Markup Language) and JSON (JavaScript Object Notation).

상기 오픈 API 제공 프록시 서버는, 캐싱이 필요한 경우에, 상기 추출된 데이터를 저장하는 로컬 스토리지를 더 포함하는 것을 특징으로 한다.The open API providing proxy server may further include a local storage for storing the extracted data when caching is required.

상기 로컬 스토리지는, 데이터 베이스 또는 일반 파일 중 어느 하나에 해당하는 것을 특징으로 한다.The local storage is characterized in that any one of a database or a normal file.

상기 오픈 API 제공 프록시 서버는, 오픈 API 매뉴얼을 제공하는 매뉴얼 제공모듈을 더 포함하는 것을 특징으로 한다.The open API providing proxy server may further include a manual providing module for providing an open API manual.

상기 매뉴얼 제공 모듈은, 오픈 API 목록 및 사용법을 웹 페이지 및 문서 파일 중 어느 하나의 형태로 제공하는 것을 특징으로 한다.The manual providing module may provide an open API list and usage in one of a web page and a document file.

상기 웹 콘텐츠는, 웹 페이지 데이터, 웹 서비스 데이터, 및 그림, 음성, 동영상을 포함하는 멀티미디어 데이터를 포함하는 것을 특징으로 한다.The web content may include web page data, web service data, and multimedia data including a picture, a voice, and a video.

상기의 다른 과제를 이루기 위해, 본 발명에 의한 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법은 네트워크로 연결된 사용자 단말기로부터 요청된 위젯 서비스를 분석하는 단계; 상기 분석된 결과에 대응하는 웹 콘텐츠를 웹 서버로 요청하는 단계; 상기 웹 서버로부터 수신된 웹 콘텐츠를 파싱하여, 상기 위젯 서비스를 위한 데이터를 추출하는 단계; 및 상기 추출된 데이터를 상기 사용자 단말기로 전송하는 단계를 포함하는 것을 특징으로 한다.In order to achieve the above object, the widget service providing method using an open API providing proxy server according to the present invention comprises the steps of analyzing the widget service requested from the user terminal connected to the network; Requesting web content corresponding to the analyzed result to a web server; Parsing web content received from the web server and extracting data for the widget service; And transmitting the extracted data to the user terminal.

상기 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법은, 상기 추출된 데이터를 소정 데이터 포맷으로 가공하는 단계를 더 포함하는 것을 특징으로 한다.The widget service providing method using the open API providing proxy server may further include processing the extracted data into a predetermined data format.

상기 소정 데이터 포맷은 XML(eXtensible Markup Language) 및 JSON(JavaScript Object Notation)를 포함하는 데이터 포맷인 것을 특징으로 한다.The predetermined data format may be a data format including XML (eXtensible Markup Language) and JSON (JavaScript Object Notation).

상기 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법은, 캐싱이 필요한 경우에, 상기 추출된 데이터를 로컬 스토리지에 저장하는 단계를 더 포함하는 것을 특징으로 한다.The widget service providing method using the open API providing proxy server may further include storing the extracted data in local storage when caching is required.

상기 추출된 데이터를 로컬 스토리지에 저장하는 단계는, 상기 로컬 스토리지로서 데이터 베이스 또는 일반 파일 중 어느 하나에 상기 추출된 데이터를 저장하는 것을 특징으로 한다.The storing of the extracted data in the local storage may include storing the extracted data in either a database or a general file as the local storage.

상기 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법은, 오픈 API 매뉴얼을 제공하는 단계를 더 포함하는 것을 특징으로 한다.The widget service providing method using the open API providing proxy server may further include providing an open API manual.

상기 오픈 API 매뉴얼을 제공하는 단계는, 오픈 API 목록 및 사용법을 웹 페이지 및 문서 파일 중 어느 하나의 형태로 제공하는 것을 특징으로 한다.In the providing of the open API manual, the open API list and usage may be provided in one of a web page and a document file.

상기 웹 콘텐츠는, 웹 페이지 데이터, 웹 서비스 데이터, 및 그림, 음성, 동영상을 포함하는 멀티미디어 데이터를 포함하는 것을 특징으로 한다.The web content may include web page data, web service data, and multimedia data including a picture, a voice, and a video.

본 발명의 실시 예에 따르면, 웹 사이트 사업자는 자신의 웹 서버를 변경하지 않고, 프록시 서버를 통해 위젯 서비스를 위한 오픈 API를 제공할 수 있다.According to an embodiment of the present invention, a web site operator may provide an open API for a widget service through a proxy server without changing his web server.

또한, 오픈 API를 개방함으로써 이제까지 없었던 새로운 아이디어의 위젯을 개발할 수 있도록 한다. 따라서, 이렇게 만들어진 혁신적인 위젯으로 인해 이용률이 증가하면 웹 사이트 사업자, 개발자, 광고주, 사용자 모두에게 이득이 돌아가도록 하는 효과가 있다.It also opens up an open API that allows you to develop widgets of new ideas that have never been there before. Therefore, the increase in utilization rate caused by the innovative widgets created in this way has the effect of benefiting all web site operators, developers, advertisers and users.

또한, 보다 많은 웹 사이트가 손쉽게 오픈 API를 제공할 수 있으며 아울러 웹 환경을 보다 다양화 할 수 있다. 따라서, 오픈 API를 통해 이용환경이 보다 넓어지고 자연히 콘텐츠량이 많아지게 되며 새로운 서비스도 많이 생겨날 수 있다.In addition, more web sites can easily provide open APIs and can diversify the web environment. Therefore, the open API enables a wider usage environment, naturally increases the amount of content, and can generate a lot of new services.

이하, 본 발명에 의한 오픈 API 제공 프록시 서버를 첨부된 도면을 참조하여 상세히 설명한다. Hereinafter, an open API providing proxy server according to the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 따른 오픈 API 제공 프록시 서버를 설명하기 위한 일 실시예의 블록도로서, 프록시 서버(100), 사용자 단말기(200) 및 웹 서버(300)를 포함한다. 1 is a block diagram of an embodiment for describing an open API providing proxy server according to the present invention, and includes a proxy server 100, a user terminal 200, and a web server 300.

프록시 서버(100)는 위젯 서비스를 위한 오픈 API를 사용자 단말기(200)에게 제공한다. 사용자 단말기(200)는 오픈 API를 이용하여 위젯 서비스를 수행하는 클라이언트에 해당한다. 웹 서버(300)는 웹 사이트 혹은 웹 서비스를 제공하는 네트워크 서버이다.The proxy server 100 provides an open API for the widget service to the user terminal 200. The user terminal 200 corresponds to a client that performs a widget service using an open API. The web server 300 is a network server that provides a web site or web service.

이하에서는 프록시 서버(100)을 중심으로 상세히 설명한다. 프록시 서버(100)는 사용자 단말기(200)에 대해 서버 역할을 수행하고, 웹 서버(300)에 대해 클라이언트 역할을 수행한다. 이를 위해, 프록시 서버(100)는 오픈 API 모듈(110), HTTP 통신 모듈(120), 웹 콘텐츠 파싱 모듈(130), 데이터 가공 모듈(140), 로컬 스토리지(150), 매뉴얼 제공 모듈(160)을 포함한다. Hereinafter, the proxy server 100 will be described in detail. The proxy server 100 performs a server role for the user terminal 200 and a client role for the web server 300. To this end, the proxy server 100 is an open API module 110, HTTP communication module 120, Web content parsing module 130, data processing module 140, local storage 150, manual providing module 160 It includes.

오픈 API 모듈(110)은 사용자 단말기(200)로부터 네트워크(10)를 통해 요청된 위젯 서비스를 분석하고, 분석한 결과를 HTTP 통신 모듈(120)로 출력한다. 오픈 API 모듈(110)은 각 오픈 API를 정의하고, 사용자 단말기(200)로부터 각 오픈 API에 대한 요청을 받았을 때, 사용자 단말기(200)가 요청한 위젯 서비스의 종류를 분석하고, 그에 대한 분석 결과를 출력한다. 또한, 후에 기술하는 바와 같이, 그에 해당하는 요청을 처리하여 다시 사용자 단말기(200)에게 응답한다. The open API module 110 analyzes the widget service requested from the user terminal 200 through the network 10, and outputs the analyzed result to the HTTP communication module 120. The open API module 110 defines each open API, and when receiving a request for each open API from the user terminal 200, analyzes the type of widget service requested by the user terminal 200, and analyzes the result of the analysis. Output In addition, as described later, the corresponding process is processed and responds to the user terminal 200 again.

HTTP 통신 모듈(120)은 오픈 API 모듈(110)의 분석 결과에 대응하는 웹 콘텐츠를 웹 서버(300)에 요청하고, 요청된 웹 콘텐츠를 웹 서버(300)로부터 수신한다. HTTP 통신 모듈(120)은 오픈 API가 필요로 하는 데이터를 얻기 위해서, 웹 서버(300)로 해당 웹 요청 신호를 출력하고 이에 대한 응답으로 웹 서버(300)로부터 웹 콘텐츠를 수신하는 것이다. 이때, 웹 콘텐츠는 웹 페이지 데이터, 웹 서비스 데이터, 또는 그림, 음성, 동영상 같은 멀티미디어 데이터가 될 수 있다. The HTTP communication module 120 requests the web server 300 for web content corresponding to the analysis result of the open API module 110, and receives the requested web content from the web server 300. The HTTP communication module 120 outputs a corresponding web request signal to the web server 300 in order to obtain data required by the open API, and receives web content from the web server 300 in response thereto. In this case, the web content may be web page data, web service data, or multimedia data such as pictures, voices, and videos.

웹 서버(300)는 웹 사이트 혹은 웹 서비스를 통해 웹 콘텐츠를 제공하는 네트워크 서버로서, 프록시 서버(100)로부터 위젯 서비스에 대응하는 웹 요청신호를 수신하면, 이에 대응하는 웹 콘텐츠를 프록시 서버(100)로 출력한다. The web server 300 is a network server that provides web content through a web site or a web service. When the web server 300 receives a web request signal corresponding to a widget service from the proxy server 100, the web server 300 transmits the web content corresponding thereto. )

HTTP 통신 모듈(120)은 웹 서버(300)로부터 웹 콘텐츠를 수신하고, 수신된 웹 콘텐츠를 웹 콘텐츠 파싱 모듈(130)로 출력한다.The HTTP communication module 120 receives web content from the web server 300 and outputs the received web content to the web content parsing module 130.

웹 콘텐츠 파싱 모듈(130)은 HTTP 통신 모듈(120)을 통해 수신된 웹 콘텐츠를 파싱하여, 위젯 서비스를 위한 데이터를 추출하고, 추출된 데이터를 데이터 가공 모듈(140) 또는 로컬 스토리지(150)로 출력한다. 웹 콘텐츠 파싱 모듈(130)은 추출된 데이터를 분석하여 로컬 스토리지(150)에 캐싱할 필요가 있는지를 판단한다. 캐싱의 필요성은 웹 콘텐츠의 실시간 제공 필요성 여부에 달려있다. 해당 웹 콘텐츠가 실시간 제공하지 않아도 되는 데이터에 해당하는 경우에는, 웹 콘텐츠 파싱 모듈(130)은 시스템의 효율성을 위해 추출된 데이터를 로컬 스토리지(150)에 캐 싱한다. 로컬 스토리지(150)는 데이터 베이스 혹은 일반 파일이 될 수 있다. 로컬 스토리지(150)는 웹 콘텐츠 파싱 모듈(130)에서 제공된 추출 데이터를 저장하고, 이 후에 동일한 웹 콘텐츠에 대한 위젯 서비스 요청이 있을 경우에, 저장된 데이터를 데이터 가공 모듈(140)로 출력한다.The web content parsing module 130 parses the web content received through the HTTP communication module 120 to extract data for the widget service, and extracts the extracted data to the data processing module 140 or the local storage 150. Output The web content parsing module 130 analyzes the extracted data to determine whether it is necessary to cache it in the local storage 150. The need for caching depends on the need for real-time delivery of web content. If the web content corresponds to data that does not need to be provided in real time, the web content parsing module 130 caches the extracted data in the local storage 150 for the efficiency of the system. Local storage 150 may be a database or a regular file. The local storage 150 stores the extracted data provided by the web content parsing module 130, and then outputs the stored data to the data processing module 140 when there is a widget service request for the same web content.

만일, 웹 콘텐츠가 실시간 제공될 필요가 있는 것인 경우에는, 웹 콘텐츠 파싱 모듈(130)은 추출된 데이터를 로컬 스토리지(150)로 출력하지 않고, 데이터 가공 모듈(140)로 출력한다.If the web content needs to be provided in real time, the web content parsing module 130 does not output the extracted data to the local storage 150 but to the data processing module 140.

데이터 가공 모듈(140)은 웹 콘텐츠 파싱 모듈(130)에서 추출된 데이터를 소정 데이터 포맷으로 가공하고, 가공된 데이터를 오픈 API 모듈(110)로 출력한다. 데이터 가공 모듈(140)은 추출된 데이터를 XML(eXtensible Markup Language), JSON(JavaScript Object Notation) 또는 그 외의 다른 텍스트 포맷으로 가공할 수 있다. The data processing module 140 processes the data extracted from the web content parsing module 130 into a predetermined data format, and outputs the processed data to the open API module 110. The data processing module 140 may process the extracted data in XML (eXtensible Markup Language), JSON (JavaScript Object Notation) or other text format.

오픈 API 모듈(110)은 데이터 가공 모듈(140)에서 가공된 데이터를 수신하고, 수신된 가공 데이터를 네트워크(10)을 통해 사용자 단말기(200)로 전송한다. The open API module 110 receives the processed data from the data processing module 140 and transmits the received processed data to the user terminal 200 through the network 10.

사용자 단말기(200)는 오픈 API 모듈(110)로부터 위젯 서비스를 위한 데이터를 수신하고, 이 데이터를 사용해 위젯 서비스를 제공한다. 사용자 단말기(200)가 제공하는 위젯 서비스는 웹 위젯 또는 모바일 위젯 등이 될 수 있다. The user terminal 200 receives data for the widget service from the open API module 110 and uses the data to provide a widget service. The widget service provided by the user terminal 200 may be a web widget or a mobile widget.

한편, 프록시 서버(100)는 오픈 API 매뉴얼을 제공하는 매뉴얼 제공모듈(160)을 더 포함할 수 있다. 매뉴얼 제공 모듈(160)은 오픈 API 목록 및 사용법을 나타낸 매뉴얼을 제공한다. 사용자 단말기(200)가 네트워크(10)를 통해 프록시 서버(100)로 오픈 API 매뉴얼을 요청하게 되면, 프록시 서버(100)의 매뉴얼 제공 모듈(160)은 오픈 API 목록 및 사용법을 사용자 단말기(200)로 전송한다. 이때, 매뉴얼 제공 모듈(160)은 오픈 API 목록 및 사용법을 웹 페이지 및 문서 파일 중 어느 하나의 형태로 사용자 단말기(200)에게 제공할 수 있다. 개발자는 이러한 오픈 API 매뉴얼을 통해 웹 위젯 또는 모바일 위젯을 개발할 수 있다.On the other hand, the proxy server 100 may further include a manual providing module 160 for providing an open API manual. The manual providing module 160 provides a manual showing a list of open APIs and usage. When the user terminal 200 requests the open API manual to the proxy server 100 through the network 10, the manual providing module 160 of the proxy server 100 may display the open API list and how to use the user terminal 200. To send. In this case, the manual providing module 160 may provide the user terminal 200 with an open API list and usage in the form of one of a web page and a document file. Developers can develop web widgets or mobile widgets through these open API manuals.

전술한, 본원발명에 해당하는 오픈 API 제공 프록시 서버의 각 구성요소에 대해, 예를 들어 설명한다. 프록시 서버(100)가 기상청 웹 서버로부터 도시별 날씨 정보를 얻을 수 있는 getWeather()라는 이름의 오픈 API를 제공하고 있으며, getWeather() 오픈 API를 이용하는 사용자(200)가 있다고 가정한다. 사용자 단말기(200)는 프록시 서버(100)로 getWeather() 오픈 API를 요청한다. 이 요청을 오픈 API 모듈(110)이 수신하여 분석한 후에, getWeather() 오픈 API에 대한 요청임을 확인하고, 분석 결과를 HTTP 통신 모듈(120)로 출력한다. 그 후, HTTP 통신 모듈(120)은 분석 결과에 따른 웹 콘텐츠를 얻을 수 있는 웹 서버(300)로 웹 요청신호를 전송한다. 이 경우, HTTP 통신 모듈(120)은 도시별 날씨 정보를 제공하는 “http://www.kma.go.kr/cgi-bin/sfc/nph-sfc_tm_now”로 웹 페이지 요청을 한다. 웹 서버(300)가 상기 요청 신호에 따라 웹 콘텐츠를 프록시 서버(100)로 전송하면, HTTP 통신 모듈(120)은 웹 콘텐츠를 수신하고, 이 웹 콘텐츠를 웹 콘텐츠 파싱 모듈(130)로 출력한다. 웹 콘텐츠가 HTML 웹 페이지일 경우, 웹 컨텐츠 내용물 안에는 도시별 정보뿐만 아니라 HTML 태그, 주석, 또는 불필요한 문자열 등이 포함되어 있을 수 있다. 웹 콘텐츠 파싱 모듈(130)은 이러한 웹 콘텐츠를 파싱하여, 도시별 날씨 정보 등과 같은 필요한 데이터만을 추출하고, 추출된 데이터를 데이터 가공 모듈(140) 또는 로컬 스토리지(150)로 출력한다. 추출된 데이터는 시스템의 효율성을 높이고자 로컬 스토리지(150)에 캐싱될 수도 있으며, 경우에 따라서는 로컬 스토리지(150)가 사용되지 않을 수도 있다. 데이터 가공 모듈(140)은 추출된 데이터를 가공하여 XML(eXtensible Markup Language), JSON(JavaScript Object Notation), 또는 그 이외 다른 텍스트 포맷과 같은 특정 데이터 포맷으로 가공 및 생성한다. 그 후, 오픈 API 모듈(110)은 이렇게 생성된 데이터를 사용자 단말기(200)로 전송한다. For example, each component of the open API provision proxy server which concerns on this invention mentioned above is demonstrated. It is assumed that the proxy server 100 provides an open API named getWeather () that can obtain weather information for each city from the Meteorological Agency web server, and there is a user 200 using the getWeather () open API. The user terminal 200 requests the getWeather () open API from the proxy server 100. After receiving and analyzing the request, the open API module 110 confirms that it is a request for the getWeather () open API, and outputs the analysis result to the HTTP communication module 120. Thereafter, the HTTP communication module 120 transmits a web request signal to a web server 300 that can obtain web content according to the analysis result. In this case, the HTTP communication module 120 makes a web page request to “ http://www.kma.go.kr/cgi-bin/sfc/nph-sfc_tm_now ” which provides weather information for each city. When the web server 300 transmits the web content to the proxy server 100 according to the request signal, the HTTP communication module 120 receives the web content and outputs the web content to the web content parsing module 130. . When the web content is an HTML web page, the web content content may include not only city information but also HTML tags, comments, or unnecessary strings. The web content parsing module 130 parses the web content, extracts only necessary data such as weather information for each city, and outputs the extracted data to the data processing module 140 or the local storage 150. The extracted data may be cached in the local storage 150 to increase the efficiency of the system, and in some cases, the local storage 150 may not be used. The data processing module 140 processes the extracted data and processes and generates the extracted data into a specific data format such as XML (JavaScript Object Notation), JSON, or other text format. Thereafter, the open API module 110 transmits the generated data to the user terminal 200.

이하, 본 발명에 의한 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법을 첨부된 도면을 참조하여 상세히 설명한다. Hereinafter, a widget service providing method using an open API providing proxy server according to the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명에 따른 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법을 설명하기 위한 일 실시예의 플로차트이다. 2 is a flowchart of an embodiment for explaining a widget service providing method using an open API providing proxy server according to the present invention.

먼저, 네트워크로 연결된 사용자 단말기로부터 요청된 위젯 서비스를 분석한다(제400 단계). 사용자 단말기로부터 요청된 위젯 서비스의 종류를 분석하고, 그에 대한 분석 결과를 출력한다. First, a widget service requested from a user terminal connected through a network is analyzed (operation 400). The type of widget service requested from the user terminal is analyzed and the analysis result is output.

제400 단계 후에, 분석된 결과에 대응하는 웹 콘텐츠를 웹 서버로 요청한다(제402 단계). 웹 서버는 웹 사이트 혹은 웹 서비스를 통해 웹 콘텐츠를 제공하는 네트워크 서버로서, 프록시 서버(100)로부터 위젯 서비스에 대응하는 웹 요청신호를 수신하면, 이에 대응하는 웹 콘텐츠를 프록시 서버(100)로 전송한다. 이때, 웹 콘텐츠는 웹 페이지 데이터, 웹 서비스 데이터, 또는 그림, 음성, 동영상 같은 멀티미디어 데이터가 될 수 있다. After operation 400, the web content corresponding to the analyzed result is requested to the web server (operation 402). The web server is a network server providing web content through a web site or a web service. When the web server receives a web request signal corresponding to a widget service from the proxy server 100, the web server transmits the web content corresponding to the web service to the proxy server 100. do. In this case, the web content may be web page data, web service data, or multimedia data such as pictures, voices, and videos.

제402 단계 후에, 웹 서버로부터 수신된 웹 콘텐츠를 파싱하여, 위젯 서비스를 위한 데이터를 추출한다(제404 단계). 수신된 웹 콘텐츠를 파싱하여, 위젯 서비스를 위한 데이터를 추출한다. After operation 402, the web content received from the web server is parsed to extract data for the widget service (operation 404). Parse the received web content to extract data for the widget service.

제404 단계 후에, 캐싱이 요구되는가를 판단한다(제406 단계). 추출된 데이터를 분석하여 로컬 스토리지(150)에 캐싱할 필요가 있는지를 판단한다. 캐싱의 필요성은 웹 콘텐츠의 실시간 제공 필요성 여부에 달려있다. 해당 웹 콘텐츠가 실시간 제공하지 않아도 되는 데이터에 해당하는 경우에는, 제408 단계로 진행한다. 그러나, 웹 콘텐츠가 실시간 제공될 필요가 있는 것인 경우에는, 제410 단계로 진행한다.After step 404, it is determined whether caching is required (step 406). The extracted data is analyzed to determine whether it is necessary to cache the local storage 150. The need for caching depends on the need for real-time delivery of web content. If the web content corresponds to data that does not need to be provided in real time, the process proceeds to step 408. However, if the web content needs to be provided in real time, the process proceeds to step 410.

만일, 캐싱이 요구된다면, 추출된 데이터를 로컬 스토리지에 저장한다(제408 단계). 로컬 스토리지로서 데이터 베이스 또는 일반 파일 중 어느 하나에 상기 추출된 데이터를 저장한다. 로컬 스토리지(150)는 이 후에 동일한 웹 콘텐츠에 대한 위젯 서비스 요청이 있을 경우에, 저장된 데이터를 출력한다.If caching is required, the extracted data is stored in local storage (step 408). The extracted data is stored in either a database or a regular file as local storage. The local storage 150 then outputs the stored data when there is a widget service request for the same web content.

제406 단계 또는 제408 단계 후에, 추출된 데이터를 소정 데이터 포맷으로 가공한다(제410 단계). 소정 데이터 포맷으로서 XML(eXtensible Markup Language) 및 JSON(JavaScript Object Notation) 또는 그 외의 다른 텍스트 포맷으로 가공할 수 있다. After step 406 or step 408, the extracted data is processed into a predetermined data format (step 410). As a predetermined data format, it can be processed into XML (eXtensible Markup Language) and JSON (JavaScript Object Notation) or other text formats.

제410 단계 후에, 가공된 데이터를 사용자 단말기로 전송한다(제412 단계). 사용자 단말기(200)는 프록시 서버(100)로부터 위젯 서비스를 위한 가공 데이터를 수신하고, 이 데이터를 사용해 위젯 서비스를 제공한다. 사용자 단말기(200)가 제공하는 위젯 서비스는 웹 위젯 또는 모바일 위젯 등이 될 수 있다. After operation 410, the processed data is transmitted to the user terminal (operation 412). The user terminal 200 receives the processing data for the widget service from the proxy server 100 and uses the data to provide the widget service. The widget service provided by the user terminal 200 may be a web widget or a mobile widget.

한편, 본 발명에 따른 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법은 오픈 API 매뉴얼을 제공하는 단계를 더 포함할 수 있다. 오픈 API 매뉴얼은 오픈 API 목록 및 사용법을 나타낸 매뉴얼이다. 이러한 오픈 API 목록 및 사용법은 웹 페이지 및 문서 파일 중 어느 하나의 형태로 사용자 단말기(200)에게 제공된다. Meanwhile, the widget service providing method using the open API providing proxy server according to the present invention may further include providing an open API manual. Open API manual is a manual that shows the list and usage of open API. The open API list and usage are provided to the user terminal 200 in the form of a web page or a document file.

오픈 API 매뉴얼을 제공하는 단계는 전술한 각 단계 중 어느 단계에서도 수행될 수 있다. 즉, 사용자 단말기(200)가 프록시 서버(100)로 오픈 API 매뉴얼을 요청하게 되면, 프록시 서버(100)는 오픈 API 목록 및 사용법을 사용자 단말기(200)에게 전송한다. 개발자는 이러한 오픈 API 매뉴얼을 통해 웹 위젯 또는 모바일 위젯을 개발할 수 있다.Providing the open API manual may be performed at any of the above-described steps. That is, when the user terminal 200 requests the open API manual to the proxy server 100, the proxy server 100 transmits the open API list and usage to the user terminal 200. Developers can develop web widgets or mobile widgets through these open API manuals.

한편, 상술한 본 발명의 방법 발명은 컴퓨터에서 읽을 수 있는 코드/명령들(instructions)/프로그램으로 구현될 수 있다. 예를 들면, 컴퓨터로 읽을 수 있는 기록 매체를 이용하여 상기 코드/명령들/프로그램을 동작시키는 범용 디지털 컴퓨터에서 구현될 수 있다. 상기 컴퓨터로 읽을 수 있는 기록 매체는 마그네틱 저장 매체(예를 들어, 롬, 플로피 디스크, 하드디스크, 마그네틱 테이프 등), 광학적 판독 매체(예를 들면, 시디롬, 디브이디 등) 와 같은 저장 매체를 포함한다. Meanwhile, the method inventions of the present invention described above can be implemented as computer readable codes / instructions / programs. For example, it may be implemented in a general-purpose digital computer for operating the code / instructions / program using a computer-readable recording medium. The computer-readable recording medium includes storage media such as magnetic storage media (eg, ROM, floppy disk, hard disk, magnetic tape, etc.), optical reading media (eg, CD-ROM, DVD, etc.) .

이러한 본원 발명인 오픈 API 제공 프록시 서버 및 이를 이용한 위젯 서비스 제공방법은 이해를 돕기 위하여 도면에 도시된 실시예를 참고로 설명되었으나, 이는 예시적인 것에 불과하며, 당해 분야에서 통상적 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 타 실시예가 가능하다는 점을 이해할 것이다. 따라서, 본 발명의 진정한 기술적 보호 범위는 첨부된 특허청구범위에 의해 정해져야 할 것이다.Such an open API providing proxy server of the present invention and a widget service providing method using the same have been described with reference to the embodiments shown in the drawings for clarity, but this is merely an example, and those skilled in the art will appreciate It will be understood that various modifications and other equivalent embodiments are possible. Therefore, the true technical protection scope of the present invention will be defined by the appended claims.

도 1은 본 발명에 따른 오픈 API 제공 프록시 서버를 설명하기 위한 일 실시예의 블록도이다.1 is a block diagram of an embodiment for describing an open API providing proxy server according to the present invention.

도 2는 본 발명에 따른 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법을 설명하기 위한 일 실시예의 플로차트이다. 2 is a flowchart of an embodiment for explaining a widget service providing method using an open API providing proxy server according to the present invention.

Claims (16)

네트워크로 연결된 사용자 단말기로부터 요청된 위젯 서비스를 분석하는 오픈 API 모듈; An open API module for analyzing a widget service requested from a networked user terminal; 상기 분석된 결과에 대응하는 웹 콘텐츠를 웹 서버로 요청하고, 상기 요청된 웹 콘텐츠를 상기 웹 서버로부터 수신하는 HTTP 통신 모듈; 및An HTTP communication module for requesting web content corresponding to the analyzed result to a web server and receiving the requested web content from the web server; And 상기 수신된 웹 콘텐츠를 파싱하여, 상기 위젯 서비스를 위한 데이터를 추출하는 웹 콘텐츠 파싱 모듈를 포함하고,A web content parsing module for parsing the received web content and extracting data for the widget service; 상기 오픈 API 모듈이 상기 추출된 데이터를 상기 사용자 단말기로 전송하는 것을 특징으로 하는 오픈 API 제공 프록시 서버.The open API module provides a proxy server, characterized in that for transmitting the extracted data to the user terminal. 제1항에 있어서, 상기 오픈 API 제공 프록시 서버는The proxy server of claim 1, wherein the open API providing proxy server comprises: 상기 추출된 데이터를 소정 데이터 포맷으로 가공하는 데이터 가공 모듈을 더 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버.And a data processing module for processing the extracted data into a predetermined data format. 제2항에 있어서, 상기 데이터 가공 모듈은The method of claim 2, wherein the data processing module 상기 추출된 데이터를 XML(eXtensible Markup Language) 및 JSON(JavaScript Object Notation) 중 어느 하나의 데이터 포맷으로 가공하는 것을 특징으로 하는 오픈 API 제공 프록시 서버.Open API providing proxy server, characterized in that for processing the extracted data in any one of the data format of XML (eXtensible Markup Language) and JSON (JavaScript Object Notation). 제1항에 있어서, 상기 오픈 API 제공 프록시 서버는The proxy server of claim 1, wherein the open API providing proxy server comprises: 캐싱이 필요한 경우에, 상기 추출된 데이터를 저장하는 로컬 스토리지를 더 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버.If caching is required, the open API providing proxy server, characterized in that it further comprises a local storage for storing the extracted data. 제4항에 있어서, 상기 로컬 스토리지는The method of claim 4, wherein the local storage is 데이터 베이스 또는 일반 파일 중 어느 하나에 해당하는 것을 특징으로 하는 오픈 API 제공 프록시 서버.An open API providing proxy server, characterized in that it corresponds to either a database or a regular file. 제1항에 있어서, 상기 오픈 API 제공 프록시 서버는The proxy server of claim 1, wherein the open API providing proxy server comprises: 오픈 API 매뉴얼을 제공하는 매뉴얼 제공모듈을 더 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버.Open API providing proxy server, characterized in that it further comprises a manual providing module for providing an open API manual. 제6항에 있어서, 상기 매뉴얼 제공 모듈은 The method of claim 6, wherein the manual providing module 오픈 API 목록 및 사용법을 웹 페이지 및 문서 파일 중 어느 하나의 형태로 제공하는 것을 특징으로 하는 오픈 API 제공 프록시 서버. An open API providing proxy server, characterized by providing an open API list and usage in the form of a web page or a document file. 제1항에 있어서, 상기 웹 콘텐츠는,The method of claim 1, wherein the web content, 웹 페이지 데이터, 웹 서비스 데이터, 및 그림, 음성, 동영상을 포함하는 멀티미디어 데이터를 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버. An open API providing proxy server comprising web page data, web service data, and multimedia data including pictures, voice, and video. 네트워크로 연결된 사용자 단말기로부터 요청된 위젯 서비스를 분석하는 단계; Analyzing a widget service requested from a networked user terminal; 상기 분석된 결과에 대응하는 웹 콘텐츠를 웹 서버로 요청하는 단계;Requesting web content corresponding to the analyzed result to a web server; 상기 웹 서버로부터 수신된 웹 콘텐츠를 파싱하여, 상기 위젯 서비스를 위한 데이터를 추출하는 단계; 및Parsing web content received from the web server and extracting data for the widget service; And 상기 추출된 데이터를 상기 사용자 단말기로 전송하는 단계를 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법.Widget service providing method using an open API providing proxy server, characterized in that it comprises the step of transmitting the extracted data to the user terminal. 제9항에 있어서, 상기 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법은The method of claim 9, wherein the widget service providing method using the open API providing proxy server 상기 추출된 데이터를 소정 데이터 포맷으로 가공하는 단계를 더 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법.And processing the extracted data in a predetermined data format. 제10항에 있어서, The method of claim 10, 상기 소정 데이터 포맷은 XML(eXtensible Markup Language) 및 JSON(JavaScript Object Notation)를 포함하는 데이터 포맷인 것을 특징으로 하는 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법.The predetermined data format is a widget service providing method using an open API providing proxy server, characterized in that the data format including XML (eXtensible Markup Language) and JSON (JavaScript Object Notation). 제9항에 있어서, 상기 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법은The method of claim 9, wherein the widget service providing method using the open API providing proxy server 캐싱이 필요한 경우에, 상기 추출된 데이터를 로컬 스토리지에 저장하는 단계를 더 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법.If caching is needed, the widget service providing method using an open API providing proxy server, characterized in that it further comprises the step of storing the extracted data in local storage. 제12항에 있어서, 상기 추출된 데이터를 로컬 스토리지에 저장하는 단계는The method of claim 12, wherein storing the extracted data in local storage 상기 로컬 스토리지로서 데이터 베이스 또는 일반 파일 중 어느 하나에 상기 추출된 데이터를 저장하는 것을 특징으로 하는 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법.A widget service providing method using an open API providing proxy server, wherein the extracted data is stored as one of a database and a general file as the local storage. 제9항에 있어서, 상기 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법은The method of claim 9, wherein the widget service providing method using the open API providing proxy server 오픈 API 매뉴얼을 제공하는 단계를 더 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법.Widget service providing method using an open API providing proxy server, characterized in that it further comprises the step of providing an open API manual. 제14항에 있어서, 상기 오픈 API 매뉴얼을 제공하는 단계는 The method of claim 14, wherein providing the open API manual 오픈 API 목록 및 사용법을 웹 페이지 및 문서 파일 중 어느 하나의 형태로 제공하는 것을 특징으로 하는 오픈 API 제공 프록시 서버를 이용한 위젯 서비스 제공방법. A method of providing a widget service using an open API providing proxy server, wherein the open API list and usage are provided in one of a web page and a document file. 제9항에 있어서, 상기 웹 콘텐츠는,The method of claim 9, wherein the web content, 웹 페이지 데이터, 웹 서비스 데이터, 및 그림, 음성, 동영상을 포함하는 멀티미디어 데이터를 포함하는 것을 특징으로 하는 오픈 API 제공 프록시 서버를 이용한 위 젯 서비스 제공방법. A method for providing a widget service using an open API providing proxy server, comprising web page data, web service data, and multimedia data including pictures, voices, and videos.
KR1020090085487A 2009-09-10 2009-09-10 A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server KR101117762B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020090085487A KR101117762B1 (en) 2009-09-10 2009-09-10 A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020090085487A KR101117762B1 (en) 2009-09-10 2009-09-10 A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server

Publications (2)

Publication Number Publication Date
KR20110027411A KR20110027411A (en) 2011-03-16
KR101117762B1 true KR101117762B1 (en) 2012-03-16

Family

ID=43934230

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020090085487A KR101117762B1 (en) 2009-09-10 2009-09-10 A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server

Country Status (1)

Country Link
KR (1) KR101117762B1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101296321B1 (en) * 2011-06-09 2013-08-14 주식회사 피씨엔 A contents service interface providing system based on open APIs and the method thereof
WO2019164293A1 (en) * 2018-02-21 2019-08-29 주식회사 팬라인 Information search method and apparatus utilizing non-hierarchical database structure
KR102230272B1 (en) * 2020-12-09 2021-03-19 주식회사 이글루시큐리티 Application programming interface relay method between frontend and backend

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090001421A (en) * 2007-04-10 2009-01-09 주식회사 인스프리트 System of providing advertising date using advertisement widget application and method thereof
KR20090068917A (en) * 2007-12-24 2009-06-29 (주)모비루스 Wired and wireless widget service system and method thereof
KR20100073794A (en) * 2008-12-23 2010-07-01 주식회사 케이티 Apparatus and method for providing widget contents based on web browser

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20090001421A (en) * 2007-04-10 2009-01-09 주식회사 인스프리트 System of providing advertising date using advertisement widget application and method thereof
KR20090068917A (en) * 2007-12-24 2009-06-29 (주)모비루스 Wired and wireless widget service system and method thereof
KR20100073794A (en) * 2008-12-23 2010-07-01 주식회사 케이티 Apparatus and method for providing widget contents based on web browser

Also Published As

Publication number Publication date
KR20110027411A (en) 2011-03-16

Similar Documents

Publication Publication Date Title
US7870482B2 (en) Web browser extension for simplified utilization of web services
Boulos et al. Web GIS in practice VIII: HTML5 and the canvas element for interactive online mapping
US9916293B2 (en) Module specification for a module to be incorporated into a container document
CN100462964C (en) Updating display method for webpage data
US8429099B1 (en) Dynamic gazetteers for entity recognition and fact association
US20140089786A1 (en) Automated Processor For Web Content To Mobile-Optimized Content Transformation
US20150074513A1 (en) Webpage Browsing Method, Webapp Framework, Method and Device for Executing Javascript and Mobile Terminal
WO2017206626A1 (en) Network resource access apparatus, mixed apparatus, and method
US20100251084A1 (en) Input content to application via web browser
US20100229081A1 (en) Method for Providing a Navigation Element in an Application
CA2716635C (en) Methods for web content optimization in single page display environments and systems thereof
US20110145299A1 (en) Offline Gadgets IDE
US10037215B2 (en) Method and apparatus for interworking application and web browser
WO2014126069A1 (en) Output function dividing system
KR100909232B1 (en) Method for system for interface of wep page
US7912924B1 (en) Adding functionality with respect to one or more web pages
US20120120436A1 (en) Remote printing
Han et al. Policy on literature content based on software as service
KR101117762B1 (en) A proxy server providing an Open Application Programming Interface and method providing Widget service using the proxy server
Rodrigues et al. New trends on ubiquitous mobile multimedia applications
KR100918503B1 (en) Method and System for Providing Web Page Information Using Website Link Information
CN112507259A (en) Webpage loading method and device, electronic equipment and storage medium
CN101772196A (en) Method and system for processing message sent by mobile terminal and acting server
US20090327233A1 (en) Method of selecting objects in web pages
CN103942291A (en) Method and device for displaying information on browser interface

Legal Events

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

Payment date: 20160201

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee