Securing a GWT application with AOP
AOP can be a good solution to protect the business methods in an application developed with (or without) GWT. If we have a method called displayCustomerData(…) and we want to make sure only a certain category of users can call it, for instance the category MANAGER, then AOP can come to the rescue. I used … Read more