Difference between revisions of "Xebra Tutorial"

(New page: =Create a webapp= # Setup an initial Eiffel project for your webapp. For that matter you can use this [https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/framework/web/xebra/tools/scripts/cr...)
 
Line 1: Line 1:
 +
[[Category:Xebra]]
 +
 
=Create a webapp=
 
=Create a webapp=
 
# Setup an initial Eiffel project for your webapp. For that matter you can use this [https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/framework/web/xebra/tools/scripts/create_website.sh script] which creates all neccesary files.
 
# Setup an initial Eiffel project for your webapp. For that matter you can use this [https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/framework/web/xebra/tools/scripts/create_website.sh script] which creates all neccesary files.

Revision as of 07:24, 30 June 2009


Create a webapp

  1. Setup an initial Eiffel project for your webapp. For that matter you can use this script which creates all neccesary files.
  2. Create xeb files. Xeb files contain html code with embedded xeb-tags. See {here} for documentation about xeb files.
  3. Create the eiffel classes.
  4. Run the server and browse to http://localhost/yourwebapp. The server will translate and compile your webapp.

How to run the Xebra Server

todo

  • args
  • useful commands
  • dev exception