Files
EWF/examples/tutorial/step_3.wiki
2012-05-26 00:06:05 +03:00

22 lines
490 B
Plaintext

Back to the [[step_2.wiki|step 2]]
or go to [[step_4.wiki|step 4]]
----
= 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
----
Back to the [[step_2.wiki|step 2]]
or go to [[step_4.wiki|step 4]]