=== Top of the Swiki === Attachments ===

ModelViewControllerExercises

The links to a MVC tutorial which introduces a Counter (e.g. IntegerCounter or DateCounter) are from the Squeak mailing list:

Mark Guzdial wrote:
I don't know if this is a GOOD tutorial, but you are welcome to check out my lecture notes at:

http://www.cc.gatech.edu/classes/cs2390_98_spring/lectures/count.html - building the model for a "Count".

http://www.cc.gatech.edu/classes/cs2390_98_spring/lectures/countui1.html - building up iterations of UI's in Squeak for the "Count" until we reach MVC.

http://www.cc.gatech.edu/classes/cs2390_98_spring/lectures/countui2.html - building up a windows-based MVC UI in Squeak.