Re: [Catalyst] Program the logic

2006-06-29 Thread Eduardo Oliveros
Anyway, the question is just what is the best practice to program the logic and test it before link the logic with the web application?. (using the classes generated by the Class::DBI or whatever plugin). I'd stick to the fundamental OO Pattern theory: program to interfaces not

[Catalyst] Program the logic

2006-06-28 Thread Eduardo Oliveros
Hello all, I'm planning to program the logic of the application (the Model in MVC) previously to start with web page and the presentation. What is the best way to do it? (some philosophical remarks :)) What I see is that what Catalyst calls Model is just the Objects that map

Re: [Catalyst] Program the logic

2006-06-28 Thread Eduardo Oliveros
That leads to a new question: Is possible to call actions in the Controller without using a web browser? Thanks, --edu PD: I'll use DBIx::Class, sounds promising. 2006/6/28, Nilson Santos Figueiredo Junior [EMAIL PROTECTED]: On 6/28/06, Eduardo Oliveros [EMAIL PROTECTED] wrote: I'm planning

Re: [Catalyst] Program the logic

2006-06-28 Thread Eduardo Oliveros
cron jobs, etc. I don't know if there is a way to access catalyst any other way. I think that covers the ways and whys I've found with controller actions. Good Luck! --john - Original Message From: Eduardo Oliveros [EMAIL PROTECTED] To: The elegant MVC web framework catalyst