Re: Only Serialization and HTTP

2011-08-22 Thread Ryan King
I've never used it, but TServlet seems to be what you want: http://svn.apache.org/viewvc/thrift/trunk/lib/java/src/org/apache/thrift/server/TServlet.java?revision=1028168&view=markup -ryan On Mon, Aug 22, 2011 at 3:09 AM, wrote: > Hi > > > > I want to use only Thrift's serialization part and I

Only Serialization and HTTP

2011-08-22 Thread Prabakaran.Natarajan
Hi I want to use only Thrift's serialization part and I don't want to use Thrift Server. I want to send the serialized data over HTTP (by deploying the service in tomcat). Is this possible and is there is any documentation or tools related to this? Thanks and Regards Prabakaran.N Archit