GWTコンパイラは私に次のエラーを与える: Rebind result 'javax.validation.ValidatorFactory' must be a class
Rebind result 'com.google.gwt.validation.client.ProviderValidationMessageResolver' must be a class
マイGINモジュール
私はthis tutorialの推奨に従ってGWTアプリケーションを実装しました。私もサンプルコードをダウンロードしました。デモのすべてのプレゼンターは、インスタンス化される主プレゼンターコンストラクターに注入する必要があることに気付きました。著者はソースでこれを含める: public class GreetingPresenter extends WidgetPresenter<Greeting