Glossary of CFRhino Terms
- CFML: ColdFusion Markup Language (ok someone else can describe that)
- CFRhino: The CFML framework to which this tutorial applies.
- Pagelet: The basic building block of the view, it is a CFM page that outputs the content. Pagelets are placed into a space by the CFRhino framework
- Space: A region of a layout that acts as a container for zero or more pagelets
- View: One of three aspects of the MVC (Model-View-Control) design paradigm, separating the concerns of an application between the data (model), the display (view) and the business logic (control).