Here are some links to get you started about this pattern:
http://en.wikipedia.org/wiki/Abstract_factory_pattern http://www.developer.com/java/other/article.php/626001 Regards, Benj On Nov 23, 8:31 pm, jack me <[email protected]> wrote: > Hi, > > I have to create a website, but according to some standards. > > - it should be compatible with any database with minimal changes, I googled > and found that i need to implement abstract factory pattern. I have not used > that. > > tell me Am I on right way ? > > any link Where I can found some information about this ..? > > regards,
