Ben,

On 30 Jan 2014, at 14:33, b...@openinworld.com wrote:

> I'd like to know what a "bare Zinc delegator" is.

He refers to Zinc-REST, an optional micro framework on top of Zinc HTTP 
Components. This is loadable as group 'REST' from 
ConfigurationOfZincHTTPComponents.

You create subclasses under ZnRestCall, ZnAutoMatchedRestCall or ZnJSONRestCall 
and implement #get, #put, #post and/or #delete methods for each resource 
endpoint.

The framework offers dispatching (routing) and some conversions and 
conveniences, but you can basically do what you want.

Check out the unit tests.

Sven 

Reply via email to