This sample demonstrates how to create a wireless application using XMLC and the Servlet 2.2 API. The sample show how to retreive information from a wireless device and how to create and send dynamic output to wireless device. Before running this sample, you should first install a WAP emulator such as the Nokia WAP Toolkit which is avalable at:
http://www.nokia.com/corporate/wap/sdk.htmlConnection.http.Port = 9000
http://localhost:9000/
Note that the Nokia WAP Toolkit requires the trailing "/" in the URL.
test/servlet/kernel.conf.in
test/servlet/servlet.conf.in
test/java.policy
src/web-inf/web.xml
src/kelp/sample/wireless/resources/Select.wml
src/kelp/sample/wireless/resources/Welcome.wml
src/kelp/sample/wireless/presentation/SelectServlet.java
src/kelp/sample/wireless/presentation/WelecomeServlet.java
readme.html