Yep, I passed part I about four months ago and have just started to look at the assignment...
I had a nice clean looking Component Diagram that I created over the last couple of days until I read some more on
J2EE design
patterns and now I seem to have clusttered the diagram - I think I need to simplify it.
Anyone have an opinion on using View Helpers when you have two different clients, for example, an
Applet (using Swing) and JSPs serving HTML...
Also, I was trying to understand why you might use a deligate over a facade and if you would want to use the two together?