Web Development Software
7/8/05
<< 72 Squared Weblog

MVC revisited

A lot of you know I am a big fan of the MVC architecture produced by Sean Kerr. I was finally inspired to write one of my own, not because of anything lacking in the Mojavi Framework, but simply because it is fun!

The result is a stripped down architecture that is less than 500 lines of code, but is extremely flexible. Here is the documentation. I will release the code at a later time, but at least you can take a sneak peak at the concepts.
Framework: Circuit
Class: CircuitController
Interface: CircuitAction
Interface: CircuitModel
Interface: CircuitView
Interface: CircuitMold
Interface: CircuitFrame
Interface: CircuitObserver