Re: Ofbiz integrate Python script

2021-01-26 Thread Eugen Stan
Hi, Two other options would be * GraalVM https://www.graalvm.org/docs/getting-started/#run-python and https://www.graalvm.org/reference-manual/polyglot-programming/ * Run your python code as an external HTTP service and call it from OFBiz Please let us know which one you choose and why. Rega

Re: Ofbiz integrate Python script

2021-01-26 Thread James Yong
Hi Nguyen, Any python library you have in mind? For calling python from java, the information from the following link may helps: https://www.baeldung.com/java-working-with-python Regards, James On 2021/01/23 07:41:28, Thanh Nguyen wrote: > Hi everyone, > > How do you think about integrate P