Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

GWT/GWTP/EclipsePlugin

Eclipseプラグイン

Eclipse用プラグインを道入すると、ツールバーに「赤いテント」のアイコンが現れ、そのメニューから簡単に各種テンプレートが生成できるようになる。 メニューの内容は以下の通り、

  • GWTP Project
  • Action
  • Event
  • Model
  • Presenter
  • Merge Locales

参考

GWTP Project

プロジェクトを新規に生成し、オプションで基本的なサンプルコードを自動生成する。

  • Code Generationオプション
    「invalid characters」に対する処理を指定するもののようだが、なぜinvalid charactersが発生するのか、選択肢にどのような意味があるのか不明。

  • Use App Engine:当然ながらApp Engine用のコードを生成するオプションと思われる。

  • Generate gwtp-sample-basic:サンプルコードを生成する。

Presenter

Presenterを作成する。GWTPでのGUIは基本的にPresenterが中心になるようで、このメニューでPresenterクラスを作成すると、自動的にViewクラスをも作成する。 らしいが、どうにもうまくいかない。「An unexpected error has happend. Close the wizard and retry」というエラーが発生する。