About MVC framework

2006-12-20 Thread Wan
I'm looking for a MVC framework that fast in develop and run. and I
don't want to build it myself, please recommend someome.

Thanks for any help!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: About MVC framework

2006-12-20 Thread David Dorward
On Wed, Dec 20, 2006 at 04:54:15PM +0800, Wan wrote:
 I'm looking for a MVC framework that fast in develop and run. and I
 don't want to build it myself, please recommend someome.

http://search.cpan.org/search?query=MVC

(Catalyst is probably the most popular option these days. It gets a
lot of buzz, at least.)

-- 
David Dorward  http://dorward.me.uk


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: About MVC framework

2006-12-20 Thread Wan

On Wed, Dec 20, 2006 at 04:54:15PM +0800, Wan wrote:

I'm looking for a MVC framework that fast in develop and run. and I
don't want to build it myself, please recommend someome.


http://search.cpan.org/search?query=MVC

(Catalyst is probably the most popular option these days. It gets a
lot of buzz, at least.)


Catalyst is not fast enough in run

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




Re: About MVC framework

2006-12-20 Thread Bill Stephenson


On Dec 20, 2006, at 2:54 AM, Wan wrote:


I'm looking for a MVC framework that fast in develop and run. and I
don't want to build it myself, please recommend someome.

Thanks for any help!


Take a look at CGI::Application too:

http://search.cpan.org/~markstos/CGI-Application-4.06/

I think it fits what you describe quite well.

Kindest Regards,

--
Bill Stephenson
417-546-8390


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response