Tag: Groovy
-
java.lang.OutOfMemoryError: PermGen space When Running Maven on IntelliJ
NOTE This is not a Groovy related problem, but I’m using it to illustrate my problem and solution here. PROBLEM I recently tried mixing some Groovy code into my existing JEE project. I created a simple POGO that looks as sophisticated as this:- Then, I configured one of my controllers to invoke that POGO:- After Read More…