I want to make wap application ,how to config domino server , please give some idea.thanks in advance
Subject: how to make wap application in Domino
WAP is basically just a variant of XML/HTML and all you need to do on the Domino server is to enable HTTP. Then you’ll have to develop a UI in XML/WAP to allow access from your mobile devices, not rocket science actually, but a learning process as you cannot set the HTTP-Document type for views and forms. We have done all WAP development in Agents (LS and Java).
For a quick start take a look at our solution nsf-on-air (http://nsf-on-air.com)
Good luck
/Mats
Subject: RE: how to make wap application in Domino
you say that in order to set the HTTP-Document type for views and forms. all WAP development must make in Agents(LS and Java). can you tell me some detail
Subject: RE: how to make wap application in Domino
The document-type for a WAP document must be: “Content-type:text/vnd.wap.wml”
The Content-type can in Domino only be set for Pages and if you make an Agent that print content to the browser:
Print |Content-type:text/vnd.wap.wml|
Print |<?xml version="1.0"?>|
Print ||
Print ||
Print ||
Print |
|
Print |Hello Mobile World|
Print |
|Print ||
Print ||
Take extra care whan writing the XML/HTML content as WAP is extremely strict on formatting (as all XML). You must close every tag, even
and an & must be coded as & to display.
Good luck
Subject: how to make wap application in Domino
Kelly:
If what you’re REALLY trying to do is display a Domino application on a micro-browser on a cell phone or PDA, you might be able to avoid the WAP configuration issues altogether - most of those devices now support straight HTML.
You can create a specific “mini-page” as a landing spot and branch your visitors off from there.
Perfect example - my site (http://www.dominounplugged.com) is served from a normal, everyday Notes database.
But, I created a ‘mini’ page for microbrowsers. No Java, so 'script of any sort, no DHTML etc. Try it with your micro-browser: Bleaching Your Vagina - Intimate whitening for a beautiful look..
That help?
- Rob