> Another performance question. In order to keep beans independend, all
> our entity beans are packaged into separate deployment units.
> Relationships between entities are implemented using separate beans
> which use client style lookups to get to the beans.
Doing this prevents optimisation because jBoss can't be sure that your beans
are coresident. You would package like this to use multiple servers.
> Is there are
> performance penalty doing this?
Yes.
> Should we for deployment stick all
> beans in one deployment unit.
Yes, for local interbean method calls instead of going through all the ejb
indirections.
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]