RE: Comments on Struts-like mod_perl module

2003-12-10 Thread Stuart Moffatt
Gunther said: >I like this as well. How is the performance under CGI though? Do you >support an identical config to struts? Which version of struts do you >support? The performance under CGI is not too fast as the servlet.cgi is using Location headers to redirect to that action's view script. P

Re: Comments on Struts-like mod_perl module

2003-12-05 Thread Gunther Birznieks
Stuart Moffatt wrote: All, About a month ago, I was put on a project that was perl-based, but with no framework. As our GUI team develops mostly in java, and now mostly with struts, I came to love the MVC architecture. Simple to estimate, design, and maintain. I loved struts mvc so much that I

Re: Comments on Struts-like mod_perl module

2003-12-04 Thread Stas Bekman
Chris Winters wrote: Stas Bekman wrote: Apache::Straps sounds unique enough to me, though recently quite a few people have voiced their pain in having core API and applications all living in the Apache:: namespace. So you may want to consider putting it under Apache::App::Straps, or Apache::MVC

Re: Comments on Struts-like mod_perl module

2003-12-04 Thread Chris Winters
Stas Bekman wrote: Apache::Straps sounds unique enough to me, though recently quite a few people have voiced their pain in having core API and applications all living in the Apache:: namespace. So you may want to consider putting it under Apache::App::Straps, or Apache::MVC::Straps, or something

Re: Comments on Struts-like mod_perl module

2003-12-04 Thread Stas Bekman
Stuart Moffatt wrote: [...] In the last two weeks, I've converted the "servlet" cgi to mod_perl, and made it look like a real struts servlet. I have not ported the application yet, but I have a new project that is also perl so I will build this app on top of the mod_perl version of Straps, which I

RE: Comments on Struts-like mod_perl module

2003-12-04 Thread Stuart Moffatt
>Ken said: >Sounds very interesting! The best place to take up CPAN >naming issues is on "[EMAIL PROTECTED]" More info: > >http://lists.perl.org/showlist.cgi?name=module-authors > >Try posting your ideas there to clear the namespace. > >ky > Thanks for the tip - I've looked there before fo

Re: Comments on Struts-like mod_perl module

2003-12-04 Thread Ken Y. Clark
On Thu, Dec 04, 2003 at 12:11:25PM -0500, Stuart Moffatt wrote: [...] > Anyway, I thought the Right Thing To Do was get the idea out on this list > before any upload to CPAN, etc. I suppose at some point I'd have to talk to > the Struts people to find out if they mind as the framework and config fi

Comments on Struts-like mod_perl module

2003-12-04 Thread Stuart Moffatt
All, About a month ago, I was put on a project that was perl-based, but with no framework. As our GUI team develops mostly in java, and now mostly with struts, I came to love the MVC architecture. Simple to estimate, design, and maintain. I loved struts mvc so much that I implemented a struts-like