Archive for the ‘Griffon’ Category

Ahh, the joys of JIRA. It’s hard to argue that JIRA is not the best bug management system out there when you see that they support a host of external access protocols. SOAP is (understandably) the preferred method of access and there is a nice example of its use on the Atlassian wiki. I wanted [...]

Tuesday, February 28th, 2012 at 14:02 | 0 comments
Categories: Griffon

I’ve started expermenting with griffon again and I learnt a cool new trick today. Pre-0.9.2 all controller actions were called within the UI thread. This meant that if you needed to do anything long-running you’d need to move it to a separate thread or your application would become unresponsive (atleast in the eyes of the [...]

Sunday, February 12th, 2012 at 23:37 | 1 comment
Categories: Griffon, Groovy
TOP