Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-integrators] Developing Mylyn connector

You should be able to write your own client that extends Abstract[your repository]Client that accesses your task information however you like. I’m writing a client now that gets its information via JDBC. Hypothetically, if Trac had a database interface, you’d write a new client named TracDatabaseClient and implement getIncident(int id) using database calls instead of XML-RPC.

 

From: mylyn-integrators-bounces@xxxxxxxxxxx [mailto:mylyn-integrators-bounces@xxxxxxxxxxx] On Behalf Of Harsh Gehlot
Sent: Wednesday, May 07, 2008 1:26 PM
To: mylyn-integrators@xxxxxxxxxxx
Subject: [mylyn-integrators] Developing Mylyn connector

 

Trac, Bugzilla and Jira connectors that comes bundled with Mylyn uses XML-RPC / SOAP for communicating with

repository, are there any examples of connectors that interact with non web-based repository.

Or is there any other way for connector to get the task information apart from RPC and SOAP...


Back to the top