This pattern
Factory Method is a common pattern. Documentation about this pattern can be found at
J2EE Core Pattern.
My implementation uses the
Factory Method, but does not use the
Abstract Factory Method.
See the implementation if the
DAOFactory. for more details.
The source can be view here:
com.mlw.util.factory.Factory
(download)
.