• Title/Summary/Keyword: WML(Wireless Markup Language)

Search Result 33, Processing Time 0.021 seconds

A Design and Implementation of WML Compiler for WAP Gateway for Wireless Internet Services (무선 인터넷 서비스를 위한 WAP 게이트웨이용 WML 컴파일러의 설계 및 구현)

  • Choi, Eun-Jeong;Han, Dong-Won;Lim, Kyung-Shik
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.7 no.2
    • /
    • pp.165-182
    • /
    • 2001
  • In this paper, we describe a design and implementation of the Wireless Markup Language(WML) compiler to deploy wireless Internet services effectively. The WML compiler translates textual WML decks into binary ones in order to reduce the traffic on wireless links that have relatively low bandwidth to wireline links and mitigate the processing overhead of WML decks on, wireless terminals that have relatively low processing power to fixed workstations. In addition, it takes over the overhead of eXtensible Markup Language(XML) well-formedness and validation processes. The WML compiler consists of the lexical analyzer and parser modules. The granunar for the WML parser module is LALR(1) context-free grammar that is designed based on XML 1.0 and WML 1.2 DTD(Document Type Definition) with the consideration of the Wireless Application Protocol Binary XML grammar. The grammar description is converted into a C program to parse that grammar by using parser generator. Even though the tags in WML will be extended or WML DTD will be upgraded, this approach has the advantage of flexibility because the program is generated by modifying just the changed parts. We have verified the functionality of the WML compiler by using a WML decompiler in the public domain and by using the Nokia WAP Toolkit as a WAP client. To measurethe compressibility gain of the WML compiler, we have tested a large number of textual WML decks and obtained a maximum 85 %. As the effect of compression is reduced when the portion of general textual strings increases relative to one of the tags and attributes in a WML deck, an extended encoding method might be needed for specific applications such as compiling of the WML decks to which the Hyper Text Markup Language document is translated dynamically.

  • PDF

A Design ana Implementation of WML(Wireless Markup Language) Micro Browser (WML(Wireless Markup Language) 마이크로 브라우저의 설계 및 구현)

  • Jang, Ji-San;Choi, Chul-Oong;Shin, Hwa-Jong;Kim, Sang-Kuk;Shin, Dong-Kyoo;Shin, Dong-Il
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2000.10b
    • /
    • pp.1067-1070
    • /
    • 2000
  • WAP(Wireless Application Protocol)을 기반으로 한 무선 인터넷 분야의 발전과 더불어 엄청나게 늘어난 무선 인터넷 이용자들의 컨텐츠에 대한 요구가 다양해지고 있다. 따라서 CP(Content Provider)들은 무선 장비에 맞게 설계된 WML(Wireless Markup Language)과 WMLScipt를 무선 장비를 사용하지 않고, 실제와 비슷한 상황에서 컨텐츠(Content)를 개발할 수 있는 환경이 필요하게 되었다. 본 논문에서는 무선 웹 컨텐츠를 좀 더 쉽게 개발할 수 있도록 도와주는 WML 마이크로 브라우저의 구현에 대해 기술한다. WML 마이크로 브라우저는 WML 파싱(parsing) 모듈과 브라우징(Browsing)모들로 구성되고. 클라이언트 측 WAP 스택으로 요청한 결과로 얻은 컨텐츠를 화면에 출력한다.

  • PDF

A Design and Implementation of WML Authoring Tool for Web Contents Services on Wireless Environments (무선 환경에서의 웹 컨텐츠 서비스를 위한 WML 전용 저작도구의 설계 및 구현)

  • 박병하;박영충;신동일;신동규
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10b
    • /
    • pp.283-285
    • /
    • 1999
  • 휴대용 장비로터의 효과적인 웹의 접근을 위한 언어인 WML(Wireless Markup Language)을 이용하여 현재 HTML(HyperText Markup Language)과 웹 브라우저(Web Browser)를 통한 데스크 탑 PC에서의 웹 접근과 같은 작업들을 소형 휴대용 장비를 이용해서 웹 상의 다양한 정보를 취득하고자 하는 요구가 증가하고 있다. 본 논문에서는 이러한 소형 휴대용 장비를 이용해서 웹에 대한 접근을 가능하게 하는 WML로 구성된 문서를 보다 손쉽고 효과적으로 생성하고, 관리할 수 있는 WML 전용 저작도구의 설계와 구현에 대하여 기술한다.

  • PDF

Implementation of Translator HTML to WML (HTML(Hyper Text Markup Language)-WML(Wireless Markup Language) Translator 구현)

  • 박진희;김명철;마중수
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10c
    • /
    • pp.477-479
    • /
    • 1999
  • 인터넷 환경이 예전의 데스크 탑(Desktop)과 같은 고정적인 환경에서 PDA나 Handheld PC와 같은 작은 휴대단말기(Mobile device: 이동전화, PDA, Handheld PC)를 사용하는 유동적인 환경으로 변하고 있다. 물론 이런 작은 휴대단말기는 기존의 데스크 탑(Desktop) 컴퓨터와는 다른 환경을 가지고 있다. 여기서 다른 환경이라는 것은 작은 메모리, 느린 CPU 속도, 느리며 불안정한 통신상태, 화면의 작고 색상의 단조로움 등을 가리킨다. 그러나 휴대단말기는 이동성이라는 장점을 가지고 있기 때문에 그 보급이 기하급수적으로 늘어난 전망이다. 그러나 기존의 인터넷 정보를 표현하는 HTML 문서를 수용함에 있어서 휴대단말기는 앞서 말한 여러 가지 제약점을 가지고 있기 때문에 휴대단말기의 환경에 적합한 Markup 언어가 필요하다. 이에 현재 WAP Forum이라는 단체에서 WML(Wireless Markup Language)을 표준으로 정하기 위한 활동을 하고 있다. 본 논문에서는 휴대단말기로 기존의 인터넷에 접속하기 위한 환경에 대해 고찰하고 HTML을 WML로 변환하는 도구의 구현을 다루고자 한다.

  • PDF

Design and Implementation of Wired and Wireless Markup Language Content Conversion Module (무선인터넷 서비스를 위한 유무선 마크업 언어간의 컨텐츠 변환 모듈 설계 및 구현)

  • Kim Eun-Soo;Kim Seok-Hun;Yun Seong-Il
    • Journal of the Korea Society of Computer and Information
    • /
    • v.9 no.4 s.32
    • /
    • pp.149-155
    • /
    • 2004
  • Current wireless internetservice of domestic five mobile communication companies are being limited to the service using markup-language. platform and Contents. Therefore, research on integration Contents of different Wireless internet platform and its development are necessary. For the easiness of maintenance and compensation. this paper attempts to design a Wireless internet Contents converter for integrate wired and wireless platform which automatically converts to WML and C-HTML through analysis of HTML document.

  • PDF

A Design and Implementation of Markup Language Conversion Module for WAP and ME Integrated Services (WAP및 ME 통합 서비스를 위한 마크업 언어 변환 모듈의 설계 및 구현)

  • 오지택;김정현;김진천
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2003.10a
    • /
    • pp.841-844
    • /
    • 2003
  • In Korea, WAP and ME have been used for wireless Internet services. Two methods are different in markup languages used, therefore contents providers have to use two different markup languages to provide an internet service. To solve this problem, we present a design and implementation of a markup language conversion module between WML and M-HTML.

  • PDF

Analysis and Implementation of a Web Document Converter for Wireless Internet Use XHTML On Mobile Communication Environment (이동통신환경에서 XHTML을 이용한 무선인터넷 문서변환기 분석 및 구현)

  • 백진영;이종옥;조성언;조경룡
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2001.10a
    • /
    • pp.105-108
    • /
    • 2001
  • This paper is purposed in design and implement of a device which can convert XHTML documents in web-Server into WML documents when users access the web by using portable devices. Users access XHTML(so-called HTML) web page and ask for informations, this document convertor recognizes of XHTML documents structures, reconstructs into simple WML documents by using