Hi guys; I have finally finished the real sample application written with JSF + JPA + OWB. It is called "Hotel Reservation Application". You can create Admin and Normal user accounts. Admin is responsible for defining hotels etc, and user creates a hotel reservation.
Altough it is a simple application, it uses and shows most of the functionality that are defined in the JSR-299, including Scope and Contexts, Interceptors, Decorators, Events and Observers etc. STEPS TO RUN ------------------------------- It is located in the trunk/samples/reservation directory. In this directory >> mvn clean install -Pjetty --> to compile and install >> mvn jetty:run -Pjetty --> to run the jetty container Then, http://localhost:8080/reservation Voila, enjoys it! Thanks; Gurkan
