Is the factory pattern suitable for making more than one object? -



Is the factory pattern suitable for making more than one object? -

i have create lot of objects relate each (i.e. 1 passed in parameter of constructor other) work.

usually mill type patterns seem suitable making 1 object. several. thinking of doing fluent interface , properties on class final objects, or utilize specification design pattern. there other improve way?

thanks

it sounds want builder pattern

sorry, link had dead image, this one may help also

design-patterns

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -