[Scala]Play framework 2.0でプロジェクトルートのパスを取得する方法
Controllerの中などで、
Play.current.path.getPath()
とする
2012年5月8日
Controllerの中などで、
Play.current.path.getPath()
とする
Posted by GENDOSU
APIDOCとか、Documentをみたら、分かる事ではあるが、はまりやすいので ...
lazyというのは、値を遅延評価する宣言 // lazyをつけると、値の評価が初 ...
class User extends LongKeyedMapper with ...
Liftを使うかPlay frameworkを使うか、というところで、悩んでいる ...
Scala and LiftのプロジェクトをEclipse上に作成する なんか、 ...