Krzysztof Konwisarz
O autorze:
Articles
GroovyMag review - June 2009
GroovyMag is a magazine created by Groovy and Grails users and enthusiasts. It has been publishing every month since November 2008 as a pdf.
Batch processing with Spring Batch
Author: Bob Brown
Spring Batch is one of the youngest part of Spring family. This Framework allows batch processing of huge amount of data providing tools for read,GroovyMag review - July 2009
GroovyMag is a newsletter created by users and enthusiasts of Groovy and Grails. It is published monthly since November 2008 as a pdf.
Groovy Concurrency with GParallelizer
Author: Jorge Lugo
Article presents three different solutions to parallelize applications in Grails. First one uses asynchronizer in Gparallelizer framework, next one uses Executors from Java, and the last one,GroovyMag review - November 2009
GroovyMag is a magazine created by Groovy and Grails. It is published monthly since November 2008 in a form of a PDF.
Groovy Under the Hood – Groovy Collective Types - Ranges
Autor: Kirsten Schwark
Ranges are one of Groovy constructs, nonexistent in Java, that ease programmers' lives. They are usfeful e.g. infor
loops or switch