JAVA exPress > Authors > Krzysztof Konwisarz

Krzysztof Konwisarz

O autorze:

Student of Computer Science at Phisics Faculty, Adam Mickiewicz University in Poznan.

Articles

GroovyMag review - June 2009

Issue 4 - 2009-06-01

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

Issue 5 - 2009-10-01


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

Issue 6 - 2009-12-09

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. in for loops or switch

Developers World