Wiki source code of Getting Started

Version 10.1 by Pascal Robert on 2012/01/07 22:21

Hide last authors
Pascal Robert 7.1 1 = Installing the tools =
2
Pascal Robert 10.1 3 Before getting started with code, [[you install to install the development tools and frameworks>>WONDER:Project Wonder Installation]].
Pascal Robert 7.1 4
5 = Hello World tutorial =
6
7 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.
8
Pascal Robert 10.1 9 [[Your First Project - Hello World>>WONDER:Your First Project - Hello World]]
Pascal Robert 7.1 10
11 = Blog tutorial =
12
13 This tutorial have four parts.
14
15 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.
16
Pascal Robert 10.1 17 [[WONDER:Your First Rest Project]]
Pascal Robert 7.1 18
19 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.
20
Pascal Robert 10.1 21 [[WONDER:Your First Framework]]
Pascal Robert 7.1 22
23 In the third part, you will learn how to use Direct2Web, a rules-based engine, to build the administrative interface to manage the blog.
24
Pascal Robert 10.1 25 [[WONDER:Your First D2W Project]]
Pascal Robert 7.1 26
27 In the fourth part, you will learn how to use sessions and creating your own components to manage the blog.
28
Pascal Robert 10.1 29 [[WONDER:Your First Stateful Project]]
Pascal Robert 7.1 30
31 In the last part, you will learn how to deploy your applications.
32
Pascal Robert 10.1 33 [[WONDER:Your First Deployment]]