"This plugin provides a taglib for displaying avatars. At the moment we only support gravatars (globally-recognized avatars)."
- Dmitriy Kopylenko
from Bookmarklet
"Well... it had to happen. After a week of people signing up twitter feeds and feedburner feeds from groovyblogs itself, I took some good advice from James, and implemented feed moderation."
- Dmitriy Kopylenko
from Bookmarklet
"I've noticed there isn't that much information about how to setup connection pooling with grails on the mailing lists so I figured I'd put up a quick post about it. In this example I want to create c3p0 connection pools for all profiles that use postgreSQL."
- Dmitriy Kopylenko
from Bookmarklet
"With the default Grails scaffolding each time you navigate away from the list page (e.g. going to the show page) the state of the list is lost when you return. This can be annoying when you paged to a certain page within the list. It's easy to make your application remember the state of your list pages."
- Dmitriy Kopylenko
from Bookmarklet
Ok. I had my JMS platform, now it was just a matter of getting the data into and out of those queues. Enter the JMS Plugin. This plugin rocks so hard! Define a service that has an expose = ['jms'] and life will be good for you. To listen on the queue, just define an onMessage closure. All the messages I pass around are normal java.util.Map objects, which makes it easy to ship a bunch of payload at once. Once that's done, anything that ends up on the thumbnailResponse queue will get automatically passed to my onMessage routine. Awesome! But what about putting the thumbnail request on the queue? It's a snack
- berkay
"Here are some lessons learned concerning lazy vs eager fetching and how to delete a child object in a One-to-many relationship (unfortunately it's not super obvious)."
- Dmitriy Kopylenko
from Bookmarklet
There are some Groovy/Grails guys in the area, I'm sure something could be put up. Also, early October, there will be the Groovy / Grails eXchange conference in San Jose.
- Guillaume Laforge
Guillaume, are there any remote plans to do G2X in New Jersey, some time in the future? May be at Rutgers... if we could arrange to provide facilities, etc.
- Dmitriy Kopylenko
I believe there is (was?) an Oakland based Groovy UG. I'm up for an East Bay/Peninsula UG :-)
- Andres Almiray
Yeah, I believe it's on Meetup.com as taking place in Oakland. I as well would be up for something in the Peninsula.
- James Williams
I would love a Grails/Groovy meetup in San Francisco.
- Nadim Bitar
Where's the Oakland group? I'm actually in Fremont. Quick check of meetup.com has nothing for grails or groovy
- Anne
I loved the article because it's very informative, but isn't the general idea in scala to avoid nulls propagating within a program by using Option? I guess this approach could be useful for handling uncertain inputs from java libaries.
- Robin Barooah