Hi there, I am building a Struts based application with EJB model. I want to know the strategy of find and call the EJBs in model layer. My model layer is implemented by a stateless or stateful session bean that accesses to entity beans. and there is a service locator object to find the session beans. My questions are where to put the code to use the service loactor to find the session beans? is it in the Struts Action classes or another delegate class? Thanks.
Tim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]