-
April 13, 2009
Groovlet quick tip: textarea()
Using textarea with Markup Builder in a Groovlet can be tricky. My initial attempt was: div() { textarea(name: "content", rows: "3", cols: "60") } This however results in invalid html: <div> <textarea name='content' rows=...
Read more ... -
April 10, 2009
Quick Look for Groovy with Syntax Highlighting
In my previous post OS X: Quick Look for Groovy I showed how to enable Quick Look for Groovy source files. The result was very cool, but syntax highlighting was missing. After playing around a bit I found out how to enable syntax highlighting f...
Read more ... -
March 30, 2009
Right is right, right?
Management is doing things right; leadership is doing the right things. -- Peter Drucker follow me on twitter, I need some friends :-)
Read more ... -
March 24, 2009
Provocative: MDSD vs. Platform
Two controversial statements about MDSD from the 'Zühlke Late Afternoon Talk: Quo vadis software modeling?': If you have a good platform then you don't need a modeling tool. If you have a good modeling tool, your platform becomes irrelevant. ...
Read more ... -
March 23, 2009
Groovy Grape: Problem resolving xalan
There is a problem in Groovy Grape: It fails resolving xalan 2.7.1. The following grape declaration for instance leads to the error: @Grab(group='net.sourceforge.htmlunit', module='htmlunit', version='[2.4,)') The reason is, that htmlun...
Read more ...