Thursday, July 01, 2010

Released Eezee MVC

I released Eezee MVC an Easy, Model, View, Controller framework for Google App Engine.
Features

  • Has a Controller Class that does routing, handling and rendering templates
  • Your controllers reside in the controllers folder, views (html Django templates) in views folder,
    models in models folder
  • Allows Controller to recieve GET/POST parameters as function arguments.
  • Use's S Nakajima's excellant gdispatch router
URL: http://eezeemvc.appspot.com/
Project URL: http://code.google.com/p/eezeemvc