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
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
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! :) |
|||
|
|