Tutorial¶
This tutorial is intended for those who’d like to understand Reahl and what it is about.
Contents:
- Getting started with Reahl
- An application that actually does something
- A basic model
- A persistent model
- Models live in components
- User interface basics
- Getting input from a user
- Buttons allow users to act
- Layout and styling
- Moving between Views
- Make light work of similar-looking pages
- Parameterised Views
- Testing
- The web session problem
- Re-use: Allowing users to log in to your system
- Security and access control
- What ever happened to Ajax?
- Developing your own component
- Internationalised applications
- Using a different persistence mechanism
- Developing your own Widgets
- Deploying a production site