September 2002
Intermediate to advanced
608 pages
14h 20m
English
The Ant buildfile shown in Listing 10.6 is used to build the XML servlet. This file is located in nfl/application/wireless. The XMLServlet file is the only new source to be compiled, but several previously used classes need to be made available within the WAR file for the servlet to function. The WAR file also will include our hand-coded .wml and .xhtml files, although these were used only in testing and wouldn't be required in production. You can surf directly to them to test their output from a cellphone simulator. The servlet also references nonexistent stylesheets for the WML and XHTML transformations. You could provide these by hand-coding them or creating ...
Read now
Unlock full access