You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi, we are new to Talend and from our reviews it appears that it could be very useful to perform data integration and exchange between M-Files and other systems such as sage, microsoft crm, salesforce etc. M-Files is document management software (such as Alfresco) (www dot m-files dot com) and have a full set up API's to access data inside its database using VB.net. I wish to explore working with someone knowledgeable with Talend to create a component that will extract data from M-Files into a Talend friendly table (e.g. sql). Someone with VB.net expertise and able to create Talend connectors will be ideal. if you are interested to explore it contact me directly on leroux@lamininsolutions.com. regards leroux cilliers (www dot lamininsolutions dot com)
Offline
Hello, Talend uses java so the first step would be to bridge the VB.NET apis to a java library. If this is not possible directly a viable solution might be to create a standalone library in .NET and to use JNI or (better I think) JNA to bridge it to java.
I used JNA in an experimental component and it worked, was not too difficult, while I had a few issues with JNI. My library was created with Lazarus Freepascal, I guess you could do a similar thing with VB.NET (never used it, not planning to
), obviously it would no be cross platform.
Regards,
Francesco
Offline
Thank you for sharing.

Hello,
contact with http://cloudbee.com and you will get help with creating components
Offline
Pages: 1