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/GIN

GIN

参考

プロジェクトへのインストール

  • (2011/11現在)、上記から1.5をダウンロードし解凍する。GWT 2.4用はgin-1.4-post-gwt-2.2.jarになるので、これをeclipse環境に入れてパスを通す。
  • Guice3.0をダウンロードし、少なくとも以下を入れてパスを通す。
    • aopalliance.jar(※)
    • guice-3.0.jar
    • guice-assistedinject-3.0.jar
    • guice-servlet-3.0.jar
    • javax.inject.jar
  • gwt.xmlファイルに以下を記述

<inherits name="com.google.gwt.inject.Inject"/>

※GINの構造上いかにも不要のように思えるが、存在しないと例外が発生する。

使い方