• Title/Summary/Keyword: WebView

Search Result 530, Processing Time 0.029 seconds

A Study of Web 2.0 Trend & Service View (웹 2.0 전망 및 서비스 동향에 관한 연구)

  • Kim, Seong-Ho;Kim, Heung-Do
    • Journal of Digital Convergence
    • /
    • v.5 no.2
    • /
    • pp.135-154
    • /
    • 2007
  • Web 2.0 is a platform which produce various service offered data from many people and it is activity open space depend on user focused community in diversity web environment. Web 2.0 is simple link structure with web site connectivity in informations such as page to page in other words, it is meaning of developing of semantical and circumstantial connection. The core of web 2.0 is user participation. RSS, Mash-up, UCC are main service of web 2.0 which make user directly participate from center of service offer to center of user manufactured an informations and then they offer re-information to other areas, also user freely express what they want through UCC and blogger. However, recently it comes the argument of skeptic of web 2.0 problem. Thus, In this research I will try to give an right comprehension and will try to have more accurate prediction of web 2.0 with the study of open service of web which is the key of web 2.0 success in a future.

  • PDF

Web Based Environmental Management System using Predictive Spatial Information Models (예측적 공간정보 모형을 이용한 Web 기반의 환경관리시스템의 개발 및 적용)

  • Kim, Joon Hyun;Han, Young Han
    • Journal of Environmental Impact Assessment
    • /
    • v.8 no.4
    • /
    • pp.47-57
    • /
    • 1999
  • This study is aimed at the development of comprehensive environmental management system, which can be operated on the basis of world wide web, as a topic of G7 project. Even though there should be lots of works remaining to achieve this goal, preliminary products can be summarized as follows : 1) integrated environmental information management system, 2) web based control engine, 3) surface water environment management system, 4) subsurface water environment management system, 5) sewer and waterworks management system. The core methodology of the engine is the generalized multidimensional finite element matrices to depict the terms in the analysis of various partial differential equations. Spatial information management system (ArcView) and Visual Basic were extensively employed to construct GUI oriented web based engine. The developed systems were composed of very intense computer codes due to the necessity of combinatory management of environmental problems. The web based engine could be served as a decision tool for the integrated management of environmental projects in Korea.

  • PDF

Optimization Model on the World Wide Web Organization with respect to Content Centric Measures (월드와이드웹의 내용기반 구조최적화)

  • Lee Wookey;Kim Seung;Kim Hando;Kang Sukho
    • Journal of the Korean Operations Research and Management Science Society
    • /
    • v.30 no.1
    • /
    • pp.187-198
    • /
    • 2005
  • The structure of a Web site can prevent the search robots or crawling agents from confusion in the midst of huge forest of the Web pages. We formalize the view on the World Wide Web and generalize it as a hierarchy of Web objects such as the Web as a set of Web sites, and a Web site as a directed graph with Web nodes and Web edges. Our approach results in the optimal hierarchical structure that can maximize the weight, tf-idf (term frequency and inverse document frequency), that is one of the most widely accepted content centric measures in the information retrieval community, so that the measure can be used to embody the semantics of search query. The experimental results represent that the optimization model is an effective alternative in the dynamically changing Web environment by replacing conventional heuristic approaches.

Generating Mashup Client View Navigation Codes using REST Style Service Patterns (REST 서비스 패턴을 이용한 매시업 클라이언트 뷰 이동 코드 생성)

  • Lee, Eun-Jung
    • The KIPS Transactions:PartD
    • /
    • v.17D no.5
    • /
    • pp.359-370
    • /
    • 2010
  • As web 2.0 becomes one of the important architecture styles, more web applications adopt single page structure instead of multiple web pages and navigations between pages. A single page web application client, called a mashup client in this paper, interfaces more than one services and allows users to navigate in the page. A mashup client page includes complicated functions and has to handle various styles of services and user requirements, and therefore is usually developed manually. In this paper, we propose a model driven code generation approach for in-page navigations. We propose a page model and view navigation design approach, applying REST service architecture patterns. Then, we consider type conditions for each view to have service calls or navigation controls. Also, we developed an XForms page code generation system to demonstrate the efficiency of the proposed method. The developed system generates mashup client pages including navigation controls between services and views. This system can generate ready to use codes from service specifications, so this can help to reduce the development overhead. Moreover, our approach is based on formal model and navigation patterns so the generated result code is simple and easy to understand, and includes only the necessary controls. Therefore, the proposed approach can be more effective for the case of a large number of services.

Web-based Servo Motor Controller Design with Real-time Micro Embedded Operating System

  • Kim, Ga-Gue;Lee, Hyung-Seok
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2004.08a
    • /
    • pp.1655-1658
    • /
    • 2004
  • In this paper, we design and implement remote servo motor control system with real-time micro embedded operating system. The system, where controller and camera image grabber are mounted, handles control commands transmitted from a remote PC web browser. A hard real-time servo motor driver running on the real-time micro embedded OS and then a digital control application which confirms precise sampling time intervals is constructed. Frame grabber images transmitted from camera are saved in a image data format to view on remote PC web browser.

  • PDF

Implementation of Web3D using VR Authoring Tool (가상현실 저작툴을 이용한 Web3D 구현)

  • 김성태;김윤호;송학현;류광렬
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2003.10a
    • /
    • pp.239-242
    • /
    • 2003
  • Although most of all modern Web contents accomplished by passive interface which used 2D, by way of developing super-highway internet net and a 3D compression technology, it gradually changed VR Web3D. In this approach, we presents a recently VR tech. as well as the implementation of Web3D based on VR mapping tools.

  • PDF

User Interface Model Based Automatic Mobile Web Application Generation Tool for Embedded Systems (내장형 시스템을 위한 사용자 인터페이스 모델 기반 모바일 웹앱 자동 생성 도구)

  • Choi, Kibong;Kim, Saehwa
    • KIISE Transactions on Computing Practices
    • /
    • v.23 no.1
    • /
    • pp.13-27
    • /
    • 2017
  • This paper presents a tool that automatically generates mobile web applications from user interface (UI) models which are based on PELUM (Pattern and Event based Logical User Interface Modeling). PELUM is a method for the effective development of UI-centered embedded systems via UI modeling. The proposed tool consists of a model editor and a code generator. The former provides an environment for modeling a Logical UI Model (LUM) and a Programming Interface Model (PIM) on the web. On the other hand, the code generator sets the screen configuration and events' behavior, according to the LUM, synthesizing a local database schema according to the PIM, and then generates an executable mobile web app. It also can produce mashup web apps by receiving an open API address via the PIM. The generated mobile web apps follow the Model-View-Controller (MVC) architecture in order for users to easily customize them. The proposed tool enables them to generate mobile web apps that can be executed on various devices by modeling logical UIs on the web.

An Integrated Sewer Management System using Web Based Predictive Spatial Information System (웹 기반의 공간정보예측시스템을 이용한 통합적 하수도 관리 시스템의 개발 및 적용)

  • Kim, Joon-Hyun;Han, Young-Han
    • Journal of Environmental Impact Assessment
    • /
    • v.10 no.1
    • /
    • pp.73-83
    • /
    • 2001
  • Web based integrated sewer management system was developed for the analysis of sewer flow and for the optimal operation of sewer works using ArcView and SWMM. SWMM and ArcView were dynamically linked together using Avenue in order to construct user-friendly information management system. The developed system was applied to the residential area in Choonchun city to verify its utilities. All the relevant field data were analyzed on the basis of the developed system, and the modeling of sewer flow was implemented using RUNOFF, EXTRAN, TRANSPORT in SWMM. This system is now in the process of connection to the management system of stormwater, surface and subsurface environment in order to develop an integrated environmental management system. Futhermore, this system will be a critical part of overall control system of sewer works including sewer network and wastewater treatment plant. As this system can provide comprehensive prediction of flow and pollution profiles, it could serve as a tool not only for the optimal management, but also for the decision support system to examine the efficiency of planning and implementation of sewer projects.

  • PDF

User service extension for WebView materialized model in distributed environment (분산환경에서의 WebView 구체화 모델을 위한 사용자 서비스 확장)

  • Suh, Jin-Hyung;Kim, Kyung-Chang
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.05c
    • /
    • pp.1631-1634
    • /
    • 2003
  • 분산환경에서의 웹뷰 (WebView)는 기본적으로 3 단계 구조 (3-tier architecture)를 기본으로 하고 있으며, 이를 통하여 사용자가 요구하는 정보를 구체화시켜 제공하게 되나 현재 인터넷 환경에서는 사용자가 요구하는 정보가 한곳에만 있다고 볼 수 없다. 즉, 적절히 분산되어 있는 각 웹 서버의 정보를 다양하게 활용할 수 있는 환경을 제공하여야 사용자가 요구하는 정보를 얻을 수 있으며, 이를 위한 적합한 데이터 저장 및 웹뷰 유지 방법이 제시되어야 한다. 그러나 일반적인 3 단계 구조를 적절히 분산되어 있는 환경에 적응할 경우 사용자의 질의에 해당하는 정보를 추출할 수 있는 방법, 네트워크 연결시의 지연과 네트워크의 장애 등으로 인하여 많은 시간적인 문제와 상대방에서의 잘못된 정보의 전달 등으로 인하여 사용자가 요구하는 정보를 전달할 수 없으며, 이에 따른 추가적인 비용 모델이 산정하여야 한다. 이러한 이유로 본 논문에서는 기존의 단일 3 단계 모델을 확장한 분산환경에서의 사용자 서비스와 가장 관계가 있는 계층으로 OSI 7 레이어에서 응용 계층으로 사용자 서비스와 응용 계충의 사이에서는 제공하고 있는 분산 정보 서비스에 대한 조건의 확장을 통하여 추후 고려하여야 할 분산된 네트워크 웹뷰 모델에서의 성능 및 비용분석에 대비한다.

  • PDF

Implementation of Web-based Force Management System (웹기반 힘관리시스템의 구현)

  • Park, Chol-Ho;Kang, Chul-Goo;Nam, Hyun-Do
    • Proceedings of the KSME Conference
    • /
    • 2004.11a
    • /
    • pp.835-839
    • /
    • 2004
  • For factory automation using force/torque control, we need a networked-force management system as well as good force sensing and force generation. In this paper, we present a web-based force management system including 6-axis force/torque sensing system. Performance of the force-torque sensor is affected significantly by analog noise that is included in a sensor signal, and the noise should be reduced appropriately to obtain an adequate performance of the sensor. Moreover, the sensor itself should be convenient to install to a real application system. It should be compact in size and also easy to wire in real situation. In this viewpoint, we developed usb-based compact sensor system which is well communicated using web between two computers that exist far away. Software is programmed using LabVIEW and CCS-C. PIC microcontrollers are used for implementing a compact hardware. The proposed system is verified through experimental works.

  • PDF