RE: OT: (slightly) RAD RDBMS tools for perl/Apache::ASP

2002-03-21 Thread Jim Helm
Looks like CGI::FormBuilder/Template::Toolkit combined with DBIx::Recordset is probably my best bet. I knew about them individually, but for some reason just didn't think to use them in combination to achieve 95% of what I wanted... I'll still have to code, but if I didn't have to code anything,

Re: Future versions

2002-03-21 Thread Joshua Chamas
"Ken Y. Clark" wrote: > > On Wed, 20 Mar 2002, Aaron Roberts wrote: > > > Date: Wed, 20 Mar 2002 13:34:46 - > > From: Aaron Roberts <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: Future versions > > > > Hi, > > I noticed that your "May be done" list on www.apache-asp.org >

RE: OT: (slightly) RAD RDBMS tools for perl/Apache::ASP

2002-03-21 Thread Ellers
>... > > > > > >and it magically inserts a paginated, CSS savvy, searchable table to your >HTML document. >... > >Sound interesting to anyone besides me? If so, I might put more energy into >making a releasable package. Definitely sounds interesting to me ;) I'm sure others would be too Ellers

RE: OT: (slightly) RAD RDBMS tools for perl/Apache::ASP

2002-03-21 Thread Kulp, David
I must admit that there's nothing that's really "it" in CPAN. A few months ago I spent a lot of time looking through the modules that Joshua described and never found what I wanted. I didn't know about phpLens until now, but it looks sweet. Instead, I've been writing some Apache::ASP tags that,

Re: OT: (slightly) RAD RDBMS tools for perl/Apache::ASP

2002-03-21 Thread Joshua Chamas
Jim Helm wrote: > > This isn't specific to Apache:ASP, but I've seen a lot of good advice > here, and hopefully someone has already been through this. > > I was just wondering if anyone had used/knows of anything for perl > similar to phpLens. I haven't actually used it, but it looks pretty > i

Re: Templating suggestions?

2002-03-21 Thread Joshua Chamas
eamondaly wrote: > > This is going to be a long post, so please bear with me. > > I'm implementing a new site in Apache::ASP. I'd like to develop a > framework similar to our existing mod_perl setup. The way we > currently create a page is like so: > > - Templater creates template.html > - Co

Templating suggestions?

2002-03-21 Thread eamondaly
This is going to be a long post, so please bear with me. I'm implementing a new site in Apache::ASP. I'd like to develop a framework similar to our existing mod_perl setup. The way we currently create a page is like so: - Templater creates template.html - Contains several tokens like __TITLE__