简体   繁体   English

安全框架,例如针对Java EE的接缝-JSP,Servlet,DAO

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

What are some good robust security frameworks for a Java EE application? Java EE应用程序有哪些良好的健壮安全框架?

We are currently using a custom EJB solution that is lacking the authorization, permissions, rules aspect of a secure web application. 当前,我们正在使用缺少安全Web应用程序的授权,权限和规则方面的自定义EJB解决方案。

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. 理想情况下,由于功能(我正在使用JBoss 5),我想使用Seam,但是我的第一印象是它不与jsp页面集成。

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. 我想知道是否有人对Seam的替代方案有任何建议,或者对如何利用其他API创建自定义框架有任何见解。

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. 我还没有使用过Seam,但是您可以将JAAS与EJB一起使用。 Have a look at the tutorial: 看一下教程:

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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