Integrating Pentaho/Talend/etc. with an OR Mapper

Posted by DaDaDom on Stack Overflow See other posts from Stack Overflow or by DaDaDom
Published on 2010-04-27T14:35:37Z Indexed on 2010/04/27 14:43 UTC
Read the original article Hit count: 347

We have an application (Java) with an own OR mapper. Within this system we have what can be compared to Hibernate's interceptors (we call it triggers): Do specific actions just before saving data in the database, after it's deleted and so on. The underlying database is MySQL.

Now we would like to use tools such as Pentaho Data Integration or Talend to convert data to put it into our system. It's no problem to do that directly on the SQL level, but by doing so we loose the built-in power of our triggers.

Is there a way to somehow integrate any of the Data Integration solutions into our existing application? It would be great if there was a way to write into instances of our classes instead of writing into the database directly.

Any hints welcome :-)

© Stack Overflow or respective owner

Related posts about pentaho

Related posts about talend