Search code examples
jsfseamjava-ee-6cdi

How can I add Seam Security to my Netbeans Java EE 6 application?


I'm developing a web application using Java EE 6/JSF2/CDI with NetBeans and I want to use the Security Module of Seam to manage the authorization/authentication process.

Is it possible?


Solution

  • Sure, Seam3 is designed to add special sets of features to your basic Java EE application. So just check the Seam Security documentation how to add certain features to your application.