Tag Archives: tips

For GrailsUI help, post to the mailing list

I get a lot of questions on GrailsUI here on my blog, and while it is nice to get feedback, blog comments aren’t the best place to give out technical advice. If you have any questions or comments about GrailsUI, I invite you to become part of the Grails community and join the Grails User [...]


Posted in grails, grails plugins | Also tagged , , | 1 Comment

360 Degrees of Form Processing with Grails and GrailsUI Modal Dialogs

Daniel Honig is an independent architect/developer/consultant living in New York City. Daniel is a contributor to GrailsUI and is writing this post as a guest for the benefit of GrailsUI users.
So recently I was reviewing some work that was done for us by a few developers of our team and discovered that we had some very ugly code that used an iframe inside of a gui dialog for a form submission. This resulted in the dialog appearing with scroll bars and other undesirable behavior.
Why was it that they had chosen to use an iframe instead of  just  using [...]


Posted in grails plugins, javascript | Also tagged , , , , , | 10 Comments

UI Developers? LEARN JAVASCRIPT!

I started ranting this morning on Marc Palmer’s blog in response to a post he made about the implementation of JavaScript UI frameworks as plugins to web frameworks. Marc and I have an amicable professional relationship (even though he went through a strange Toto phase), and I think it better to post my response [...]


Posted in Uncategorized | Also tagged , , , , , | 15 Comments

Find the parent map entry in Groovy

Sometimes I deal with maps of maps in Groovy. Config files in Groovy generally boil down to combinations of maps and lists. I’ve found myself with a reference to one entry within this structure, wanting to back out to the parent of the entry. This is especially the case within builders, where [...]


Posted in uncategorized | Also tagged | 3 Comments

Grails package naming

Recently, my friend and colleague asked some questions about package naming conventions in Grails. I think they were excellent questions, and I wouldn’t be surprised if others were wondering about the same things. You could get into arguments with some guys over stuff like this, but here is my opinion…

com.businessname.appname
Is there an inherent [...]


Posted in Uncategorized | Also tagged , , , | 13 Comments
Check out the latest GroovyMag to see an interview with me about the 1.1 release of GrailsUI: