source: Dev/branches/play-2.0.1/documentation/manual/book/BookScalaHome.md @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 280 bytes
Line 
1# Play 2.0 for Scala developers
2
3The Scala API for Play 2.0 application developers is available in the `play.api` package.
4
5> The API available directly inside the `play` package (such as `play.mvc`) is reserved for Java developers. As a Scala developer, look at `play.api.mvc`.
Note: See TracBrowser for help on using the repository browser.