What are the best practices for creating a Conditional UI using GWT and Spring Security based on a users Role/Permissions?
I'm aware that you can't rely on client side security. I will have security checks on the server side. The Conditional UI is really only for appearance.