PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: yancaoshi on October 04, 2008, 05:13:52



Title: Where should business logic been processed strictly?
Post by: yancaoshi on October 04, 2008, 05:13:52
As most knew, it shuold be taken into account at Controller - Command in pureMVC architecture. But it seems, also I saw in some demos, that simple logic such as validating user input is processed in Mediator. Since Mediator is the manager of Views, I don't understand the role mediator acts. Of course it's clear to do simple check in Mediator, but View&Controller aren't separated clearly, right?

Would anybody offer me some help? Thanks!


Title: Re: Where should business logic been processed strictly?
Post by: puremvc on October 04, 2008, 05:22:42
For a succinct answer, please see this post:

http://forums.puremvc.org/index.php?topic=476

-=Cliff>