Search code examples
javadesign-patternsvisitor-pattern

Can anyone direct me to an excellent article that describe the visitor design pattern


Can anyone direct me to an excellent article that describe the visitor design pattern, provided that the code is written in Java.

Thanks


Solution

  • Google is your friend.

    http://www.javaworld.com/javatips/jw-javatip98.html: And usually JavaWorld has good stuff

    http://en.wikipedia.org/wiki/Visitor_pattern#Java_example: And even the wikipedia entry has a Java example that you're probably looking for.