Xebra Tutorial

Revision as of 16:43, 29 June 2009 by Fabioz (Talk | contribs) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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