On Thursday, December 15, 2011 4:22:22 AM UTC+1, Kanagaraj M wrote:
>
> Is there a way i can see the content of Xxx_Proxy?


Pass the -gen option to the DevMode or Compiler to tell it to output the 
generated files in the given folder.
See 
http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#What_options_can_be_passed_to_development_mode
 

> And what would be the equivalent JavaScript code for it? will that vary 
> depends on my user agent?
>

The generated Java code will be compiled to JS just like any code written 
"by hand". The deferred-binding rules apply as well, so a generated class 
can make use of GWT.create() to trigger user.agent-specific code paths, or 
generate other classes (for instance, RequestFactory generates an 
AutoBeanFactory interface whose implementation will in turn be generated by 
the AutoBean generator).

-- 
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/-/9CNKuNUxcU8J.
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