Re: Generated code for csharp thrift interface for Cassandra

2010-03-25 Thread Raymond Wilson
generated code). - Original Message - From: Jonathan Ellis To: user@cassandra.apache.org Sent: Thu Mar 25 16:47:21 2010 Subject: Re: Generated code for csharp thrift interface for Cassandra You really want to write a Thrift Delphi generator, rather than porting the generated cod

Re: Generated code for csharp thrift interface for Cassandra

2010-03-24 Thread Jonathan Ellis
You really want to write a Thrift Delphi generator, rather than porting the generated code directly. The generated Java code for Cassandra is almost 3 loc. The java Thrift generator is 3700. (The csharp generator is 1700, probably mostly due to not having to deal with checked exceptions, and

Generated code for csharp thrift interface for Cassandra

2010-03-24 Thread Raymond Wilson
I am looking implementing support for talking to Cassandra from within a piece of software written in Delphi . For reference purposes, the generated csharp code for the Cassandra Thrift API would be very useful. Does anyone on the list have this generated code they could send my way? Th