Very cool Rubens, that has a lot in common with the ODBC driver I am
writing, where all ODBC calls are delegated via JNI to respective entity
beans on WebLogic.

David






Rubens Gomes <[EMAIL PROTECTED]> on 06/08/99 10:13:37 AM

Please respond to A mailing list for Enterprise JavaBeans development
      <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:    (bcc: David Rauschenbach/ZLAND)

Subject:  CORBA-EJB




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".

===========================================================================
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