[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

KR20130047152A - Apparatus and method for providing rss service - Google Patents

Apparatus and method for providing rss service Download PDF

Info

Publication number
KR20130047152A
KR20130047152A KR1020110111992A KR20110111992A KR20130047152A KR 20130047152 A KR20130047152 A KR 20130047152A KR 1020110111992 A KR1020110111992 A KR 1020110111992A KR 20110111992 A KR20110111992 A KR 20110111992A KR 20130047152 A KR20130047152 A KR 20130047152A
Authority
KR
South Korea
Prior art keywords
rss
information
address
directory
file
Prior art date
Application number
KR1020110111992A
Other languages
Korean (ko)
Other versions
KR101385689B1 (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 KR1020110111992A priority Critical patent/KR101385689B1/en
Publication of KR20130047152A publication Critical patent/KR20130047152A/en
Application granted granted Critical
Publication of KR101385689B1 publication Critical patent/KR101385689B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/09Mapping addresses
    • H04L61/10Mapping addresses of different types
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04BTRANSMISSION
    • H04B7/00Radio transmission systems, i.e. using radiation field
    • H04B7/02Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas
    • H04B7/04Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas using two or more spaced independent antennas
    • H04B7/08Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas using two or more spaced independent antennas at the receiving station
    • H04B7/0837Diversity systems; Multi-antenna system, i.e. transmission or reception using multiple antennas using two or more spaced independent antennas at the receiving station using pre-detection combining
    • H04B7/0842Weighted combining
    • H04B7/0848Joint weighting
    • H04B7/0857Joint weighting using maximum ratio combining techniques, e.g. signal-to- interference ratio [SIR], received signal strenght indication [RSS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Tourism & Hospitality (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE: An apparatus for providing an RSS service and a method thereof are provided to allow a document and content management system such as a file server, a document management server, or the like to interoperate with another system such as a groupware, a bulletin board, an email system, or the like by using RSS without development work for interoperability. CONSTITUTION: An RSS service apparatus receives a request for RSS information issuance from an issuer client in step 310. The RSS service apparatus generates an RSS address according to the request for RSS information issuance in step 320. The RSS service apparatus transmits the RSS address to the issuer client in step 330. The RSS service apparatus receives a request for the RSS address from a user client in step 340. The RSS service apparatus sends a query using query conditions included in the RSS address to a file service apparatus and receives information about files and directories from the file service apparatus in step 350. The RSS service apparatus determines whether a target directory has a sub directory in step 360. If it is determined that the target directory has a sub directory in step 360, the RSS service apparatus generates an RSS address of the sub directory in step 370. The RSS service apparatus generates RSS information including the information about files in the target directory and the RSS address of the sub directory and sends the generated RSS information to the user client in step 380. If it is determined that the target directory does not have a sub directory in step 360, the RSS service apparatus generates RSS information including the information about files in the target directory and sends the generated RSS information to the user client in step 380. [Reference numerals] (310) Receive an RSS information issue request; (320) Generate an RSS address; (330) Transmit the RSS address to an issuer client; (340) Receive a request signal to the RSS address; (350) Receive query and file information and directory information to a file service device; (360) Sub directory of a target directory exists?; (370) Generate an RSS address for the sub directory; (380) Generate and transmit RSS information; (AA) Start; (BB) No; (CC) Yes; (DD) End

Description

RSS 서비스 제공 장치 및 방법{APPARATUS AND METHOD FOR PROVIDING RSS SERVICE}JRS service provision device and method {APPARATUS AND METHOD FOR PROVIDING RSS SERVICE}

본 발명은 RSS(Rich Site Summary) 서비스에 관한 기술로써, 보다 상세하게는 파일의 정보를 제공하는 RSS 서비스 기술에 관한 것이다.
The present invention relates to a RSS (Rich Site Summary) service, and more particularly, to an RSS service technology for providing file information.

최근 웹 하드, 클라우드 시스템 등 통신 기술의 발전으로 인해 문서 파일 등의 데이터를 서버에 저장하고, 장소에 제약 없이 이용하도록 제공하는 서비스가 등장하고 있다. 하지만, 저장된 문서 파일에 접근하기 위해서는 해당 시스템에 접속하여 해당 문서를 찾기 위함 검색 과정 등을 사용자가 진행하여야 하기 때문에 번거로운 점이 있다.
Recently, due to the development of communication technologies such as web hard and cloud systems, a service for storing data such as document files on a server and providing them to be used without restriction in places has emerged. However, in order to access the stored document file, the user has to perform a search process to find the document by accessing the corresponding system, which is cumbersome.

본 발명은 RSS 서비스를 이용하여 파일 서비스 장치의 특정 디렉토리에 저장된 문서의 목록을 제공하는 RSS 서비스 장치를 제공하고자 한다.An object of the present invention is to provide an RSS service apparatus that provides a list of documents stored in a specific directory of a file service apparatus using an RSS service.

본 발명은 특정 디렉토리에 저장된 문서의 목록 및 해당 디렉토리의 하위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 제공하는 RSS 서비스 장치를 제공하고자 한다.The present invention provides an RSS service apparatus for providing RSS information including a list of documents stored in a specific directory and an RSS address corresponding to a subdirectory of the directory.

본 발명은 특정 디렉토리에 저장된 문서의 목록, 해당 디렉토리의 상위 디렉토리에 상응하는 RSS 주소, 해당 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 제공하는 RSS 서비스 장치를 제공하고자 한다.The present invention provides an RSS service apparatus for providing RSS information including a list of documents stored in a specific directory, an RSS address corresponding to an upper directory of the directory, and an RSS address corresponding to the directory.

본 발명은 파일 서비스 장치의 특정 디렉토리에 관한 정보를 채널 엘리먼트로 포함하고, 해당 디렉토리에 포함된 파일의 정보를 아이템 엘리먼트로 포함하는 RSS 정보를 제공하는 RSS 서비스 장치를 제공하고자 한다.
An object of the present invention is to provide an RSS service apparatus including information on a specific directory of a file service apparatus as a channel element, and providing RSS information including information of a file included in the directory as an item element.

본 발명의 일 측면에 따르면, 제1 클라이언트로부터 RSS(Rich Site summary, Really Simple Syndication) 주소로 요청 신호를 수신하는 서비스 제공부; 상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 질의부; 및 상기 디렉토리 정보에서 대상 디렉토리의 하위 디렉토리가 존재하는 경우 상기 하위 디렉토리에 상응하는 RSS 주소를 생성하고, 상기 대상 디렉토리에 상응하는 파일 정보 및 상기 하위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 생성하여 상기 제1 클라이언트로 전송하는 RSS 정보 생성부를 포함하는 RSS 서비스 장치가 제공된다.According to an aspect of the invention, the service providing unit for receiving a request signal to a Rich Site summary (Really Simple Syndication) address from the first client; A query unit for querying a file service device according to the RSS address to receive file information and directory information; And if the subdirectory of the target directory exists in the directory information, generates an RSS address corresponding to the subdirectory, and generates RSS information including file information corresponding to the target directory and an RSS address corresponding to the subdirectory. An RSS service apparatus including an RSS information generator for transmitting to the first client is provided.

상기 서비스 제공부는 제2 클라이언트로부터 RSS 정보 발급 요청을 수신하고, 상기 RSS 정보 생성부는 상기 RSS 정보 발급 요청에 따라 상기 RSS 주소를 생성하고, 상기 RSS 주소를 상기 제2 클라이언트로 전송할 수 있다.
The service provider may receive a request for issuing RSS information from a second client, the RSS information generator may generate the RSS address according to the request for issuing the RSS information, and transmit the RSS address to the second client.

본 발명의 다른 측면에 따르면, 제1 클라이언트로부터 RSS(Rich Site summary, Really Simple Syndication) 주소로 요청 신호를 수신하는 서비스 제공부; 상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 질의부; 및 상기 디렉토리 정보에서 대상 디렉토리의 상위 디렉토리가 존재하는 경우 상기 상위 디렉토리에 상응하는 RSS 주소를 생성하고, 상기 대상 디렉토리에 상응하는 파일 정보 및 상기 상위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 생성하여 상기 제1 클라이언트로 전송하는 RSS 정보 생성부를 포함하는 RSS 서비스 장치가 제공된다.According to another aspect of the invention, the service providing unit for receiving a request signal from the first client to a Rich Site summary, Really Simple Syndication (RSS) address; A query unit for querying a file service device according to the RSS address to receive file information and directory information; And generating an RSS address corresponding to the upper directory when the upper directory of the target directory exists in the directory information, and generating RSS information including file information corresponding to the target directory and an RSS address corresponding to the upper directory. An RSS service apparatus including an RSS information generator for transmitting to the first client is provided.

상기 서비스 제공부는 제2 클라이언트로부터 RSS 정보 발급 요청을 수신하고, 상기 RSS 정보 생성부는 상기 RSS 정보 발급 요청에 따라 상기 RSS 주소를 생성하고, 상기 RSS 주소를 상기 제2 클라이언트로 전송할 수 있다.The service provider may receive a request for issuing RSS information from a second client, the RSS information generator may generate the RSS address according to the request for issuing the RSS information, and transmit the RSS address to the second client.

상기 RSS 정보 생성부는 상기 대상 디렉토리의 RSS 주소를 상기 RSS 정보에 포함시킬 수 있다.
The RSS information generator may include an RSS address of the target directory in the RSS information.

본 발명의 또 다른 측면에 따르면, 클라이언트로부터 RSS(Rich Site summary, Really Simple Syndication) 주소로 요청 신호를 수신하는 서비스 제공부; 상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 질의부; 및 상기 파일의 이름 및 주소 정보 중 하나 이상을 아이템 엘리먼트(Item element)에 삽입하여 RSS 정보를 생성하고, 상기 RSS 정보를 상기 클라이언트로 전송하는 RSS 정보 생성부를 포함하는 RSS 서비스 장치가 제공된다.According to another aspect of the invention, the service providing unit for receiving a request signal from a client to a Rich Site summary (Really Simple Syndication) address (RSS); A query unit for querying a file service device according to the RSS address to receive file information and directory information; And an RSS information generation unit for generating RSS information by inserting at least one of the name and address information of the file into an item element, and transmitting the RSS information to the client.

상기 RSS 정보 생성부는 상기 디렉토리 정보를 채널 엘리먼트(channel element)에 삽입하여 상기 RSS 정보를 생성할 수 있다.
The RSS information generator may generate the RSS information by inserting the directory information into a channel element.

본 발명의 또 다른 측면에 따르면, RSS(Rich Site summary, Really Simple Syndication) 서비스 장치가 RSS 서비스를 제공하는 방법에 있어서, 제1 클라이언트로부터 RSS 주소로 요청 신호를 수신하는 단계; 상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 단계; 상기 디렉토리 정보에서 대상 디렉토리의 하위 디렉토리가 존재하는 경우 상기 하위 디렉토리에 상응하는 RSS 주소를 생성하는 단계; 상기 대상 디렉토리에 상응하는 파일 정보 및 상기 하위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 생성하는 단계; 및 상기 제1 클라이언트로 전송하는 단계를 포함하는 RSS 서비스 방법이 제공된다.According to another aspect of the present invention, a method for providing an RSS service by a RSS (Rich Site summary, Really Simple Syndication) service apparatus, the method comprising: receiving a request signal from the first client to the RSS address; Querying a file service device according to the RSS address to receive file information and directory information; Generating an RSS address corresponding to the sub directory when the sub directory of the target directory exists in the directory information; Generating RSS information including file information corresponding to the target directory and an RSS address corresponding to the subdirectory; And transmitting to the first client.

제2 클라이언트로부터 RSS 정보 발급 요청을 수신하는 단계; 상기 RSS 정보 발급 요청에 따라 상기 RSS 주소를 생성하는 단계; 및 상기 RSS 주소를 상기 제2 클라이언트로 전송하는 단계를 더 포함할 수 있다.
Receiving a request for issuing RSS information from a second client; Generating the RSS address according to the RSS information issuance request; And transmitting the RSS address to the second client.

본 발명의 또 다른 측면에 따르면, RSS(Rich Site summary, Really Simple Syndication) 서비스 장치가 RSS 서비스를 제공하는 방법에 있어서, 제1 클라이언트로부터 RSS 주소로 요청 신호를 수신하는 단계; 상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 단계; 상기 디렉토리 정보에서 대상 디렉토리의 상위 디렉토리가 존재하는 경우 상기 상위 디렉토리에 상응하는 RSS를 생성하는 단계; 상기 대상 디렉토리에 상응하는 파일 정보 및 상기 상위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 생성하여 상기 제1 클라이언트로 전송하는 단계를 포함하는 RSS 서비스 방법이 제공된다.According to another aspect of the present invention, a method for providing an RSS service by a RSS (Rich Site summary, Really Simple Syndication) service apparatus, the method comprising: receiving a request signal from the first client to the RSS address; Querying a file service device according to the RSS address to receive file information and directory information; Generating an RSS corresponding to the upper directory when the upper directory of the target directory exists in the directory information; An RSS service method comprising generating and transmitting RSS information including file information corresponding to the target directory and an RSS address corresponding to the upper directory to the first client.

제2 클라이언트로부터 RSS 정보 발급 요청을 수신하는 단계; 상기 RSS 정보 발급 요청에 따라 상기 RSS 주소 및 상기 RSS 주소에 상응하는 질의문을 생성하는 단계; 및 상기 RSS 주소를 상기 제2 클라이언트로 전송하는 단계를 더 포함할 수 있다.Receiving a request for issuing RSS information from a second client; Generating a query corresponding to the RSS address and the RSS address according to the RSS information issuance request; And transmitting the RSS address to the second client.

상기 RSS 정보를 생성하여 상기 제1 클라이언트로 전송하는 단계는 상기 대상 디렉토리의 RSS 주소를 상기 RSS 정보에 더 포함시키는 단계일 수 있다.
Generating the RSS information and transmitting the RSS information to the first client may further include including an RSS address of the target directory in the RSS information.

본 발명의 또 다른 측면에 따르면, RSS(Rich Site summary, Really Simple Syndication) 서비스 장치가 RSS 서비스를 제공하는 방법에 있어서, 클라이언트로부터 RSS 주소로 요청 신호를 수신하는 단계; 상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 단계; 및 상기 파일의 이름 및 주소 정보 중 하나 이상을 아이템 엘리먼트(Item element)에 삽입하여 RSS 정보를 생성하는 단계; 상기 RSS 정보를 상기 클라이언트로 전송하는 단계를 포함하는 RSS 서비스 방법이 제공된다.According to another aspect of the present invention, a method for providing an RSS service by a RSS (Rich Site summary, Really Simple Syndication) service apparatus, the method comprising: receiving a request signal from a client to an RSS address; Querying a file service device according to the RSS address to receive file information and directory information; And generating RSS information by inserting at least one of name and address information of the file into an item element. An RSS service method is provided that includes transmitting the RSS information to the client.

상기 RSS 정보를 생성하는 단계는 상기 디렉토리 정보를 채널 엘리먼트(channel element)에 삽입하여 상기 RSS 정보를 생성하는 단계일 수 있다.
The generating of the RSS information may include generating the RSS information by inserting the directory information into a channel element.

본 발명에 따르면, 파일서버 및 문서관리서버 등의 문서 및 컨텐츠 관리 시스템이 그룹웨어, 게시판, 이메일 시스템 등의 다른 시스템과 연동하는데 있어서 별도의 연동에 대한 개발없이 RSS 이용하여 연동할 수 있다.According to the present invention, a document and content management system such as a file server and a document management server can be linked using RSS without developing a separate link in interworking with other systems such as groupware, bulletin board, and e-mail system.

본 발명에 따르면, 사용자 클라이언트는 RSS 주소에 따른 RSS 정보를 이용하여 현재 사용자가 접근을 요청한 디렉토리의 파일과 그 하위 디렉토리를 표시할 수 있다.According to the present invention, the user client may display a file of a directory to which the current user requests access and a subdirectory thereof by using RSS information according to an RSS address.

본 발명에 따르면, 사용자 클라이언트는 RSS 주소에 따른 RSS 정보를 이용하여 현재 사용자가 접근을 요청한 디렉토리의 파일과 그 상위 디렉토리를 표시할 수 있다.
According to the present invention, the user client may display a file of a directory requested by the current user and an upper directory thereof by using RSS information according to an RSS address.

도 1은 RSS 서비스 장치를 포함하는 RSS 서비스 시스템을 예시한 블록도.
도 2는 RSS 서비스 장치를 예시한 블록도.
도 3은 본 발명의 제1 실시예에 따른 RSS 서비스 장치가 RSS 서비스를 제공하는 방법을 예시한 순서도.
도 4는 본 발명의 제2 실시예에 따른 RSS 서비스 장치가 RSS 서비스를 제공하는 방법을 예시한 순서도.
도 5는 본 발명의 제3 실시예에 따른 RSS 서비스 장치가 RSS 서비스를 제공하는 방법을 예시한 순서도.
도 6은 RSS 서비스 장치로부터 수신한 RSS 정보를 사용자 클라이언트의 RSS 리더가 표시한 화면을 예시한 도면.
1 is a block diagram illustrating an RSS service system including an RSS service device.
2 is a block diagram illustrating an RSS service device.
3 is a flowchart illustrating a method for providing an RSS service by an RSS service apparatus according to a first embodiment of the present invention.
4 is a flowchart illustrating a method for providing an RSS service by an RSS service apparatus according to a second embodiment of the present invention.
5 is a flowchart illustrating a method for providing an RSS service by an RSS service apparatus according to a third exemplary embodiment of the present invention.
6 is a diagram illustrating a screen in which an RSS reader of a user client displays RSS information received from an RSS service device.

본 발명은 다양한 변환을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변환, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 본 발명을 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.BRIEF DESCRIPTION OF THE DRAWINGS The present invention is capable of various modifications and various embodiments, and specific embodiments are illustrated in the drawings and described in detail in the detailed description. It is to be understood, however, that the invention is not to be limited to the specific embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. The terms first, second, etc. 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.

본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.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.

이하, 본 발명의 실시예를 첨부한 도면들을 참조하여 상세히 설명하기로 한다.
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

<도 1 설명><Description of Fig. 1>

도 1은 RSS 서비스 장치를 포함하는 RSS 서비스 시스템을 예시한 블록도이다.1 is a block diagram illustrating an RSS service system including an RSS service device.

이하 도 1을 참조하여 본 발명의 제1 실시예에 따른 RSS 서비스 시스템을 설명하도록 한다. RSS 서비스 시스템은 발급자 클라이언트(110), RSS 서비스 장치(120), 파일 서비스 장치(140) 및 사용자 클라이언트(130)를 포함한다.Hereinafter, an RSS service system according to a first embodiment of the present invention will be described with reference to FIG. 1. The RSS service system includes an issuer client 110, an RSS service device 120, a file service device 140, and a user client 130.

발급자 클라이언트(110)는 사용자의 RSS 생성을 요청하는 입력을 받아 RSS 서비스 장치(120)로 RSS 정보 생성 요청을 전송한다. 또한 발급자 클라이언트(110)는 RSS 서비스 장치(120)로부터 RSS 정보를 수신한다. 이 때, RSS 정보는 표준에 따른 XML 형태의 정보일 수 있다.The issuer client 110 receives an input for requesting RSS generation of a user and transmits an RSS information generation request to the RSS service device 120. In addition, the issuer client 110 receives RSS information from the RSS service device 120. At this time, the RSS information may be information in the form of XML according to the standard.

RSS 서비스 장치(120)는 발급자 클라이언트(110)로부터 파일 서비스 장치(140)에 설정된 특정 디렉토리에 대한 RSS 정보 발급 요청에 따라 RSS 주소를 생성한다. 이 때, RSS 서비스 장치(120)는 RSS 정보 발급 요청에 따른 사용자가 접근을 원하는 디렉토리(이하 대상 디렉토리라고 지칭)에 포함된 파일에 대한 질의를 위한 질의 조건 정보를 포함하는 RSS 정보를 생성할 수 있다. 이 때, 질의 조건 정보는 대상 디렉토리의 파일 서비스 장치(140) 상의 경로일 수 있다. 물론, 구현 방법에 따라 RSS 서비스 장치(120)는 RSS 주소에 질의 조건 정보가 아닌 인덱스를 포함하도록 하고, 해당 인덱스에 매칭된 질의문을 생성하여 저장할 수 있다.The RSS service device 120 generates an RSS address according to a request for issuing RSS information for a specific directory set in the file service device 140 from the issuer client 110. In this case, the RSS service device 120 may generate RSS information including query condition information for querying a file included in a directory (hereinafter, referred to as a target directory) that a user wants to access according to a request for issuing an RSS information. have. In this case, the query condition information may be a path on the file service device 140 of the target directory. Of course, according to an implementation method, the RSS service device 120 may include an index, not query condition information, in an RSS address, and generate and store a query matched with the index.

RSS 서비스 장치(120)는 사용자 클라이언트(130)로부터 RSS 주소로 요청(REQUEST) 신호를 수신하는 경우, 사용자 클라이언트(130)로 해당 RSS 주소에 상응하는 RSS 정보를 생성하여 응답(RESPONSE) 신호로 전송한다. 즉, RSS 서비스 장치(120)는 파일 서비스 장치(140)로 RSS 주소에 포함된 질의 조건 정보에 따라 질의하여 대상 디렉토리에 포함된 파일에 대한 정보(예를 들어, 해당 파일의 주소, 파일 이름, 파일 크기, 생성자 등)인 파일 정보를 수신할 수 있다. RSS 서비스 장치(120)는 해당 파일 정보를 포함하는 RSS 정보를 생성할 수 있다. 예를 들어, RSS 서비스 장치(120)는 해당 파일을 다운로드 받을 수 있는 주소(링크)를 포함하는 RSS 정보를 생성할 수 있다. When the RSS service device 120 receives a request signal to the RSS address from the user client 130, the RSS service device 120 generates the RSS information corresponding to the RSS address to the user client 130 and transmits the RSS information as a response signal. do. That is, the RSS service device 120 queries the file service device 140 according to the query condition information included in the RSS address, so that the information about the file included in the target directory (for example, the address of the file, the file name, File information (file size, creator, etc.) can be received. The RSS service device 120 may generate RSS information including corresponding file information. For example, the RSS service device 120 may generate RSS information including an address (link) for downloading the corresponding file.

RSS 서비스 장치(120)는 사용자 클라이언트(130)로부터 특정 RSS 주소로 요청(REQUEST) 신호를 수신하는 경우, 사용자 클라이언트(130)로 해당 RSS 주소에 상응하는 RSS 정보를 응답(RESPONSE) 신호로 전송한다. 예를 들어, RSS 서비스 장치(120)는 요청 신호를 수신한 RSS 주소에 포함된 질의 조건 정보에 따라 파일 서비스 장치(140)로 질의할 수 있다. RSS 서비스 장치(120)는 해당 질의에 상응하는 파일 정보 및 디렉토리에 관한 정보인 파일 정보 및 디렉토리 정보를 수신할 수 있다. RSS 서비스 장치(120)는 수신한 파일 정보를 포함하는 RSS 정보를 생성할 수 있다. 이 때, RSS 서비스 장치(120)는 디렉토리 정보에 따른 대상 디렉토리의 하위 디렉토리가 존재하는 경우, 하위 디렉토리에 상응하는 RSS 주소를 부가적으로 생성하고, RSS 서비스 장치(120)는 하위 디렉토리에 상응하는 RSS 주소를 RSS 정보에 포함할 수 있다. RSS 서비스 장치(120)는 생성한 RSS 정보를 포함하는 응답 신호를 사용자 클라이언트(130)로 전송할 수 있다. When the RSS service device 120 receives a request signal to a specific RSS address from the user client 130, the RSS service device 120 transmits the RSS information corresponding to the RSS address to the user client 130 as a response signal. . For example, the RSS service device 120 may query the file service device 140 according to the query condition information included in the RSS address receiving the request signal. The RSS service device 120 may receive file information and directory information which is information about file information and a directory corresponding to the query. The RSS service device 120 may generate RSS information including the received file information. At this time, if there is a subdirectory of the target directory according to the directory information, the RSS service device 120 additionally generates an RSS address corresponding to the subdirectory, and the RSS service device 120 corresponds to the subdirectory. RSS addresses can be included in RSS information. The RSS service device 120 may transmit a response signal including the generated RSS information to the user client 130.

파일 서비스 장치(140)는 계층 구조의 디렉토리를 구비하고, 디렉토리에 하나 이상의 파일을 저장한다. 파일 서비스 장치(140)는 RSS 서비스 장치(120)로부터 대상 디렉토리에 포함된 파일의 정보를 요청 받는다. 파일 서비스 장치(140)는 해당 요청에 따른 파일을 검색하고, 검색된 파일에 관한 정보를 RSS 서비스 장치(120)로 전송한다. 이 때, 파일 서비스 장치(140)는 검색된 파일에 관한 정보는 해당 파일을 다운로드 할 수 있는 주소, 각 파일의 갱신 일자 등의 정보를 포함할 수 있다.The file service device 140 has a hierarchical directory and stores one or more files in the directory. The file service device 140 receives a request for information on a file included in a target directory from the RSS service device 120. The file service device 140 searches for a file according to the request, and transmits information about the found file to the RSS service device 120. In this case, the file service device 140 may include information about the retrieved file, such as an address where the corresponding file can be downloaded, an update date of each file, and the like.

사용자 클라이언트(130)는 발급자로부터 제공 받은 RSS 주소를 사용자로부터 입력받아 RSS 서비스 장치(120)로 해당 RSS 주소로 요청 신호를 전송한다. 사용자 클라이언트(130)는 해당 요청 신호에 상응하는 응답 신호에 포함된 RSS 정보를 표시한다. 이 때, 사용자 클라이언트(130)는 RSS 리더가 설치된 단말일 수 있다.
The user client 130 receives the RSS address provided from the issuer from the user and transmits a request signal to the RSS address to the RSS service device 120. The user client 130 displays the RSS information included in the response signal corresponding to the request signal. In this case, the user client 130 may be a terminal on which an RSS reader is installed.

따라서, 사용자 클라이언트(130)가 해당 RSS 정보를 참조하여 하위 디렉토리에 상응하는 RSS 주소로 요청 신호를 전송하는 경우, RSS 서비스 장치(120)는 하위 디렉토리에 상응하는 RSS 정보를 상술한 과정에 따라 생성하여 사용자 클라이언트(130)로 전송할 수 있다. 또한, 사용자 클라이언트(130)는 RSS 정보에 포함된 파일의 다운로드 가능한 주소를 참조하여 파일 서비스 장치(140)로 접근하여 해당 파일을 다운로드할 수 있다.
Therefore, when the user client 130 transmits a request signal to an RSS address corresponding to a subdirectory by referring to the corresponding RSS information, the RSS service device 120 generates RSS information corresponding to the subdirectory according to the above-described process. To the user client 130. In addition, the user client 130 may access the file service device 140 to download the file by referring to the downloadable address of the file included in the RSS information.

지금까지, 본 발명의 제1 실시예에 따른 RSS 서비스 시스템을 설명하였다. 이하 다시 도 1을 참조하여, 본 발명의 제2 실시예에 따른 RSS 서비스 시스템을 설명하도록 한다. 이 때, 본 발명의 제2 실시예에 따른 RSS 서비스 시스템의 발급자 클라이언트, 파일 서비스 장치(140) 및 사용자 클라이언트(130)는 상술한 본 발명의 제1 실시예와 동일한 기능을 수행하기에 그 설명을 생략하기로 한다.
So far, the RSS service system according to the first embodiment of the present invention has been described. Hereinafter, an RSS service system according to a second embodiment of the present invention will be described with reference to FIG. 1 again. At this time, the issuer client, the file service device 140, and the user client 130 of the RSS service system according to the second embodiment of the present invention perform the same functions as those of the first embodiment of the present invention. Will be omitted.

RSS 서비스 장치(120)는 발급자 클라이언트(110)로부터 파일 서비스 장치(140)에 설정된 대상 디렉토리에 대한 RSS 정보 발급 요청에 따라 RSS 주소를 생성한다. 이 때, RSS 서비스 장치(120)는 대상 디렉토리에 포함된 파일에 대해 질의하기 위한 질의 조건 정보를 포함하는 RSS 주소를 생성할 수 있다. The RSS service device 120 generates an RSS address according to a request for issuing RSS information for the target directory set in the file service device 140 from the issuer client 110. In this case, the RSS service device 120 may generate an RSS address including query condition information for querying a file included in a target directory.

RSS 서비스 장치(120)는 사용자 클라이언트(130)로부터 특정 RSS 주소로 요청(REQUEST) 신호를 수신하는 경우, 사용자 클라이언트(130)로 해당 RSS 주소에 상응하는 RSS 정보를 응답(RESPONSE) 신호로 전송한다. 예를 들어, RSS 서비스 장치(120)는 요청 신호를 수신한 RSS 주소에 포함된 질의 조건 정보에 따라 파일 서비스 장치(140)로 질의 할 수 있다. RSS 서비스 장치(120)는 해당 질의로 검색된 파일 정보 및 디렉토리 정보를 수신할 수 있다. RSS 서비스 장치(120)는 수신한 파일 정보를 포함하는 RSS 정보를 생성할 수 있다. When the RSS service device 120 receives a request signal to a specific RSS address from the user client 130, the RSS service device 120 transmits the RSS information corresponding to the RSS address to the user client 130 as a response signal. . For example, the RSS service device 120 may query the file service device 140 according to the query condition information included in the RSS address receiving the request signal. The RSS service device 120 may receive the file information and the directory information searched by the query. The RSS service device 120 may generate RSS information including the received file information.

이 때, RSS 서비스 장치(120)는 수신한 디렉토리 정보에서 대상 디렉토리의 상위 디렉토리가 존재하는 경우, 상위 디렉토리에 상응하는 RSS 주소를 생성할 수 있다. RSS 서비스 장치(120)는 해당 상위 디렉토리에 상응하는 RSS 주소를 RSS 정보에 포함시킬 수 있다. 이 때, RSS 정보에는 상위 디렉토리에 상응하는 RSS 주소를 가리키는 링크를 포함할 수 있으며, 해당 링크는 ".."와 같은 문자로 표현되는 링크일 수 있다. In this case, when the upper directory of the target directory exists in the received directory information, the RSS service device 120 may generate an RSS address corresponding to the upper directory. The RSS service device 120 may include an RSS address corresponding to the upper directory in the RSS information. At this time, the RSS information may include a link indicating an RSS address corresponding to the upper directory, and the link may be a link expressed by a character such as "..".

또한, RSS 서비스 장치(120)는 대상 디렉토리의 RSS 주소를 RSS 정보에 추가로 포함시킬 수 있다. 이 때, RSS 서비스 장치(120)는 대상 디렉토리의 RSS 주소를 가리키는 링크를 RSS 정포에 포함시킬 수 있으며, 해당 링크는 "."와 같은 문자로 표현되는 링크일 수 있다.In addition, the RSS service device 120 may further include the RSS address of the target directory in the RSS information. At this time, the RSS service device 120 may include a link indicating the RSS address of the target directory in the RSS information, and the link may be a link expressed by a character such as ".".

RSS 서비스 장치(120)는 생성한 RSS 정보를 포함하는 응답 신호를 사용자 클라이언트(130)로 전송할 수 있다.
The RSS service device 120 may transmit a response signal including the generated RSS information to the user client 130.

따라서, 본 발명의 제2 실시예에 따른 RSS 서비스 장치(120)는 사용자 클라이언트(130)가 대상 디렉토리의 상위 디렉토리를 RSS 정보에 포함된 링크를 통해 접근하도록 할 수 있고, 대상 디렉토리의 링크를 통해 해당 대상 티렉토리에 포함된 파일의 정보를 갱신시킬 수 있다.
Accordingly, the RSS service device 120 according to the second embodiment of the present invention may allow the user client 130 to access the upper directory of the target directory through a link included in the RSS information, and through the link of the target directory. You can update the information of the files included in the target directory.

지금까지 본 발명의 제2 실시예에 따른 RSS 서비스 시스템을 설명하였다. 이하 본 발명의 제3 실시예에 따른 RSS 서비스 시스템을 설명하도록 한다. 이 때, 본 발명의 제3 실시예에 따른 RSS 서비스 시스템의 발급자 클라이언트, 파일 서비스 장치(140) 및 사용자 클라이언트(130)는 상술한 본 발명의 제1 실시예와 동일한 기능을 수행하기에 그 설명을 생략하기로 한다.So far, the RSS service system according to the second embodiment of the present invention has been described. Hereinafter, an RSS service system according to a third embodiment of the present invention will be described. At this time, the issuer client, the file service device 140, and the user client 130 of the RSS service system according to the third embodiment of the present invention perform the same functions as those of the first embodiment of the present invention. Will be omitted.

RSS 서비스 장치(120)는 발급자 클라이언트(110)로부터 파일 서비스 장치(140)에 설정된 대상 디렉토리에 대한 RSS 정보 발급 요청에 따라 RSS 주소를 생성한다. 이 때, RSS 서비스 장치(120)는 대상 디렉토리에 포함된 파일에 상응하는 질의 조건 정보를 RSS 주소에 포함시킬 수 있다.The RSS service device 120 generates an RSS address according to a request for issuing RSS information for the target directory set in the file service device 140 from the issuer client 110. In this case, the RSS service device 120 may include query condition information corresponding to a file included in a target directory in an RSS address.

RSS 서비스 장치(120)는 사용자 클라이언트(130)로부터 특정 RSS 주소로 요청(REQUEST) 신호를 수신하는 경우, 사용자 클라이언트(130)로 해당 RSS 주소에 상응하는 RSS 정보를 응답(RESPONSE) 신호로 전송한다. 예를 들어, RSS 서비스 장치(120)는 요청 신호를 수신한 RSS 주소에 포함된 질의 조건 정보에 따라 파일 서비스 장치(140)로 질의하여 파일 정보 및 디렉토리 정보를 수신할 수 있다. RSS 서비스 장치(120)는 수신한 파일 정보를 포함하는 RSS 정보를 생성할 수 있다. 이 때, RSS 서비스 장치(120)는 RSS 정보를 표준에 정의된 XML의 형식에 따라 생성할 수 있다. 표준 RSS 2.0에 따르면 RSS 정보는 XML 형식으로 채널 엘러먼트와 아이템 엘러먼트를 포함한다. RSS 2.0에 따른 RSS 정보는 하기의 표와 같은 엘리먼트를 포함한다.When the RSS service device 120 receives a request signal to a specific RSS address from the user client 130, the RSS service device 120 transmits the RSS information corresponding to the RSS address to the user client 130 as a response signal. . For example, the RSS service device 120 may query the file service device 140 according to the query condition information included in the RSS address receiving the request signal and receive the file information and the directory information. The RSS service device 120 may generate RSS information including the received file information. In this case, the RSS service device 120 may generate RSS information according to the format of XML defined in the standard. According to standard RSS 2.0, RSS information includes channel elements and item elements in XML format. RSS information according to RSS 2.0 includes elements as shown in the following table.

Required channel elementsRequired channel elements 엘리먼트Element 설명Explanation 제공여부Provided 제공컨텐츠Content provided titletitle 채널명 ( 사이트명 또는 사이트의 메뉴명 )Channel Name (Site Name or Menu Name of Site) OO 폴더 위치Folder location linklink 웹사이트 URL 정보 또는 채널에 해당하는 웹사이트 URL 정보Website URL information or website URL information for your channel OO 현재 Feed URLCurrent Feed URL descriptiondescription 채널 설명 ( HTML 사용은 하지 않는 것이 좋다 )Channel description (do not use HTML) OO 현재 Feed에 대한사용 요약 설명Usage summary for the current feed Item ElementItem element 엘리먼트Element 설명Explanation 제공여부Provided 제공컨텐츠Content provided titletitle 아이템 제목Item title OO 파일명Filename linklink 아이템 URL 정보Item URL Information OO 파일 URLFile URL descriptiondescription 아이템에 대한 간략 설명( entity-encoded HTML )Brief description of the item (entity-encoded HTML) OO 파일 컨텐츠
예) 이미지 : 썸네일, 문서 : 본문요약정보
File content
Ex) Image: Thumbnail, Document: Body Summary Information
authorauthor 작성자 이메일 주소Author's email address XX   categorycategory 아이템 해당 카테고리(메뉴)Item Category (Menu) OO 파일 유형File type commentscomments 아이템과 관련있는 URL 정보URL information related to the item XX   enclosureenclosure 아이템에 추가할 media 정보Media information to add to the item XX   guidguid 유일한 식별문자Unique identifier OO 파일 URLFile URL pubDatepubDate 발행일자Date of Issue OO 파일 등록일자File registration date sourcesource 출처source XX  

RSS 서비스 장치(120)는 채널 엘러먼트에 대상 디렉토리에 대한 정보(디렉토리 명, 디렉토리 생성자 등의 정보)를 포함시키고, 아이템 엘러먼트에 대상 디렉토리에 포함된 파일에 대한 정보를 포함시킬 수 있다. 예를 들어, RSS 서비스 장치(120)는 아이템 엘리먼트 중 title 엘리먼트로 파일 이름을 포함하고, link 엘리먼트로 파일의 주소를 포함하는 RSS 정보를 생성할 수 있다. 또한 RSS 서비스 장치(120)는 파일의 생성자에 대한 정보를 author 엘리먼트로 포함하고, 해당 파일에 대한 메타 정보를 description 엘리먼트로 포함하는 RSS 정보를 생성할 수 있다.The RSS service device 120 may include information about the target directory (directory name, directory creator, etc.) in the channel element, and include information about a file included in the target directory in the item element. For example, the RSS service device 120 may generate RSS information including a file name as a title element and an address of a file as a link element. In addition, the RSS service device 120 may generate RSS information including information about a creator of a file as an author element and meta information about the file as a description element.

RSS 서비스 장치(120)는 생성한 RSS 정보를 포함하는 응답 신호를 사용자 클라이언트(130)로 전송할 수 있다.
The RSS service device 120 may transmit a response signal including the generated RSS information to the user client 130.

따라서, RSS 서비스 장치(120)는 RSS 리더가 설치된 사용자 클라이언트(130)가 해당 RSS 정보를 표시함에 있어 미리 지정된 형식을 갖추어 표시하도록 할 수 있다. 즉, 특정 RSS 리더는 RSS 정보에 포함된 채널 엘리먼트 별로 탭을 생성하고, 해당 탭에 아이템 엘리먼트의 정보를 표시한다. 따라서, RSS 리더에 따라 그 표시 형식이 상이할 수 있으나, 채널 엘리먼트 및 아이템 엘리먼트로 구성된 RSS 정보의 구조를 이용하여 미리 지정된 형식을 갖추어 표시하는 RSS 리더에서 본 발명의 제3 실시예에 따른 RSS 정보는 단순히 텍스트가 나열된 정보가 아닌 지정된 형식으로 표시될 수 있다.
Accordingly, the RSS service device 120 may allow the user client 130 having the RSS reader installed to display the RSS information in a predetermined format. That is, a specific RSS reader creates a tab for each channel element included in the RSS information, and displays information of the item element on the corresponding tab. Accordingly, although the display format may be different according to the RSS reader, the RSS information according to the third embodiment of the present invention is used in an RSS reader that displays a predetermined format by using a structure of RSS information including channel elements and item elements. May be displayed in a specified format rather than simply information that lists text.

또한, 상술한 제1 실시예 내지 제3 실시예에 따른 RSS 서비스 장치(120)는 사용자 클라이언트(130)로부터 RSS 주소로 요청 신호를 수신할 경우, 사용자 인증 정보를 요청하는 메시지를 사용자 클라이언트(130)로 전송하고, 사용자 클라이언트(130)로부터 사용자 인증 정보를 수신할 수 있다. 이 때, RSS 서비스 장치(120)는 수신한 사용자 인증 정보를 통해 인증을 수행할 수 있다. RSS 서비스 장치(120)는 인증이 성공적으로 완료된 경우, 상술한 RSS 정보 생성과정을 수행할 수 있따.
In addition, when the RSS service device 120 according to the first to third embodiments described above receives a request signal from the user client 130 with an RSS address, the RSS service device 120 may request a message for requesting user authentication information from the user client 130. ) And receive user authentication information from the user client 130. At this time, the RSS service device 120 may perform authentication through the received user authentication information. When the authentication service is successfully completed, the RSS service device 120 may perform the above-described RSS information generation process.

<도 2 설명><Description of Fig. 2>

도 2는 RSS 서비스 장치를 예시한 블록도이다.2 is a block diagram illustrating an RSS service apparatus.

도 2를 참조하면, RSS 서비스 장치(120)는 서비스 제공부(122), RSS 정보 생성부(125) 및 질의부(128)를 포함한다.Referring to FIG. 2, the RSS service device 120 includes a service provider 122, an RSS information generator 125, and an inquiry unit 128.

서비스 제공부(122)는 발급자 클라이언트(110)로부터 RSS 정보 발급 요청을 수신한다. 서비스 제공부(122)는 RSS 정보 발급 요청에 따라 RSS 정보 생성부(125)로 RSS 주소 의 생성을 RSS 정보 생성부(125)로 요청한다. 이후, 서비스 제공부(122)는 RSS 정보 생성부(125)로부터 RSS 주소를 수신하고, RSS 주소를 발급자 클라이언트(110)로 전송한다.The service provider 122 receives a request for issuing RSS information from the issuer client 110. The service provider 122 requests the RSS information generator 125 to generate the RSS address from the RSS information generator 125 according to the RSS information issue request. Thereafter, the service provider 122 receives the RSS address from the RSS information generator 125 and transmits the RSS address to the issuer client 110.

또한, 서비스 제공부(122)는 사용자 클라이언트(130)로부터 상술한 과정으로 생성된 RSS주소로 요청 신호를 수신할 수 있다. 서비스 제공부(122)는 RSS 주소로 요청 신호를 수신하는 경우, RSS 정보 생성부(125)로 해당 RSS 주소를 전송하여 RSS 정보를 요청한다. 서비스 제공부(122)는 RSS 정보 생성부(125)로부터 RSS 정보를 수신하여 사용자 클라이언트(130)로 RSS 정보를 포함하는 응답 신호를 전송한다.In addition, the service provider 122 may receive a request signal from the user client 130 to the RSS address generated by the above-described process. When the service provider 122 receives the request signal through the RSS address, the service provider 122 transmits the corresponding RSS address to the RSS information generator 125 to request RSS information. The service provider 122 receives the RSS information from the RSS information generator 125 and transmits a response signal including the RSS information to the user client 130.

RSS 정보 생성부(125)는 서비스 제공부(122)로부터 RSS 주소의 생성을 요청 받는 경우, RSS 주소에 포함된 질의 조건 정보(예를 들어, 특정 디렉토리에 포함된 파일, 생성일자가 특정일인 파일 등의 조건을 나타내는 정보)에 상응하는 질의문을 질의부(128)로 전송한다. 이 때, RSS 정보 생성부(125)는 질의 조건 정보에 따른 하나 이상의 질의문을 미리 저장할 수 있다. 이후, RSS 정보 생성부(125)는 질의부(128)로부터 질의문에 따른 질의 결과인 파일 정보를 수신한다. RSS 정보 생성부(125)는 해당 파일 정보를 포함하는 RSS 정보를 생성한다. RSS 정보 생성부(125)는 서비스 제공부(122)로 RSS 정보를 전송한다.When the RSS information generation unit 125 receives a request for generation of an RSS address from the service provider 122, query condition information included in the RSS address (for example, a file included in a specific directory and a file having a specific creation date) Information corresponding to a condition such as, etc.) is transmitted to the query unit 128. In this case, the RSS information generation unit 125 may store one or more query statements according to the query condition information in advance. Thereafter, the RSS information generation unit 125 receives file information that is a query result according to the query from the query unit 128. The RSS information generation unit 125 generates RSS information including the file information. The RSS information generator 125 transmits the RSS information to the service provider 122.

질의부(128)는 RSS 정보 생성부(125)로부터 질의문을 수신하는 경우, 해당 질의문을 파일 서비스 장치(140)로 전송한다. 질의부(128)는 해당 질의문에 상응하는 파일 정보를 수신하여 RSS 정보 생성부(125)로 전송한다.
When the query unit 128 receives a query from the RSS information generator 125, the query unit 128 transmits the query to the file service device 140. The query unit 128 receives file information corresponding to the corresponding query and transmits the file information to the RSS information generator 125.

상술한 RSS 정보 생성부(125)에 대해서는 도 1을 참조하여 상술한 제1 실시예 내지 제3 실시예의 RSS 서비스 장치(120)가 공통적으로 수행하는 과정을 수행하는 것으로 설명하였다.The above-described RSS information generation unit 125 has been described as performing a process commonly performed by the RSS service apparatus 120 of the first to third embodiments described above with reference to FIG. 1.

이하, 도 1을 참조하여 상술한 본 발명의 제1 실시예에 따른 RSS 정보 생성부(125)를 상세히 설명하도록 한다.Hereinafter, the RSS information generation unit 125 according to the first embodiment of the present invention described above with reference to FIG. 1 will be described in detail.

RSS 정보 생성부(125)는 RSS 정보 발급 요청이 특정 디렉토리인 대상 디렉토리에 포함된 파일에 관한 RSS 정보를 요청하는 것일 경우, 대상 디렉토리에 포함된 파일의 정보를 질의하는 질의문을 질의부(128)로 전송하여 대상 디렉토리에 포함된 파일 정보 및 디렉토리 정보를 수신할 수 있다. 이 때, RSS 정보 생성부(125)는 디렉토리 정보를 참조하여 대상 디렉토리에 대한 하위 디렉토리가 존재하는지 판단한다. RSS 정보 생성부(125)는 대상 디렉토리의 하위 디렉토리가 존재하는 경우, 하위 디렉토리에 대한 RSS 주소를 생성한다. RSS 정보 생성부(125)는 대상 디렉토리에 상응하는 파일 정보 및 하위 디렉토리에 대한 RSS 주소를 포함하는 RSS 정보를 생성하여 서비스 제공부(122)로 전송한다. If the RSS information generation unit 125 requests RSS information about a file included in a target directory which is a specific directory, the RSS information generation unit 125 may query a query unit 128 for querying the information of the file included in the target directory. ) To receive file information and directory information included in the target directory. At this time, the RSS information generating unit 125 refers to the directory information to determine whether there is a subdirectory of the target directory. The RSS information generation unit 125 generates an RSS address for the subdirectory when the subdirectory of the target directory exists. The RSS information generator 125 generates RSS information including the file information corresponding to the target directory and the RSS address of the subdirectory and transmits the RSS information to the service provider 122.

지금까지 본 발명의 제1 실시예에 따른 RSS 정보 생성부(125)에 대한 설명을 하였다. 이하 본 발명의 제2 실시예에 따른 RSS 정보 생성부(125)를 설명하도록 한다.So far, the RSS information generation unit 125 according to the first embodiment of the present invention has been described. Hereinafter, the RSS information generation unit 125 according to the second embodiment of the present invention will be described.

본 발명의 제2 실시예에 따른 RSS 정보 생성부(125)는 RSS 정보 발급 요청이 특정 디렉토리인 대상 디렉토리에 포함된 파일에 관한 RSS 정보를 요청하는 것일 경우, 대상 디렉토리에 포함된 파일에 대한 파일 정보 및 디렉토리 정보를 질의하는 질의문을 질의부(128)로 전송하여 대상 디렉토리에 포함된 파일 정보 및 디렉토리 정보를 수신할 수 있다. 이 때, RSS 정보 생성부(125)는 디렉토리 정보를 참조하여 대상 디렉토리에 대한 상위 디렉토리가 존재하는지 판단한다. RSS 정보 생성부(125)는 대상 디렉토리의 상위 디렉토리가 존재하는 경우, 상위 디렉토리에 대한 RSS 주소를 생성한다. RSS 정보 생성부(125)는 대상 디렉토리에 상응하는 파일 정보 및 상위 디렉토리에 대한 RSS 주소를 포함하는 RSS 정보를 생성하여 서비스 제공부(122)로 전송한다. If the RSS information generation unit 125 according to the second embodiment of the present invention is to request RSS information about a file included in a target directory which is a specific directory, the RSS information generating unit 125 requests a file for a file included in the target directory. A query for querying information and directory information may be transmitted to the query unit 128 to receive file information and directory information included in the target directory. At this time, the RSS information generation unit 125 determines whether the upper directory of the target directory exists by referring to the directory information. If the upper directory of the target directory exists, the RSS information generation unit 125 generates an RSS address for the upper directory. The RSS information generator 125 generates RSS information including file information corresponding to a target directory and an RSS address of a higher directory, and transmits the RSS information to the service provider 122.

지금까지 본 발명의 제2 실시예에 따른 RSS 정보 생성부(125)에 대한 설명을 하였다. 이하 본 발명의 제3 실시예에 따른 RSS 정보 생성부(125)를 설명하도록 한다.
So far, the RSS information generating unit 125 according to the second embodiment of the present invention has been described. Hereinafter, the RSS information generation unit 125 according to the third embodiment of the present invention will be described.

본 발명의 제3 실시예에 따른 RSS 정보 생성부(125)는 질의부(128)로부터 파일 정보를 수신하는 경우, 파일 정보를 아이템 엘리먼트에 삽입하고, 디렉토리 정보를 채널 엘리먼트에 삽입한 RSS 정보를 생성한다. RSS 정보 생성부(125)는 RSS 정보를 서비스 제공부(122)로 전송한다.
When the RSS information generation unit 125 according to the third embodiment of the present invention receives the file information from the query unit 128, the RSS information generation unit 125 inserts the file information into the item element and inserts the RSS information into which the directory information is inserted into the channel element. Create The RSS information generator 125 transmits the RSS information to the service provider 122.

<도 3 설명><Description of Fig. 3>

도 3은 본 발명의 제1 실시예에 따른 RSS 서비스 장치가 RSS 서비스를 제공하는 방법을 예시한 순서도이다.3 is a flowchart illustrating a method for providing an RSS service by an RSS service apparatus according to the first embodiment of the present invention.

도 3을 참조하면, 단계 310에서 RSS 서비스 장치(120)는 발급자 클라이언트(110)로부터 RSS 정보 발급 요청을 수신한다. 이 때, RSS 정보 발급 요청은 특정한 대상 디렉토리에 포함된 파일에 대한 RSS 정보 발급을 요청하는 것일 수 있다.Referring to FIG. 3, in step 310, the RSS service device 120 receives a request for issuing RSS information from the issuer client 110. At this time, the RSS information issuance request may be to request the RSS information for the file included in the specific target directory.

단계 320에서 RSS 서비스 장치(120)는 RSS 정보 발급 요청에 따른 RSS 주소를 생성한다.In operation 320, the RSS service device 120 generates an RSS address according to a request for issuing RSS information.

단계 330에서 RSS 서비스 장치(120)는 RSS 주소를 발급자 클라이언트(110)로 전송한다.In operation 330, the RSS service device 120 transmits an RSS address to the issuer client 110.

단계 340에서 RSS 서비스 장치(120)는 사용자 클라이언트(130)로부터 RSS 주소로 요청 신호를 수신한다.In operation 340, the RSS service device 120 receives a request signal from the user client 130 at an RSS address.

단계 350에서 RSS 서비스 장치(120)는 RSS 주소에 포함된 질의 조건 정보에 따라 파일 서비스 장치(140)로 질의하고, 파일 정보와 디렉토리 정보를 수신한다.In operation 350, the RSS service device 120 queries the file service device 140 according to the query condition information included in the RSS address, and receives file information and directory information.

단계 360에서 RSS 서비스 장치(120)는 대상 디렉토리에 대한 하위 디렉토리가 존재하는지 판단한다.In step 360, the RSS service device 120 determines whether a subdirectory for the target directory exists.

단계 360에서 대상 디렉토리에 대한 하위 디렉토리가 존재하는 경우, 단계 370에서 RSS 서비스 장치(120)는 하위 디렉토리에 대한 RSS 주소를 생성한다.If there is a subdirectory for the target directory in step 360, in step 370, the RSS service device 120 generates an RSS address for the subdirectory.

이어서, 단계 380에서 RSS 서비스 장치(120)는 대상 디렉토리에 대한 파일 정보와 하위 디렉토리에 대한 RSS 주소를 포함하는 RSS 정보를 생성하여 사용자 클라이언트(130)로 전송한다.Subsequently, in step 380, the RSS service apparatus 120 generates RSS information including file information about a target directory and an RSS address of a subdirectory and transmits the RSS information to the user client 130.

단계 360에서 대상 디렉토리에 대한 하위 디렉토리가 존재하지 않는 경우, 단계 380에서 RSS 서비스 장치(120)는 대상 디렉토리에 대한 파일 정보를 포함하는 RSS 정보를 생성하여 사용자 클라이언트(130)로 전송한다.
If there is no subdirectory for the target directory in step 360, in step 380, the RSS service apparatus 120 generates RSS information including file information about the target directory and transmits the RSS information to the user client 130.

<도 4 설명><Description of Fig. 4>

도 4는 본 발명의 제2 실시예에 따른 RSS 서비스 장치가 RSS 서비스를 제공하는 방법을 예시한 순서도이다.4 is a flowchart illustrating a method of providing an RSS service by an RSS service apparatus according to a second exemplary embodiment of the present invention.

도 4를 참조하면, 단계 410에서 RSS 서비스 장치(120)는 발급자 클라이언트(110)로부터 RSS 정보 발급 요청을 수신한다. 이 때, RSS 정보 발급 요청은 특정한 대상 디렉토리에 포함된 파일에 대한 RSS 정보 발급을 요청하는 것일 수 있다.Referring to FIG. 4, in step 410, the RSS service device 120 receives a request for issuing RSS information from the issuer client 110. At this time, the RSS information issuance request may be to request the RSS information for the file included in the specific target directory.

단계 420에서 RSS 서비스 장치(120)는 RSS 정보 발급 요청에 따른 RSS 주소를 생성한다.In operation 420, the RSS service device 120 generates an RSS address according to the RSS information issuance request.

단계 430에서 RSS 서비스 장치(120)는 RSS 주소를 발급자 클라이언트(110)로 전송한다.In operation 430, the RSS service device 120 transmits an RSS address to the issuer client 110.

단계 440에서 RSS 서비스 장치(120)는 사용자 클라이언트(130)로부터 RSS 주소로 요청 신호를 수신한다.In operation 440, the RSS service device 120 receives a request signal from the user client 130 at an RSS address.

단계 450에서 RSS 서비스 장치(120)는 RSS 주소에 상응하는 질의문을 파일 서비스 장치(140)로 전송하고, 파일 정보와 디렉토리 정보를 수신한다.In operation 450, the RSS service device 120 transmits a query corresponding to the RSS address to the file service device 140 and receives file information and directory information.

단계 460에서 RSS 서비스 장치(120)는 대상 디렉토리에 대한 상위 디렉토리가 존재하는지 판단한다.In operation 460, the RSS service device 120 determines whether an upper directory of the target directory exists.

단계 460에서 대상 디렉토리에 대한 하위 디렉토리가 존재하는 경우, 단계 470에서 RSS 서비스 장치(120)는 상위 디렉토리에 대한 RSS 주소를 생성한다.If there is a subdirectory for the target directory in step 460, the RSS service device 120 generates an RSS address for the parent directory in step 470.

이어서, 단계 480에서 RSS 서비스 장치(120)는 대상 디렉토리에 대한 파일 정보, 상위 디렉토리에 대한 RSS 주소 및 대상 디렉토리에 대한 RSS 주소를 포함하는 RSS 정보를 생성하여 사용자 클라이언트(130)로 전송한다.In operation 480, the RSS service apparatus 120 generates RSS information including file information of the target directory, an RSS address of the upper directory, and an RSS address of the target directory, and transmits the RSS information to the user client 130.

단계 460에서 대상 디렉토리에 대한 상위 디렉토리가 존재하지 않는 경우, 단계 480에서 RSS 서비스 장치(120)는 대상 디렉토리에 대한 파일 정보 및 대상 디렉토리에 대한 RSS 주소를 포함하는 RSS 정보를 생성하여 사용자 클라이언트(130)로 전송한다.
If the parent directory for the target directory does not exist in step 460, in step 480, the RSS service device 120 generates RSS information including file information about the target directory and an RSS address for the target directory, and the user client 130. To send).

<도 5 설명><Description of Fig. 5>

도 5는 본 발명의 제3 실시예에 따른 RSS 서비스 장치가 RSS 서비스를 제공하는 방법을 예시한 순서도이다.5 is a flowchart illustrating a method for providing an RSS service by an RSS service apparatus according to a third embodiment of the present invention.

단계 510에서 RSS 서비스 장치(120)는 발급자 클라이언트(110)로부터 RSS 정보 발급 요청을 수신한다. 이 때, RSS 정보 발급 요청은 특정한 대상 디렉토리에 포함된 파일에 대한 RSS 정보 발급을 요청하건, 파일의 생성일자, 파일의 생성자 등의 다양한 기준에 따른 파일에 대한 RSS 정보의 요청일 수 있다.In operation 510, the RSS service device 120 receives a request for issuing RSS information from the issuer client 110. In this case, the RSS information issuance request may be a request for RSS information issuance of a file included in a specific target directory, or a request for RSS information of a file according to various criteria such as a file creation date and a file creator.

단계 520에서 RSS 서비스 장치(120)는 RSS 정보 발급 요청에 따른 RSS 주소를 생성한다.In operation 520, the RSS service device 120 generates an RSS address according to the RSS information issuance request.

단계 530에서 RSS 서비스 장치(120)는 RSS 주소를 발급자 클라이언트(110)로 전송한다.In operation 530, the RSS service device 120 transmits an RSS address to the issuer client 110.

단계 540에서 RSS 서비스 장치(120)는 사용자 클라이언트(130)로부터 RSS 주소로 요청 신호를 수신한다.In operation 540, the RSS service device 120 receives a request signal from the user client 130 at an RSS address.

단계 550에서 RSS 서비스 장치(120)는 RSS 주소에 상응하는 질의문을 파일 서비스 장치(140)로 전송하고, 파일 정보와 디렉토리 정보를 수신한다.In operation 550, the RSS service device 120 transmits a query corresponding to the RSS address to the file service device 140 and receives file information and directory information.

단계 560에서 RSS 서비스 장치(120)는 각 파일 정보를 아이템 엘리먼트에 삽입하고, 디렉토리 정보를 채널 엘리먼트에 삽입하여 RSS 정보를 생성한다.In operation 560, the RSS service apparatus 120 inserts each file information into an item element and inserts directory information into a channel element to generate RSS information.

단계 570에서 RSS 서비스 장치(120)는 RSS 정보를 사용자 클라이언트(130)로 전송한다.
In operation 570, the RSS service device 120 transmits the RSS information to the user client 130.

<도 6 설명><Description of Fig. 6>

도 6은 RSS 서비스 장치로부터 수신한 RSS 정보를 사용자 클라이언트의 RSS 리더가 표시한 화면을 예시한 도면이다.6 is a diagram illustrating a screen in which an RSS reader of a user client displays RSS information received from an RSS service device.

도 6을 참조하면, 사용자 클라이언트(130)는 영역 610에 RSS 정보에 포함된 파일 정보를 링크 형태로 표시할 수 있다. 사용자 클라이언트(130)는 영역 610에 표시된 링크 중 어느 하나를 선택하는 사용자 입력에 따라 해당 링크에 상응하는 파일을 파일 서비스 장치(140)로 요청하여 도 6과 같이 다운로드 받을 수 있다.
Referring to FIG. 6, the user client 130 may display file information included in the RSS information in a link form in the area 610. The user client 130 may request a file corresponding to the link from the file service device 140 according to a user input for selecting one of the links displayed in the area 610 and download the file as shown in FIG. 6.

따라서, 상술한 RSS 서비스 장치(120)는 파일 서비스 장치(140)에 저장된 파일의 공유를 위해 파일을 공유받는 사용자가, 시스템에 접속하여 수행하는 별도의 복잡한 설정 과정이 없이, 단순히 RSS 주소로 접속함으로써 공유된 파일을 이용할 수 있도록 할 수 있다. 즉, RSS 서비스 장치(120)는 문서관리 시스템에 문서가 신규로 등록되었을 때 사용자가 매번 해당시스템에 접근하여 해당문서의 신규등록 여부를 확인한 후 문서를 다운로드 하는 것이 아니라 평소 사용하는 그룹웨어 시스템에서 문서관리시스템이 제공하는 RSS 정보를 이용하여 문서목록이 해당 그룹웨어 화면에 동시에 나열되도록 할 수 있다.
Therefore, the above-described RSS service device 120 is simply connected to the RSS address without a complicated setting process performed by a user who receives a file for sharing a file stored in the file service device 140 by accessing the system. This makes shared files available. That is, when the document is newly registered in the document management system, the RSS service device 120 accesses the system every time, checks whether the document is newly registered, and downloads the document instead of downloading the document. By using the RSS information provided by the management system, the document list can be simultaneously listed on the groupware screen.

한편, 본 발명의 실시예에 따른 사용자 단말에서 실행된 응용 프로그램을 인증하는 방법은 다양한 전자적으로 정보를 처리하는 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 저장 매체에 기록될 수 있다. 저장 매체는 프로그램 명령, 데이터 파일, 데이터 구조등을 단독으로 또는 조합하여 포함할 수 있다. Meanwhile, a method for authenticating an application program executed in a user terminal according to an exemplary embodiment of the present invention may be implemented in a program command form that can be executed through various electronic means for processing information and recorded in a storage medium. The storage medium may include program instructions, data files, data structures, etc. alone or in combination.

저장 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 소프트웨어 분야 당업자에게 공지되어 사용 가능한 것일 수도 있다. 저장 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media) 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 또한 상술한 매체는 프로그램 명령, 데이터 구조 등을 지정하는 신호를 전송하는 반송파를 포함하는 광 또는 금속선, 도파관 등의 전송 매체일 수도 있다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 전자적으로 정보를 처리하는 장치, 예를 들어, 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. Program instructions to be recorded on the storage medium may be those specially designed and constructed for the present invention or may be available to those skilled in the art of software. Examples of storage media include magnetic media such as hard disks, floppy disks and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic-optical media such as floppy disks. hardware devices specifically configured to store and execute program instructions such as magneto-optical media and ROM, RAM, flash memory, and the like. In addition, the above-described medium may be a transmission medium such as an optical or metal wire, a waveguide, or the like including a carrier wave for transmitting a signal specifying a program command, a data structure, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as devices for processing information electronically using an interpreter or the like, for example, a high-level language code that can be executed by a computer.

상술한 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.
The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야에서 통상의 지식을 가진 자라면 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.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 invention as defined in the appended claims. It will be understood that the invention may be varied and varied without departing from the scope of the invention.

Claims (14)

제1 클라이언트로부터 RSS(Rich Site summary, Really Simple Syndication) 주소로 요청 신호를 수신하는 서비스 제공부;
상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 질의부; 및
상기 디렉토리 정보에서 대상 디렉토리의 하위 디렉토리가 존재하는 경우 상기 하위 디렉토리에 상응하는 RSS 주소를 생성하고, 상기 대상 디렉토리에 상응하는 파일 정보 및 상기 하위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 생성하여 상기 제1 클라이언트로 전송하는 RSS 정보 생성부
를 포함하는 RSS 서비스 장치.
A service provider for receiving a request signal from a first client to a Rich Site summary (Really Simple Syndication) address;
A query unit for querying a file service device according to the RSS address to receive file information and directory information; And
If there is a subdirectory of the target directory in the directory information, an RSS address corresponding to the subdirectory is generated, and RSS information including file information corresponding to the target directory and an RSS address corresponding to the subdirectory are generated. RSS information generation unit for transmitting to the first client
RSS service device comprising a.
제1 항에 있어서,
상기 서비스 제공부는 제2 클라이언트로부터 RSS 정보 발급 요청을 수신하고,
상기 RSS 정보 생성부는 상기 RSS 정보 발급 요청에 따라 상기 RSS 주소를 생성하고, 상기 RSS 주소를 상기 제2 클라이언트로 전송하는 것을 특징으로 하는 RSS 서비스 장치.
The method according to claim 1,
The service provider receives the RSS information issuance request from the second client,
The RSS information generating unit generates the RSS address according to the request for issuing the RSS information, and transmits the RSS address to the second client.
제1 클라이언트로부터 RSS(Rich Site summary, Really Simple Syndication) 주소로 요청 신호를 수신하는 서비스 제공부;
상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 질의부; 및
상기 디렉토리 정보에서 대상 디렉토리의 상위 디렉토리가 존재하는 경우 상기 상위 디렉토리에 상응하는 RSS 주소를 생성하고, 상기 대상 디렉토리에 상응하는 파일 정보 및 상기 상위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 생성하여 상기 제1 클라이언트로 전송하는 RSS 정보 생성부
를 포함하는 RSS 서비스 장치.
A service provider for receiving a request signal from a first client to a Rich Site summary (Really Simple Syndication) address;
A query unit for querying a file service device according to the RSS address to receive file information and directory information; And
In case the upper directory of the target directory exists in the directory information, an RSS address corresponding to the upper directory is generated, and RSS information including file information corresponding to the target directory and an RSS address corresponding to the upper directory are generated. RSS information generation unit for transmitting to the first client
RSS service device comprising a.
제3 항에 있어서,
상기 서비스 제공부는 제2 클라이언트로부터 RSS 정보 발급 요청을 수신하고,
상기 RSS 정보 생성부는 상기 RSS 정보 발급 요청에 따라 상기 RSS 주소를 생성하고, 상기 RSS 주소를 상기 제2 클라이언트로 전송하는 것을 특징으로 하는 RSS 서비스 장치.
The method of claim 3,
The service provider receives the RSS information issuance request from the second client,
The RSS information generating unit generates the RSS address according to the request for issuing the RSS information, and transmits the RSS address to the second client.
제1 항 또는 제3 항에 있어서,
상기 RSS 정보 생성부는 상기 대상 디렉토리의 RSS 주소를 상기 RSS 정보에 포함시키는 것을 특징으로 하는 RSS 서비스 장치.
The method according to claim 1 or 3,
The RSS information generating unit includes an RSS address of the target directory in the RSS information.
클라이언트로부터 RSS(Rich Site summary, Really Simple Syndication) 주소로 요청 신호를 수신하는 서비스 제공부;
상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 질의부; 및
상기 파일의 이름 및 주소 정보 중 하나 이상을 아이템 엘리먼트(Item element)에 삽입하여 RSS 정보를 생성하고, 상기 RSS 정보를 상기 클라이언트로 전송하는 RSS 정보 생성부
를 포함하는 RSS 서비스 장치.
A service provider for receiving a request signal from a client to a Rich Site summary (Really Simple Syndication) address;
A query unit for querying a file service device according to the RSS address to receive file information and directory information; And
RSS information generation unit for generating RSS information by inserting one or more of the name and address information of the file into an Item element, and transmitting the RSS information to the client
RSS service device comprising a.
제6 항에 있어서,
상기 RSS 정보 생성부는 상기 디렉토리 정보를 채널 엘리먼트(channel element)에 삽입하여 상기 RSS 정보를 생성하는 것을 특징으로 하는 RSS 서비스 장치.
The method of claim 6,
The RSS information generating unit generates the RSS information by inserting the directory information into a channel element.
RSS(Rich Site summary, Really Simple Syndication) 서비스 장치가 RSS 서비스를 제공하는 방법에 있어서,
제1 클라이언트로부터 RSS 주소로 요청 신호를 수신하는 단계;
상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 단계;
상기 디렉토리 정보에서 대상 디렉토리의 하위 디렉토리가 존재하는 경우 상기 하위 디렉토리에 상응하는 RSS 주소를 생성하는 단계;
상기 대상 디렉토리에 상응하는 파일 정보 및 상기 하위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 생성하는 단계; 및
상기 제1 클라이언트로 전송하는 단계
를 포함하는 RSS 서비스 방법.
In the method of providing a RSS (Rich Site summary, Really Simple Syndication) service device,
Receiving a request signal from the first client at an RSS address;
Querying a file service device according to the RSS address to receive file information and directory information;
Generating an RSS address corresponding to the sub directory when the sub directory of the target directory exists in the directory information;
Generating RSS information including file information corresponding to the target directory and an RSS address corresponding to the subdirectory; And
Transmitting to the first client
RSS service method comprising a.
제8 항에 있어서,
제2 클라이언트로부터 RSS 정보 발급 요청을 수신하는 단계;
상기 RSS 정보 발급 요청에 따라 상기 RSS 주소를 생성하는 단계; 및
상기 RSS 주소를 상기 제2 클라이언트로 전송하는 단계
를 더 포함하는 것을 특징으로 하는 RSS 서비스 방법.
The method of claim 8,
Receiving a request for issuing RSS information from a second client;
Generating the RSS address according to the RSS information issuance request; And
Sending the RSS address to the second client
RSS service method further comprising.
RSS(Rich Site summary, Really Simple Syndication) 서비스 장치가 RSS 서비스를 제공하는 방법에 있어서,
제1 클라이언트로부터 RSS 주소로 요청 신호를 수신하는 단계;
상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 단계;
상기 디렉토리 정보에서 대상 디렉토리의 상위 디렉토리가 존재하는 경우 상기 상위 디렉토리에 상응하는 RSS를 생성하는 단계;
상기 대상 디렉토리에 상응하는 파일 정보 및 상기 상위 디렉토리에 상응하는 RSS 주소를 포함하는 RSS 정보를 생성하여 상기 제1 클라이언트로 전송하는 단계
를 포함하는 RSS 서비스 방법.
In the method of providing a RSS (Rich Site summary, Really Simple Syndication) service device,
Receiving a request signal from the first client at an RSS address;
Querying a file service device according to the RSS address to receive file information and directory information;
Generating an RSS corresponding to the upper directory when the upper directory of the target directory exists in the directory information;
Generating RSS information including file information corresponding to the target directory and an RSS address corresponding to the upper directory, and transmitting the RSS information to the first client;
RSS service method comprising a.
제10 항에 있어서,
제2 클라이언트로부터 RSS 정보 발급 요청을 수신하는 단계;
상기 RSS 정보 발급 요청에 따라 상기 RSS 주소 및 상기 RSS 주소에 상응하는 질의문을 생성하는 단계; 및
상기 RSS 주소를 상기 제2 클라이언트로 전송하는 단계
를 더 포함하는 것을 특징으로 하는 RSS 서비스 방법.
The method of claim 10,
Receiving a request for issuing RSS information from a second client;
Generating a query corresponding to the RSS address and the RSS address according to the RSS information issuance request; And
Sending the RSS address to the second client
RSS service method further comprising.
제8 항 또는 제10 항에 있어서,
상기 RSS 정보를 생성하여 상기 제1 클라이언트로 전송하는 단계는
상기 대상 디렉토리의 RSS 주소를 상기 RSS 정보에 더 포함시키는 단계인 것을 특징으로 하는 RSS 서비스 방법.
11. The method according to claim 8 or 10,
Generating the RSS information and transmitting it to the first client
And including the RSS address of the target directory in the RSS information.
RSS(Rich Site summary, Really Simple Syndication) 서비스 장치가 RSS 서비스를 제공하는 방법에 있어서,
클라이언트로부터 RSS 주소로 요청 신호를 수신하는 단계;
상기 RSS 주소에 따라 파일 서비스 장치로 질의하여 파일 정보 및 디렉토리 정보를 수신하는 단계; 및
상기 파일의 이름 및 주소 정보 중 하나 이상을 아이템 엘리먼트(Item element)에 삽입하여 RSS 정보를 생성하는 단계;
상기 RSS 정보를 상기 클라이언트로 전송하는 단계
를 포함하는 RSS 서비스 방법.
In the method of providing a RSS (Rich Site summary, Really Simple Syndication) service device,
Receiving a request signal from the client at an RSS address;
Querying a file service device according to the RSS address to receive file information and directory information; And
Generating RSS information by inserting one or more of the name and address information of the file into an Item element;
Transmitting the RSS information to the client
RSS service method comprising a.
제13 항에 있어서,
상기 RSS 정보를 생성하는 단계는 상기 디렉토리 정보를 채널 엘리먼트(channel element)에 삽입하여 상기 RSS 정보를 생성하는 단계인 것을 특징으로 하는 RSS 서비스 방법.
The method of claim 13,
Generating the RSS information by generating the RSS information by inserting the directory information into a channel element.
KR1020110111992A 2011-10-31 2011-10-31 Apparatus and method for providing rss service KR101385689B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020110111992A KR101385689B1 (en) 2011-10-31 2011-10-31 Apparatus and method for providing rss service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020110111992A KR101385689B1 (en) 2011-10-31 2011-10-31 Apparatus and method for providing rss service

Related Child Applications (1)

Application Number Title Priority Date Filing Date
KR1020130088797A Division KR20130102513A (en) 2013-07-26 2013-07-26 Apparatus and method for providing rss service

Publications (2)

Publication Number Publication Date
KR20130047152A true KR20130047152A (en) 2013-05-08
KR101385689B1 KR101385689B1 (en) 2014-04-22

Family

ID=48658705

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020110111992A KR101385689B1 (en) 2011-10-31 2011-10-31 Apparatus and method for providing rss service

Country Status (1)

Country Link
KR (1) KR101385689B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190101764A (en) * 2018-02-23 2019-09-02 조선대학교산학협력단 information providing method for information vulnerable classes

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101967696B1 (en) 2017-11-10 2019-04-10 장성식 Method and apparatus of providing subscription service

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100802511B1 (en) * 2005-10-11 2008-02-13 주식회사 코리아 와이즈넛 System and method for offering searching service based on topics
US10311136B2 (en) * 2006-12-11 2019-06-04 Microsoft Technology Licensing, Llc Really simple syndication for data
KR101615579B1 (en) * 2008-12-15 2016-04-26 삼성전자주식회사 Supporting Method And Supporting System For RSS channel Information, and Portable Device using the same
KR101083669B1 (en) * 2009-11-23 2011-11-16 주식회사 버즈니 Expert website searching system using internet and method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190101764A (en) * 2018-02-23 2019-09-02 조선대학교산학협력단 information providing method for information vulnerable classes

Also Published As

Publication number Publication date
KR101385689B1 (en) 2014-04-22

Similar Documents

Publication Publication Date Title
US11991238B2 (en) Sharing network addresses
KR101477763B1 (en) Message catalogs for remote modules
KR101422859B1 (en) Permission-based document server
RU2405267C2 (en) Method, device and system for selection of services and client applications server
US8078693B2 (en) Inserting a multimedia file through a web-based desktop productivity application
CN101689201B (en) Federated search
US20060031411A1 (en) Document delivery
US20050240869A1 (en) Method and system for editable web browsing
KR20160049060A (en) Techniques to automatically syndicate content over a network
JP2006526837A (en) How to browse content using page save file
AU2006326623A2 (en) Remote module incorporation into a container document
CN105745646A (en) Native application search results
TW201729121A (en) Cloud service server and method for managing cloud service server
JP5347429B2 (en) Uniform resource locator rewriting method and apparatus
JP2010191807A (en) Information repeater system and program
KR101385689B1 (en) Apparatus and method for providing rss service
US10360544B2 (en) Information processing system, information processing apparatus, and information processing method
JP2013015880A (en) Server apparatus and information processing apparatus
JP2009251754A (en) Page customizing server, page customizing program, and page customizing method
KR20090068917A (en) Wired and wireless widget service system and method thereof
US10417296B1 (en) Intelligent bookmarking with URL modification
JP2020042660A (en) Electronic file management device, electronic file management program and electronic file management system
KR20130102513A (en) Apparatus and method for providing rss service
WO2013168492A1 (en) Communication terminal, website device, and information distribution system
JP2009026013A (en) Content registration/provision device, content registration/provision control method, and content registration/provision control program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
A107 Divisional application of patent
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: 20170911

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20190507

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20200311

Year of fee payment: 7