On Thu, Aug 20, 2009 at 9:39 AM, Zé Vicente <josevicentec...@gmail.com>wrote:

> I would say that all you need to do is to use runAsync() to saparate
> Adm features from regular features and then make sure that on server
> side you check for each operation, if the user has the good credential
> to execute it.


Bear in mind that unless I've misread the documentation runAsync() will not
always split the code where you have asked it to split it.

I think the original poster still has a valid point; I'd be curious to see
what the GWT guys have to say about this (very, very common) use case.  How
does one separate admin code from normal user code in a GWT application?

Obviously the ultimate answer is to make sure that the server side
functionality is protected by an authentication mechanism, so that no matter
what you can't run an admin function unless you are authenticated as an
admin.  But it seems like there should be a way beyond runAsync() to
reliably segment application code that is downloaded to the browser.

Best,
Laird

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to