RE: [Catalyst] Refactoring question

2010-05-27 Thread Morad IGMIR
 : [Catalyst] Refactoring question Hi all, I'm searching for general advice on Catalyst app design. I've been studying all the banter on this list for almost a year, and have finally gotten to the point where a real live application is underway. Being a newcomer to web dev in general, and also

Re: [Catalyst] Refactoring question

2010-05-27 Thread Steve
much more involved. Thanks! Regards, Morad IGMIR -Message d'origine- De: Steve [mailto:st...@matsch.com] Envoy: mercredi 26 mai 2010 22:39 : The elegant MVC web framework Objet: [Catalyst] Refactoring question Hi all, I'm searching for general advice on Catalyst app design. I've been st

RE: [Catalyst] Refactoring question

2010-05-27 Thread Morad IGMIR
If you’re using DBIC, De : Steve [mailto:st...@matsch.com] Envoyé : jeudi 27 mai 2010 14:38 À : The elegant MVC web framework Objet : Re: [Catalyst] Refactoring question On 5/27/2010 3:51 AM, Morad IGMIR wrote: Hello Steve, I think your business logic should be moved

RE: [Catalyst] Refactoring question

2010-05-27 Thread Morad IGMIR
://search.cpan.org/~bobtfish/Catalyst-Model-Adaptor-0.08/lib/Catalyst/Mo del/Adaptor.pm Have fun J Regards, Morad IGMIR De : Morad IGMIR [mailto:mig...@alliancemca.com] Envoyé : jeudi 27 mai 2010 15:00 À : 'The elegant MVC web framework' Objet : RE: [Catalyst] Refactoring question

Re: [Catalyst] Refactoring question

2010-05-27 Thread Bill Moseley
On Thu, May 27, 2010 at 5:38 AM, Steve st...@matsch.com wrote: I think your business logic should be moved to the model, not the controller. The model does the heavy lifting. My model is currently comprised only of my DBIC Result and ResultSet classes. Are you suggesting that some of the

Re: [Catalyst] Refactoring question

2010-05-27 Thread Steve
Steve Schafer Matsch Systems Phone: 616-477-9629 Mobile: 616-304-9440 Email: st...@matsch.com Web: http://www.matsch.com/ On 5/27/2010 9:41 AM, Bill Moseley wrote: On Thu, May 27, 2010 at 5:38 AM, Steve st...@matsch.com wrote: I think your business logic

Re: [Catalyst] Refactoring question

2010-05-27 Thread Steve
Done. On 5/27/2010 11:29 AM, Charlie Garrison wrote: Good morning, On 27/05/10 at 11:09 AM -0400, Steve st...@matsch.com wrote: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head meta content=text/html; charset=ISO-8859-1 http-equiv=Content-Type /head Don't we have rules

Re: [Catalyst] Refactoring question

2010-05-27 Thread Bill Moseley
On Thu, May 27, 2010 at 8:09 AM, Steve st...@matsch.com wrote: At present, the only DBIC-looking code is contained in two lines (chaining resultsets). I'm not sure it's worth the effort for this application, but it certainly will be for others. Can you elaborate on the custom base classes

[Catalyst] Refactoring question

2010-05-26 Thread Steve
Hi all, I'm searching for general advice on Catalyst app design. I've been studying all the banter on this list for almost a year, and have finally gotten to the point where a real live application is underway. Being a newcomer to web dev in general, and also that this application wasn't