<vendor>
In Sybase EAServer this is very simple. For every EJB you import into
EAServer we generate IDL. We can then generate stubs for this EJB in C++,
COM, Java CORBA, JavaEJB or PowerBuilder. To call an EJB via CORBA just
generate either C++ or Java CORBA stubs from either the command line or
console, compile them and your off. You can then use CORBA::CosNaming or a
proprietary API.
Conversely you can write a C++ CORBA object and have it look like an EJB.
We provide an IDL interface that mimics the EJB callback API's. For
instance, you could bwrite an EntityBean with BMP or CMP in C++. Generate
EJB stubs for it, and viola, the client think they are calling a real
EntityBean.
</vendor>
Dave Wolf
Internet Applications Division
----- Original Message -----
From: "Vano Beridze" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 22, 2000 10:31 AM
Subject: Accessing EJB-s from Corba client
> Hi all
>
> I want to write a sample application of accessing ejb from a Corba client
>
> I deployed a Hello session bean (Stateless one with on function "String
> sayHello()") to J2EE-RI Server.
>
> I need to know how to write a corba client (I have some background in
Corba)
> Any kind of source code or links to the appropriate information will be
very
> helpful
>
> Thanks
>
> Vano
>
>
===========================================================================
> 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".