We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Apache Etch: Efficient and feature-rich network services

Formal Metadata

Title
Apache Etch: Efficient and feature-rich network services
Title of Series
Number of Parts
64
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
The talk introduces the Etch framework and shows the simple steps which have to be done to enable an application to be used as a network service. It shows the features of Etch, such as fully bidirectional client to server communication, synchronous and asynchronous calls, data modelling, error handling and performance. The talk gives an overview on the Etch architecture and the implementations of different language bindings, such as Java, C#, C and Go. Etch is a cross-platform, language- and transport-independent framework for developing RPC-like network services. It includes a network service description language for service and data modelling, a compiler, and binding libraries for a variety of programming languages. It supports bidirectional one-way and two-way communication as well as blocking and non-blocking service calls, has high performance and scalability and is easy and intuitive to use. Clients and servers can run in a wide range of contexts (such as thin web client, embedded device, PC application, or server).