0 Replies Latest reply on Nov 16, 2005 3:26 PM by pablojavierpy

    Newbie Session Bean Question

    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.