Entry
IDL: When should I use CORBA?
Oct 23rd, 2003 23:28
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 06 September 2003 - 09:00 pm ------------------
IDL: When should I use CORBA?
---
Here are a few rules of thumb:
---
-When you wish to use services that are running on remote machines
(distributed systems)
---
-When you have a heterogeneous networking environment, containing
systems that are not capable of supporting JVMs because a port is not
yet available
---
-When you want your applications to be accessed by other systems
written in C, C++, Ada, Cobol, and other languages (including Java)
---
---
Internet: see also:
---
IDL: What is CORBA?
http://www.faqts.com/knowledge_base/view.phtml/aid/24119
----------------------------------------------------------------------