2012-05-19から1日間の記事一覧

Spockを使ってGrailsのドメインクラスのConstraintsを華麗にテストする

Spockのwikiでも https://code.google.com/p/grails-spock-examples/wiki/Overview#Testing_constraints というのが紹介されているのですが、もうちょっとカッチョいい方法が http://www.christianoestreich.com/2011/11/domain-constraints-grails-spock/ …

Programming GrailsのEarly Release editionが出ています

先日かなり割引していたんですが少し高くなっちゃいましたが買えます。 http://shop.oreilly.com/product/0636920024750.do'Best Practices for Experienced Grails Developers' とかかなり実用的な内容になりそうな予感。ちまちまと読んでいこうと思います…

GrailsでBeanFactoryPostProcessorを使ってSpringBeanの初期化をごにょごにょする

元ネタ: http://www.intelligrape.com/blog/2012/05/12/overriding-properties-in-a-spring-bean-with-beanfactorypostprocessor/BeanPostProcessorの実装クラスを登録すると、SpringBeanの初期化時に処理をフック出来るみたいです。結構簡単。BeanPostProce…