Skip to content

transentia/Gr3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

README

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.

An impression is available.

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.