• Title/Summary/Keyword: API 정보

Search Result 1,467, Processing Time 0.032 seconds

Development of Infographic Method providing Global Corona Information using Open API (Open API를 활용한 국내외 코로나 정보 Inforgraphic 제공 방법 개발)

  • Choi, Hyo Hyun;Lee, Yeon-Guk
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2021.07a
    • /
    • pp.513-514
    • /
    • 2021
  • 본 논문에서는 코로나-19에 대한 국내외 코로나 확진자 정보에 대한 Infographic 제공 방법 개발을 제안한다. 코로나-19에 대한 국내외 코로나 정보는 행정안전부에서 운영하는 공공 데이터 포털의 open API를 사용함으로써 신뢰성 있는 정보를 바탕으로 일반적으로 Text 형식으로 제공되는 코로나-19 정보를 다양한 Infographic 방법으로 제시하여 사용자에게 보다 효과적으로 정보를 제공할 수 있도록 개발하였다.

  • PDF

Design and Implementation of A Native ATM API (Native ATM API의 설계 및 구현)

  • Seong, Jong-Jin
    • The Transactions of the Korea Information Processing Society
    • /
    • v.4 no.5
    • /
    • pp.1337-1348
    • /
    • 1997
  • Ip over ATM and LAN Emulation over ATYM are cimmon methosd for applications to use ATM netework.But these can hardly provide full ATM serviece because of legacy transprot and network protocols they use.This paper presents work of desing and implementation of a Native ATM API that can enable direct use of native ATM scriviccs.In our work, Native ATM API specification which accommodates ATM Forum's "Native ATM Services :Semantic Deseription"has been defined, and based on this, Native ATM API has been implemented of our development are addressed, and implementation envuroment, sofware archiercture, Native ATM API library functions, and applecation programming using our Native ATM API are described.described.

  • PDF

Design and Implementation of the Java Card API for Efficient File Management (효율적 파일 관리를 위한 자바카드 API 설계 및 구현)

  • Song Young-Sang;Shin In-Chul
    • The KIPS Transactions:PartC
    • /
    • v.13C no.3 s.106
    • /
    • pp.275-282
    • /
    • 2006
  • There are several independent applets to support various applications in a Java Card. Each applet in a Java Card processes and manages its own data without concern to other applets and their data. In this paper we proposed file system API to support efficient file management based on Java Card. Also we designed and implemented Java Card based file system API using basic API and referring to the file system standard defined in ISO 7816-4 Smart Card standard. By using proposed file system API, we can replace duplications of same code in each applet with short method call. So the used memory space and processing time is reduced and also the reduction of development time and cost will be expected.

Development of playlist management system using YouTube API (YouTube API를 이용한 재생목록 관리 시스템 개발)

  • Yoon, Kyung-Seob;Kim, Yeon Ji;Hong, Ji Hun
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2017.07a
    • /
    • pp.47-50
    • /
    • 2017
  • PC 혹은 모바일 환경이 점점 발전됨에 따라 사용자들은 자신의 목적에 맞는 다양한 콘텐츠들을 쉽게 이용하고 있다. 사용자는 정상적인 콘텐츠를 이용할 경우 콘텐츠가 가지고 있는 태그정보를 통해 콘텐츠의 내용을 식별하여 사용한다. 하지만 올바른 태그정보가 들어있지 않은 콘텐츠의 경우 사용자는 잘못 입력된 태그정보로 인해 콘텐츠를 식별하는 과정에서 어려움을 겪을 수 있는 문제점을 가지고 있다. 본 논문에서는 사용자가 가지고 있는 콘텐츠에 접근하여 스마트폰 혹은 PC에 저장되어있는 다양한 콘텐츠들을 유튜브 API를 통해 유튜브 플랫폼에 존재하는 영상들과 매칭 시키고, 매칭 시킨 영상들을 사용자 계정에 동기화시키는 시스템을 제안한다.

  • PDF

Open API based Subway Information System (오픈 API 기반의 지하철 편의정보 제공 어플리케이션)

  • Kim, Ji-Eun;Kang, Hye-Gyeong;Kim, Ji Sim;Kim, Kyong Ah;Ahn, You Jung
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2019.01a
    • /
    • pp.287-288
    • /
    • 2019
  • 본 논문에서는 서울 열린 데이터광장에서 제공하는 오픈 API를 사용하여 지하철의 편의정보를 제공하는 어플리케이션을 구현한다. 기존의 지하철 어플리케이션의 불편함을 해소하기 위해 지하철 편의 시설 정보를 중심으로 제공하는 어플리케이션을 제안한다. 제안한 어플리케이션은 편의시설 중심으로 제공하여 사용자가 긴급할 때 화장실을 포함한 편의시설을 기존 어플리케이션 보다 신속하게 찾을 수 있는 것을 목적으로 한다.

  • PDF

Constructing a security check debugging environment by modifying JAVA Core API (자바 Core API 변경 기반의 보안 체크 디버깅 환경 구축)

  • Park, Chul-Woo;Park, Hyo-Seong;Kim, Ki-Chang
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2013.11a
    • /
    • pp.640-643
    • /
    • 2013
  • 자바의 가상머신(Virtual Machine)은 보안관리자(Security Manager)를 이용하여 악의적인 목적을 가진 프로그램으로부터 시스템을 보호한다. 하지만 최근에 자바 애플릿(Java Applet)을 통해 자바 API의 취약점을 이용한 시스템 공격 방법들이 공개되면서 자바 보안의 중요성이 높아지고 있다. 본 연구에서는 자바 보안관리자를 우회하는 자바 코드의 작동 원리를 분석하기 위한 기존의 디버깅 환경을 개선하기 위한 방안으로 자바 가상머신에서 사용되는 Core API 의 코드를 수정하고 새로운 API를 추가하였다. 이를 통해 보안 관련 문제로 인한 디버깅의 효율성과 편의성을 높였으며 본 연구가 자바 보안 문제를 해결하는데 기여 할 수 있기를 바란다.

Java API Pattern Extraction and Recommendation using Collocation Analysis (연어 관계 분석을 통한 Java API 패턴 추출 및 추천 방법)

  • Kwon, Chanwoo;Hwang, Sangwon;Nam, Youngkwang
    • Journal of KIISE
    • /
    • v.44 no.11
    • /
    • pp.1165-1177
    • /
    • 2017
  • Many developers utilize specific APIs to develop software, and to identify the use of a particular API, a developer can refer to a website that provides the API or can retrieve the API from the web. However, the site that provides the API does not necessarily provide guidance on how to use it while it can be partially provided in many other cases. In this paper, we propose a novel system JACE (Java AST collocation-pattern extractor) as a method to reuse commonly-used code as a supplement. The JACE extracts the API call nodes, collocation patterns and analyzes the relations between the collocations to extract significant API patterns from the source code. The following experiment was performed to verify the accuracy of a defined pattern: 794 open source projects were analyzed to extract about 15M API call nodes. Then, the Eclipse plug-in test program was utilized to retrieve the pattern using the top 10 classes of API call nodes. Finally, the code search results from reference pages of the API classes and the Searchcode [1] were compared with the test program results.

Detecting Java Class Theft using Static API Trace Birthmark (정적 API 트레이스 버스마크를 이용한 자바 클래스 도용 탐지)

  • Park, Hee-Wan;Choi, Seok-Woo;Lim, Hyun-Il;Han, Tai-Sook
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.14 no.9
    • /
    • pp.911-915
    • /
    • 2008
  • Software birthmark is the inherent characteristics that can identify a program. In this paper, we propose a Java class theft detection technique based on static API traces of class files. We utilize control flow analysis to increase resilience, and we apply the semi-global alignment trace comparison algorithm to increase credibility. The credibility and resilience experiments for XML parsers show that our birthmark is more efficient than existing birthmarks.

Design and Implementation of lava ATM API (자바 ATM API의 설계 및 구현)

  • 성종진;이근구;김장경
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 1998.11a
    • /
    • pp.456-462
    • /
    • 1998
  • 이 논문에서는 자바 환경에서 사용될 수 있는 ATM API를 정의하고, 이렇게 정의된 자바 ATM API를 Winsock 2 환경 상에서 구축할 경우 요구되는 소프트웨어의 구조와 구현 방법을 제시한다. 제안된 자바 ATM API는 기존의 자바 프로그래밍 환경에서 제공되는 JDK 중에서 인터넷 통신 기능을 정의하고 있는 java.net 패키지의 확장된 형태로 정의되었다. 동시에 순수 ATM 서비스의 표준인 ATM 포럼의 "Native ATM Services: Semantic Description, Version 1.0" 규격에 따른 표준화된 ATM 서비스 기능들을 제공할 수 있도록 정의되었다. 표준화된 ATM 서비스 제공을 위해 java.net에 추가적으로 정의된 자바ㆍATM API 용 클래스로는, ATM 어드레싱을 위한 AtmAddress, BLLI/BHLI 정보의 이용을 위한 AtmBLLI와 AtmBHLI, 소켓 개념의 통신 프로그래밍을 위한 AtmSocket, AtmServerSocket, AtmMulticastSocket, AtmSocketImpl 그리고 ATM 통신의 장점인 연결의 특성 표현을 위한 AtmConnAttr 등이다.

  • PDF

XMLMD: XML Web Services-based Client OLAP API (XMLMD: XML 웹서비스 기반의 클라이언트 OLAP API)

  • Bae, Eun-Ju;Kim, Myung
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10c
    • /
    • pp.13-15
    • /
    • 2002
  • OLAP(On-Line Analytical Processing)은 데이터 웨어하우스에 저장된 정보를 다차원적으로 분석하여 그 결과를 온라인으로 사용자에게 제공하는 제반 기술로써, 비즈니스 인텔리젼스의 핵심 기술 중 하나이다. OLAP 애플리케이션을 개발하기 위해서는 OLAP API를 필요로 하며, 주요 API들로는 OLE DB for OLAP, JOLAP, XML for Analysis (XML/A)를 들 수 있다. 이 중에서 XML/A는 XML 웹서비스를 지원하는 API로써 SOAP, XML, HTTP 등 개방형 인터넷 표준을 따른다. XML/A는 데이터를 XML 형태로 전송함으로써 서로 다른 플랫폼을 갖는 클라이언트와 서버간에 통신을 할 수 있도록 해 준다. 반면. OLAP 오브젝트나 분석 데이터를 서버에 요청하기 위해서 클라이언트는 동일한 형식의 XML 데이터를 매번 생성해야 하는 번거로움을 안고 있다. 본 연구에서는 윈도우즈 환경의 애플리케이견 개발자들이 이러한 번거로운 작업을 하지 않고 XML/A Provider의 웹서비스를 통해 편리한 다차원 데이터 분석을 지원하는 XMLMD(XML Multidimensional) API를 설계하고 구현하였다.

  • PDF