0

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

1 Answer 1

1

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=

Sign up to request clarification or add additional context in comments.

2 Comments

It seems to contain all attributes needed, but is it portable for non-sping projects?
Yes. It works independently from the rest of the application.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.