What is the use GWT generator?

后端 未结 6 950
[愿得一人]
[愿得一人] 2020-12-15 18:37

I have seen that GWT framework is having generator feature. In what case we have to use gwt generator option and why it is needed? Can anyone tell me simply why,what is gwt

6条回答
  •  抹茶落季
    2020-12-15 19:27

    Check out this implementation: http://samuelschmid.blogspot.com/2012/05/using-generator-for-generic-class.html

    You can create new Instances of classes on client with foo.newInstance("fully.qualified.class.name");

提交回复
热议问题