JBoss Seam example application.
The application allows the creation of Events where participants can register to. For example, I am organizing a party on the 27th and would like to know who is coming. I ask potential participants to register to the event via a web link.
The application contains 2 sub applications:
- The admin view to create/edit/view Events and Participants
- The main view so a new participant can register to an event.
The idea is to make a show case of JBoss Seam, EJB3, JPA, Hibernate, Facelets, Richfaces, Hibernate Search, JAXB and RESTeasy.
