Tomer Filiba

Results 28 issues of Tomer Filiba

not sure if feasible

optional targets

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...

optional features

a srcgen-like tool for c#

planned features
V1.4

a srcgen-like tool for java

planned features
V1.4

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...

planned features
V1.4

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.

V1.2
JAVA

see http://www.boost.org/doc/libs/1_46_0/libs/serialization/doc/codecvt.html

V1.2
CPP