Seam GroovyBooking Example
==========================

This is the Hotel Booking example implemented in Groovy Beans and Hibernate JPA.
It runs on JBoss AS.

When editing Groovy files from action, a simple ant jbosswar.explode is enough
When editing Groovy files from model, ant explode jbosswar.restart is necessary

Access it at http://localhost:8080/jboss-seam-groovy

To undeploy the example from JBoss AS use ant jbosswar.unexplode

Note: there is no testng suite for this example.
Note: Example and the whole Seam integration of Groovy is marked as Technology Preview - Support is not guaranteed.