GWT Dynamic loading using GWT.create() with String literals instead of Class literals
Posted
by Sathish
on Stack Overflow
See other posts from Stack Overflow
or by Sathish
Published on 2009-01-16T19:36:19Z
Indexed on
2010/04/10
0:03 UTC
Read the original article
Hit count: 587
GWT.create() is the reflection equivalent in GWT, But it take only class literals, not fully qualified String for the Class name. How do i dynamically create classes with Strings using GWT.create()?
Its not possible according to many GWT forum posts but how is it being done in frameworks like Rocket-GWT (http://code.google.com/p/rocket-gwt/wiki/Ioc) and Gwittir (http://code.google.com/p/gwittir/wiki/Introspection)
© Stack Overflow or respective owner