CSC/ECE 517 Fall 2007/wiki3 3 as: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
==Examples== | ==Examples== | ||
[http://www.javacoffeebreak.com/books/extracts/javanotesv3/c6/s6.html] This site contains an example using separation of responsibility for a easy GUI application. | [http://www.javacoffeebreak.com/books/extracts/javanotesv3/c6/s6.html Javacoffeebreak.] This site contains an example using separation of responsibility for a easy GUI application. |
Revision as of 17:13, 13 November 2007
Separation of Responsibility
Take the principle of Separation of Responsibility and catalog the information on it available on the Web. Find good descriptions and good, concise, understandable examples. Tell which you consider the best to present to a class.
Examples
Javacoffeebreak. This site contains an example using separation of responsibility for a easy GUI application.