1 Reply Latest reply on Feb 12, 2004 8:35 AM by marc.fleury

    Local interfaces performance

    ringo

      Hi,

      i'd like to know if invoking a method on an ejb via its local interface performs almost as fast as with plain java objects. Or, does the call spawns so many sub-operations that i should seriously stop abusing of business method calls (just like with remote interfaces) ? Does it make sense to drop the DTO pattern when talking to local ejbs?

      thanks in advance