ACE Samples & Tutorials

Version 1 by Ken Fyten
on Feb 02, 2012 11:51.


 
compared with
Current by Ken Fyten
on Feb 02, 2012 11:55.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 3 changes. View first change.

  
 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 and is located in:
  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}
  

© Copyright 2021 ICEsoft Technologies Canada Corp.