OPI Blog
Learn from experts in their fields

Browsing Tags: gorm

Sep 29, 2015
Tweaking Column Types in Grails
We had been working on this Grails 2 app for a few weeks and we were finally ready to put it on a test server (instead of running it like run-app locally). More importantly we ...
Mar 11, 2015
Easily get GORM max size constraints
Oftentimes when designing a UI and working with field limits (such as an HTML input’s “maxlength” attribute), I’ve found myself wondering why it’s not more common to have the constraint come directly from the server. ...