|
From: Thomas B. B. <tb...@sy...> - 2001-04-03 14:49:53
|
Hi. I'm currently experimenting with Jython scripting inside an EJB deployed to Borland AppServer 4.5. The EJB (a stateful session bean) is up and running, e.g. I can issue a simple Jython script from the client and get the script executed on the server. Now, I need to get access to other EJBs from the bean implementing Jython scripting. I know that in the case of beans (not EJBs, but JavaBeans), this is done via registerBean/lookupBean or declareBean, but when it comes to "looking up" an EJB, I'm lacking knowledge. How can this be done? /Thomas |