Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Mention the C# and Python connectors and fix the link to the related code

...

Building Plugins with the Connector Framework

At the time of writing (Feb Apr 2010) there is a partial implementation of a Java and a PHP , PHP, C# and Python connector framework see http://svn.apache.org/repos/asf/incubator/wookie/trunk/src/org/apache/wookie/connector/framework/Image Modified

In order to build a plugin for a Java application you simple need to implement IWookieConnectorService by extending and implementing AbstractWookieConnectorService.

...