Avalon Framework - Guide - What are Design Patterns?

Getting Started with Patterns

I highly recommend reading the "Java Design Patterns 101" tutorial, and its follow-up "Java Design Patterns 201" , if you are unfamiliar with the concept of design patterns (and see below for more information). Note that you have to register at the IBM DeveloperWorks site in order to read these, but that's a good idea anyway.

Where to Learn more

You can find more information about patterns from the following links:

  1. Brian Foote's Pattern documents
  2. "Java Design Patterns 101" at DeveloperWorks
  3. "Java Design Patterns 201" at DeveloperWorks
  4. "Java Design Patterns: Elements of Reusable Object-Oriented Software" by the GoF (printed book)
by Berin Loritsch, Leo Simons