Tagged Questions
0
votes
2answers
185 views
Newb to groovyConsole and struggling with importing Grails converters
I'll still just a pup when it comes to using Groovy's and Grails' tools. I want to use groovyConsole to test some ideas. The code I want to try involves using Grails converters, json to be exact. I ...
0
votes
2answers
301 views
Beginner Groovy Question:
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 - Bookmark & ...