Hi Dimat
Thank you for your interest in contributing back to Apache Thrift. Details
on submitting patches are available here [1]. The website source is
available here [2] and tutorial code is pulled from our source repo
/tutorials/* files. If you have any questions please let me know

-Jake


[1]: http://thrift.apache.org/docs/HowToContribute/
[2]: http://svn.apache.org/repos/asf/thrift/site/



On Wed, Mar 5, 2014 at 3:25 PM, Dimat Levchenko <[email protected]> wrote:

> 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