Implement of Smart Phone Application for Website Administration

스마트폰을 이용한 모바일 웹사이트 관리 프로그램 구현

  • Published : 2009.05.29

Abstract

As performance and feature set of mobile devices are getting better, the scope of things for which they can be used is also getting widened. More than simply browsing information using mobile web, now these devices can interact with users. It requires various features to manage a web site; supporting full-browsing alone is not enough since there are problems such as processing speed, user interface restriction. However, using mobile devices to manage a web site has its own merits since the can be used without restriction of time and location. In this paper, we introduce a mobile web site administration software that provides both online and offline features. It supports CRUD (Create, Read, Update, Delete) operations for news and users. These operations can be executed both offline and online. A user can do most of things offline; It connects to online only when it's absolutely necessary and does those in batch mode.

최근 모바일 기기의 기능이 향상되면서 활용 범위가 넓어지고 다양해지고 있다. 모바일 웹을 이용하여 단순하게 정보를 보는 것만 아니라 사용자와 상호 대화가 가능해 지고 있다. 웹사이트를 관리하기 위해서는 다양한 작업이 필요하므로, 풀브라우징을 지원하더라도 처리 속도, 사용자 인터페이스 등으로 인해 사용에 불편한 점이 있다. 그러나 모바일 기기를 이용하여 웹사이트를 관리할 수 있다면 시간적, 공간적인 제약을 해소할 수 있어서 상당한 이득이 있다고 할 수 있다. 따라서 본 논문에서는 온라인/오프라인 기능을 모두 제공하여 문제점을 해소할 수 있는 모바일 웹사이트 관리 프로그램 구현하였다. 웹사이트 관리 프로그램에는 새소식 추가, 삭제, 업데이트 기능과 사용자를 추가, 삭제, 업데이트 하는 기능을 오프라인으로 작업하여 꼭 필요한 경우에만 온라인 상태로 작업할 수 있도록 구현하였고, 오프라인에서 작업을 수행한 뒤 온라인 상태가 되면 배치 처리가 가능하도록 하였다.

Keywords