What advantages are there by going to Apache Shiro, and leaving Java EE's native APIs for security and session management?
I found that all security roles and sessions can be done in Apache Shiro but the same thing can also be done using Java EE security without any external dependency jars.
So suggest me some pros and cons of going to Apache Shiro.