Hi There. i'm exposing some @Entity object throught RequestFactory, but i'm having trouble because there is no built-in support for permissions. So i need to wrap all the code inside pemission checking.
I fill like this is not a good idea because i don't like mixing business logic inside the service layer. Do you have some recommendations on how i should best do this: Note: i have a role based permission i what to add. There will be 3 roles: "users", "admins", "partners". Thanks in advance. -- 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.
