I wouldn't use the GWT compiler to do this. Instead, I would create two separate modules with their own entry points. A lot less complex to write, and more true to what you want to do. If you want the URL to appear the same, you can have a JSP (or some similar non-Java technology) dynamically include the correct page, based on the HTTP request received.
On Aug 1, 9:53 am, Deepak Singh <[email protected]> wrote: > Hi Stefan, > > I need your professional support for one of my gwt project with web > services. Can we go ahead ? > > Regards > Deepak > > On Sun, Aug 1, 2010 at 7:41 PM, Stefan Bachert <[email protected]>wrote: > > > > > Hi, > > > when you have very little different roles you may generate an own set > > of permuttations for each role. > > > However, when you want a general solution you must supply with any > > data item the permission on the data. > > (full access, read only access, no access). The similar is true for > > calling methods (aka buttons) > > > Stefan Bachert > > http::/gwtworld.de > > > Inquiries for professional GWT support are welcome. > > I am sorry, I won't do free personal support. > > > On 1 Aug., 08:57, "[email protected]" <[email protected]> wrote: > > > I am trying to figure out what is the best practice, to create > > > different views for user roles. > > > would differed binding will be the choice, e.g. USER_A class_A, > > > USER_B class_B …. > > > > I can’t find an example for this problem. > > > > Thnaks, > > > -- > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
