Login  Register

Re: Choosing between Java and Groovy

Posted by Danny Trunk on Apr 16, 2021; 1:47pm
URL: http://ofbiz.116.s1.nabble.com/Choosing-between-Java-and-Groovy-tp4767998p4768003.html

Hi,

you can define the engine of your service in the engine attribute or your service definition: https://cwiki.apache.org/confluence/display/OFBIZ/Service+Engine+Guide#ServiceEngineGuide-ServiceDefinitionserviceDefinition

You can choose between engine definitions configured in your serviceengine.xml: https://cwiki.apache.org/confluence/display/OFBIZ/Service+Engine+Configuration+Guide#ServiceEngineConfigurationGuide-EngineDefinitions

Danny

> Tomek <[hidden email]> hat am 16.04.2021 14:48 geschrieben:
>
>  
> Hi,
>
> I'am browsing the code of OFBiz and I see that the services are written
> in multiple languages like Java or Groovy and even XML. Are there some
> rules that help me to choose between Java and Groovy?
>
> Tomek