Design Patterns

TwitterFacebook
Get flash to fully experience Pearltrees

Java Design Patterns

http://www.javaworld.com/columns/jw-java-design-patterns-index.html Adopt Adapter Software usually consists of a mixture of in-house and purchased software that must work together to produce a seamless user interface. But disparate software packages are not aware of each other's object models, so they can't work together—without adapters. Adapters let objects from unrelated software packages collaborate by adapting one interface to another. Learn how the Adapter design pattern can save you a lot of time and effort by combining disparate software systems. David Geary , September 2003
Articles Index Contents - What Is Model-View-Controller (MVC)? - Interaction Between MVC Components - Modifying the MVC Design - Using the Modified MVC - Issues With Application Design - Common Swing Component Listeners - Conclusion - For More Information http://www.oracle.com/technetwork/articles/javase/mvc-136693.html

Java SE Application Design With MVC