Java Design Patterns Examples

Possible Duplicate:
Examples of GoF Design Patterns

for some university work I'm working on a new way (using AO) to implement design patterns.

So now basically need to find some "real-life" examples of usage of design patterns (namely adapter, proxy, singleton, factory and observer) inside Java applications so to isolate the very part of the code in which the certain DP is being used so to try and implement that part differently. Any (not-so-big) java application, piece of java framework/library , github/googlecode project whatsoever will be much appreciated.


Take a look at the Spring Framework. It uses a number of different design patterns.

链接地址: http://www.djcxy.com/p/50228.html

上一篇: MongoDB与Cassandra

下一篇: Java设计模式示例