简体   繁体   中英

Security Framework like seam for Java EE - JSP, Servlet, DAO

What are some good robust security frameworks for a Java EE application?

We are currently using a custom EJB solution that is lacking the authorization, permissions, rules aspect of a secure web application.

Ideally I would like to use Seam due to the features (we are using JBoss 5) however my first impression is that it does not integrate with jsp pages.

I was wondering if anyone had any suggestions for an alternative for Seam or any insight on how to create a custom framework utilizing other APIs.

Thank you in advance for your help.

我只是喜欢Spring Security,但为了让您知道更多选择,这里有apache shiro

我会推荐Spring-Security

I haven't used Seam, but you can use JAAS with EJBs. Have a look at the tutorial:

http://download.oracle.com/javaee/6/tutorial/doc/bnbyk.html

http://download.oracle.com/javaee/6/tutorial/doc/gijrp.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM