Tomer Filiba
Tomer Filiba
also applies to other libagnos implementations
rewrite unit tests. we need a better, nose-runnable ut.
need to implement the `HttpClientTransport` class for java and C++
for dynamic languages (namely python), it would be easy to write a reflection-based client that dynamically exposes the service. on the server side, it's also possible to do something similar...
add async invocation of functions and methods. once we have that, adding timed invocation is trivial. **note:** the protocol itself (libagnos) already supports this -- it only requires a way...
currently, the reflection-related code (`INFO_FUNCTIONS`, `INFO_REFLECTION`) is very big. need to move it to a properties file / XML file, and load it on demand.
see http://www.boost.org/doc/libs/1_46_0/libs/serialization/doc/codecvt.html