TOC PREV NEXT INDEX




Building and Deploying timezone3


To see timezone3 in action, navigate to the <icefaces-install-dir>/tutorial/timezone3 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/timezone3/timezone.iface
 

This version of TimeZone looks identical to timezone1 and timezone2 but now you should see the clocks ticking as the page is dynamically updated with each render pass initiated by the bean.



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

TOC PREV NEXT INDEX