TOC PREV NEXT INDEX



PDF
ICEfaces Online Reference




 


 




Building and Deploying timezone5


To run timezone5, navigate to the <icefaces-install-dir>/tutorial/timezone5 directory and type:

ant install
 

or, to run using MyFaces, type:

ant -f build_myfaces.xml install
 

This should compile the source code, generate a WAR file with all the required resources, and deploy it to a running Tomcat server. To interact with the application, point your web browser at the following URL, making adjustments for your environment as required.

http://localhost:8080/timezone5
 

This version of TimeZone has the same functionality as timezone4, but should look completely different. Styles have been applied to the application through the style sheet, which use images located in the web/images folder. With the finishing touches applied, the application is now ready to be presented to the world.



Copyright 2005-2006. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX