Tutorial¶
This tutorial is intended for those who’d like to understand Reahl and what it is about. If you just want some examples you can cut-and-paste to get something going, you’d be better served by looking through the feature examples.
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
- 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
- Styling your application
- Deploying a production site