Re: [Xdoclet-user] Extending utilobjects and using reflection

2004-07-06 Thread Konstantin Priblouda
--- "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

[Xdoclet-user] Extending utilobjects and using reflection

2004-07-06 Thread Hansen, Erik
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