Comments for Thinking Outloud http://thebull.macsimumweb.com Thoughts on poker, programming and other stuff. Thu, 08 Jan 2009 17:56:03 +0000 http://wordpress.org/?v=2.7 hourly 1 Comment on A few Grails tricks I picked up by The Bull http://thebull.macsimumweb.com/a-few-grails-tricks-i-picked-up/comment-page-1#comment-12633 The Bull Wed, 31 Dec 2008 16:30:53 +0000 http://thebull.macsimumweb.com/?p=276#comment-12633 ah, you found my other blog Bill :) ah, you found my other blog Bill :)

]]>
Comment on How is this for a support ticket? by The Bull http://thebull.macsimumweb.com/how-is-this-for-a-support-ticket/comment-page-1#comment-12632 The Bull Wed, 31 Dec 2008 16:22:56 +0000 http://thebull.macsimumweb.com/?p=274#comment-12632 It wasn't a paying customer, it was an internal customer. It wasn’t a paying customer, it was an internal customer.

]]>
Comment on A few Grails tricks I picked up by Bill Dupray http://thebull.macsimumweb.com/a-few-grails-tricks-i-picked-up/comment-page-1#comment-12630 Bill Dupray Wed, 31 Dec 2008 15:55:56 +0000 http://thebull.macsimumweb.com/?p=276#comment-12630 Nice job Bull. Thanks. Nice job Bull.

Thanks.

]]>
Comment on How is this for a support ticket? by Kumar Mettu http://thebull.macsimumweb.com/how-is-this-for-a-support-ticket/comment-page-1#comment-12627 Kumar Mettu Wed, 31 Dec 2008 09:45:10 +0000 http://thebull.macsimumweb.com/?p=274#comment-12627 I understand your frustration. But do u really want to say this about a paying customer online? I understand your frustration. But do u really want to say this about a paying customer online?

]]>
Comment on A few Grails tricks I picked up by The Bull http://thebull.macsimumweb.com/a-few-grails-tricks-i-picked-up/comment-page-1#comment-12622 The Bull Tue, 30 Dec 2008 19:27:41 +0000 http://thebull.macsimumweb.com/?p=276#comment-12622 I don't have the link handy, however a quick look in Jira shows that you can do this: Domain.findByXYZ("param", [cache:true] ) I found that here: http://jira.codehaus.org/browse/GRAILS-2899 I don’t have the link handy, however a quick look in Jira shows that you can do this:

Domain.findByXYZ(”param”, [cache:true] )

I found that here: http://jira.codehaus.org/browse/GRAILS-2899

]]>
Comment on A few Grails tricks I picked up by carlos orrego http://thebull.macsimumweb.com/a-few-grails-tricks-i-picked-up/comment-page-1#comment-12621 carlos orrego Tue, 30 Dec 2008 19:04:54 +0000 http://thebull.macsimumweb.com/?p=276#comment-12621 Great article i was wondering about caching, where did you find the nabble post discussing this? could you post the link? If i use Domain.findAll.... will this be cached? thanks c Great article

i was wondering about caching, where did you find the nabble post discussing this? could you post the link?

If i use Domain.findAll…. will this be cached?

thanks

c

]]>
Comment on Using Groovy for monitoring via JMX by A few Grails tricks I picked up http://thebull.macsimumweb.com/using-groovy-for-monitoring-via-jmx/comment-page-1#comment-12619 A few Grails tricks I picked up Tue, 30 Dec 2008 15:32:25 +0000 http://thebull.macsimumweb.com/?p=253#comment-12619 [...] Using Groovy for monitoring via JMX [...] [...] Using Groovy for monitoring via JMX [...]

]]>
Comment on Using Groovy for monitoring via JMX by Chronicles of a Wandering Mind » Bookmarks for November 6th through November 12th http://thebull.macsimumweb.com/using-groovy-for-monitoring-via-jmx/comment-page-1#comment-12273 Chronicles of a Wandering Mind » Bookmarks for November 6th through November 12th Wed, 12 Nov 2008 08:33:08 +0000 http://thebull.macsimumweb.com/?p=253#comment-12273 [...] Using Groovy for monitoring via JMX - [...] [...] Using Groovy for monitoring via JMX - [...]

]]>
Comment on Using Groovy for monitoring via JMX by The Bull http://thebull.macsimumweb.com/using-groovy-for-monitoring-via-jmx/comment-page-1#comment-12257 The Bull Thu, 06 Nov 2008 16:07:22 +0000 http://thebull.macsimumweb.com/?p=253#comment-12257 Thank you Guillaume. I had started to, but it didn't seem to help me much. I think the point I dropped it is when I tried to invoke methods and the invokeMethod didn't work. So I turned back to the JMX API and from there it pretty easy. I think better JavaDoc would have helped out. IIRC invokeMethod is actually an internal Groovy thing(?). Maybe I didn't put enough thought into it, but the GroovyMBean method signatures either didn't help or didn't quite make sense. Of course it could have been my complete lack of experience with it as well. Once I found the right signatures from JMX it was largely a cut/paste/change argument exercise from there. Thank you Guillaume. I had started to, but it didn’t seem to help me much. I think the point I dropped it is when I tried to invoke methods and the invokeMethod didn’t work. So I turned back to the JMX API and from there it pretty easy.

I think better JavaDoc would have helped out. IIRC invokeMethod is actually an internal Groovy thing(?). Maybe I didn’t put enough thought into it, but the GroovyMBean method signatures either didn’t help or didn’t quite make sense. Of course it could have been my complete lack of experience with it as well.

Once I found the right signatures from JMX it was largely a cut/paste/change argument exercise from there.

]]>
Comment on Using Groovy for monitoring via JMX by Guillaume Laforge http://thebull.macsimumweb.com/using-groovy-for-monitoring-via-jmx/comment-page-1#comment-12256 Guillaume Laforge Thu, 06 Nov 2008 12:21:34 +0000 http://thebull.macsimumweb.com/?p=253#comment-12256 I'm curious to know why you didn't use GroovyMBean? Otherwise, great and interesting article! I’m curious to know why you didn’t use GroovyMBean?
Otherwise, great and interesting article!

]]>