0
votes
0answers
87 views

How to make structural theme with Spring MVC?

I want to create structural theme feature for my application, I tryied to use the theme feature of spring mvc but it's used to find a different css, so it only works on CSS based application theme. ...
4
votes
1answer
214 views

J2EE - Field level Role-based security for a complete web application [closed]

I have a complex website designed using Spring MVC and MyBatis. User Interface is very complex and we have lot of custom made widgets - calenders, lists, graphs etc. If we were to implement field ...