Factory Pattern Usage
---------------------
Key: DROIDS-108
URL: https://issues.apache.org/jira/browse/DROIDS-108
Project: Droids
Issue Type: Improvement
Components: core
Reporter: Bertil Chapuis
Droids use the factory pattern for filters, parsers, protocols, etc. Since all
these objects are then used by the worker, it may make sense to replace the
method Droid.newWorker() and all the current factories by a single
WorkerFactory that creates a worker and set all its components (protocol,
parser, filter, etc.).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.