是否可以在Google App Engine上使用com.google.gwt.core.ext.Generator

时间:2012-04-27 15:31:17

标签: google-app-engine gwt

我正在使用GWT和Google App Engine ......

我使用com.google.gwt.core.ext.Generator在客户端加载动态Presenter-Classes。

当我在本地测试时,它可以正常工作。但不是谷歌App Engine ...: - (

PresenterFactory factory = (PresenterFactory) GWT.create(ReflectiveFactory.class);
IDynamicPresenter p =  factory.newInstance("ch...NewsPresenter");

这应该在运行时绑定Class。

我实现了以下代码: http://programmatica.blogspot.com/2007/10/classfornamefullyqualifiedclassnamenewi.html

是否可以在GAE上使用com.google.gwt.core.ext.Generator?

最基本的问候

萨姆

1 个答案:

答案 0 :(得分:0)

我没有Runtime Class-Casting编译它比它工作!

问题是IE-cache.html文件中的ClassCasting

-XdisableCastChecking as Compiler Flag