What's Composite Bridges

Composite Briges are total concept of communicate between .NET, Java, C++, PHP. They support application(s) cooperate using these four languages.
How Composite Bridges works ?

For example, a PHP program invoke an object defined using C# or another language, then php5ts.dll executes the PHP script through a PHP extension php_dsRE.dll. php_dsRE.dll invoke method(s) of dsRE.dll. dsRE.dll is the core Composite Brieges. The PHP extension php_dsRE.dll call dsRE.dll to translate the invoking into Composite Brieges Specification(CBS) and CB call method(s) of C# object and it's member function(s). Get this example source: Get Source
