3 Replies Latest reply on Nov 4, 2003 10:02 AM by jonlee

    how to call a session bean 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 biz bean in dispatcher bean.now how can i call the biz bean by this string name. thanks a lot.