Groovy support in Java EE projects

Posted by Martin Janicek on Oracle Blogs See other posts from Oracle Blogs or by Martin Janicek
Published on Mon, 3 Sep 2012 15:10:46 +0000 Indexed on 2012/09/03 21:44 UTC
Read the original article Hit count: 222

Filed under:

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!

© Oracle Blogs or respective owner

Related posts about /Features