The Rails Rambler
Tuesday, April 15, 2008
Grails UI for Integer Dates
›
Legacy tables often have dates kept in integer, zoned, or packed fields. This is unfortunate because the UI developer has to do all the vali...
2 comments:
Friday, February 22, 2008
Integration testing for Grails controllers
›
I've been negligent in writing integration tests for my controllers, mostly because I ran into some issues and put off figuring it out. ...
3 comments:
Saturday, February 16, 2008
GORM insert and update auto-set of createUser and updateUser
›
Our company has a standard of using the following attributes on all database tables: String createUser Date createDate String updateUser...
2 comments:
Grails WebFlow and explicit events
›
Grails WebFlow enables the ability to keep a context specific to a set of pages. Grails webflow is built on top of Spring webflow but, as a...
Monday, December 10, 2007
Grails Eclipse Plugin, very basic functionality
›
The Grails generation utilities are designed to run from a system command line. But I keep running into folks that just don't want to go...
Friday, November 30, 2007
Grails template for Web-enabling RPG
›
The Grails Utilities for System i includes a utility to generate RPG call beans from SQL External Stored Procedures that are implemented wi...
Thursday, November 29, 2007
Groovy Futures
›
I wanted to provide a bit of history going back to Spring 2007 when I first realized that the language called Groovy and the framework calle...
‹
›
Home
View web version