User Authentication Web App Using Java EE

This tutorial needs a review. You can edit it in GitHub following these contribution guidelines.

Nice and simple user authentication example demonstrating the use of Java Persistence APIs in conjunction with JavaServer Faces. It creates a basic authentication scheme using JavaServer Faces PhaseListeners and a simple Entity bean representing a user.

Former sample page