@hackage keera-hails-mvc-controller0.8.0
Haskell on Gtk rails - Gtk-based controller for MVC applications
Categories
License
BSD-3-Clause
Maintainer
support@keera.co.uk
Links
Versions
Installation
Dependencies (1)
Dependents (2)
@hackage/titan, @hackage/keera-posture
Package Flags
test-hlint(off by default)
test-doc-coverage(off by default)
Keera Hails is a rapid application development system.
The idea behind Hails is that you should be able to build cross platform applications with minimal effort, very quickly, and the result should be easy to maintain.
Large Hails applications are structured following an optimized MVC architecture. Values are updated either from the view to the model, or from the model to the view. Internally, rules use a notion of direction in the update to determine how different components must be updated. This package defines those update directions needed to build well-structured controllers.