• Title/Summary/Keyword: AJAX

Search Result 106, Processing Time 0.026 seconds

Implementation of medicinal plant information system using Ajax and jQuery (Ajax과 jQuery 기반 약용식물 정보시스템 구현)

  • Kim, Hae-Ran;Kang, So-Young;Ceong, Hee-Taek;Han, Soon-Hee
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.14 no.7
    • /
    • pp.1626-1633
    • /
    • 2010
  • In this paper, we implemented medicinal plant information system based on user requirement using Ajax technique which can retrieve data from the server asynchronously in the background without refresh webpage and jQuery which is a lightweight cross-browser javascript library. Also, we presented the source code handling the server response data used in the system and compared the features by the type of response data. This system shows the improvement of user interaction and response rates because of a simple response data from the server, client-side data processing and change of web page by manipulating the DOM tree and provides ease of use and convenient data access.

Collaboration system based on Ajax (Ajax 기반 협업시스템)

  • Kim, Jung-Hun;Ko, Sung-Taek
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.11a
    • /
    • pp.37-41
    • /
    • 2006
  • 종래의 웹 기반 업무 협업 및 프로젝트 관리 방법으로 제공되는 기술은 ActiveX 나 JVM(Java Virtual Machine)을 이용한 특정 프로그램 설치를 통한 방법으로써 특정 플랫폼이나 브라우저에서만 동작하는 방법을 제공하고 있다. 본 논문에서는 통상적인 웹 기반에서 임의의 프로그램 설치 없이 Ajax(Asynchronous Javascript And XML)를 이용하여 웹 기반 업무 협업시스템을 개발하였다.

  • PDF

Ajax interfaced web server for embedded Linux system (임베디드 리녹스 시스템 기반 Aiax 인터페이스 웹 서버 기법)

  • Hong, Hang-Seol;Kim, Seong-Hwan;Park, Jang-Hyeon
    • Proceedings of the Korean Institute of Intelligent Systems Conference
    • /
    • 2007.11a
    • /
    • pp.253-256
    • /
    • 2007
  • The web server for the embedded Linux system(ELS), unlike the ones for the usual Linux or Windows, has some disadvantages such as small number of installable applications, low compatibility and limited extensibility. This fact raises some problems when data are transferred in real-time via the web server, which are mainly caused by a poor performance of the processor and small-sized memory. Conventional user interfaces adopted for the usual web servers are unsuitable for the ELS because they are platform-limited and their installations are done by the form of plug-ins. If the web server for the ELS has an Ajax engine that can be utilized without any installation procedure, the advantages of usability, accessibility and quick response time can be obtained. This paper presents the Ajax interface for the ELS web server. The efficiency of the proposed technology in the real-time remote monitoring is shown through an implementation.

  • PDF

Analysis User Action in Web Pages using Ajax technique (Ajax 를 이용한 사용자의 웹 페이지 이용 행태 분석)

  • Lee, Dong-Hoon;Yoon, Tae-Bok;Kim, Kun-Su;Lee, Jee-Hyong
    • 한국HCI학회:학술대회논문집
    • /
    • 2008.02a
    • /
    • pp.528-533
    • /
    • 2008
  • Web page evaluation is important issue in the Internet. Web pages are increasing extremely fast. The web page evaluation based on frequency, like the count of the page view (PV), is not sufficient way even it is used variously. Because users never use the unnecessary or irrelevant web pages for a long time. We concentrated on user's visiting duration time for the evaluation web pages. And we can collect user actions. Users do some action when users using the web page in the web browser. The movements of mouse pointer, mouse button click, page scrolling and so on are produced in the web browser. JavaScript can collect user action and Ajax can send collected data to server when user using the web browser without no user notification.

  • PDF

Schedule Management Program based on Ajax MVC (Ajax MVC 기반 일정관리프로그램)

  • Park, Jin-Chul;Lee, Yeong-Kyeong;Kim, Tea-Sung;Jang, Hea-Yong;Shin, Dong-Suk
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2007.11a
    • /
    • pp.833-836
    • /
    • 2007
  • Recently, variety Web applications which is used Web2.0 are being developed and serviced. In this paper, we implemented Schedule Management Program for the individual and group based on Ajax applications, which apply the MVC design pattern with Java Servlet in order to complement Schedule Management Program which is developed with server-script languages. Also, we improved utilization of applications to provide various additional service through mash-ups built by combing APIs.

  • PDF

Realtime Monitoring System using AJAX + XML (AJAX+XML 기반의 모니터링 시스템)

  • Choi, Yun Jeong;Park, Seung Soo
    • Journal of Korea Society of Digital Industry and Information Management
    • /
    • v.5 no.4
    • /
    • pp.39-49
    • /
    • 2009
  • Nowadays, according to rapid development of computing environments, information processing and analysis system are very interesting research area. As a viewpoint of data preparation-processing-analysis in knowledge technology, the goal of automated information system is to satisfy high reliability and confidence and to minimize of human-administrator intervention. In addition, we expect the system which can deal with problem and abnormal error effectively as a fault detection and fault tolerance. In this paper, we design a monitoring system as follows. A productive monitoring information from various systems has unstructured forms and characteristics and crawls informative data by conditions and gathering rules. For representing of monitering information which requested by administrator, running-status can be able to check dynamically and systematic like connection/closed status in real-time. Our proposed system can easily correct and processing for monitoring information from various type of server and support to make objective judgement and analysis of administrator under operative target of information system. We implement semi-realtime monitering system using AJAX technology for dynamic browsing of web information and information processing using XML and XPATH. We apply our system to SMS server for checking running status and the system shows that has high utility and reliability.

JPE : Java Push Engine Supporting Asynchronous Communication Based on AJAX (JPE : AJAX 기반의 비동기 통신을 지원하는 Java Push Engine)

  • Park, Jong-Eun;Kwon, O-Jin;Lee, Hong-Chang;Lee, Myung-Joon
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.15 no.3
    • /
    • pp.660-672
    • /
    • 2011
  • The Web is widely used to share information, utilizing the client-server model. In the client-server model, since the server only responds according to explicit requests from the client, the model seems hard to support sharing of massive information rapidly changing in today's Internet. The technology known as Server Push enables the server to actively provide information to clients without explicit requests from the clients using Web pages. Although various studies have been done to realize the Server Push technologies, there are many problems in the development of push application without push engines which support infrastructures for the effective development of push application. In this paper, we develop JPE(Java Push Engine) which presents the effective support for push services over the Internet. JPE is composed of two main components: the JPE Core supporting Epoll and the JPE Library supporting asynchronous communication. In addition, JPE defines various push functions and provides programming interfaces supporting the functions. Push applications developed using JPE effectively manages client connections with Epoll mechanism, providing push services through AJAX-based asynchronous communication.

A Design and Implementation of a SCORM 2004 Sequencing Engine and Data Model Based on Ajax (Ajax 기반의 SCORM 2004 시퀀싱 엔진 및 데이터 모델의 설계 및 구현)

  • Hong Chul-Ki;Jang Sang-Hyun;Hwang Chong-Sun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2006.05a
    • /
    • pp.477-480
    • /
    • 2006
  • 본 논문에서는 기존 학습 관리 시스템(Learning Management System : LMS)의 JAVA Applet으로 구현된 SCORM 2004 시퀀싱 엔진 및 데이터 모델에서 나타난 문제점을 해결할 수 있는 Ajax(Asynchronous JavaScript and Xml) 기반의 SCORM 2004 시퀀싱 엔진 및 데이터 모델을 제안한다. 기존 JAVA Applet 으로 구현된 시퀀싱 엔진 및 데이터 모델에서의 VM(Virtual Machine) 구동상에 발생하는 보안 및 인증 문제, VM 구동에 따른 제한점 및 시스템 처리속도의 문제점을 해결하였다.

  • PDF

Strategic Plan toward Portal Site Building for Land Monitoring using Google Maps API (Google Maps API 를 이용한 국토 모니터링 포털 사이트 구축 기초 설계 모델)

  • Lee, Ki-Won
    • Proceedings of the KSRS Conference
    • /
    • 2008.03a
    • /
    • pp.241-245
    • /
    • 2008
  • 최근 정보기술 분야에서 다양한 부가 콘텐츠의 정보 처리를 포함하는 포털 서비스에 대한 사회적, 경제적 수요가 크게 증가하고 있고 GIS나 원격탐사 분야의 경우에서도 공간정보 제공서비스나 검색 서비스와 관련된 포털 사이트 구축이나 운영을 위한 기반기술과 요소기술에 대한 관심이 증대하고 있다. 본 연구에서는 이러한 경향을 반영하여 국토 변화 모니터링이라는 특정 주제의 포털 서비스 시스템 개발을 위한 Web 2.0 기술 요소와의 연계 가능성을 고찰해 보고자 한다. 특히 Web 2.0의 주요 웹 프로그래밍 기술로 인식되고 있는 AJAX 기술을 중심으로 AJAX 기반 웹 기반 포털 서비스에 대한 기술 사양 분석 및 기반 아키텍처에 대한 연구를 수행하였다. 또한 AJAX 기술을 적용하는 대표적인 포털 사이트인 구글 맵 인터페이스(Google Maps API)가 어떻게 국토 변화 모니터링 사이트 구축에 적용가능한 지와 제한점 및 특장점을 분석하여 기초 설계에 반영하고자 하였다.

  • PDF