This is the public repository for the code associated with the GroovyMag article “Gambling on Griffon And Grails Going Gangbusters”
This is a straightforward client-server pairing that shows how a Griffon/Groovy application can use simple REST principles to work with a Grails/Groovy server.
There are two IntelliJ projects here. ‘Gr3Client’ encapsulates the Java swing based desktop application, written to highlight the capabilities of the excellent Griffon framework. ‘Gr3Server’ encapsulates the corresponding Grails HTTP-server side application.