Re: MVP questions

2010-06-17 Thread Elmaho
Hey, In my opinion you'll need only one presenter/view with interface containing a method to request object2 in each tab selection. These objects are too related to be separated. Like I said 'In my opinion' Hope this help On Jun 16, 4:20 pm, Bilousme julien.dram...@gmail.com wrote: Hello all,

Am I breaking MVP, (VIEW IS PASSIVE) !!?

2010-06-17 Thread Elmaho
Hey all, I've read some articles on MVP pattern, and at the first glance I thought that am understanding it, but now am very confused about the term VIEW IS PASSIVE. By that I understand that events are handled in the presenter (it's too simple to separate and it's also obvious). But what

Am I breaking MVP, (VIEW IS PASSIVE) !!?

2010-06-17 Thread Elmaho
Hey all, I've read some articles on MVP pattern, and at the first glance I thought that am understanding it, but now am very confused about the term VIEW IS PASSIVE. By that I understand that events are handled in the presenter (it's too simple to separate and it's also obvious). But what

MooFlow, Gwt FireEvent on Both

2010-04-12 Thread Elmaho
Hey everyone, I want to integrate MooFlow external lib in my Gwt Application, so I begin by reading the essentials of JSNI and doing my things. So far it's OK, I create the Impl class to wrap the functions I need, I create also the JSObject and finally the widget itself (called CoverFlow). Now

Re: MooFlow, Gwt FireEvent on Both

2010-04-12 Thread Elmaho
the function isn't recongnized in JS (I recieve the undefined exception) !! line: cfo.addEvent('onClickView', function(obj){ }) Is there any solution On 12 avr, 11:49, Elmaho elmaho...@gmail.com wrote: Hey everyone, I want to integrate MooFlow external lib in my Gwt Application, so I