Quantcast
Channel: Eclipse Plugins, Bundles and Products - Eclipse Marketplace | Eclipse Foundation - Explore, share, and collaborate on Eclipse Plugins, Tools, and Extensions. Discover new and popular additions to enhance your Eclipse development experience.
Viewing all articles
Browse latest Browse all 15959

Industrial SQL Connector for Mylyn

$
0
0
Date Created: 
Mon, 2009-10-19 09:48
Date Updated: 
Fri, 2017-06-23 14:10
Industrial TSI, Maarten Meijer

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/


Viewing all articles
Browse latest Browse all 15959

Trending Articles