Differences between revisions 30 and 31
Revision 30 as of 2005-02-01 17:06:06
Size: 3800
Editor: dyn176216
Comment:
Revision 31 as of 2005-02-01 17:09:20
Size: 3876
Editor: dyn176216
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
  * Refreshing your Java Objects: [http://www.mindview.net/Books/TIJ/ Thinking in Java]   * Refreshing your Java Objects: [http://www.mindview.net/Books/TIJ/ Thinking in Java]. Local copies: [attachment:TIJ3.ZIP Zipped HTML], [attachment:TIJ3.PDF PDF]

TableOfContents

Introduction

With this assignment, we will try to wrap up your knowledge about Java, or any other object-oriented programming language you know (C++, Object Pascal, Python, Ruby ...), to get the essence of object orientation, to turn yourself from a programmer back to a designer: Use object orientation as a tool to slice the compex into the simple, and put them back again in a structured way.

Schedule

Week 1
  • Lecture: Thinking in Objects - An introduction to UML
  • Assignment:
    Week 2
  • Lecture: OOA, OOD, OOP
  • Assignment: Modelling a product designed by yourself before.
  • Week 3
  • Presentation: Everybody gets 5 minutes.
  • Assignment: Modelling a product designed by yourself
  • Week 4
  • Lecture: Design Patters I: Observer, Iterator, Bridge ...
  • Assignment: Reading
  • Week 5
  • Lecture: Design Patterns II: MVC, PAC
  • Assignment: Redesign your game from Java B using patterns.
  • Week 6
  • work. work.
  • Online Resources

    References

    JunHu: ObjectOrientedAnimals/200503 (last edited 2008-10-03 20:18:42 by localhost)