Meetings2011-05-19 » History » Version 3

S. Wrede, 05/19/2011 02:41 PM

1 1 S. Wrede
h1. Meeting 19.05.2011
2 1 S. Wrede
3 1 S. Wrede
h2. Topics
4 1 S. Wrede
5 1 S. Wrede
* [[CodingGuidelines]] - Do we need error handlers or always use the event for signalling in the same stream?
6 3 S. Wrede
** We consider events that can not be deserialized as errors if they show up in the converters.
7 3 S. Wrede
** To prevent that on generic message channels, respective type filters need to be instantiated in participants filter lists.
8 3 S. Wrede
** Clients are informed about errors through a simple callback / error handler.
9 3 S. Wrede
** Distinguish between Converter Failed and Converter Missing
10 3 S. Wrede
** Add Null-Converter to deserialize nothing, e.g., for logging and replay
11 1 S. Wrede
* Readers and multiple connectors: we need some threading of there is more than one InConnector
12 1 S. Wrede
* [[PluginConcept]]
13 1 S. Wrede
* Data types:
14 1 S. Wrede
** Composites? (dbus)
15 1 S. Wrede
** Converter mechanism
16 1 S. Wrede
* CommonLisp Bindings / Implementation
17 1 S. Wrede
* Introspection Mock-Up
18 2 S. Wrede
* Logging / Replay Activities