What's an Adapter?

The Adapter is the functional component of the ResMan Architecture. It provide access to specific implementation of ActionTypes for their execution over the adapter's supported Resources. From the ResMan point of view, an Adapter is both the definition and configuration of a plugin that provides the actual implementation of the actions. In this way, the adapter implements all of the actions related to an AdapterType, which is said to be implemented by the Adapter. Examples of Adapters can be plugins for operating on SVN servers, interacting with Google Documents Documents through an API or simple actions as sendingn and email.

How to create a new Adapter?

We provide, as part of the Gelee/ResMan Framework, a library called Interop that help us to develop a new Adapter, following what is described Here

Share your Service!

Following the XML definition provided here, POST your own adapters. All you need to do is to provide a valid URI to locate your adapter.

Adapters already implemented

Google Docs Plugin View Source Code
MediaWiki Plugin View Source Code
Subversion(SVN) Plugin View Source Code

Listings

The following are links to the lists of resources, adapters, action, etc. that will give some insights about how the systems responds to HTTP Calls. For each of these entities, the caller can also specify a single id to get a specific instance from the listings provided by these links.

Brought to you by: