Re: Integrating Groovy with a Java EE application and Maven

2016-06-19 Thread Keegan Witt
I put this page together to try to explain the pros and cons of different tools: https://github.com/groovy/GMavenPlus/wiki/Choosing-Your-Build-Tool -Keegan On Sun, Jun 19, 2016 at 8:09 AM, Jochen Theodorou wrote: > On 18.06.2016 20:12, Mr Andersson wrote: > >> I was able to get it to work, both

Groovy hot deploy in production

2016-06-19 Thread Aplomb Chen
Hi Guys, Will you use groovy hot deploy in production environment? Is it reliable to do so? I am worried that it may have issue when you are doing below, 1, Defined a Array as class attribute, make it has 1 objects, next time code hot deploy that the array is erased in code, then that must

Re: Integrating Groovy with a Java EE application and Maven

2016-06-19 Thread Jochen Theodorou
On 18.06.2016 20:12, Mr Andersson wrote: I was able to get it to work, both as separate groovy and java directories and as one directory ( basically a groovy directory with mixed ). It is interesting how complex this task was. It would appear as if the Groovy community should have figured this o