====== Mojavi ====== Homepage at http://www.mojavi.org Looks interesting - focused pretty much entirely on [[pattern:Model View Controller|MVC]] - implements intercepting filters and manages to be fast. Rather than implementing the front controller command hierarchy in something like a big XML file, uses the filesystem to determine which there is an action a request should be delegated to. Mojavi is designed as a [[pattern:front controller]]. However, it will also function as a [[pattern:page controller]].