BindingStatus » History » Version 15

Version 14 (J. Moringen, 06/15/2011 02:24 PM) → Version 15/27 (J. Moringen, 06/17/2011 03:44 PM)

h1. Status of Implementations

h2. Client

|_.Feature/Binding |_.C++ |_.Python |_.Java |_.Common Lisp |
| Listener | ✓ | ✓ | ✓ | ✓ |
| Informer | ✓ | ✓ | ✓ | ✓ |
| Reader | x | x | x | ✓ |
| Configuration | | | | |
| - File | ✓ | ✓ | x | ✓ |
| - Environment | ✓ | ✓ | x | ✓ |
| - Commandline | x | x | x | ✓ |
| - Option Introspection | (✓) | x | x | ✓ |
| URI syntax | x | x | x | ✓ |

h2. Patterns

|_.Feature/Binding |_.C++ |_.Python |_.Java |_.Common Lisp |
| RemoteServer | ✓ | x | x | x |
| Publish/Subscribe | x | x | x | x |

h2. Transport

|_.Feature/Binding |_.C++ |_.Python |_.Java |_.Common Lisp |
| QoS | ✓ | ? | ? | x |
| Spread | | | | |
| - Transport | ✓ | ✓ | ✓ | ✓ |
| - Fragmentation | ✓ | ✓ | ✓ | ✓ |
| XMPP | | | | |
| - Out | x | x | x | ✓ |
| - In-push | x | x | x | x |
| - In-pull | x | x | x | ✓ |
| Inprocess | | | | |
| - Transport | ✓ | x | x | ✓ |

h2. Converters

|_.Converter |_.C++ |_.Python |_.Java |_.Common Lisp |
| ASCII String | ✓ | ✓ | ✓ | ✓ |
| UTF-8 String | ✓ | ✓ | ✓ | ✓ |
| Bytes | x | x | ✓ | ✓ |

h2. Filter

|_.Feature/Binding |_.C++ |_.Python |_.Java |_.Common Lisp |
| Scope | ✓ | ✓ | ✓ | ✓ |
| Regular Express. | x | x | x | ✓ |
| XPath | x | x | ✓ | ✓ |
| - on XML content | x | x | ✓ | ✓ |
| - on PB content | x | x | x | (✓) |
|
Origin | x | x | ✓ | ✓ |
| Method | (✓) | x | x | x |
| WireSchema | x | x | x | x |