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 Getting Started, which pertain to using ICEfaces with any application.
Add the ACE Components icefaces-ace.jar to your application classpath.
[icefaces.dir]/icefaces/lib/icefaces-ace.jar
<html ... xmlns:ace="http://www.icefaces.org/icefaces/components">
You are now ready to begin adding ace: component tags to your page.
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.