Easy to integrate with other language(s) LIB/APP
Composte Bridges using DLLs, most language can load DLL. On home website provide every language sample(s) for that Composite Bridges supported. Download samples to learn more.
For java, Composte Bridges expose several functions like 'Java_xxx'. Then, Java appliction can easy to interactive Composte Bridges.
Uniform implementation
Composte Bridges unite the classes and objects of more then one languages in a same form. For example, from C++ applicatoin to invoke PHP object, and invoke Javascript Object, and .NET object, ect. the code form are same.
Support PHP and Javascript to develope desktop application
PHP can develope B/S appliction, but develope desktop applicatoin is defficult. Using Composte Bridges to do these should be easy. Because Composte Bridges allow PHP script invoke VCL, .NET , ect to build UI and holds the events. Even, Javascript and PHP can call any Window API and DLLs functions like them. The Dangerous Browser as a big sample to explain these properties.
Esay to marshal to UI thread
We known that, UI components must be operate in main thread. Composte Bridges actual support this puzzle. Composte Bridges object in C++, they have a flag to describe the object is thread safe. If this flag appoint to not thread safe, then it work in main thread automatic by Composte Bridges core. The VCL, Windows API are not thread safe. They work in main thread even they invoke by other thread.
