On 11 mar, 10:38, Josse <[email protected]> wrote:
> There is no way to get round this problem??

Generate code at compile-time.

Googling for "gwt reflection" gives a bunch of relevant results:
http://gwtreflection.sourceforge.net/
http://code.google.com/p/gwt-ent/
http://code.google.com/p/gwt-greflect/

(by the way, "GWT.create(String.class)" is almost equivalent to "new
String()", it doesn't give you a Class object; "String.class" would,
but with very limited features in web mode)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to