Getting Started with the ACE Components

Version 4 by Ken Fyten
on Feb 02, 2012 12:23.


compared with
Current by Ken Fyten
on Feb 02, 2012 20:04.


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

View page history


There are 2 changes. View first change.

 h3. Adding the ACE Components to Your Application
  
 To configure your application to use the ACE Components, complete the following steps:
  
 # Setup the ICEfaces core framework if you have not already done so by following the steps in [ICE:Getting Started], which pertain to using ICEfaces with any application.
  
  \\ \\
 # Add the ACE Components *icefaces-ace.jar* to your application classpath.
 {code}
 [icefaces.dir]/icefaces/lib/icefaces-ace.jar{code}
  
  \\
 # Add the ACE Components XML namespace to any pages you want to use ACE Components on:
 {code:xml}<html ... xmlns:ace="http://www.icefaces.org/icefaces/components">{code}
  
 You are now ready to begin adding {{ace:}} component tags to your page.
  
 {tip}Depending on the nature of your page, it may be also be necessary to specify a mandatoryResource configuration for your page. See the [mandatoryResourceConfiguration] topic for details.{tip}

© Copyright 2021 ICEsoft Technologies Canada Corp.