Skip to content Skip to sidebar Skip to footer
Showing posts with the label Playframework 2.0

Sticky Cookies In Scala

I've set a cookie in Scala similar to the following: val cookies:Seq[Cookie] = new Seq() val nD… Read more Sticky Cookies In Scala

Putting Javascript Variable Into Play Function

For my public files, I usually use: @routes.Assets.at('data/table.txt') in regular html Ho… Read more Putting Javascript Variable Into Play Function