-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
##License This library is licensed under the Apache License, Version 2.0.