We are planning to use the Scala in our upcoming project. We are all new to this technology. Where to find the video materials for Scala to develop a web base application.
closed as not a real question by Tomasz Nurkiewicz, RafaĆ Rawicki, om-nom-nom, sschaef, Nathaniel Ford Jun 10 at 20:43
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Check out the play! framework. The new 2.0 version is written in scala and supports a lot of idiomatic scala usage, including scala-based templates. http://www.playframework.org/documentation/2.0.1/ScalaHome https://github.com/playframework/Play20/wiki http://www.scoop.it/t/playframework Not all videos, but worth checking out. |
|||
|
|
|
http://typesafe.com/resources/videos is the page of the typesafe video matreial. I recommend using Lift, although I did not use it at all, it is really common. |
|||
|
|
|
There are some videos on scala basics here: and for development using the Lift you can check out this screen cast which gives a good introduction to the framework |
|||
|
|