Web Tools
In the next section we will give some examples how Imixs JSF Tools can be used in a jee web application. The examples assume that you are familiar with JSF development and also that you have deployed the Imixs JEE Components into your JEE Application
To make use of the Imixs JSF-Tools in your web project you simply add the imixs-workflow-jsf.jar into the /WEB-INF/lib folder of your web module. If you are using maven (which is recommended) you can simply add the following dependency into your pom.xml
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-jsf</artifactId>
<version>2.1.0</version>
</dependency>
See details about the installation of the Imixs JSF-Tools in the Imixs JSF Deployment Section.
All binaries of the Imixs Workflow Project are provided as Maven artifacts. Working with Maven makes it almost simple to add the Imixs Workflow JSF-Tools to your project. You will find informations about using Maven in the Maven HowTo guidelines.
If you did not work with Maven you can also download all Imixs workflow JARs from the Maven Central repository. Simply browse through the Maven repository with your Web Browser and start downloads from the Imixs Workflow repository location