Explore >> Select a destination


You are here

golb.hplar.ch
| | jamesward.com
4.0 parsecs away

Travel
| |
| | sookocheff.com
3.0 parsecs away

Travel
| | So you want to use Thrift? You've come here because you want to use Apache Thrift and you don't know where to start. Good. You're in the right spot. Throughout this document we will develop a simple service that communicates using Thrift. This will introduce you to the workflow for generating client and server code using Thrift and how to Thrift works to separate your application's business logic from it's transport methods.
| | www.vogella.de
2.4 parsecs away

Travel
| |
| | andreabergia.com
11.0 parsecs away

Travel
| Git has an excellent tool designed to help you reorder the commit history: interactive rebase. This can be excellent if you want to keep the history clean, so that it helps other programmers understand the logic behind the changes rather than the actual sequence of commits. Lets walk through an example. Lets write some history Lets start by creating an empty project in a new directory: $ git init .