GWTアプリケーションをGoogleAppEngineにデプロイする方法を学ぼうとしています。私はJava7でGWT2.4+Eclipseを使用しています。
私は基本的に何もしないボタンのある静的ページを持っています。
public class Test1 implements EntryPoint {
public void onModuleLoad() {
final Button sendButton = new Button("Send");
RootPanel.get().add(sendButton);
}
}
アプリケーションを作成しましistoeumtestedenome
たが、ローカルホストで動作します。エラーなしでAppEngineにデプロイしました。しかし、ページにアクセスしようとするとhttp://istoeumtestedenome.appspot.com/
、404エラーが表示されます。
私に何ができる?