How to set up STS for Groovy and Grails development
In this tutorial I will demonstrate how to set up the Spring source ToolSuite to support Groovy and Grails development. Do as follows: Install the latest JDK, the latest Groovy SDK, and Grails. Install...
View ArticleHow to set up your machine for Groovy & Grails development
The set up In order to be able compile and run java, groovy, and grails applications from the command line you will need to add the path to the binaries to the Environment variables (Right click on “My...
View ArticleBinding jQuery UI Datepicker to Grails Domain
In this post I am going to show you how you can write a custom tag to use the JQuery UI datepicker instead of the <g:datePicker> tag provided by Grails out of the box. How <g:datePicker>...
View ArticleAchieving Transparency with JNDI
Enterprise Web Applications are distributed systems. Typically, enterprise solutions are composed of many computers with different Operating Systems, one or more data sources (in many occasions from...
View Article