Re: [JSMentors] JavaScript MVC is a good idea?

2010-12-21 Thread Acaz Souza Pereira
Someone else have another opinions? I'm need to choose a framework to use in a small/medium project. 2010/12/20 Shane Tomlinson set...@gmail.com Hey Acaz, I was just checking over your link there and it seems pretty full featured - there are actually quite a few MVC libraries out there

Re: [JSMentors] JavaScript MVC is a good idea?

2010-12-21 Thread Acaz Souza Pereira
The store will then send a notification event to the grid, which will update the view to eliminate the row corresponding to the deleted item. This follows proper MVC flow, with the controller affecting the model, which then affects the view. In MVC pattern, MODEL don't communicate with VIEW,

Re: [JSMentors] JavaScript MVC is a good idea?

2010-12-21 Thread Bryan Forbes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/21/10 5:21 PM, Acaz Souza Pereira wrote: The store will then send a notification event to the grid, which will update the view to eliminate the row corresponding to the deleted item. This follows proper MVC flow, with the controller affecting

Re: [JSMentors] JavaScript MVC is a good idea?

2010-12-21 Thread Acaz Souza Pereira
Hmmm, how this work in practice? The model will have a callback function? The model will refresh the view? Who will trigger the action to refresh the view? I did not know this other way of MVC in event-driven system 2010/12/21 Bryan Forbes br...@reigndropsfall.net -BEGIN PGP SIGNED

Re: [JSMentors] JavaScript MVC is a good idea?

2010-12-21 Thread Poetro
2010/12/22 Acaz Souza Pereira acazso...@gmail.com Hmmm, how this work in practice? The model will have a callback function? The model will refresh the view? Who will trigger the action to refresh the view? I did not know this other way of MVC in event-driven system Publish / subscribe