[Cosmo-dev] split open and melt

Randy Letness randy at osafoundation.org
Thu Oct 11 08:00:53 PDT 2007


Brian Moseley wrote:
> On 10/10/07, Randy Letness <randy at osafoundation.org> wrote:
>   
>> Sounds good.  When you say split the pim and account browser, do you
>> mean making  those separate .war files?
>>     
>
> i'd make the following wars:
>
> - pim and account browser
> - admin
> - dav
> - feed
> - cmp
>   

With  multiple wars, would each war have its own services implementation 
or would it be shared (put in tomcat/common/lib)?  We probably want them 
shared as we don't want multiple Hibernate SessionFactory instances 
running, and multiple caches, which would require a distributed cache.  
We could package cosmo as an ear instead of war, but that would require 
moving to a different appserver.

-Randy


More information about the cosmo-dev mailing list