Am Freitag, den 04.05.2007, 23:54 -0400 schrieb Jim Fulton:
> All of the examples I mentioned can be handled very well with a
> decorator model.
Yup. My experience with using the proxy approach for is good as well (I
worked on the BlobStorage).
I'm kind of leaning towards using a proxy approach
On May 4, 2007, at 3:52 PM, Tino Wildenhain wrote:
Dieter Maurer schrieb:
Jim Fulton wrote at 2007-5-4 14:40 -0400:
On May 4, 2007, at 2:33 PM, Dieter Maurer wrote:
Jim Fulton wrote at 2007-5-2 11:52 -0400:
...
I think I still rather like explicit, but I'm on the fence about
which approach
On May 4, 2007, at 3:14 PM, Dieter Maurer wrote:
Jim Fulton wrote at 2007-5-4 14:40 -0400:
On May 4, 2007, at 2:33 PM, Dieter Maurer wrote:
Jim Fulton wrote at 2007-5-2 11:52 -0400:
...
I think I still rather like explicit, but I'm on the fence about
which approach is best. What do other
Dieter Maurer schrieb:
Jim Fulton wrote at 2007-5-4 14:40 -0400:
On May 4, 2007, at 2:33 PM, Dieter Maurer wrote:
Jim Fulton wrote at 2007-5-2 11:52 -0400:
...
I think I still rather like explicit, but I'm on the fence about
which approach is best. What do other people think?
From your descr
Jim Fulton wrote at 2007-5-4 14:40 -0400:
>
>On May 4, 2007, at 2:33 PM, Dieter Maurer wrote:
>
>> Jim Fulton wrote at 2007-5-2 11:52 -0400:
>>> ...
>>> I think I still rather like explicit, but I'm on the fence about
>>> which approach is best. What do other people think?
>>
>>> From your descrip
On May 4, 2007, at 2:33 PM, Dieter Maurer wrote:
Jim Fulton wrote at 2007-5-2 11:52 -0400:
...
I think I still rather like explicit, but I'm on the fence about
which approach is best. What do other people think?
From your description, I would use a subclassing (and forget about
proxy and
Jim Fulton wrote at 2007-5-2 11:52 -0400:
> ...
>I think I still rather like explicit, but I'm on the fence about
>which approach is best. What do other people think?
>From your description, I would use a subclassing (and forget about
proxy and copying).
--
Dieter
__
I really like the model of providing storage functionality by
combining storage decorators. A decorator is a component that
augments and possibly changes the interfaces provided by a storage.
For example, the BlobStorage adds support for BLOBS to existing
storages, using a wrapped storage t