Java Reference
In-Depth Information
methods, which are not needed in this example. Therefore, you will be able to focus
just on the components that are actually used in the web application.
Let's create, for this purpose, a web application using a new Maven archetype that
fits our purpose:
1. From the File menu go to New | Maven Project ; follow the wizard to the
second screen where you will select the webapp-javaee6 archetype ,
which will create the structure for a web-based Java EE 6 project:
2. On the next screen, enter
com.packtpub.as7development.chapter4 as Group Id and Pack-
age and ticket-agency-cdi as Artifact Id :
Search WWH ::




Custom Search