:::::::: about design ::::::::


system analysis tool : rational rose
develop tool : jdk 1.4& notepad

i built this system because i just need one. but after i show it to my friends, i frequently answer some same question: "why you use so many classes in such small system?", "how can you build a system which has so many classes just use notepad?".
i was tired to give the same anwser, so write this introduction.

in short, i just analyze my system by the help oo and some conception of design pattern. and build the models of my classes in rational rose, the use the code generate tool to create my code frame. after complete all the impletion of my methods in the code frame, every thing is ok.

as fellow, this system has four package.
package diagram

browser box of rational rose

class diagram of myuserinterface package

class diagram of mybusiness package

class diagram of mydatacontrol package

in this package a factory method has been used as fellow.


previous | return | next

(c) 2003 ftransform.yeah.net. all rights reserved.