Hi, We are considering integrating PyDispatcher<http://pydispatcher.sourceforge.net/> with our pyjs application, to keep the components (forms, tables, ...) loosely coupled. The goal is that the different components can trigger events in all other components which are interested. For example, a JSONRPC request to the server can return data which must be displayed by different components in different ways (a table will add a row to display it, a VerticalLayout will update some of the internal components with the data received, ...)
Several questions arise when considering this route: - Has somebody experience with that? - Are there any alternatives to achieve the same goal, maybe pyjs native? - Are there any up-front incompatibilities between pyjs and PyDispatcher? PyDispatcher is pure python, but maybe the architecture makes it incompatible with pyjs. We are of course willing to report (and contribute if desired) any progress that we may have by doing this integration, but before even starting with it I would like to know what are your thoughts on this. Thanks, Daniel