How to create new instance from class name in gwt

Posted by BlackPanther on Stack Overflow See other posts from Stack Overflow or by BlackPanther
Published on 2010-06-14T03:54:54Z Indexed on 2010/06/14 4:02 UTC
Read the original article Hit count: 710

Filed under:

I have a class int the following name com.test.TestClass

At one point in my code I have to get instance of this class by only having the class name string. I have tried using GWT.create() But it is working only in dev mode. Can any one tell me how to get instance in gwt from class name.

© Stack Overflow or respective owner

Related posts about gwt