You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by Florent Guillaume <fg...@nuxeo.com> on 2010/09/01 14:24:48 UTC

AbstractServiceFactory -> CmisServiceFactory

Hi,

Several classes depend on and cast toward AbstractServiceFactory.
For instance:
  - CmisAtomPubServlet
  - CmisRepositoryContextListener

Anyone against replacing these dependencies with the base interface,
CmisServiceFactory? It's just cleanup but, well, it's cleaner :)

Florent

-- 
Florent Guillaume, Director of R&D, Nuxeo
Open Source, Java EE based, Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87

Re: AbstractServiceFactory -> CmisServiceFactory

Posted by Florent Guillaume <fg...@nuxeo.com>.
Done. https://issues.apache.org/jira/browse/CMIS-248


On Wed, Sep 1, 2010 at 3:52 PM, Florian Müller
<fl...@alfresco.com> wrote:
> Hi Florent,
>
> There is no good reason to cast to AbstractServiceFactory.
> We should clean that up.
>
>
> - Florian
>
>
>
> On 01/09/2010 13:24, Florent Guillaume wrote:
>>
>> Hi,
>>
>> Several classes depend on and cast toward AbstractServiceFactory.
>> For instance:
>>   - CmisAtomPubServlet
>>   - CmisRepositoryContextListener
>>
>> Anyone against replacing these dependencies with the base interface,
>> CmisServiceFactory? It's just cleanup but, well, it's cleaner :)
>>
>> Florent
>>
>
>



-- 
Florent Guillaume, Director of R&D, Nuxeo
Open Source, Java EE based, Enterprise Content Management (ECM)
http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87

Re: AbstractServiceFactory -> CmisServiceFactory

Posted by Florian Müller <fl...@alfresco.com>.
Hi Florent,

There is no good reason to cast to AbstractServiceFactory.
We should clean that up.


- Florian



On 01/09/2010 13:24, Florent Guillaume wrote:
> Hi,
>
> Several classes depend on and cast toward AbstractServiceFactory.
> For instance:
>    - CmisAtomPubServlet
>    - CmisRepositoryContextListener
>
> Anyone against replacing these dependencies with the base interface,
> CmisServiceFactory? It's just cleanup but, well, it's cleaner :)
>
> Florent
>