Re: Communicating using CORBA

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




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


.



Relevant Pages

  • Re: distributed computing choices
    ... RMI (Java) ... CORBA ... communication models (e.g. remote procedure call/ remote method invocation) and implementations. ...
    (comp.distributed)
  • Slow calling remote java method from c++
    ... I'll try to create a real-time system based on CORBA. ... between them with CORBA and remote calling procedures. ... The second application, in Java, was created using CORBA ... timestamp in first line of remote procedure) ...
    (comp.object.corba)
  • Re: orbixd goes into CPU meltdown
    ... And now I've lost the case for CORBA servers in java. ... And using such as ancient unsupported buggy mix of technologies they ...
    (comp.lang.java.corba)
  • Re: CORBA or some other methodology?
    ... >> I've got a situation in which a java applet has to retrieve ... >> The one thing I know of which does that sort of thing is CORBA. ... > If you go for an applet, you would have to take care that the Java ... it can't communicate with any other server than the server from ...
    (comp.lang.java.programmer)
  • Re: orbixd goes into CPU meltdown
    ... If java is ever reintroduced it will be with JMS ... they stay with CORBA but was overruled. ... I believe in CORBA and IMO there is nothing wrong in using CORBA ... single language for long, if they ever manage to achieve it at all. ...
    (comp.lang.java.corba)