--- "Hansen, Erik" <[EMAIL PROTECTED]> wrote:
> I want to create session EJBs at runtime without
> knowing what type of
> session EJB they are at design/compile time.
> Basically, the JSPs hand
> a key in with a form that the action forwards to a
> factory class, which
> in turn creates the sp
Hi. I have a project with about 30 or so session EJBs used as session
facades for my EJBs, I am trying to convert an application from the
servlet model to MVC with struts and one of the things I want to do is
make the actions as generic as possible.
Fortunately, the session facades are all cr