Tagged Questions

0
votes
2answers
84 views

Beginner Groovy Question:

Hi there, I'm following the code examples in 'The Definitive Guide to Grails' by Graeme Keith Rocher, and have come across a rather unusual stumbling block. Essentially, 2 domain classes exist - …
0
votes
1answer
118 views

How do you configure GroovyConsole so I don’t have to import libraries at startup?

I have a groovy script that uses a third party library. Each time I open the application and attempt to run my script I have to import the proper library. I would like to be able to open …