The tasks-jsf
quickstart demonstrates how to use JPA persistence with JSF as the view layer.
The tasks-jsf
quickstart demonstrates how to use JPA persistence with JSF as view layer in an application deployed to {productNameFull}. It provides a JSF front end for the tasks quickstart.
The theme of this application is simple Task management with simple login. The project contains two entities - a user
and a task
.
This sample includes a persistence unit and some sample persistence code to introduce you to database access in enterprise Java. Persistence code is covered by tests to help you write business logic without the need to use any view layer.
JSF is used to present the user two views.
-
authentication form: This provides the simple login
-
task view: This view contains the task list, a task detail, and a task addition form. The task view uses AJAX.
The application will be running at the following URL http://localhost:8080/{artifactId}/.
You will see the following warnings in the server log. You can ignore these warnings.
WFLYJCA0091: -ds.xml file deployments are deprecated. Support may be removed in a future version.
HHH000431: Unable to determine H2 database version, certain features may not work