RE: Opinions: fine or coarse grained actions

2003-02-07 Thread Assenza, Chris
37 PM To: 'Struts Users Mailing List' Subject: RE: Opinions: fine or coarse grained actions Is that in "Refactoring: Improving the Design of Existing Code" or his co-authored book on design patterns? Mark -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]

RE: Opinions: fine or coarse grained actions

2003-02-07 Thread Mark Galbreath
Is that in "Refactoring: Improving the Design of Existing Code" or his co-authored book on design patterns? Mark -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 3:12 PM Personally, I liken the fine-grained Actions to what Fowler [1] calls

RE: Opinions: fine or coarse grained actions

2003-02-07 Thread Ted Husted
Fine-grained actions is one pattern. Coarse-grained actions is another. Sometimes the circumstances call for one, sometimes the other. Just as sometimes you need a singleton, and other times you need a factory. The beauty of Struts is that it lets you pick and choose which pattern to use when.