Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • download.oracle.com/javase/1.5.0/docs/api/java/util/… and download.oracle.com/javase/1.4.2/docs/api/java/util/… Commented Jul 14, 2011 at 7:48
  • Btw: In MVC the model should be decoupled from the view and the controller by default. You should read your textbook again, i think you haven't quite understood the concept. And you could implement a custom collection which notifies when it changes, much like .NET's INotifyCollectionChanged interface. Commented Jul 14, 2011 at 7:58
  • @Falcon: thanks for the links. Not sure I understand your comment, however.. "model should be decoupled from the view and the controller by default". Could you rephrase or elaborate? Commented Jul 14, 2011 at 18:39