Re: Whats a broker?



Rob McDonald schrieb:
I'm looking at a rather substantial chunk of Java left behind by a
co-worker.  The code has nothing to do with CORBA or ORB as far as I can
tell.

He calls a whole bunch of stuff brokers, and I'm not sure what he means by
this.  It seems like an idiom describing how part of the program is
organized, but I'm not familiar with the idiom.  All my web searches turn up
stuff about CORBA.  I'm hoping that understanding the idiom will accelerate
my understanding of the rest of this program.

In real life a broker is a person mediating between 2 clients: one client wanting to buy a thing (for example a house), and another client wanting to sell such a thing.
The only thing I know about CORBA is: "ORB" means "Object Request Broker". Hence my vague guess is, that the ORB mediates between between 2 clients, one client requesting for an object, the other client providing such an object.


--
"Thomas:Fritsch$ops:de".replace(':','.').replace('$','@')

.



Relevant Pages

  • Re: CORBA ORB for C#.NET
    ... You might want to take a look at the mono project (its C#, supports CORBA, ... I`d like to create CORBA server with Borland Delphi ... and few client applications taht comunicate with serwer: ... use VisiBroker ORB, and Java client using ORB from JSDK. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Is there a BEA Tuxedo equivalence in Java?
    ... >> MVC is a pattern used on the client side. ... I think that is what CORBA designed for. ... > You said J2EE is too complex to this application in previous posts. ... Async quaranteed messaging and or distributed objects. ...
    (comp.object)
  • Re: about narrow optimization
    ... Michi Henning wrote: ... >> compiled into the client application, some ORBs first try to down-cast ... then the sending ORB may have ... this can be short-cut on the client side. ...
    (comp.object.corba)
  • Re: Multiple CORBA modules within single process (with omniORB)
    ... having only one ORB instance in a process. ... so the issue of which CORBA products support ... * User code would obtain the ORB instance var from this object. ... MAIN_THREAD_MODEL POA policy. ...
    (comp.object.corba)
  • Re: Multiple XML-RPC calls over the same connection?
    ... > doesn't CORBA have ORB interop concerns rather often? ... VB orb without any problems - and that was 4 years ago. ... mature than SOAP in that respect - and others as well. ... is a royal pain in the neck, so I had to use xmlrpc. ...
    (comp.lang.python)