|
|
|
|
|
by huherto
4601 days ago
|
|
I am currently experimenting with Spring JavaBased config (As opposed to XML based) It seems to me that a lot of those factories are created to be able add complex behavior in the XML configuration. I almost want to say that it is XML injection what is causing such complexity. |
|
To see this in action, try googling "factory pattern in Python". You will find hardly any results.