Slashdot Mirror


.NET or CORBA?

DavidTurner queries: "My company is developing software to integrate various hardware systems and present a unified interface, plus system-level interaction. Essentially, an object hierarchy plus supporting services - clients, servers and drivers. We wish to replace our proprietary protocol with a standardized distributed object system. The choice has boiled down to .NET versus CORBA+GTK. We want interface contracts, OpenGL support, and embeddable forms (widgets). We also want rapid development. Which would you choose? Has anyone actually field-tested the relative merits of the two paths?"

2 of 75 comments (clear)

  1. Re:Python is distributed? by FredNerk · · Score: 5, Informative

    Absolutely - it even has its own official CORBA mapping just like Java or C++. There are a number of free ORBs available like Fnorb and omniORBpy.

  2. Re:Good advice from a well versed programmer. by Schnapple · · Score: 4, Informative

    Colin Fahey has authored a C# OpenGL Wrapper if that helps any...