Manfred Geiler schrieb:
> On 3/9/06, Werner Punz <[EMAIL PROTECTED]> wrote:
>> Mario Ivankovits schrieb:
>>
>>> And - IMHO the killer, the shared is not interoperable, means it cant
>>> put stuff in the request and use it again if called from another package
>>> as they are different classes - different package names.
>>> See my other thread regarding ExtensionsFilter and Dummyform.
>>>
>> Actually this is a serious showstopper, due to the fact that often some
>> kind of request singleton is absolutely needed.
>
> Why? Do we really need a singleton that is a shared between impl and
> tomahawk. How can we be sure that we do not have a runtime dependency
> between tomahawk and impl then?
>
Actually you have to think out of the box as well...
for instance a singleton between Tomahawk and ADF in the future would
break that way. Even if it is defined in the commons and no other
interference is there!