Plya2-Scala/2.3 と 2.4 の違い

Plya2-Scala/2.3 と 2.4 の違い

バージョン違いに関して

Eclipse PJ への変換に 2.4 は明示的なプラグインの記述が必要

Controller が object ではなく class

2.3 までは Controller はシングルトンオブジェクトとして作られていたが、2.4 では class で作る。

object で作ると

type Hoge is not a member of package controllers

と出て怒られる。

play_framework/play2_scala/diff_23_24.txt · 最終更新: 2017-10-02 16:36 by ore