source: Dev/branches/play-2.0.1/documentation/manual/_Sidebar.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: 920 bytes
Line 
1### Getting started
2
3- [[Installing Play 2.0 | Installing]]
4- [[Creating a new application | NewApplication]]
5- [[Anatomy of a Play 2.0 application | Anatomy]]
6- [[Using the Play 2.0 console | PlayConsole ]]
7- [[Setting-up your preferred IDE | IDE]]
8- [[Sample applications | Samples]]
9
10### Working with Play 2.0
11
12- [[Play 2.0 for Scala developers | ScalaHome]]
13- [[Play 2.0 for Java developers | JavaHome]]
14
15### Detailed topics
16
17- [[The Build system | Build]]
18- [[Working with public assets | Assets]]
19- [[Managing database evolutions | Evolutions]]
20- [[Configuration file syntax and features | Configuration]]
21- [[Deploying your application | Production]]
22
23### Additional documentation
24
25- [[Scala|http://docs.scala-lang.org/]]
26- [[Akka|http://akka.io/docs/]]
27- [[sbt|http://www.scala-sbt.org/learn.html]]
28- [[Configuration|https://github.com/typesafehub/config]]
29- [[Logback|http://logback.qos.ch/documentation.html]]
Note: See TracBrowser for help on using the repository browser.