WAP

From Resin 3.0

Revision as of 14:53, 20 February 2006 by Sam (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

WAP (Wireless Application Protocol) is a binary protocol that utilizes HTTP. The WAP gateway appears the same as a web browser for Resin. Resin does not have to do anything special for WAP because WAP uses HTTP the same as any web browser.

Resin does provide mime-mapping for common wap file types.

The mappings are in $RESIN_HOME/conf/app-default.xml.

 <mime-mapping extension=".wml" mime-type="text/vnd.wap.wml"/>
 <mime-mapping extension=".wmls" mime-type="text/vnd.wap.wmlscript"/>
 <mime-mapping extension=".wmlc" mime-type="application/vnd.wap.wmlc"/>
 <mime-mapping extension=".wmlsc" mime-type="application/vnd.wap.wmlscript"/>
 <mime-mapping extension=".wbmp" mime-type="image/vnd.wap.wbmp"/>
 

External Links

Open Mobile Alliance
Wikipedia -- WAP
Personal tools