Re: mod_perl MVC framework.

2007-10-30 Thread Aaron Trevena
On 24/10/2007, Tyler Bird <[EMAIL PROTECTED]> wrote: > We are having difficulty finding a good MVC framework for perl. Um...? There are an abundance, listed in CPAN, articles about them are on perl.com, and the mod_perl page has a list. > I have looked at HTML::Mason and the template toolkit toda

Re: mod_perl MVC framework.

2007-10-30 Thread Carl Johnstone
TAL does have a downside- as do all the other templating languages - they've all alllowed feature creep to turn them into micro-languages or processing languages. I wouldn't necessarily say that's a bad thing - sometimes the view does have to be more complicated, and if your templating langua

Re: mod_perl MVC framework.

2007-10-28 Thread Mystere Magoo
Le Wednesday 24 October 2007 18:26:24 Tyler Bird, vous avez écrit : > Hi List, > > Hey I was wondering if there was any MVC framework that anybody on this > list could point > me to that work work well with mod_perl. > > We are having difficulty finding a good MVC framework for perl. > > I have loo

RE: mod_perl MVC framework.

2007-10-26 Thread James Harvey
gt; Sent: Wednesday, October 24, 2007 7:37 PM > To: Tyler Bird > Cc: modperl@perl.apache.org > Subject: Re: mod_perl MVC framework. > > What is fast to cook, good to eat is HTML::Template. No XML, easy > abstraction between your web designer and developer. > > Tyler Bird wrote:

Re: mod_perl MVC framework.

2007-10-26 Thread Jonathan Vanasco
On Oct 24, 2007, at 10:37 PM, Foo JH wrote: What is fast to cook, good to eat is HTML::Template. No XML, easy abstraction between your web designer and developer. I GREATLY prefer using TAL ( in perl using Petal ) for the V someone finally made an integration for Petal and Catalyst. unfo

Re: mod_perl MVC framework.

2007-10-25 Thread Frank Wiles
On Wed, 24 Oct 2007 10:26:24 -0600 Tyler Bird <[EMAIL PROTECTED]> wrote: > Hi List, > > Hey I was wondering if there was any MVC framework that anybody on > this list could point > me to that work work well with mod_perl. > > We are having difficulty finding a good MVC framework for perl. > > I

RE: mod_perl MVC framework.

2007-10-25 Thread Peter Lytle
Sent: Wednesday, October 24, 2007 12:26 PM To: modperl@perl.apache.org Subject: mod_perl MVC framework. Hi List, Hey I was wondering if there was any MVC framework that anybody on this list could point me to that work work well with mod_perl. We are having difficulty finding a good MVC framework for

Re: mod_perl MVC framework.

2007-10-25 Thread Adrian Howard
On 25 Oct 2007, at 03:37, Foo JH wrote: What is fast to cook, good to eat is HTML::Template. No XML, easy abstraction between your web designer and developer. [snip] And like TT2 is just the V bit of MVC Adrian

Re: mod_perl MVC framework.

2007-10-24 Thread Foo JH
What is fast to cook, good to eat is HTML::Template. No XML, easy abstraction between your web designer and developer. Tyler Bird wrote: Hi List, Hey I was wondering if there was any MVC framework that anybody on this list could point me to that work work well with mod_perl. We are having d

Re: mod_perl MVC framework.

2007-10-24 Thread gautam chekuri
Catalyst is a MVC framework we can use with mod_perl http://www.catalystframework.org/ On 10/24/07, Tyler Bird <[EMAIL PROTECTED]> wrote: > Hi List, > > Hey I was wondering if there was any MVC framework that anybody on this > list could point > me to that work work well with mod_perl. > > We ar

Re: mod_perl MVC framework.

2007-10-24 Thread Mark Blackman
On 24 Oct 2007, at 17:26, Tyler Bird wrote: Hi List, Hey I was wondering if there was any MVC framework that anybody on this list could point me to that work work well with mod_perl. We are having difficulty finding a good MVC framework for perl. I have looked at HTML::Mason and the templ

Re: mod_perl MVC framework.

2007-10-24 Thread Juan Jose Natera
Hi Tyler > We are having difficulty finding a good MVC framework for perl. > > I have looked at HTML::Mason and the template toolkit today. > I am not quite sure mason is a MVC framework. The template toolkit > looks promising. Neither TT or Mason are MVC frameworks, but they can be used to prov

Re: mod_perl MVC framework.

2007-10-24 Thread David Kaufman
"Tyler Bird" <[EMAIL PROTECTED]> wrote... > Hi List, Hi Tyler, > Hey I was wondering if there was any MVC framework that anybody on this > list could point me to that work work well with mod_perl. > > We are having difficulty finding a good MVC framework for perl. /me points you to -> CGI::Appl

Re: mod_perl MVC framework.

2007-10-24 Thread adam . prime
there's a list here: http://perl.apache.org/products/app-server.html Adam Quoting Tyler Bird <[EMAIL PROTECTED]>: Hi List, Hey I was wondering if there was any MVC framework that anybody on this list could point me to that work work well with mod_perl. We are having difficulty finding a goo

mod_perl MVC framework.

2007-10-24 Thread Tyler Bird
Hi List, Hey I was wondering if there was any MVC framework that anybody on this list could point me to that work work well with mod_perl. We are having difficulty finding a good MVC framework for perl. I have looked at HTML::Mason and the template toolkit today. I am not quite sure mason is