












Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
E-Commerce is taking over the traditional commerce practices. It is of special concern for the IT students. Following are the key points of these Lecture Slides : Wireless Application Protocol, Document Structure, Syntax, Basic Document Syntax, Layout, Text Formatting, Images, Events, Navigation, Variables
Typology: Slides
1 / 20
This page cannot be seen from the preview
Don't miss anything!













WAP architecture WML document structure WML syntax
•Basic document syntax•Layout•Text formatting•Images•Navigation•Events•Variables
Early WAP server designs included an HTML-to-WMLconverter. The theory was that you could serve your originalcontent, just reformulate the tags into WML in an automatedmanner. Your web server became a back end behind yourWAP server; the WAP server would translate requests fromthe Gateway, through to the web server, and back. ^
This failed painfully.
It’s clear now that your content needs to
either be in WML, or you need to design for a one-inch-squarescreen in your HTML.
Your WAP server
is
the web server.
You can serve both types of content from one system.
Client establishes a data connection to WAP Gateway ^
Client sends WTAI (“
Wireless Telephony Application
Interface
”--HTTP for phones) request for URL entered
WAP Gateway receives request, decodes it ^
WAP Gateway sends HTTP request to Web Server ^
Web Server replies with content ^
WAP Gateway re-encodes content and sends it back to client ^
Client renders content locally
^
title=“…” ^
id =“…” ^
newcontext =“true”, “false” ^
onenterbackward =“[url]” ^
onenterforward =“[url]” ^
ontimer =“[url]”
^
align=“left”, “right”, center” ^
mode=“wrap”, “nowrap”
^columns=“…” ^
align=“l”, “c”, “r” ^
^
Cell 1Cell 2Cell 3
src=“…” ^
align = “top”, “middle”, “bottom” ^
alt=“…” ^
height=“…”, width=“…” ^
hspace=“…”, vspace=“…”
An image:
This is a link
href=“…”
, , , , ...
type=“onenterbackward”, “onenterforward”, “onpick”, “ontimer”
$foo ^
$(foo)
Client, WAP Gateway, Web Server
DTDs, decks and ’s
Basic document syntax - , , ... ^
Layout -
, ,
, ... ^Text formatting - , , , , , ... ^
Images - - WBMPs only. ^
Navigation - , , ^
Events - ontimer, onenterforward, onenterbackward, ... ^
Variables - , , $(foo)