Feasibility to wrap the SDL Translation Memory API 3.0 for use in Java

Dear Colleagues,

could you please give me any hint: An application shall be developed in Java with the usage of the C# libraries of the SDL Translation Memory API 3.0.

Does anybody has experience to get this API successfully wrapped for use in Java? I need to ask the question in advance because of the efforts by giving it a try.

Thank you!
Jörg

Like in this Example: http://www.codeproject.com/Articles/378826/How-to-wrap-a-Csharp-library-for-use-in-Java

Parents Reply
  • Kevin and Romulus, thank you for your kind support!

    I still have a chance. The JNI4NET framework allows to add dependencies in the command to generate Java proxies. I hope SDL is open minded and provides me the information about all dependencies/ GAC conflicts.

    From this state of view the SDK is somehow buggy. I have to deploy in the Studio folder to catch all dependencies by luck or reasoned by the Global Assembly Cache.

    Otherwise I need to switch from Tomcat Servlets to IIS ASP.NET. But I don't need to compile from Java to .NET with IKVM, but good to know!

    I keep you updated! Kind regards from Berlin

    Jörg

Children