Just as I was writing the previous post, I thought, It would be actually nice to give a direct link to the J2EE design patterns page from sun (oracle). so here is the link http://java.sun.com/blueprints/corej2eepatterns/Patterns/ I think that J2EE design patters are generally clearer to relate to than GoF design patters due to theContinue reading “J2EE Design Patterns”
Category Archives: Software
GoF Design Patterns From Java APIs
Question: How many GoF design patterns can you enumerate? and how many of them can you give examples for, from the standard Java APIs? Blank? stuttering? unready?, well don’t be.. here’s a decent list: http://stackoverflow.com/questions/1673841/examples-of-gof-design-patterns Frankly, I think this approach is really nice if you’re good at Java but not very much so in designContinue reading “GoF Design Patterns From Java APIs”