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 with the tables in the DDBB. And the logic of the application are
developed in the Actions (in fact linked to the web application).

I know is difficult in practice to separate both worlds (logic from
the presentation) but that is the false promise of the MVC pattern :).

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).

Regards,
  Edu

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to