craigburke.com
Craig Burke - Google Calendar in Grails Part 1: The Model
http://www.craigburke.com/blog/2012/02/09/creating-google-calendar-in-grails-part-1-the-model
Follow me on twitter. Check out my code on github. Subscribe to my blog. Google Calendar in Grails Part 1: The Model. Over this series of posts Im going to look at recreating some of the basic functionality of Google Calendar including the capability of adding recurring events within Grails. Well start by looking at the model. For a basic event, our model is very simple. We just need a title, a start and end time, a location and a description. Heres what were starting with:. So weve added an enum for rec...
blog.grovehillsoftware.com
The Software Grove: GPars For Beginners Presentation
http://blog.grovehillsoftware.com/2011/05/gpars-for-beginners-presentation.html
Wednesday, May 25, 2011. GPars For Beginners Presentation. I'll be giving a presentation titled GPars For Beginners. To the Boston Grails Users' Group. On Wednesday, May 25 at 7 pm Here's my description of the talk:. In this talk, I'm planning to cover the basics of GPars, including what it's like to learn to use it. Although I've done a fair amount of concurrent programming, I've just started using GPars. As such, this talk should be suitable for Groovy beginners. Dierk König's presentation (Concurrent...