On 23/04/2009, at 12:42 PM, [email protected] wrote:
Hello, Peter,
I had a look at your ExtJs app via the url given in this email.
Basically, the script just makes direct calls to the Model. Business
logic is found in the script itself and not the Model .
Unfortunately, I still can't see the importance of business logic
being
placed in the Model than the Controller.
That's fine, sometimes (like me) you've got to learn by experience.
But keeping things separate - business logic in the model - like that
really has a major impact on the speed with which you can add features
to an existing application. Like many things, the setup time is a
little longer, but the dividends that you reap from the fat model
design pay dividends quickly.
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/