TOC PREV NEXT INDEX






 


 




Building and Deploying timezone4


To run timezone4, navigate to the <icefaces-install-dir>/tutorial/timezone4 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/timezone4
 

This version of TimeZone should now have checkboxes. As you click the checkboxes, the rows in the table should show and hide themselves accordingly. The interface is now richer and more dynamic thanks to ICEfaces and Direct-to-DOM rendering.



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

TOC PREV NEXT INDEX