Hi All My company are working on an enterprise application with GWT, Spring and Hibernate. We've successfully integrated Spring Security, Spring MVC and GWT, but we want to display menus and associated views based on role and are wondering the best way to do this.
To give an example of what I mean, if a normal user logs in they're presented with the user's menu in the left hand panel. If an administrator logs in they're presented with the user's menu and the administrator's menu. We could of course make an RPC call after the user (or administrator) logs in and only display the relevant menus based on logic in the GWT code, but we'd prefer to move the logic and the code for that to the server side. Is there a way? Something else we'd like to do is have optional, at deploy time, menus and views. Is there a way we can "plugin" such things? -- Thanks Paul Paul Grenyer e: [email protected] w: http://www.marauder-consulting.co.uk b: paulgrenyer.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
