0 Replies Latest reply on Nov 17, 2005 7:57 AM by pablojavierpy

    Internal Session Bean usage

    pablojavierpy

      Hi all!

      Please consider the following scenario:

      Two Session Beans running on the same application:
      a) Session Bean A: SBA
      b) Session Bean B: SBB

      I need to use a SBB method inside SBA. Which is the best way to do this? Call directly SBB method in SBA? Or use SBB Local Interface to do so? What are the implicances?

      If someone can provide an URL where I can read more 'bout this issue, that'd be great.

      Thanks a lot in advance.