• 제목/요약/키워드: Java-environment software

검색결과 118건 처리시간 0.022초

클라이언트/서버 기반의 네트워크 게임 연구 (A Study on Network Game Based on Client/Server)

  • 변영기;이한권;김종겸;조태경
    • 전기학회논문지P
    • /
    • 제55권2호
    • /
    • pp.73-77
    • /
    • 2006
  • A server is simply a computer that is running software that enables it to serve specific requests from other computers, called 'clients.' Distributed systems are considered by some to be the 'next wave' of computing. A collection of probably heterogeneous distribution systems is transparent to the user so that the system appears as one local machine. This paper is going to search about whole of Client/Server distributed systems environment through network game. This paper presents game by one example of network game. The ladder game uses JAVA and embody to do random every time using Random function and remainder operation repeatedly. Analyze execution principle of network game through this tame and investigate about Client/Server's distributed environment through this.

순수 ATM 서비스를 제공하는 자바 API (Java API for Native ATM Services)

  • 성종진;이근구;김장경
    • 한국정보처리학회논문지
    • /
    • 제6권7호
    • /
    • pp.1884-1896
    • /
    • 1999
  • 본 논문에서는 자바 프로그래밍에서 사용될 수 있는 ATM API를 제안한다. 제안하는 자바 ATM API는 기존 Java Core API 패키지들 중에서 통신 기능을 정의하고 있는 java.net 패키지를 확장하여 순수 ATM 서비스를 제공할 수 있도록 정의한 것이다. 순수 ATM 서비스의 표준인 ATM 포럼의 "Native ATM Service : Semantic Description, Version 1.0" 규격에 따른 표준화된 ATM 서비스 기능들을 제공할 수 있도록 고려하였다. ATM서비 제공을 위해 java.net에 추가적으로 정의한 자바 ATM API용 클래스로는 ATM 어드레싱 위한 AtmAddress, ATM BLLI/BHLI 정보의 이용을 위한 AtmBLLI와 AtmBHLI, 그리고 소켓 개념의 통신 프로그래밍을 위한 AtmSocket, AtmServerSocket, AtmMulticastSocket, AtmSocketImpl 등이 있으며, ATM 통신의 장점인 연결의 특성 표현을 위해서 AtmConnAttr을 정의하였다. 본 논문에서는 또한 이렇게 정의된 자바 ATM API를 WinSock 2 환경 상에서 구현한 내용을 기술한다. 내용을 기술한다.

  • PDF

삼성 스마트 TV 보드 게임 Application 개발 (Samsung Smart TV Board-game Application development)

  • 이창연;김우생
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2013년도 추계학술대회
    • /
    • pp.622-624
    • /
    • 2013
  • TV는 모든 이에게 가장 친숙한 장비이다. 최근엔 모든 TV업계에서 스마트 TV를 선보이며, TV시장에서 새로운 블루오션이 되었다. 스마트TV 역시 다른 스마트 장비와 마찬가지로, application이 매우 중요한 핵심요소이다. 본 논문에서는 삼성 스마트 TV 환경에서 사용할 수 있는 Web 기반의 application으로 삼성 SDK를 이용하여 JAVA SCRIPT, CSS, HTML를 기반으로 만든 보드 게임을 개발하였다. 본 application은 주사위를 이용한 보드 게임 형식으로 게임 규칙이 간단하여 남녀노소 누구나 즐길 수 있는 4인용 게임이다.

  • PDF

JNI를 사용한 혼합형 실행 환경 (Mixed-mode execution environment using the JNI)

  • 김상훈
    • 정보학연구
    • /
    • 제5권4호
    • /
    • pp.35-44
    • /
    • 2002
  • 자바의 이전성은 해석 방식에 따른 비효율성을 낳는다. 또한 일반 응용 프로그램에서 자바의 표준 클래스 라이브러리는 플랫폼 의존적인 기능을 제공하지 못한다. 이러한 여러 가지 문제를 해결하기 위해 JNI, JIT, 오프라인 바이트코드 컴파일러가 제안되어왔다. 본 논문에서는 자바 가상기계가 네이티브 코드와 함께 실행되는 혼합형 실행 모델을 제시한다. 현 실행 모델과 번역기는 동적으로 바이트코드를 적재할 수 있는 능력이 주어지며 JNI의 수월한 사용을 제공한다. 본 시스템은 JIT 보다 효율적이며, JNI의 개념이 부족한 프로그래머가 쉽게 네이티브코드 작성할 수 있도록 한다.

  • PDF

소프트웨어 컨텐츠의 모바일 적합성 분석을 위한 웹 기반 모델 (A Web-based Model for Mobile Compliance Analysis of Software Contents)

  • 이우진;정기원
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제31권10호
    • /
    • pp.1276-1285
    • /
    • 2004
  • 본 논문에서는 웹 브라우저를 통하여 모바일 기기에서 수행하도록 개발한 소프트웨어 컨텐츠의 모바일 적합성을 분석하는 시스템의 구현을 위한 모델을 제시한다. 컨텐츠의 모바일 적합성은 컨텐츠가 모바일 기기에서 실행되기에 적절하도록 개발되었는가를 말하는 것으로, 아무리 좋은 컨텐츠라도 모바일 기기에서 실행되기에 부적절하다면 서비스를 할 수 없으므로 컨텐츠의 모바일 적합성에 대한 분석은 매우 중요하다. 본 논문에서는 컨텐츠의 모바일 적합성 분석 범주를 제시하여 컨텐츠의 모바일 적합성 분석을 위한 가이드로 사용할 수 있도록 하고, Factory Method 패턴과 Facade 패턴을 바탕으로 모델을 만들고, 모델의 각 클래스간의 협력 관계를 통하여 컨텐츠의 모바일 적합성 분석을 위한 작업 수행 흐름을 보여 준다. 또한 모델의 구현을 위해 필요한 최소한의 자바 API를 제시하여 자바를 이용한 시스템의 구현에 사용할 수 있도록 하였으며, HDML로 작성된 컨텐츠의 모바일 적합성 분석 시스템을 구현하여 활용하는 사례를 보였다. 본 논문에서 제시한 모델은 새로운 종류의 컨텐츠에 대한 분석 모듈을 추가하거나 기존의 모듈을 제거하는 것을 쉽게 할 수 있도록 유연성을 가진 모델이며, JSP와 자바 빈을 기반으로 설계된 모델이므로, EJB나 다른 기술을 이용하여 개발할 필요가 있다면 모델을 확장시켜 시스템을 구현할 수도 있다.

EJB 3.0과 EJB 3.1의 소프트웨어 개발 생산성 비교 연구 (A Study on Comparison of Software Development Productivity with EJB 3.0 and EJB 3.1)

  • 이명호
    • 디지털융복합연구
    • /
    • 제12권3호
    • /
    • pp.263-268
    • /
    • 2014
  • 본 논문은 EJB 3.0과 EJB 3.1에 연관된 객체 지향 소프트웨어 개발 생산성에 대한 정량적인 평가 지표를 제공하는데 목적이 있다. N-Tiers 엔터프라이즈 아키텍처가 가지고 있는 문제점을 해결하고 장점들을 지원하기 위하여 새롭게 등장한 아키텍처가 경량 컨테이너 아키텍처이다. 이 구조는 EJB(Enterprise JavaBeans) 아키텍처와 같이 무겁지 않으면서도 EJB 컨테이너의 모든 기능을 제공하는 구조이다. 그러나 동일한 플랫폼 상에서 EJB 3.0과 EJB 3.1에 대한 성능 평가 연구는 부족하였다. 또한 정량적인 분석도 일부분의 LoC(Line of Code) 분석만 시도함에 따라 새로운 사양이 발표됨에도 구체적인 평가 지표와 지침이 부족하여 소프트웨어 개발 생산성의 평가와 프로젝트의 새로운 시도에 제한이 있었다. 따라서 본 연구에서는 동일한 개발 플랫폼 환경을 기반으로 영화예매시스템을 EJB 3.0과 EJB 3.1에서 설계하고 구현한 후, 개발 플랫폼 환경별 객관적인 소프트웨어 개발 생산성 비교 및 표준화에 따른 평가지침을 제공하고자 한다.

이질 분산환경을 고려한 CITIS 프로토타입의 구현 (Development of CITIS prototype in distributed environment)

  • 한태창;서범수;정석찬
    • 한국전자거래학회:학술대회논문집
    • /
    • 한국전자거래학회 1998년도 학술대회지 vol.1
    • /
    • pp.95-104
    • /
    • 1998
  • 현재 기업의 정보공유환경은 문서관리 시스템을 도입하여 사용하는 수준이며, 기업간의 정보공유 환경은 열악한 수준으로 전자우편을 통하여 서로 정보를 주고받는 정도이다. CALS 는 기업의 정보화를 통하여 기업간의 신속한 정보교류를 이룩함으로써 생산성 향상을 목표로 한다. CITIS는 CALS구현을 위한 소프트웨어적인 기반구조로 CALS에서 정보를 공유/교환하기 위한 서비스의 표준으로 다수의 기업간에 인터넷/인트라넷을 이용한 가상기업을 형성하여 정보를 공유하고자 할 때 활용될 수 있는 소프트웨어적인 기반 구조이다. 본 연구에서는 인터넷/인트라넷을 기반으로 CITIS 프로토타입 시스템을 설계하고 구현하였다. 구현언어로는 웹과 이기종 시스템에서 쉽게 사용될 수 있는 Java를 이용하였고, 분산환경 하에서의 통신 미들웨어로 객체지향 브로커 구조인 CORBA를 이용하였다.

  • PDF

분산 협업 환경에서의 유한요소 해석에 관한 연구 (Finite Element Analysis with STEP in Distributive and Collaborative Environment)

  • 조성욱;권기억
    • 한국CDE학회논문집
    • /
    • 제11권5호
    • /
    • pp.384-392
    • /
    • 2006
  • In this research, the feasibility of distributed finite element analysis system with STEP and CORBA has been investigated. The enabling technologies such as CORBA and Java play key roles in the development of integrated and geographically distributed application software. In addition to the distribution of analysis modules, numerical solution process itself is again divided into parallel processes using multi-frontal method for computational efficiency. In contrast to the specially designed parallel process for specific hardware, CORBA-based parallel process is well suited for heterogeneous platforms over the network. The idea of Web-based distributed analysis system may be applied to the engineering ASP for design and analysis in the product development processes. We believe that the proposed approach for the analysis can be extended to the entire product development process for sharing and utilizing common product data in the distributed engineering environment, thus eventually provide basis for virtual enterprise.

확장성과 개방성을 지원하는 SCADA 시스템 설계 및 구현 (Design and implementation of SCADA system to support scalability and openness)

  • 김형일;이승룡;전태웅;박영택
    • 제어로봇시스템학회논문지
    • /
    • 제5권6호
    • /
    • pp.753-763
    • /
    • 1999
  • The existing SCADA(Supervisory Control and Data Acquisition) system software is usually developed to suitable for the specific hardware platforms. However, as per rapid improvement of computer performance and development of network technology, it is required to support scalability and inter-operability in existing different SCADA systems. In order to meet such requirements, in this paper, we propose a new type of SCADA testbed using Java for electric distribution applications. The system consists of three modules; development support tools, client and server modules. The basic architecture of the proposed SCADA system is similar to existing one, however, we improve the function of MTU and MMI interface to facilitate LAN and WAN environment. Also, the proposed system can deals with alarm and history data by using heterogeneous DBMS. Since the system is built in Java environment, the development cost is cheap and it can support sacalability and portability. Our experience can be utilized to develop next generation of small and medium size of SCADA system.

  • PDF

임베디드 시스템을 이용한 인터넷 제어감시 시스템에 관한 연구 (A Study on the Internet Control and Monitoring System using an Embedded System)

  • Haeng-Choon Chun
    • Journal of Advanced Marine Engineering and Technology
    • /
    • 제28권5호
    • /
    • pp.811-817
    • /
    • 2004
  • Recently embedded systems are widely used in various industrial fields as supervisory controller because they have many merits. One of merits seems to be that operating environment of embedded system is the same as development environment using PC. That makes developing and manufacturing period shorten and also proper time to market Most of all machinery have sequential control system for their maneuvering which is composed of relays. contacts. timers. etc. In this paper. software sequential control system is proposed to be able to replace hardware sequential control system by using embedded system A lot of merits by the software sequential control system can be expected in the respect of economic reproduction, intelligent technologies and utilities, And porting of LINUX operating system to embedded system is carried out and device drivers and interface boards for LINUX 05 are designed for controlling air compressor by software Internet remote control and monitoring system of air compressor is implemented with Java script and CGI for these purposes. The experiment for operating air compressor system is taken through internet networks. The results show that developed system can be used for real plant.