|

This resource page provides an overview and the Java source code used
in presentations that took place at AITP National Collegiate Conferences.
AITP NCC 2000
Wireless Application Protocol (WAP)
Building WAP Applications Using Java Servlets
Speaker: Don Baldwin
Company: ASR Strategic Resources [www.auldenfire.com]
e-mail: don.baldwin@pobox.com
AITP Hello WAP Overview
AITP Hello WAP Java Source Code
AITP Hello WAP Overview
The demonstration below used a WAP simulator, JRun, and MS Personal Web
Server (IIS can also be used) on a MS Windows NT 4 Platform.
 |
When the application first starts the user is presented with a
menu of different greetings that are available. The application
is currently designed to support a Swedish Greeting
and an English Greeting.
In this demonstration, we will first select the Swedish
Greeting menu choice.
|
 |
|
 |
The Swedish greeting message "Hej Världen"
is displayed along with the Back
navigation hyperlink.
Next we select the Back hyperlink.
Swedish Note:
Hej Världen is pronounced:
"Hay Verlden"
|
 |
|
 |
The main menu for HelloWAP is once again displayed.
This time we will select the English Greeting
menu choice.
|
 |
|
 |
The English greeting message "Hello
World" is displayed along with the Back
navigation hyperlink. |
Top
AITP Hello WAP Java Source
Code
The Java source code and database for AITP HelloWAP is provided below:
For questions and comments, contact:
Don Baldwin
don.baldwin@pobox.com
Top
|