I would like to setup a simple loginpage for my webapp.
As the app is not very crucial, a simple login would be sufficient.
The user should see and access some pages only if he is logged in.
Is there a simple thing with Seam 3, or plain JSF 2 likewise?
Preferable without XML.
tyvm!
I’m not terribly familiar with Seam 3, but it sure looks like you should be using Seam Security (docs).