[Scala]Play framework 2.0でプロジェクトルートのパスを取得する方法
Controllerの中などで、
Play.current.path.getPath()
とする
2012年5月8日
Controllerの中などで、
Play.current.path.getPath()
とする
アンケート
Posted by GENDOSU
import scala.utl.Random val a = List(1,2 ...
Liftを使うかPlay frameworkを使うか、というところで、悩んでいる ...
Scalaでパスを生成する時 素直にStringのジョインにする "/tmp" ...
GlassFishはWeb ・EJBコンテナなので、せっかくなので、Scala ...
リクエストを受けた直後のアクションについては /app/Global.scala ...