MVC Widgets Tutorial | ||
Welcome to the MVC Widgets tutorial. The purpose of this tutorial is to introduce you to this particular implementation of the MVC framework for Java's AWT. This framework has been inspired by ParcPlace-Digitalk's VisualWorks product. This tutorial will take you through a number of lessons that introduce the concept of MVC, explain this particular implementation, and provide plenty of (I hope!) well-commented examples. The com.bdnm.mvc package can be downloaded as a zip file from http://www.mcs.com/~elunt/Java/Download/mvc.zip. You can also download this tutorial and all the examples at http://www.mcs.com/~elunt/Java/Download/tutorial-mvc.zip. Finally, you can download the com.bdnm.awt package (which is used in a couple of the later examples) at http://www.mcs.com/~elunt/Java/Download/FractionalLayout.zip. |
Throughout the tutorial, I will provide a running commentary over here on the equivalent concepts in the VisualWorks 2.5 product. I will refer to this product as "Smalltalk" throughout the tutorial (sorry VSE users). Most of the examples should also work in version 2.0, but I haven't tested them. I also don't know how they'll translate to other Smalltalk environments. | |
Lesson Index | ||
Main Lessons: Other Reference: | ||
Example Index | ||