| Author |
java design pattern
|
nitinram agarwal
Ranch Hand
Joined: Jan 29, 2009
Posts: 77
|
|
|
I would like to go through design pattern article citing practical example. however the articles that I have come across mostly use Swing. I would like to have article without using Swing.if I can be referred some useful links, it will be helpful
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
|
Design pattern is about flow of your (logic)entire project, not about swing . There are many design pattern .which are the design patterns you want to learn?
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
Look for the Design Patterns book from the Gang of Four (Gamma et all).
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
Design patterns are not specific to a language; they are part of the programming paradigm. Look for books eg Gang of Four (Gamma Helm Johnson and Vlissides), Shalloway and Trott, and also look for "anti-pattern" books. You may be able to find pattern tutorials on the web.
Remember: a pattern is a combination of software which has been found, by experience, to work well, and an anti-pattern is something which doesn't work well.
|
 |
 |
|
|
subject: java design pattern
|
|
|