Added more content to the tutorial

This commit is contained in:
Jocelyn Fiat
2012-05-25 22:55:15 +02:00
parent 6cff00428b
commit 08347da643
15 changed files with 322 additions and 26 deletions

View File

@@ -1,2 +1,15 @@
= Tutorial Step 3 =
[[README.wiki|Back to tutorial index]]
= Tutorial Step 3 =
* '''Goal''': Build Hello $user application using form parameter as input
* '''Requirements''':
** know how to compile with Eiffel (EiffelStudio).
** [[step_2.wiki|Previous step]] completed
== "hello" project ==
* Let's start from the "hello_custom" project
* you will learn how to use the req: WSF_REQUEST argument
----
Previous [[step_2|step 2]] | Go to [[step_4.wiki|step 4]]