Java Reference
In-Depth Information
The generated application is a standard JSF application; we can execute it by simply
right-clicking on the project and selecting Run . At that point the usual things
happen: the application server is started if it wasn't already up, the application is
deployed and a web browser window is opened displaying the welcome page for
our application.
As we can see, the welcome page contains a link corresponding to each of our JPA
entities. The links will display a table displaying all existing instances of our entity in
the database. Then we click on the Show All Customer Items.
 
Search WWH ::




Custom Search