Because RF works with reflection and stores some state in static variables, 
you cannot expose only a subset of proxies/services on a given endpoint 
(servlet instance). You can however do some runtime checks using 
ServiceLayerDecorators, just take care of overriding only the methods that 
are really "runtime" (in other words, do not override any method that's 
overriding in the internal ServiceLayerCache class). On the non-secured 
endpoint, you could for instance report() or die() when someone tries to 
invoke() any method that's annotated with some @Secure annotation.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/awthNuiQcj0J.
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.

Reply via email to