Introducing Snipplet: Gist Code Management
Snipplet will be an online web application for interacting with Gists via the GitHub API in order to categorize, tag, and better manage Gists. It also allows a social aspect of following other users...
View ArticleDesigning Modular Views with Grails
One of the more common tasks in using a templating language like Grails is modular-based development. On a given page, you may have a common module used by several pages. For example, you may want a...
View ArticleUnderstanding Grails Dependency Fetching
If you have ever built or looked at a Grails project, you will notice that within the BuildConfig.groovy file there is a section called repositories that specifies all of the various repositories to...
View ArticleGrails 2.1 and Maven Integration: Simple Project
One of the larger features of the recently released update of Grails 2.1 is improved Maven integration support. Essentially what this means is that you can now use Maven for the complete build...
View ArticleGrails 2.1 and Maven Integration: Plugins
My last blog article explained using the Maven integration in the recently released 2.1 version of Grails on simple applications. Today, we are going to look at using the Maven integration and build,...
View ArticleGrails 2.1 and Maven Integration: Multi-Module Projects
In the previous two blog articles (simple projects) (plugins), we touched on setting up standard Grails applications and plugins through Maven. In this article, we are going to talk about multi-module...
View ArticleBudget Analyzer Application: Server Side via Grails
In this post, I will present one of my newest applications that I built using Grails and jQuery Mobile frameworks. I hope to present this as a more real world example of using Grails along with using...
View ArticleBudget Analyzer Application: Client Side via jQuery Mobile
As mentioned in my previous post, this article series is around my Budget Analyzer application that I built using Grails and jQuery Mobile frameworks. I hope to present this as a more real world...
View ArticleUnderstanding MongoDB Object Modeling in Grails and GORM
One of the newer, and extremely powerful and cool, features of Grails is the support for NoSQL dialects in GORM. If you are not familiar with GORM, it refers to the Grails Object Relational Model, and...
View ArticleUnderstanding MongoDB Querying in Grails and GORM
In this article, I will talk about how Grails, GORM in particular, maps various types of queries into MongoDB queries. Understanding the query mapping is extremely important in order to help understand...
View Article