Although I haven't solved it yet, I'm thinking through the same issues for our own architectures here.
I think I'm going to go down the route of MVP combined with a Business Conversation (http://fabiomaulo.blogspot.com/2008/12/implementing- conversation-per-business.html) so that the business conversation maintains track of objects, connections to the session and re- attaching objects if necessary over several views. It's up to the presenter to attach itself to the conversation. I'm not sure how I'm going to do that yet... possibly via an Application Controller (fowlers pattern). This way, a presenter knows about the conversation context its operating in (or the application controller takes responsibility for it, not sure yet) but only knows about its view and the model. As I say, its in progress so it may help..... or not. Let me know how you get on as its a similar issue to mine -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
