Seam UI Example
===============

This is a simple example demonstrating Seam UI. 

To deploy the example, follow these steps:

* In the example root directory run:

    mvn clean install

* Set JBOSS_HOME environment property.

* Start up the server.

* Change directory to ui-ear and deploy the sample:

   mvn jboss-as:deploy

* Open this URL in a web browser: http://localhost:8080/seam-ui

