Questions tagged as 'factory'

2
answers

What's the difference between Simple Factory, Factory Method, Abstract Factory?

What are the main differences between these design patterns? In which situation can one pattern be better than the other?     
asked by 08.10.2016 / 05:33
1
answer

How to implement Factory default design in VBA?

I would like some methodology or example to try to simulate the application of the Factory project pattern in VBA.     
asked by 20.06.2018 / 17:49
1
answer

Hibernate - Dynamic Instantiation using factory

I know that using Hibernate Dynamic Instantiation I can instantiate an object according to a constructor. The Problem: I need to optimize the system as much as I can, and I'm done creating 5+ constructors in the same class. I want to know...
asked by 28.03.2016 / 16:12
0
answers

Creating Your Own Provider Mixer and Django

I have seen that in the mixer there are several ready-made providers link link But there is no provider for 'products'. I wanted to create a provider for 'products', hence I saw in How to create a Provider link you can creat...
asked by 20.10.2015 / 20:43
1
answer

Doubts Abstract Factory

I have this exercise to do but I am not able to do the implementation Using the Abstract Factory Pattern, deploy java Process Manager and Memory Manager products to Linux, Mac, and Windows operating systems So far I've just been able to do...
asked by 09.11.2017 / 18:20