• Title/Summary/Keyword: java technology

Search Result 529, Processing Time 0.028 seconds

A Statistics Education Package Tong-Gramy for 5-8 Graders (초중등학생 교육용 통계패키지 통그라미 개발)

  • Lee, Jung Jin;Lee, Tae Rim;Kang, Gunseog;Kim, Sungsoo;Park, Heon Jin;Lee, Yoon-Dong;Sim, Songyong
    • The Korean Journal of Applied Statistics
    • /
    • v.27 no.3
    • /
    • pp.487-500
    • /
    • 2014
  • The elementary school curriculum includes some statistical concepts and many graphical methods. However, statistical concepts are difficult to understand; consequently, many of those graphs and numerical summaries are obtained by hand. We develop an intuitive statistics education package called Tong-Gramy focused on 5-8 graders to help students and teachers study statistics. This software covers numerical and graphical statistics that appear in 5-8 graders' textbooks. The graphs provided are dynamically linked to data and every graph is linked to every datum. The graphs of Tong-Gramy are dynamic graphs and morphing technology is used where applicable.

Development of a STEP-compliant Web RPD Environment (STEP표준과 Web을 이용한 RPD환경 구축)

  • 강석호;김민수;김영호
    • Korean Journal of Computational Design and Engineering
    • /
    • v.5 no.1
    • /
    • pp.23-32
    • /
    • 2000
  • In this paper, we present a Web-enabled product data sharing system for the support of RPD (Rapid Product Development) process by incorporating STEP (STandard for the Exchange of Product model data) with Web technology such as VRML (Virtual Reality Markup Language), SGML (Structured Generalized Markup Language) and Java. Extreme competition makes product life cycle short by incessantly deprecating current products with a brand-new one, and thus urges enterprises to devise a new product faster than ever. In this environment, an RPD process with effective product data sharing system is essential to outstrip competitors by speeding up the development process. However, the diversity of product data schema and heterogeneous systems make it difficult to exchange the product data. We chose STEP as a neutral product data schema and Web as an independent exchange environment to overcome these problems. While implementing our system, we focused on the support of STEP AP 203 UoF (Units of Functionality) views to efficiently employ STEP data models that are maximally normalized, and therefore very cumbersome to handle. Our functionality-oriented UoF view approach can increase users'appreciation since it facilitates the modular usage of STEP data models. This can also enhance the accuracy of product data. We demonstrate that our view approach is applicable to the configuration control of mechanical assemblies.

  • PDF

Internet-based Real-Time Remote Monitoring System for High-Speed Machining Process (인터넷 기반 실시간 원격 고속가공 모니터링)

  • 이우영;최성주;김흥배
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2000.05a
    • /
    • pp.952-955
    • /
    • 2000
  • Nowadays, Internet is so popular that we can easily access the remote site to search information and to communicate remote site and users. People who want to make a collaborate working environment can use JAVA, CORBA, and other internet programming tools like a Perl/XML. The mechanist are try to make the environment fur collaboration within design/manufacturing, simulation, remote sensing through TCP/IP And many industries and research institutions are working towards the agile manufacturing. This paper describes an internet-based real-Time remote monitoring system. The system consists of a hardware setup and a software interface. The hardware setup consists of a machine and its data acquisition hardware, while the software interface incorporates the data acquisition software, the server program, and the client program. The server program acts as the main interface between the data acquisition system and the internet technology. The client program is to be distributed to the remote users who want to monitor the machining status. The system has been demonstrated and verified for an industrial High-Speed Machine (HSM) especially measuring cutting force and acoustic emission. To share the signal, we make the WWW server and display its value. The system has been found to be highly efficient, reliable and accurate.

  • PDF

Intelligent Malicious Web-page Detection System based on Real Analysis Environment (리얼 분석환경 기반 지능형 악성 웹페이지 탐지 시스템)

  • Song, Jongseok;Lee, Kyeongsuk;Kim, Wooseung;Oh, Ikkyoon;Kim, Yongmin
    • Journal of KIISE
    • /
    • v.45 no.1
    • /
    • pp.1-8
    • /
    • 2018
  • Recently, distribution of malicious codes using the Internet has been one of the most serious cyber threats. Technology of malicious code distribution with detection bypass techniques has been also developing and the research has focused on how to detect and analyze them. However, obfuscated malicious JavaScript is almost impossible to detect, because the existing malicious code distributed web page detection system is based on signature and another limitation is that it requires constant updates of the detection patterns. We propose to overcome these limitations by means of an intelligent malicious code distributed web page detection system using a real browser that can analyze and detect intelligent malicious code distributed web sites effectively.

Development of a Virtual Lab System using Internet for Efficient Engineering Experiment Education (인터넷을 이용한 효율적인 공학 실험실습교육을 위한 가상 실험실 개발)

  • Kim Dong-Sik;Lee Yong-Soon
    • Journal of Engineering Education Research
    • /
    • v.3 no.2
    • /
    • pp.31-37
    • /
    • 2000
  • Recently, internet applications for efficient cyber education have drawn much interests. The world-wide web provides new opportunities for cyber education over the internet. This paper presents a virtual lab system which can be used on the world-wide web. The proposed virtual lab system provides the improved learning methods which can enhance the educational efficiency in engineering experiments. If the students enter the virtual lab system on the web, they can make an experiment on basic electrical and electronic principles through simple mouse manipulation. Since proposed virtual lab system is implemented to describe the actual lab system, the students can obtain similar experimental data through it. Several sample Java applets are illustrated as examples.

  • PDF

The Aspect Development Architecture for AspectJ (AspectJ를 지원하는 AOP 개발 프레임워크)

  • Park Oak-Cha;Kim Jeong-Oak;Kim Jae-Woong;Yoo Cheol-Jung;Chan Ok-Bae
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06c
    • /
    • pp.226-228
    • /
    • 2006
  • 관심사 분리는 소프트웨어 공학에서 핵심 문제로 다루어왔다. 기존의 OOD나 CBD등은 관심사를 분리하여 모듈화함으로써 프로그램 개발 및 유지보수를 용이하도록 발전해왔다. 하지만, 에러 처리나 로깅과 같이 여러 모듈에 산재되어 실행되는 횡단 관심사는 기존의 방법으로 해결하기 어려웠다. AOP는 이와 같은 횡단 관심사를 처리하려는 데 목적을 두고 제안된 방법으로 기존의 OOD나 CBD의 단점을 보완하면서 병행적으로 발전해왔다[1]. AOP가 나타난 가장 큰 특징은 기존의 개발 방법론을 기반으로 핵심 관심사를 개발하고 해결하기 어려운 횡단 관심사는 AOP로 개발하려는데 초기 목적을 두고 있다. 하지만, 대부분의 연구가 초기 요구사항 분석 단계에서 관심사를 명시하는데 초점을 두고 있을 뿐 구현 단계에서 효율적인 접근 방법은 아직 부족한 편이다. 본 논문에서는 Java와 AspectJ를 이용하여 구현한 간단한 사례 연구를 적용한 AOP 개발 프레임워크를 제안한다. AOP 개발 프레임워크에서는 관심사 분리, 구현, 평가의 세 단계를 기술한다. 이 중 구현단계에서는 핵심 관심사와 횡단 관심사 구현에 초점을 두고 AOP 기법에 쉽게 접근할 수 있는 방법을 기술하고 있다. 프레임워크는 프로그램 개발을 보다 용이하게 하고 확장 및 유지보수시 많은 시간을 단축시키려는데 있다.

  • PDF

Development of an efficient Service Management on Jini HomeNetwork (지니 홈네트워크상의 효율적인 서비스 관리 시스템 개발)

  • Jung, Jun-Young;Jung, Min-Soo;Kim, Kwang-Soo
    • The KIPS Transactions:PartD
    • /
    • v.10D no.6
    • /
    • pp.1017-1024
    • /
    • 2003
  • Jini is a promising HomeNetworking middleware of computing environment based on Java Technology. To support Homenetwork service based on Jini, Jini device requires a successive operation and complicated management. In this paper, our service management system is a service provider component and lookup service component including automation module. Our automatin module privide searching and setting function of a library, runtime environment and class file system cinfiguration information for Jini service. Our system can be accomplished by automation of runtime environment, simplification of service management structure, visualization of service execution.

Development of Distance Learning Tools Based on Object-Oriented Programming Technique (객체지향 프로그래밍 기법에 의한 원격학습도구의 개발)

  • Lee, Hyo-Jong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.11
    • /
    • pp.3470-3478
    • /
    • 2000
  • The rapidly developing World Wide Web technology provides new opportunities for distance education over the internet. Several successful experiments about cyber educationor distance leanning have been reported. The Web when combined with other network tools can be used to create a virtual classroom to bring together a community of learners for interactive education. Requrements for standard tools for distance. Iearning, such as an electionic mail, a multiparheipant bcard newsgroup service and video conference tools have been investigated and implemented based on the object modeling technique useing java programming language. The object onented programming helps the developed codes maintain learning with allowed interactions either between instroctors and students or between students.

  • PDF

Empowerment Model for Sustainable Tourism Village in an Emerging Country

  • PURNOMO, Singgih;RAHAYU, Endang Siti;RIANI, Asri Laksmi;SUMINAH, Suminah;UDIN, Udin
    • The Journal of Asian Finance, Economics and Business
    • /
    • v.7 no.2
    • /
    • pp.261-270
    • /
    • 2020
  • This study aims to examine the community empowerment model to develop sustainable tourism villages in Indonesia. This study applies a qualitative method. Data collection is conducted through interviews, observations, and focus group discussions held in Ponggok Village of Central Java Province - Indonesia. The results of this study found that the tourism development carried out in the Ponggok Village used four approaches (1) spatial approach as a basis in determining the direction of village development; (2) sectoral approach through increasing the role of the Village Owned Enterprises to build the village economy; (3) human resources to enhance the role of village communities in managing village potentials; and (4) use of information technology to improve service quality, transparency and accountability. The success of these four approaches is influenced by the leadership, innovation, collaboration, and good village governance. The success of the Ponggok village to become an independent village in improving the welfare of the community is inseparable from the success of the Ponggok village government in empowering the community to manage sustainable tourism development. The success of development with these four approaches is influenced by leadership, innovation, collaboration, and good governance.

Development of a Web-based Senescence Preparation Education Program for Successful Aging for Middle-aged Adults (중.장년층의 성공적 노후를 위한 웹기반 노년기 준비 교육프로그램의 개발)

  • Jung, Young-Mi
    • Journal of Korean Academy of Nursing
    • /
    • v.38 no.6
    • /
    • pp.831-842
    • /
    • 2008
  • Purpose: The purpose of this study was to develop a web-based senescence preparation education program to promote successful aging. Methods: This program was developed based on Network-Based Instructional System Design (NBISD) model, using the following 5 processes: analysis, design, development, implementation, and evaluation. The program was operated for 10 weeks from March 17 to May 25, 2008. Results: There were 4 menu bars, introduction, related data, lecture room, and communication on the main page. In the operation of this program, HTML, ASP, JAVA Script, Namo web editor, Edit Plus, Front Page and multimedia technology were applied. The program content consisted of understanding elderly people, physical health, activity & exercise, nutrition, medication use, psychological health, intellectual health, understanding death, welfare system and leisure activity. Conclusion: This program could be a useful means to provide senescence preparation information to middle-aged adults. Also, it is expected to offer individualized learning opportunities to many learners in various settings. Nurses should further develop and facilitate various learning strategies including web-based programs for elder care.