FYI
---------- Forwarded message ---------- From: Gurkan Erdogdu <[email protected]> Date: Wed, May 13, 2009 at 11:27 PM Subject: Sample Application with OWB + JSF + JPA To: [email protected], [email protected] 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 -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
