COM/OLE: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „You can use one of two strategies to interface to COM objects: * use the builtin COM interface (an extra plugin is required) * use a Java or DOTNET bridge to l…“) |
Sv (Diskussion | Beiträge) (Weiterleitung nach COM/OLE/en erstellt) |
||
Zeile 1: | Zeile 1: | ||
#redirect [[ COM/OLE/en ]] |
|||
You can use one of two strategies to interface to COM objects: |
|||
[[Category: Incomplete]] |
|||
* use the builtin COM interface (an extra plugin is required) |
|||
[[Category: Empty]] |
|||
* use a Java or DOTNET bridge to let Java / DOTNET talk to the service. |
|||
The first option is faster, as it avoids the additional inter-process-communication. |
|||
However, the current internal COM framework only supports call-out, but no call-in. |
|||
This means that call backs or COM servers cannot be implemented (currently) with the builtin COM framework. |
Aktuelle Version vom 8. Dezember 2015, 17:19 Uhr
Weiterleitung nach: