You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2010/08/27 09:11:08 UTC

[Thrift Wiki] Update of "ThriftIDL" by RogerMeier

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.

The "ThriftIDL" page has been changed by RogerMeier.
http://wiki.apache.org/thrift/ThriftIDL?action=diff&rev1=21&rev2=22

--------------------------------------------------

  Here are some examples of Thrift definitions, using the Thrift IDL:
   * [[http://svn.apache.org/repos/asf/incubator/thrift/trunk/test/ThriftTest.thrift | ThriftTest.thrift]] used by the Thrift TestFramework
   * Thrift [[http://svn.apache.org/repos/asf/incubator/thrift/trunk/tutorial/ | tutorial ]]
+  * Facebook's [[http://svn.apache.org/repos/asf/incubator/thrift/trunk/contrib/fb303/if/fb303.thrift | fb303.thrift]]
+  * [[http://cassandra.apache.org/ | Apache Cassandra's]] Thrift IDL: [[http://svn.apache.org/viewvc/cassandra/trunk/interface/cassandra.thrift?view=co | cassandra.thrift]]
+  * [[http://www.evernote.com/about/developer/api/ | Evernote API]]
+ 
  = To Do/Questions =
  Initialization of Base Types for all Languages?
   * Do all Languages initialize them to 0, bool=false and string=""? or null, undefined?