0
Answered

Can i use Warewolf for non-dotnet stack?

Anonymous 8 years ago updated by anonymous 8 years ago 3

Hi

Can i use Warewolf for non-dotnet stack?

Antoni

Answer

Answer
Answered

Hi,


We currently do not directly support JAVA libraries. You could expose you JAVA methods as webservices and then consume those in Warewolf.


Thanks

Under review

Hi,


Thanks for the question. Not sure on the use case you are trying to achieve so if you can give more detail I will be able to better answer your question. However what I can tell you is that even though Warewolf is built on .Net, the webservices exposed by it can be accessed by any system that can make and process HTTP web requests.


Hope this helps.


Thanks

Hi Genie,

For example I have to use image processing library, written by java without public API. (JAR/WAR archive)

All public API begin and ends in public method crop(Binary data, x, y, z).

And I just want make from this library service and deploy to Warewolf shared.

Can i do it? Or cal i reuse this library in microservice?


Thank you for the answer.

Answer
Answered

Hi,


We currently do not directly support JAVA libraries. You could expose you JAVA methods as webservices and then consume those in Warewolf.


Thanks