--- "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 specific type of session EJB and
> hands it back to 
> the action as some generic interface that all of the
> session EJBs 
> implement.

well, you could automatically create factory which
will lookup proper home / util object by whatever key
you like and call ejbCreate().

this will require writing custom template
( or altering existing one )

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to