Hi all,
I've a model2 architecture with JSPs and servlet for the middle layer.
I've a corba server in the EIS tier.

The servlet accesses the Corba server via a IOR file using some
serverside javabeans; due to a server limitation I can only use IOR file to
bind my server reference.

Now I want to move the serverside javabean application logic to a session
EJB.

How can I have a singleton pattern on a session EJB talking to a
corba server via a IOR file ?
I do not want to create a reference for my corba object from the IOR file
each time the session  EJB is loaded ...

what are your suggestions/ideas ?

- PLEASE CC to me also -

TIA
regards,
Mike Johnson


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to