The way I have done over here at Fujitsu was
to implement an Corba to EJB adaptor. That is
a middle layer that takes Corba calls, and delegates
to respective EJB session beans.
Our Corba IDL interface is a meta-data driven
interface. That is, we use tags/value pairs to
indicate the session bean to be called, the method
on the session bean, and arguments. Really cool
stuff, as we no longer have to change IDL when
there is a change in a session bean interface, or
even Corba client interface. The interface is
data driven, just like XML.
Rubens.
John Kidd writes:
> Hello!
>
> Does anyone have example IDL code for a CORBA client interfacing with EJB?
>
>
> We want to implement our solution with EJB but use CORBA for communication because
>we will have different language
> clients.
>
> Any help will be greatly appreciated....
>
> Thank You!
>
> -John
>
> ===========================================================================
> 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".
>
>
===========================================================================
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".