grailsexample
Building a Grails Pet Catalog using Netbeans 6.5 and MySQL
This Catalog Sample app demonstrates the usage of Groovy and Grails to
implement pagination of data sets for a Store Catalog.
download Catalog sample code
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-...
javafx
Pet Catalog Photos : JavaFX Example Application
Pet Catalog Photos is a simple JavaFX application that displays pet
photos retrieved from a RESTful Pet Catalog app (implemented using
JAX-RS) described in an earlier blog
entry and in this screencast.
This JavaFX example is a modification of the Interesting
Photos : JavaFX Example Application.
Understanding the Code...