Hi Thomas ,
Fair point about the design, I'm a coder trying to do this certification so that would explain the problem wih detail.
When you say use MVC I'm not really sure what you mean, there are documented ways of using model 2 in connection with JSP and i don't have a problem visualizing the solution there, but Swing/application client is another story. Swing by definition is loosely based on MVC so the different components have ususally a model e.g buttonmodel, and then the view/controller incorportated into the UI delegate. Does this mean then that i can have components called for example "ui delegate" and then another called <name>Action, one called <business delegate> etc? Also if you use the stereotype to describe the
pattern, should you use the component name to describe what it is? jsp,
servlet, java class etc?