
The Industrial SQL Connector for Mylyn allows you to connect Mylyn to any SQL database based issue or task management system that can be accessed by a JDBC driver. You can connect any kind of database content to Mylyn by just writing a set of queries using ibatis SQLMaps, or Eclipselink JPA. Or you can connect by just overrding some methods in a Persistor class. You define capabilities of your connector using a set of extension points in a fragment. It allows you to get a connector by only writing the specifics, the rest of the UI code is already done for you. CODERS NOTE: Recent changes in Mylyn have caused an incompatible break. For versions of Mylyn before 3.8.0 you should use 0.9.8 available as a tagged version in svn: http://svn.codespot.com/a/eclipselabs.org/industrial-mylyn/tags/mylyn-3.7.0 For versions of Mylyn of 3.8.0 and later you should use 0.9.9 available as a tagged version in svn: http://svn.codespot.com/a/eclipselabs.org/industrial-mylyn/tags/mylyn-3.8.0 For versions of Mylyn of 3.9.0 and later you should use 0.9.10 available in trunk in svn: http://svn.codespot.com/a/eclipselabs.org/industrial-mylyn/trunk Demo's included are:
- A connection to a local Derby instance using Ibatis SQLMaps
- A connection to a local Derby instance using JPA
- A connection to a simple in memory bases store
Connecting to Eventum and others is explained in some posts at http://www.eclipsophy.com/ Development is sponsored by Industrial TSI. http://www.industrial-tsi.com/