• Title/Summary/Keyword: applet

Search Result 188, Processing Time 0.052 seconds

3-D Position Analysis of an Object using a Monocular USB port Camera through JAVA (한 대의 USB port 카메라와 자바를 이용한 3차원 정보 추출)

  • 지창호;이동엽;이만형
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2001.04a
    • /
    • pp.606-609
    • /
    • 2001
  • This paper's purpose is to obtain 3-Dimension information by using a monocular camera. This system embodies to obtain the height of object by using trigonometry method between a reference point of circumstance and an object. It is possible to build up system regardless of operating system, and then set it up. An comfortable USB port camera is used everywhere without the capture board. The internet can be used by using the applet and JMF everywhere. We regard the camera as a fixed. And we have developed a Real-Time JPEG/RTP Network Camera system using UDP/IP on Ethernet.

  • PDF

Web-based 3D Animation System for Visualization of Motions of Mechanisms (웹기반 3차원 기구 동적 거동 가시화 시스템 개발)

  • 남소정;한형석;이재경;김동성
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2003.06a
    • /
    • pp.1735-1738
    • /
    • 2003
  • The dynamic design and evaluation of mechanisms need to be performed in a collaboration or concurrent system in order to shorten the development period of the product. A web-based system is the most suitable concurrent system to promote effective collaboration. In order to develop such a web-based system, Java Applet, which is not restrained by a computer's H/W and S/W, is widely used. This paper introduces a web-based 3D animation system for visualizing the motions of mechanisms. This web-based 3D animation system uses a JAVA Applet program method, which can be operated in a web-browser, and the Open Inventor for Java, which supports 3D graphics. It does not only allows the user to verify dynamic simulation results and design variables through the web, but it also has the advantage of supporting collaboration among a number of users through simultaneous connections.

  • PDF

Development of a Powertrain Performance Simulation System in JAVA (자바 기반의 동력전달계 성능 시뮬레이션 시스템 개발)

  • 이재경;한형석
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2003.06a
    • /
    • pp.1747-1750
    • /
    • 2003
  • The development of a Web-based powertrain performance simulation system is introduced. The development approach of system architecture and each module is introduced along with the H/W and S/W used. The interface with all users is developed via a JAVA applet. The powertrain modeling and other job history data of a user is managed systematically on the server by database to increase the reusability of the data. A self-developed program using object-oriented programming is used as a solver for the performance simulation. The graph tool for the analysis of simulation results has the collaboration support developed based on JAVA so that synchronous users can view the same result. As a result, the powertrain simulation is possible only with Web-browser for the user and the collaboration support among the relevant engineers is possible.

  • PDF

Development of a Web-based Dynamic Simulation System for Multibody Systems (웹기반 범용 다물체 동역학 시뮬레이션 시스템 개발)

  • 한형석;이재경
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.20 no.8
    • /
    • pp.194-204
    • /
    • 2003
  • A Web-based dynamic simulation system, called O-DYN, for multibody dynamic systems is developed. All the interfaces of the system are accessible via Web browsers, such as Netscape or Explorer. The system uses a block-diagram type O-DYN/Modeler developed in JAVA Applet as a preprocessor. The O-DYN postprocessor composed of O-DYN/Plotter and O-DYN/Animator is developed in JAVA Applet. The O-DYN/Solver for predicting the dynamic behavior is run on the server. Anyone who wants to simulate the dynamics of multibody systems or share results data can access the analysis system over the Internet regardless of their OS, platform, or location.

Web-based Simulation System for Multibody Systems

  • Han, Hyung-Suk
    • International Journal of Precision Engineering and Manufacturing
    • /
    • v.4 no.6
    • /
    • pp.50-60
    • /
    • 2003
  • A web-based dynamic simulation system, called O-DYN, for multibody systems is developed. All the interfaces of the system are accessible via web browsers, such as Netscape or Explorer. The system uses a block-diagram type O-DYN/Modeler developed in JAVA Applet as a preprocessor. The O-DYN postprocessor composed of O-DYN/Plotter and O-DYN/Animator is developed in JAVA Applet. The O-DYN/Solver for predicting the dynamic behavior is run on the web server. Anyone who wants to simulate the dynamics of multibody systems or share results data can access the analysis system over the internet regardless of their OS, platform, or location.

Web Monitoring System Development for ILRT (격납건물 누설시험용 웹 모니터링 시스템 개발)

  • Kim, Sung-Chul;Cho, Hyoung-Don;Lee, Dong-Gil
    • Proceedings of the KIEE Conference
    • /
    • 2003.11c
    • /
    • pp.826-829
    • /
    • 2003
  • This paper describes the architecture and development of real-time monitoring system for ILRT (Integrated Leakage Rate Test). Object Oriented approach is used during the analysis and design. The architecture can be spited into two modules. First one is the Interface module, which, takes care of the communication between the server and the clients, and the second module is the Graphical User Interface (GUI) module, which takes care of the GUI in the web browser of the client. The technologies used includes Java, Java Bean and Java Applet. Etc.

  • PDF

Applet Security Technique against Hostile Applet's Attack (유해 애플릿 공격에 대한 애플릿 보안 기술)

  • Park, Sang-Kil;Noh, Bong-Nam
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2000.04a
    • /
    • pp.491-496
    • /
    • 2000
  • 웹상의 자바 애플릿은 클라이언트의 웹 브라우저에 다운로드 되어서 브라우저 내부에 있는 자바가상기계(JVM : Java Virtual Machine)내에서 실행된다. 각 자바가상기계에는 실행 전에 바이트 코드 검증기와 바이트 코드 인터프리터를 통하여 오류문법을 점검한다. 애플릿을 이용한 잠재적인 공격형태는 시스템 수정, 개인정보의 침해, 서비스 거부공격, 강한 거부감을 느끼게 하는 공격이 있다. 이러한 유해한 애플릿의 공격에 대응하기 위한 방법으로 코드분석, 행위분석, 위치정보등을 이용한 보안기법이 제시되었지만 효율적인 대응을 하지 못하고 있다. 이 논문에서는 자바의 특성을 이용하여 자바클래스 내부의 바이트 코드 수정을 통한 애플릿 보안기술에 대해 기술한다. 유해한 행동이 예상되는 애플릿의 클래스에 대하여 바이트 코드 수정을 통하여 안전한 클래스로 대체함으로서 유해 애플릿 공격으로부터 시스템을 보호한다. 이를 수행하기 위해 프록시 서버를 두어서 웹브라우저의 요구를 수용하고, 이를 웹 서버에게 Safe클래스로 수정하여 요구하며, 그에 대한 응답도 처리한 후 애플릿에게 보여준다. 이는 런타임때 수행되며 웹브라우저, 서버, 클라이언트의 수정없이 프록시 서버의 개입으로 이루어진다.

  • PDF

Research on Applying Code Signing Technology to National PKI (코드 서명 기술의 국내 PKI 적용 방안 비교 연구)

  • Lee, Rae;Lee, Dong-Hoon
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.14 no.3
    • /
    • pp.27-40
    • /
    • 2004
  • Nowadays most web rages provide various services by downloading the applications program such as ActiveX Control or Java Applet. To provide code integrity and publisher authentication of downloaded software in internet, we need code signing technology. In this paper, Authenticode technology of Microsoft is lust analyzed. Based on the analysis, we propose code signing certificate profile and applying method for National Public Key Infrastructure.

Applet Control using Java Bytecode Modification on the Internet Communication (인터넷 통신상에서 자바 바이트 코드 수정을 이용한 애플릿 제어)

  • 김광준;나상동;배용근
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.7 no.1
    • /
    • pp.90-99
    • /
    • 2003
  • Java applets are downloaded from web server through internet and executed in Java Virtual Machine of clients' browser. Before execution of java applets, JVM checks bytecode program with bytecode verifier and performs runtime tests with interpreter. However, these tests will not protect against undesirable runtime behavior of java applets, such as denial of service attack, email forging attack, URL spoofing attack, and annoying sound attack. In order to protect malicious applets, a technique used in this paper is java bytecode modification. This technique is used to restrict applet behavior or insert code appropriate to profiling or other monitoring efforts. Java byte modification is divided into two general forms, class-level modification involving subclassing non-final classes and method-level modification used when control over objects from final classes or interface. This paper showed that malicious applets are controlled by java bytecode modification using proxy server. This implementation does not require any changes in the web sever, JVM or web browser.