Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Play2 は Ruby on Rails によく似ていると聞きました。そこで、一般的に利用可能なリソースを定数に配置し、それを初期化してinitialiser.
initialiser
Play2 にも同様のテクニックはありますか?
Scala では、それらをオブジェクトのメンバーに val または lazy val として格納できます。Global オブジェクトの onStart で初期化を行います。