source: Dev/branches/play-2.0.1/documentation/manual/javaGuide/_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: 672 bytes
Line 
1### Main concepts
2
3- [[HTTP programming | JavaActions]]
4- [[Asynchronous HTTP programming | JavaAsync]]
5- [[The template engine | JavaTemplates]]
6- [[HTTP form submission and validation | JavaForms]]
7- [[Working with JSON | JavaJsonRequests]]
8- [[Working with XML | JavaXmlRequests]]
9- [[Handling file upload | JavaFileUpload]]
10- [[Accessing an SQL database | JavaDatabase]]
11- [[Using the Cache | JavaCache]]
12- [[Calling web services | JavaWS]]
13- [[Integrating with Akka | JavaAkka]]
14- [[Internationalization | JavaI18N]]
15- [[The application Global object | JavaGlobal]]
16- [[Testing your application | JavaTest]]
17
18### Tutorials
19
20- [[Your first application | JavaTodoList]]
Note: See TracBrowser for help on using the repository browser.