Re: Communicating using CORBA
- From: "Scott Roberts" <scott.roberts@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Oct 2005 11:16:18 -0500
"WAkthar" <wakthar@xxxxxxxxxxx> wrote in message
news:%23YnCzv$zFHA.3336@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I need to understand and implement a simple client application which will
> connect to a remote computer and call methods on this remote machine.
> The remote machine has some enterprise java beans which allow the update
of
> a database.
> To be able to call these functions I've been told to use CORBA.
> I have very little knowledge of CORBA but would like find out as much as
> possible how I can communicate using CORBA and C# to Java.
>
> Thanks for any help!!
>
> Cheers
Let me preface this post by saying that my exposure to EJB was a 2 day
seminar and some example projects with JBuilder 4. So not much!
As others have mentioned, CORBA can be quite complex. Even if you get the
CORBA part figured out, it's not the "easy" way to access EJBs on the
server. Depending on the scope of your project, I would investigate writing
some "middleware" in Java to bridge the gap between your C# app and the
EJBs. The Java "middleware" can easily talk to the EJBs then you can use
whatever method you choose (i.e. NOT CORBA) to communicate between your C#
app and the Java "middleware". You might choose web services or simple
TCP/IP pipes, whatever you are comfortable with.
So, you would have the following:
C# app -> TCP/IP -> Java Middleware -> EJB on Server
Just an idea.
.
- Follow-Ups:
- Re: Communicating using CORBA
- From: j-integra_support
- Re: Communicating using CORBA
- Prev by Date: Re: Communicating using CORBA
- Next by Date: hebrew monthcalendar control
- Previous by thread: Re: Communicating using CORBA
- Next by thread: Re: Communicating using CORBA
- Index(es):
Relevant Pages
|