I'm trying to setup a simple EAV pattern in my web app using Java/Spring MVC and Hibernate. I can't seem to figure out the magic behind the hibernate XML setup ...
Hey,
we are using Spring Security 2.0.4. We have a TransactionTokenBean which generates a unique token each POST, the bean is session scoped. The token is used for the duplicate form submission ...
this questions may be stupid, but i dont really see how to resolve it :
lest say that in my application, i have a user. This user edit his profile, and need ...
I have a working project with both frameworks doing fine
My problem is how to architect it.
I have set 3 Roles ( Admin, Operator, User), and one folder for each of them. ...
Acegi method security & Command pattern Hi, I have a set of Command classes implementing a ICommand interface (with an execute method). Now, I want to enable role based authorization on ...
User feedback pattern for MVC Does anybody have an elegant pattern for providing user feedback to give the use the results of controller actions? I have a method that works, but ...
JSF & Spring Security: best practice pattern? Hi List, Most people use JSF nowadays o build front-ends, if only for the components. Spring Security is the best when it comes to ...
Able To Include Parameters and Values in Security Pattern? Hi, I am attempting to use the Spring security pattern to intercept a URL that includes a particular parameter and value. Can ...