Explore >> Select a destination


You are here

jsloop.net
| | jamesward.com
1.1 parsecs away

Travel
| |
| | sookocheff.com
1.1 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.
| | initialcommit.com
0.7 parsecs away

Travel
| | Since Java 5, JAX-RS specification has been announced in order to support building REST web services according to the REST architectural pattern.
| | blog.scottlogic.com
4.4 parsecs away

Travel
| In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project.