HPE Morpheus Enterprise
1833053 Members
2433 Online
110049 Solutions
New Discussion

Using Java for plugin development

 
SOLVED
Go to solution
umeshverma
Occasional Advisor

Using Java for plugin development

Hi Morpheus Team, I am working on plugin development and found most of the sample plugin using groovy. Are there any drawbacks using JAVA for plugin development instead of using Groovy?
Can anyone share me their thoughts about using JAVA instead of using Groovy?

Thanks,
Umesh

2 REPLIES 2
Not applicable
Solution

Re: Using Java for plugin development

Hi Umesh,
Our preferred plugin language is Groovy. There are no issues with using java for a plugin. Most of our examples can be converted to Java with a few tweaks and some formatting. Groovy simply provides some convenience and the resulting code will be more concise.

umeshverma
Occasional Advisor

Re: Using Java for plugin development

Thanks @ddeyoung for your information.