Sample Store Catalog using using Groovy and Grails
This Catalog Sample app demonstrates the usage of Groovy and Grails to implement pagination of data sets for a Store Catalog. Overview of the Technologies and Frameworks in the Sample Application Grails aims to bring the "coding by convention" paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. Groovy is an agile and dynamic language for the Java Virtual Machine, it compiles to Java bytecode, and it combines popular features from languages such as Smalltalk, Python, and Ruby.
download Catalog sample code
Full story:
