私はGWTとGoogleAppEngineを使用しています...
com.google.gwt.core.ext.Generatorを使用して、クライアント側で動的なプレゼンタークラスをロードします。
ローカルでテストすると機能します。しかし、グーグルアプリエンジンではありません... :-(
PresenterFactory factory = (PresenterFactory) GWT.create(ReflectiveFactory.class);
IDynamicPresenter p = factory.newInstance("ch...NewsPresenter");
これにより、実行時にクラスがバインドされます。
次のコードを実装しました:http: //programmatica.blogspot.com/2007/10/classfornamefullyqualifiedclassnamenewi.html
GAEでcom.google.gwt.core.ext.Generatorを使用することは可能ですか?
よろしくお願いします
サム