Tag: grails

Showing 12 posts tagged with "grails"

A Comment on Phil's "laravel-is-awesome"

I guess you can't compare a platform like Grails with PHP. But if your writing a "large scale application" or what some might call, Enterprise, then is it ne...

Contact Campaigns dot Com

Its Saturday, And I decided to put my recently learned Grails Fu to the test. The concept: Email Marketing System. I've been using SugarCRM to cheat around s...

backbone.js + Laravel reminds me of Grails!

Wow. check out this awesome nettuts video that shows you how to use backbone and laravel to create CRUD operations on 'data objects' in the front end. Larave...

TIL: Grails Exapndo Object

TIL: On our development team, someone used POGO's to define a payload to a REST API. Were coming from a JavaScript perspective, having every object be dynami...

Filtering Grails Objects that have hasMany relationships

def Posts[] postsList = Posts.withCriteria { eq ( 'user', userObj ) postTags { 'in' ('name', userFilter.postsTags.toArray()*.name ) } }

Grails Service to do file system, sftp, and ftp file operations

So I've been preparing this module to do sftp / ftp / and file system manipulations in groovy. I've got it running as a service in grails, with a page setup ...

Falling in love with Groovy

This is great! Finally the JVM has been leveraged for over 200 other languages. Scala is one of the more popular ones. Lots of startups talking about it. But...

Grails is great, But Boring

Why in the heck would anyone choose the java platform to build on, idfk. The compilation process, and project build times, take all the fun out of being a we...

Grails DataSources plugin

Hi Guys, I have been trying to integrate multiple datasources with grails. I get a strange error: nested exception is org.hibernate.cache.NoCachingEnabledExc...

Grails is Hard

It really is difficult to get used to Grails. Is "copy paste" really that EVIL that we must obliterate it from the programmers tool kit? I could have copy pa...

Backbone.js with Grails

So I am using Grails once again. Looks like another decision maker has bought into the hype that re-learning how to do what software engineers like myself ha...

Grails and Groovy

We had been doing a lot work with SVG, HTML5, Node.js and a lot of other cool technologies which are going to be the core of all future web browsers. Its bee...