|
Disclaimer:
These pages about different languages / apis / best practices were mostly jotted down quckily and rarely corrected afterwards. The languages / apis / best practices may have changed over time (e.g. the facebook api being a prime example), so what was documented as a good way to do something at the time might be outdated when you read it (some pages here are over 15 years old). Just as a reminder. Summary of CORBA Design PatternsNotes about Corba Design Patterns
CORBA Design Patterns by Thomas J. Mowbray, Raphael C. Malveau I usually scribble down some notes while I read books like this, will add them here, hopefully doing some comments about the patterns further ahead:
CORBA is a standard for distributed computing. Corba simplifies heterogeneous distributed computing, in a network there can be many types of computers and software packages. Corba Interface Definition Language (IDL) is an standard for creating software interfaces. IDL is language- and platform-independet.
More programming related pages |
|