Skip to content
sahan edited this page Jan 20, 2013 · 16 revisions

#ZombieLink

ZombieLink /zŏm'bē'lĭngk/ noun. 1 A lightweight HTTP facade

which simplifies network communication. 2 An endpoint proxy generator for web services.


##About

ZombieLink allows easy integration with remote services by allowing you to replicate an endpoint contract and generate a proxy to access it.

  • Contracts can be very flexible in terms of the resources they access. These could be vary from static html content or an RRS feed, to a RESTful web service endpoint.

* Each endpoint contract is specified on a single interface using annotations to provide the communication metadata. It is then wired into your code via an annotation, where it'll be created, cached and injected at runtime.

##Wiki Coding with ZombieLink is a breeze. It's follows a simple annotation based coding style and adheres to a minimal intrusion policy.

  1. Setup

  2. Quickstart

  3. Defining Endpoint Contracts

  4. Working With Response Parsers

  5. Accessing RESTful Services


##License This library is licensed under the Apache License, Version 2.0.

Clone this wiki locally