| View previous topic :: View next topic |
| Author |
Message |
Paul Louck Guest
|
Posted: Wed Dec 10, 2003 8:17 pm Post subject: Starting a WAP |
|
|
I am interested in starting a WAP application. My problem is how do I
run it offline. This application is going to be used for data
collection I don't need to do look ups or anything else from the
database. In the future I will need to. I have been toying with the
idea of using J2ME, but I am a delphi developer and don't know where to
begin. I am having even trouble where to find J2ME. J2ME is fuzzy in
how it works for offline datacollection. I would really like to use
delphi in some way.
Thanks in advance.
Paul
|
|
| Back to top |
|
 |
DaveH Guest
|
Posted: Tue Dec 16, 2003 6:24 pm Post subject: Re: Starting a WAP |
|
|
WAP is handled exactly the same way as HTTP. You can create an ISAPI module
and deploy it as you would a regular web site. Requests come in as GET and
POST commands.
The difference is in what you return. The web page you return must use WAP
codes and not HTML codes.
DaveH
"Paul Louck" <Paull (AT) martechsys (DOT) com> wrote
| Quote: | I am interested in starting a WAP application. My problem is how do I
run it offline. This application is going to be used for data
collection I don't need to do look ups or anything else from the
database. In the future I will need to. I have been toying with the
idea of using J2ME, but I am a delphi developer and don't know where to
begin. I am having even trouble where to find J2ME. J2ME is fuzzy in
how it works for offline datacollection. I would really like to use
delphi in some way.
Thanks in advance.
Paul
|
|
|
| Back to top |
|
 |
|