1 Reply Latest reply on Jul 14, 2004 4:29 PM by tomerbd

    Aggregate Entity pattern and local home interface...

      Hi

      Is the aggregate entity pattern still important now that we have (2.0) the local home interface in a perforamance prespective?

      One of the motives for the aggregate entity as i read in SUN site is :

      there are inter-entity bean relationships. Because entity beans are distributed in nature, even if one entity bean invokes a method on another entity bean, the call is potentially treated as a remote call by the container even if both the entity beans are in the same container or JVM


      is it true for 2.0 when using local home? or is it old and not correct for tday?