WAP and JSP
Added 28 Jul 2008
Java Server Pages lets you embed Java statements within HTML documents. When
JSP is invoked, it is compiled into a Java servlet and executed by the server
to create a dynamic HTML document. In the case of WAP, however, you want to
create dynamic WML documents. Therefore, developing WAP applications using
JSP can be done easily once you know the syntax of WML.
The following example is similar to the preceding servlet example; it displays the current date and time on a wireless device.