Getting started
This is the early draft of the documentation. We will start with a collection of documents first.
Basic documentation
Controller and view
- The URL mapping process
- How controllers and views are working together
- Getting the parameters from a request
- Validating the input
- The VelocityHelper
Model
- The basics of the model
- Working with the model in your controllers?
- Using services to extend the model
Getting further
Misc