简体   繁体   中英

Java WebApp Security frameworks

I'm working on a implementation of a webapp in Java, where there will be limitations on some roles shall only be able to read data and some to update. All roles shall not have access to all pages.

I've looked at Apache Shiro together with JSP/Javascrip/CSS.

Are there any other alternatives for this? Or is this the best choice?

//Henrik

Consider Spring Security, formerly known as Acegi.

http://projects.spring.io/spring-security/

Seems it's a bit more mainstream:

http://www.indeed.com/jobtrends?q=Apache++Shiro%2C+Spring+Security&l=

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