View Source

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}