[cgiapp] Re: [announce] OO MVC jumpstart/starter application

Mark Stosberg mark at summersault.com
Thu Dec 4 22:42:34 EST 2008


On Wed, 3 Dec 2008 23:52:55 -0500
"Mark Rajcok" <mrajcok at gmail.com> wrote:
>
> I'm looking for feedback on a small working "core" of an application and
> tutorial that I recently wrote.
> The tutorial is here:
> http://docs.google.com/View?docID=dd363fg9_77gb4hdh7b&revision=_latest
> The code is on sourceforge: http://perlmvccgiapp.sourceforge.net/
> as is a working demo (don't expect much):
> http://perlmvccgiapp.sourceforge.net/cgi-bin/app1/main.cgi
> 
> The document discusses how I used CGI::Application and its associated Plugin
> modules to create a reusable MVC (Model-View-Controller) object-oriented
> "starter" application that is suitable for a CGI environment.  It includes:

I've reviewed this in some more detail. It's nice. The performance
seemed pretty zippy to me.  I assume you choose this solution over
others because of the expectation that performs well in vanilla CGI?

It looks like me like you've been successful at creating a lightweight
but full-featured solution that performs well in CGI. 

I thought the documentation was put together well. The code sames and
images helped to illustrate it.

    Mark

-- 
http://mark.stosberg.com/





More information about the cgiapp mailing list