source: Dev/branches/play-2.0.1/documentation/manual/scalaGuide/_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: 803 bytes
Line 
1### Main concepts
2
3- [[HTTP programming | ScalaActions]]
4- [[Asynchronous HTTP programming | ScalaAsync]]
5- [[The template engine | ScalaTemplates]]
6- [[HTTP form submission and validation | ScalaForms]]
7- [[Working with JSON | ScalaJson]]
8- [[Working with XML | ScalaXmlRequests]]
9- [[Handling file upload | ScalaFileUpload]]
10- [[Accessing an SQL database | ScalaDatabase]]
11- [[Using the Cache | ScalaCache]]
12- [[Calling WebServices | ScalaWS]]
13- [[Integrating with Akka | ScalaAkka]]
14- [[Internationalization | ScalaI18N]]
15- [[The application Global object | ScalaGlobal]]
16- [[Testing your application | ScalaTest]]
17- [[Securing your application | ScalaSecurity]]
18   
19### Advanced topics
20
21- [[Handling data streams reactively | Iteratees]]
22
23### Tutorials
24
25- [[Your first application | ScalaTodoList]]
Note: See TracBrowser for help on using the repository browser.