• Title/Summary/Keyword: Web-System

Search Result 7,820, Processing Time 0.036 seconds

A Study on Design of Web Service System using UDDI Registry

  • Kim, Tae-Hee;Kim, Sun-Kyung
    • 한국산업정보학회:학술대회논문집
    • /
    • 한국산업정보학회 2007년도 춘계학술대회
    • /
    • pp.168-173
    • /
    • 2007
  • Recent web environment needs a web service method that can integrate the individual web service. The UDDI registry can accommodate this need by classifying the information of the web service system for an easy retrieval of the information, thus it reduces the time to find a specific web service. Using the basic information search function of the UDDI registry, the web provider can offer various types of information to the client. In this paper, we implemented the process of registering the information to the UDDI registry and retrieving the various types of information from the UDDI registry in a given format.

  • PDF

A Web Design Modeling System to Improve Communication between Web Designers and Programmers

  • Lee, Ji-Hyun;Lu, Kuo-Hui
    • 디자인학연구
    • /
    • 제20권2호
    • /
    • pp.53-64
    • /
    • 2007
  • Web development has multidisciplinary features involving diverse team members. Owing to the diverse backgrounds, however, there may be communication problems among web team members, especially between designers and programmers. Programmers often use a graphical modeling notation to communicate their designs. The graphical modeling concepts can also be helpful to designers, but most designers generally find graphical modeling notations hard to understand. We, therefore, propose an interactive computer-aided collaborative web design system including revised web graphical model notations to improve communication between web designers and programmers. We have designed and implemented a computational prototype to validate the approach and illustrate how the prototype works using concrete examples.

  • PDF

Design of Real-Time Video Play System Using Web Camera

  • Seung Ju Jang
    • International journal of advanced smart convergence
    • /
    • 제12권3호
    • /
    • pp.25-31
    • /
    • 2023
  • This paper designs a real-time video playback system using a web camera in the RTSP server. It designs a function to play the video data of the web camera in the client in real time using the web camera in the server and using the RTSP protocol. It consists of a server module function that produces real-time video information using a web camera and a client module function that plays video received from the server in real time. The experiment was conducted by establishing an environment for designing a real-time video playback system using a web camera. As a result of the experiment, it was confirmed that real-time video playback from the server's web camera worked well.

이미지 손실없는 확대/축소가 가능한 아바타 생성 시스템 (The Avata Construction System for Image Lossless Scaling)

  • 김원중;장미화
    • 한국정보통신학회논문지
    • /
    • 제6권2호
    • /
    • pp.181-189
    • /
    • 2002
  • 본 논문에서는 차세대 마크업 언어로 각광받고 있는 XML(extensible Markup Language)의 그래픽 표준인 SVG(Scalable Vector Graphic)를 이용하여 어떤 단말기에서도 같은 형식으로 디스플레이 되고, 사용자가 원하는 형태로 이미지의 손상없이 수정이 가능하여 각 부분 요소의 재사용성을 크게 높인 아바타(웹 캐릭터) 생성 시스템을 설계 및 구현하였다. SVG는 텍스트로 기술되기 때문에 그래픽에 대한 검색이 편리하고, 어플리케이션들이 SVG문서를 쉽게 사용할 수 있으며, 선, 폴리곤, 텍스트, 이미지 등의 모든 그래픽 요소에 쉽게 접근할 수 있으므로 데이터베이스와 연동하여 웹 그래픽 문서를 동적으로 생성할 수 있다. 또한 연구 결과를 이용하여 웹 상에서 발생할 수 있는 어떠한 컨텐츠에도 사용할 수 있는 기술을 구현할 수 있을 것이다.

분산 컴퓨팅 환경에서의 웹 교육 컴포넌트 개발과정 모델링 (Development Process Modeling of Web Education Components based on distributed Computing Environment)

  • 김재생
    • 정보교육학회논문지
    • /
    • 제6권3호
    • /
    • pp.338-346
    • /
    • 2002
  • 근래 인터넷의 활성화로 인하여 교육기관 또는 교육자들이 나름대로 웹기반 교육 시스템을 각자 개발하여 운영 및 관리되고 있으나 웹 교육 시스템 개발시 응용하고 있는 컴포넌트 개발은 미비한 형편이다. 컴포넌트를 사용하여 웹 교육 시스템을 개발하면 재사용성, 호환성, 확장성, 개발기간 단축, 개발비용 절약 등 여러가지 기대효과를 얻을 수 있다. 그러므로 본 논문에서는 웹 기반 교육 시스템의 기능에 따라서 웹 교육 관련 컴포넌트를 분류하고, 컴포넌트 개발과정을 모델링하고, 클라이언트/서버환경을 지원하는 분산 컴퓨팅 환경에서 컴포넌트를 재사용할 수 있는 컴포넌트 플랫폼을 선정하여 보았다. 이러한 웹 교육 컴포넌트의 도입은 웹 기반 교육 시스템 개발에 많은 도움을 줄 수 있을 것이다.

  • PDF

Performance Evaluation of Node.js for Web Service Gateway in IoT Remote Monitoring Applications

  • Nkenyereye, Lionel;Jang, Jong-Wook
    • International Journal of Advanced Culture Technology
    • /
    • 제4권3호
    • /
    • pp.13-19
    • /
    • 2016
  • The growth of mobile devices in Internet of Things (IoT) leads to a number of remote and controlling system related IoT applications. For instance, home automation controlling system uses client system such web apps on smartphone or web service to access the home server by sending control commands. The home server receives the command, then controls for instance the light system. The web service gateway responsible for handling clients' requests attests an internet latency when an increasing number of end users requests submit toward it. Therefore, this web service gateway fails to detect several commands, slows down predefined actions which should be performed without human intervention. In this paper, we investigate the performance of a web server-side platgorm based event-driven, non-blocking approach called Node.js against traditional thread-based server side approach to handle a large number of client requests simultaneously for remote and controlling system in IoT remote monitoring applications. The Node.JS is 40% faster than the traditional web server side features thread-based approach. The use of Node.js server-side handles a large number of clients' requests, then therefore, reduces delay in performing predefined actions automatically in IoT environment.

공공기관의 웹 통합 관리 전략 및 시스템 사례 분석 (Case Study: Web Integration Strategy and System of Public Institutions)

  • 황인아
    • 인터넷정보학회논문지
    • /
    • 제6권6호
    • /
    • pp.35-44
    • /
    • 2005
  • 공공기관에 산재되어 있는 홈페이지들의 컨텐츠와 보안정책을 효과적으로 유지관리하기 위해서는 체계적인 방안과 관리 할 수 있는 시스템의 구현이 필요하다. 사용자들은 신뢰성 있는 시스템에 손쉽게 홈페이지를 만들고 사용하기를 원하고 기관에서는 외부로 공개되는 정보들이 정확성과 일관성이 유지되기를 기대한다. 본 논문에서는 특정한 정부출연 연구기관의 홈페이지들을 대상으로 운영현황과 문제점들을 분석하고 사용자 및 관리자가 효과적으로 활용하고 관리할 수 있는 방안을 도출하여 이를 바탕으로 웹 통합시스템을 설계하고 구현한 사례를 분석하였다.

  • PDF

이송중인 웹의 장력 및 사행제어 (Control of Longitudinal Tension and Lateral Position of a Moving Web)

  • 신기현;권순오
    • 한국펄프종이공학회:학술대회논문집
    • /
    • 한국펄프종이공학회 2002년도 추계학술발표논문집
    • /
    • pp.74-80
    • /
    • 2002
  • A mathematical tension model for a moving web in a multi-span web handling system was derived and validated by using a simulator which includes unwinder, driven roller, winder, load cells, controllers, etc. A tension controller was designed to compensate tension disturbances generated by velocity changes of the unwinder and driven roller. From experimental results it was proved that the tension model properly expressed the tension behavior of a moving web for specific conditions. The distributed tension controller designed by using the pole-placement technique compensated the tension disturbances transfered from upsteram tension variation. Interactions between web spans including "tension transfer phenomenon" were clearly confirmed through the study. A mathematical model of lateral motion of a moving web was verified also by using the same experimental apparatus which includes displacement type guidance systems. And a feedforward control strategy was designed for more accurate control of the lateral motion of a moving web, which utilize a measured signal of the lateral displacement of web in a previous span and a more correctly identified mathematical model to estimate the disturbance of lateral motion from the previous span. This approach was turned out to be effective in improving the performance of the guidance system for more wide range disturbances.

  • PDF

자바기반 공간 웹 데이터베이스 시스템의 설계 및 구현 (Design and Implementation of Java-based Spatial Web Database System)

  • 김상호;남광우;류근호
    • 정보처리학회논문지D
    • /
    • 제11D권1호
    • /
    • pp.1-10
    • /
    • 2004
  • 인터넷과 무선 이동통신 기술이 발달함에 따라, 모바일 데이터베이스와 무선 웹 서비스 기술은 중요한 연구 이슈로 부각되어 왔다. 이러한 환경의 변화로 임베디드 시스템과 웹 서비스를 위한 새로운 GIS 데이터베이스 시스템 개발이 필요하다. 이 논문에서는 웹 기반 GIS 시스템에서 사용할 수 있는 자바기반 웹 데이터베이스 시스템을 제안하였다. 제안된 시스템은 자바기반 응용 프로그램 서버와 이동 컴퓨팅 장치에 쉽게 디스플레이하기 위해 자바 언어를 사용하여 구현하였고, 웹 데이터 호환성 보장을 위해 OGIS를 사용하여 구현되었다. 또한 스키마 관리자를 포함하는 공간 질의 처리기와 공간 객체 저장 모듈을 개발하여 사용자의 웹 상에서의 공간 질의를 효율적으로 처리할 수 있게 하였다.

실시간 영상 감시를 위한 웹 카메라 시스템의 구현에 관한 연구 (A Study on the Implementation of the Web-Camera System for Realtime Monitoring)

  • 안영민;진현준;박노경
    • 전기전자학회논문지
    • /
    • 제5권2호
    • /
    • pp.174-181
    • /
    • 2001
  • 본 논문에서는 인터넷 상에서 실시간 영상 감시를 위한 웹 카메라 시스템의 구조를 제안하고 구현하였다. 구현된 웹 카메라 시스템은 구현 방식에 따라 두 가지로 개발되었다. 첫 번째 시스템에서는 웹서버와 카메라 서버가 서로 동일한 시스템 상에서 구현되어 동작되도록 하였다. 이 시스템에서는 동영상 파일이 주기적으로 JPEG 파일로 압축되어 인터넷을 통하여 사용자에게 전달된다. 두 번째 시스템에서는 웹서버와 카메라 서버가 서로 다른 시스템에 구현되도록 하여 카메라 서버가 동영상 파일을 웹서버로 전송하면 최종적으로 웹서버에 접속한 사용자에게 동영상 파일을 전송하도록 하였다. JPEG으로 압축된 영상 이미지의 전송을 위하여 본 시스템은 자바 애플릿과 자바 스크립트를 사용하여 개발되었는데 이는 ActiveX나 스크립트 언어만을 사용한 경우보다 운영시스템과 브라우저에 독립적으로 동작할 수 있게 하기 위함이다. 본 논문에서 구현된 두 가지 구조의 시스템의 성능 비교를 위하여 각 시스템에 대하여 전송되는 데이터의 트래픽을 초당 바이트 단위로 측정하여 그 결과를 시뮬레이션 하였다.

  • PDF