Groovy support in Java EE projects
- by Martin Janicek
As requested in the issue 144038, I've implemented support for Groovy in a Java enterprise projects. You should be able to combine Java/Groovy files, run them and thanks to the new Groovy JUnit tests support you can also run groovy tests together with your existing Java tests.
I hope it will make your enterprise development (and especially enterprise testing) easier and more productive.
Note: The changes will be propagated to the NetBeans daily build in a few days, so please stay in touch!