View Source

h3. Sample Applications

The following ACE Component sample applications are included in the ICEfaces distribution bundle:

{panel}

h4. ICEfaces Showcase (showcase)

The ICEfaces Showcase example provides a comprehensive set of ACE component demonstrations.

{tip}The ICEfaces Showcase is also available [online|http://icefaces-showcase.icesoft.org/]{tip}

This sample is located in:

{code}
[icefaces.dir]/icefaces/samples/showcase/showcase/{code}
From that directory, you can use ant to build the ICEfaces Showcase. The strategy is to build a .war file for the platform you are running on. All of the content-related files are located in:

{code}
[icefaces.dir]/icefaces/samples/showcase/showcase/src{code}
So to build an showcase.war file for Tomcat 6.0 or 7.0 (non-JEE6 container), you would run the following ant command from the showcase directory:

{code}
showcase > ant clean servlet-profile{code}
Alternatively, to build an showcase.war file for a JEE6 container, which includes the JSF libraries, you would run the following ant command from the showcase directory:

{code}
showcase > ant clean web-profile{code}
The resulting showcase.war is located in:

{code}
[icefaces.dir]/icefaces/samples/dist/showcase.war{code}
This .war file can be deployed to the Tomcat "webapps" directory.
{panel}