Monthly Archives: August 2007

Grails 0.6 Released

Today Graeme and the Grails team have released a significant new version of Grails: 0.6. One of the more interesting bits added in this release is the addition rich conversation support (Spring Web Flow under the hood) called Grails Flow. … Continue reading

Posted in grails | Leave a comment

Unittesting e-mail sending using Spring

In previous projects I mostly skipped writing tests for sending mail. Mostly due to the fact that there is a dependency on a working SMTP server. This time I decided to invest some time in finding a solution for this … Continue reading

Posted in e-mail, java, junit, smtp, spring, wiser | 6 Comments

Grails – Soap

Since working with, or creating WebServices is something webdevelopers will probably do regularly (or stumble upon in the very near future) I decided to have a look at Grails‘ support for SOAP. First thing I wanted to see was how … Continue reading

Posted in grails, groovy, java, soap, xfire | 2 Comments

Grails – Render method & Markup builder

During Graemes’ demo of Grails at javasummercamp he briefly pointed out the fact that one can implicitly use the Groovy MarkupBuilder (Similar to the Markaby DSL for Ruby) within the render method of an action for generating markup. Which makes … Continue reading

Posted in grails, groovy, java | 2 Comments

Proficts’ Javasummercamp on Rails/Grails/Java

Yesterday I visited Proficts’ Java Summercamp called “Rails en Grails en Java: Nieuwe talen op de JVM”. Which in essence should have been a small seminar on the topic of new languages on the JVM. In reality Charles Nutter presented … Continue reading

Posted in grails, java, jruby, rails | 1 Comment

Grails templating & Ajax

Grails’ templating system is cool. There is no doubt about it. It’s what I wanted JSP2.0 tagfiles to be. In essence they’re not so different from tagfiles in practice their versatility is a fair bit higher. Templates in Grails reside … Continue reading

Posted in ajax, grails | Leave a comment

Groovy and the safe dereference operator

When going through view code generated by Grails I noticed heavy use of the question mark operator when referencing properties. After browsing around I discovered that it is called the ‘safe dereference operator’ Sounds more complex then it is, it … Continue reading

Posted in grails, groovy | Leave a comment

Referencing spring beans from a Grails tag

Today I had a short look at referencing Spring beans from Grails. Since Grails is build on top of Spring this was actually 100% simpler then expected. Grails controllers and taglibs are autowired by name on startup. Just for the … Continue reading

Posted in grails, spring, textile | Leave a comment

IntelliJ IDEA 7m2: Groovy/Grails support

From the corner of my eyes I noticed something in the latest IntelliJ release: a Groovy and Grails plug-in. The screenshots on the Jetbrains website showing of Smart type inference, Cross-resolution between Groovy and Java classes and Smart code navigation … Continue reading

Posted in grails, groovy, intellij, java | Leave a comment

Book: The definitive guide to Grails

Today I received some formal backing for my investigations into the Grails framework. The mailman delivered ‘The Definitive Guide to Grails‘ by Graeme Keith Rocher which I asked Finalist to order for me (hey, can’t win battles without books). I’ve … Continue reading

Posted in book, grails | Leave a comment