Friday, March 20, 2009
Sunday, March 8, 2009
Common Object Request Broker Architecture
This is about the CORBA, which is used to use communicate with feeder and contentdistributor.
So I need to find out what are the reason for it.
Corba Location (CorbaLoc) refers to a stringified object reference for a CORBA object that looks similar to a URL.
eg:
corbaloc::160.45.110.41:38693/StandardNS/NameServer-POA/_root
So this is the END.
So I need to find out what are the reason for it.
- enables software components written in multiple computer languages and running on multiple computers to work together.
- CORBA uses an interface definition language (IDL) to specify the interfaces that objects will present to the outside world.
- CORBA then specifies a “mapping” from IDL to a specific implementation language like C++ or Java. Standard mappings exist for Ada, C, C++, Lisp, Ruby, Smalltalk, Java, COBOL, PL/I and Python.
Benefits :
- Language Independence
- OS Independence
- Freedom from Technologies
- Freedom From Data Transfer Details
Corba Location (CorbaLoc)
Corba Location (CorbaLoc) refers to a stringified object reference for a CORBA object that looks similar to a URL.
eg:
corbaloc::160.45.110.41:38693/StandardNS/NameServer-POA/_root
So this is the END.
Subscribe to:
Posts (Atom)