Wiki source code of Getting Started
Version 16.1 by Pascal Robert on 2011/12/27 10:06
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Hello World tutorial = | ||
2 | |||
3 | This tutorial is a good way to learn how to use the development tools for your Wonder projects. You will learn how to create a new project, run it and make the "Hello World" editable. | ||
4 | |||
5 | [[WONDER:Your First Project - Hello World]] | ||
6 | |||
7 | = Blog tutorial = | ||
8 | |||
9 | This tutorial have four parts. | ||
10 | |||
11 | In the first part, you will learn how to create a EOModel for a blog application. You will also learn how to use the ERRest framework to build a basic interface to manage and show blog postings. | ||
12 | |||
13 | [[WONDER:Your First Rest Project]] | ||
14 | |||
15 | In the second part, you will learn how you can use frameworks to put resources, including EOModels, in a core framework and to use those resources in many projects. | ||
16 | |||
17 | In the third part, you will learn how to use Direct2Web, a rules-based engine, to build the administrative interface to manage the blog. | ||
18 | |||
19 | In the last part, you will learn how to use sessions and creating your own components to manage the blog. |