1 Reply Latest reply on Nov 3, 2003 8:12 AM by darranl

    how to call a session beab by name.

    julian_hu

      i have some session beans. in these beans i encapsulated some biz logic. i use another session bean work as a biz dispatcher. i store some methods and beans mapping in a xml file. now i can get the Home name (String) of the beans with biz bean in dispatcher bean.now how can i call the biz bean by this string name. thanks a lot.