The “Reinventing the Wheel” Anti-Pattern

Site menu:

Topics

Recent Posts

Blog

 

December 2009
M T W T F S S
« Nov   Jan »
 123456
78910111213
14151617181920
21222324252627
28293031  

Past Posts

Links:

Archive for December 10th, 2009

The “Reinventing the Wheel” Anti-Pattern

December 10th, 2009 by Scott Selikoff

As a moderator on the JavaRanch, I often come across posts asking how to reinvent features that are available in most application servers. In JDBC for example, I’ve had people ask how to implement their own database connection pooling and how to create their own JDBC driver. Often times the developer is trying to create [...]