This (two) week(s) in Discobot (30-31.2011)
Each week, we work on the Discobot project, which goal it is to make Groovy run on Android. While that in itself isn’t the biggest problem, as you can read in our previous blog posts, making developing...
View ArticleGenerate a toString using Guava Objects.toStringhelper with IntelliJ
In IntelliJ it’s possible to generate a toString using Alt+Insert (Windows) or Ctrl+N (Mac). In this dialog, you can choose to use different implementations, like a StringBuffer, a StringBuilder,...
View ArticleUpgrading Grails 2.2.4 to 2.3.0
I’m currently working on a trivial Grails application, running on Grails 2.2.4. However, two days ago, Grails 2.3.0 was released, providing many new features, like testing with Spock by default,...
View ArticleIntelliJ Live Templates with Google Guava
In this screencast, I will explain how to setup IntelliJ live templates with Google Guava, and how to add a bit a Functional Programming to your Java code when using Java 7 or below. The templates used...
View ArticleUsing AsciiDoc with IntelliJ IDEA
AsciiDoc is gaining more and more popularity compared to the competing markup languages like Markdown, yet one of the biggest complaints heard was that tooling support was inadequate. These days,...
View Article