Could anyone help me finding a good book or tutorial about implementing security using EJB and JSF with database authentication and authorization?
I am new to EJB and JPA I would really appreciate any help.
Cheers
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A good tutorial is this: http://netbeans.org/kb/trails/java-ee.html from Netbeans! It will tell you exactly what to use and why to use it! It is perfect for a new beginner, as I learned a lot from it! You could also find in there “Securing the Application” ( http://netbeans.org/kb/docs/javaee/ecommerce/security.html ) link to see an example regarding authentication and authorization!
Hope this helps! 🙂