Securing Java web applications - Part 1
In my previous blog (Securing web applications - Introduction), I have introduced security in general and some important terminologies on security. There are different kind security concepts exists. Application security, Network security and to name a few. I am referring to ‘Application security’ here. In this article, we will see: Custom security vs container security implementations What is J2EE security model? Types of different custom security implementation methods How to implement using J2EE security? Some samples Application security: ...