• Title/Summary/Keyword: 모바일 스크립트 생성기

Search Result 3, Processing Time 0.016 seconds

MobileGen: a Script Generator for Mobile Applications (MobileGen: 모바일 응용을 위한 스크립트 생성기)

  • Kim, Soo-Yi;Kim, Hyun-Jung;Lee, Hyun-Jin;Jung, Hee-Jin;Eum, Doo-Hun
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2007.11a
    • /
    • pp.233-236
    • /
    • 2007
  • 무선 인터넷 기술의 발전과 함께 이용자 수가 증가하면서 모바일 데이터베이스 응용 프로그램의 수요가 급증하고 있다. 그러나 모바일 데이터베이스 응용에 필요한 사용자 인터페이스와 질의 처리 코드는 대부분 수작업으로 작성되기 때문에 생산성이 낮고 버전 관리에도 많은 시간과 노력이 필요하다.[1] 본 논문에서는 모바일 데이터베이스 응용을 위한 스크립트 생성 도구인 MobileGen을 소개한다. MobileGen은 덕성여자대학교 도서관에서 사용하고 있는 DISCOVER와 같은 실용 데이터베이스들을 구성파일 생성단계, 스크립트 생성단계를 거쳐 응용 데이터베이스 내의 테이블 당 5개의 모바일 스크립트들(Search, Select, Edit, Information, Action)을 생성한다. 생성된 스크립트들은 데이터베이스 연동 및 질의 처리 코드를 포함하고 Action 스크립트를 제외한 나머지 스크립트들은 간단한 폼 형태의 카드 또는 연계된 카드들의 데크들을 생성한다. 따라서 MobileGen은 모바일 데이터베이스 응용의 생산성을 향상시키고 스크립트의 원형인 템플릿을 기반으로 하기 때문에 MobileGen 자체와 생성된 응용의 유지 및 보수를 용이하게 한다. 또한, MobileGen은 상용 생성기들에 비해 관심의 대상인 엔티티 외에 이 엔티티와 직 간접적으로 연관된 모든 엔티티들에 대한 정보를 한 데크에 제공한다.

  • PDF

Design and Implementation of Automatic Script Generator for Mobile Database Applications (모바일 데이터베이스 응용을 위한 스크립트 자동 생성기의 설계 및 구현)

  • Eum, Doo-Hun
    • Journal of Internet Computing and Services
    • /
    • v.10 no.4
    • /
    • pp.71-85
    • /
    • 2009
  • The demand for mobile database applications has been rapidly increased with the growth of mobile users and the development of wireless Internet technology. But the productivity of mobile applications is low and it takes much time to manage the versions of applications because the user interface and query processing code of applications is manually written. In this paper, we describe the design and implementation of the MobileGen that is a script generator for mobile database applications. The generated scripts enhance mobile application productivity by providing the code for operating with a database and processing user queries. Each script provides a corresponding deck that is a set of related cards as user interface. The MobileGen supports easy version management of generated applications and the MobileGen itself because it is based on the templates that are frameworks for scripts. Moreover, the MobileGen provides not only the interested entity but also the entities that are related directly and indirectly with the interested entity unlike the most commercial mobile script generators.

  • PDF

A Scheme that Transcodes and Services from PC Web Page to Mobile Web Page of Dynamic Object with DOM (DOM을 이용한 PC 웹 페이지에서 모바일 웹 페이지로의 다이나믹 오브젝트 변환 및 서비스 기법)

  • Kim, Jong-Keun;Kang, Eui-Sun;Sim, Kun-Jung;Ko, Hee-Ae;Lim, Young-Hwan
    • The KIPS Transactions:PartD
    • /
    • v.14D no.3 s.113
    • /
    • pp.355-362
    • /
    • 2007
  • With development of mobile communications terminal and expansion of mobile Internet, a large number of users can use mobile web contents at anytime and anywhere and will demand service of greater contents. Due to such demand, many studies are being carried out on transcoding contents so that wired web contents can be used in mobile web. However, transcoding and creation of mobile web contents involve difficulties because specifications available from telecommunications companies and mobile terminals have not been standardized. Especially, in order for serving dynamic object of wired web page contents to dynamically change according to time or user, it is required not only to program scripts to suit each terminal, but also to transcode the resources used in advance. for solution to this problem, this study uses the hierarchy structure of DOM (document object model) to display structural characteristics of wired web page. In other words, this study proposes the following technique. Wired web pages are analyzed and the results are established as data structure. Then, dynamic object is extracted and the domain is indexed so that, when serving mobile web page, information can be extracted at the indexed position to create mobile web contents for service on real-time basis. Also, this study aims at developing an editing device to edit mobile web contents and mobile web service server to service the edited contents by applying the above technique.