Friday 31 October 2008

MVC questions

Having done all of the below, I am still left with a list of questions

  1. Should I be using threads to do this ?
  2. When the command requires interaction (i.e. if I want a form to search of a client or a stock item), should it be owned by the Model, Controller or View ?
To answer 2., the view owns the form, and and is updated by the model in the same way as before.

No comments: