• Title/Summary/Keyword: Java Servlet

Search Result 48, Processing Time 0.022 seconds

Development of Smart Grid DataBase Using Java Servlet Technology (Java Servlet 기술을 이용한 Smart Grid DataBase 개발)

  • Pyo, Seong-Bae;Kim, Min-Gi;Park, Dea-Woo
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2011.06a
    • /
    • pp.217-219
    • /
    • 2011
  • Smart Grid를 위해서 전기의 끊김없는 공급과 안전한 전기사용이 중요하다. Smart Grid에 사용되는 전기IT기기의 성능평가와 인증을 받기 위해서는 모듈 기준값, 모듈 성능값, 제품별 기능, 실험장비, 허용오차 등 실험 DataBase가 발생한다. 전기IT기기는, 기존의 존기기기에 IT와 통신기능을 융합하여 전기의 공급과 안전성을 강화시킨 제품이다. 본 논문에서는 Smart Grid DataBase 개발을 위한 전기IT기기들을 안전하게 관리하고, IT와 통신을 통한 인터넷 웹브라우저에서 접속할 수 있는 Java Servlet 기술을 이용한, 전기IT기기에 대한 평가기관 및 인증기관이 실시간으로 평가와 인증 자료를 관리 할 수 있도록 한다.

  • PDF

Design and Implementation of GIS using Servlet on the Internet (인터넷에서 서블릿을 이용한 지리정보시스템의 설계 및 구현)

  • 김병학
    • Proceedings of the Korea Institute of Convergence Signal Processing
    • /
    • 2001.06a
    • /
    • pp.49-52
    • /
    • 2001
  • In this paper, the design and implementation of the Geographic Information Retrieval System for the ArcView is described. The environments for the system configurations include a PC server under Linux Operating System, Apache Web-server, and Oracle as database engine. In addition, JSP(Java Server page) and Servlet is used to view database and Map-Image.

  • PDF

Java Servlets Supporting Users's Sessions (사용자 세션 지원 자바 서블릿)

  • Kim, Jin-Hong;Jeong, Hyeon-Rak;Park, Yang-Su;Lee, Myeong-Jun
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.5
    • /
    • pp.1544-1552
    • /
    • 2000
  • To maintain users' sessions through web browsers, a web server needs facilities for authenticating users and managing their information. Those facilities enable a web server to keep the states of the users, providing services distinguished by the states. As of now, those facilities are provided through non-standardized technologies, leading to the repeated development of similar functionalities through many web programers. In this paper, to solve the problem, we define a new session class containing the information on a user, and present a design and implementation of the Java servlet classes which supply the facilities for authenticating users, managing their sessions, and controling web services according to the groups they belong to. These servlet classes work on any web servers supporting Java servlet such as JavaServer, Apache, and IIS.

  • PDF

Web-Based Machine Mornitoring System Using Distributed Object Technology (분산 객체 기술을 이용한 웹 기반 기계 모니터링 시스템)

  • 차주헌;공호성
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2002.10a
    • /
    • pp.492-496
    • /
    • 2002
  • We present the web-based remote monitoring system using distributed object technology. In order to provide the desired functionality, the system has used CORBA(Common Object Request Architecture) and Java Servlet to implement the integrated distributed object environment. It converts the existing standalone machine monitoring system into web-based machine monitoring system. It consists of applet program, CORBA server and CORBA client. The usefulness of our system will be illustrated by the application to ICM(Integrated Condition Monitoring) System developed by KIST Tribology Center.

  • PDF

Java Technology for Implementing Efficient Numerical Analysis in Intranet (인트라넷 안에서 효율적인 수치해석을 구현하기 위한 자바기술)

  • Song, Hee-Yong;Ko, Sung-Ho
    • Proceedings of the KSME Conference
    • /
    • 2001.06e
    • /
    • pp.488-493
    • /
    • 2001
  • This paper introduces some useful Java technologies for utilizing the Internet in numerical analysis, and suggests one architecture performing efficient numerical analysis in the Intranet by using them. The present work has verified it's possibility by implementing some parts of this architecture with two easy examples. One is based on Servlet-Applet communication, JDBC and Swing. The other is adding multi-threads, file transfer and Java Remote Method Invocation to the former. Through this work it has been intended to make the base for the later advanced and practical research that will include efficiency estimates of this architecture and deal with advanced load balancing.

  • PDF

Design and Implementation of a Multimedia Platform for a Realtime Distant Education on the Web (웹 기반에서의 실시간 원격교육을 위한 멀티미디어 플렛폼 설계 및 구현)

  • 손형도;김윤홍;강승찬;박병수;김일태
    • Journal of Korea Multimedia Society
    • /
    • v.2 no.4
    • /
    • pp.419-429
    • /
    • 1999
  • In this paper, we have designed and implemented Web-based realtime distant education system by using multimedia CAI and Java technology. The proposed system can provide not only Web-based courseware but also text-based text lecture and distant OHP in real time. The Courseware provides computer basic education and has been developed by using Authorware. The Client/server program of Text lecture and distant OHP for a realtime distant education has been developed by using Java applet and application. Java servlet has been used to construct CGI programs.

  • PDF

Methods of Reconstructing Numerical Analysis Program for Utilizing the Internet (인터넷을 활용하기 위한 수치해석 프로그램의 재구성 방법)

  • Song Heeyong;Koak Youngkyun;Ko Sungho
    • Proceedings of the KSME Conference
    • /
    • 2002.08a
    • /
    • pp.63-66
    • /
    • 2002
  • The present study introduces some useful methods of implementing the Internet numerical analysis program with existing numerical codes for utilizing the Internet environment. The Internet gives developers good environment for development and release. Several methods were suggested, and some of them were implemented with an existing numerical code named SOLA-VOF, a computational fluid dynamics program to solve two-dimensional transient flow problems with free surface. This was reconstructed with Java technologies and compared with the original one. Java technologies have been applied to development of Internet applications for a long time. The objective of this work is to contrive methods of implementing Internet numerical analysis program with existing numerical codes and confirm the possibility of them. Methods using the applet-servlet communication were suggested and implemented. In addition, the Java web services with XML was introduced, which makes possible the cooperation of components. Although the concept has been suggested and developed for business applications, it can also be used for engineering softwares. Therefore, this study will be a preparation for numerical analysis to participate in engineering web services.

  • PDF

Design and Implementation of GIS using Servlet owl the Internet (인터넷에서 서블릿을 이용한 지리정보시스템의 설계 및 구현)

  • 김도완;김병학
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2001.11a
    • /
    • pp.215-220
    • /
    • 2001
  • 과거에는 지리정보시스템이 고가의 엔진을 사용하여 구축된 지리정보데이터를 활용하였다. 따라서 단지 전문가나 특정한 사용자 중심으로 활용되었으나 인터넷 기술의 급속한 발전으로 언제 어디서나 지도를 이용하려는 일반 사용자들의 요구가 급격히 증가하고 있다. 이에 본 논문에서는 여러 지리정보검색의 구현기술 중 Java의 Servlet기술을 이용하여 관광지리정보검색 시스템을 구현하여 서버의 과중한 부하를 막았으며 진보된 그래픽과 인터페이스를 제공하고 데이터 보안성의 문제와 동적으로 변하는 자료의 시각적 표현을 구현하였다.

  • PDF

Architecture of Web-Based Real-Time Monitoring Systems (웹 기반 실시간 모니터링 시스템의 구조)

  • Park, Hong-Seong;Jeong, Myeong-Sun;Kim, Bong-Sun
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.7 no.7
    • /
    • pp.632-639
    • /
    • 2001
  • This paper proposes an improved architecture of web-based monitoring systems for monitor of processes in plants from the soft real-time point of view. The suggested model is designed to be able to guarantee the temporal and spatial consistency and transmit the monitoring data periodically via the intranet and the Internet. The model generates one thread for monitoring management, one DB thread, one common memory, and corresponding monitoring threads to clients. The monitoring thread is executed during the smaller time than the execution time of the process used in the conventional methods such as CGI and servlet method. The Java API for the server API, VRML, EAI(External Authoring Interface) and Java Applets for efficient dimensional WEB monitoring are used. The proposed model is implemented and tested for a FMS plant, Some examples show that the proposed model is useful one.

  • PDF

Mobile Web Service Performance Enhancement by Simplifying Architecture (모바일 웹서비스 성능 향상 처리기 설계)

  • Oh, Soo-Lyul;Ryu, Gab-Sang;Kim, Chul
    • Journal of The Korean Association of Information Education
    • /
    • v.15 no.2
    • /
    • pp.287-294
    • /
    • 2011
  • In this paper, we suggest performance enhanced Mobile Web service architecture. Mobile Web Services are new technology that integrates different applications to provide interoperability. SOAP is a lightweight message exchanging protocol and is a principal factor that decides the Web Services performance. When a mobile Web Service is implemented with the Java technology, it should be implemented with both a SOAP message processor like AXIS, and Java Servlet container (e.g. Tomcat). This typical implementation is not efficient because it requires an additional communication port and process. In this paper, we suggest a new method that replaces this typical approach to enhance Web Service performance.

  • PDF