hello,

i am trying to use actionscript 3.0 thrift client with java server.

on java part, i used tutorial example with TServerSocket as transport and
TSimpleServer as server (i am newbee, so this information might be useless
or incomplete...)
on as3 part i found relevant TBinaryProtocol for protocol, and only, but
not so relevent, TFullDuplexHttpClient for transport.

Consequently i had problems with writing/reading binary data (transport
problems, as i understand), for client is Http, but server is raw binary.

so, i have 3 questions:

1. what i did wrong, and how i can use existing classes to make java work
with as3 ?

2. i removed http-related parts from TFullDuplexHttpClient class in as3,
and it now works fine with java TSimpleServer. can i contribute this class ?

3. how can i contribute to thrift website ? i would like to add description
to tutorials about my experience, but i cannot find the way to do this :(

thank you

Reply via email to