Vano,

Here are a couple pointers:

* The first shows how to access EJBs using an IDL-based wrapper, to allow
ORBs which don't support Objects-by-Value to access EJBs:

        news://newsgroups.inprise.com/3873B62A.F0BD98F6%40inprise.com

* The second shows how to access EJBs from an Object-by-Value capable
C++ ORB (VisiBroker for C++ 4 in this example):

        news://newsgroups.inprise.com/38EA56CC.D4A3CCE6%40inprise.com

Unfortunately neither of these shows integration with Sun's RI, but since
that AppServer provides full RMI-over-IIOP support (including Objects-by-Value,
which is needed for interoperability) the basic issues should be the
same.

Also, I encourage you to look at our next release, when this becomes
available, which adds some powerful new features for integrating CORBA-
and EJB-based servers.

As an aside, these CORBA/EJB integration features are what I am currently
working on as my "real" job.  If anyone has thoughts about this topic, I
encourage them to post to our news group:

        news://newsgroups.inprise.com/inprise.public.appserver

or provide thoughts and ideas directly to me.

-jkw

Vano Beridze wrote:
>
> 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".

Reply via email to