GroovyMag is a newsletter created by users and enthusiasts of Groovy and Grails. It is published monthly since November 2008 as a pdf.
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, use GParrallelizer again, and actors known from Scala. Everything was created on Yahoo Term Extraction Service example, service that looks for keywords in text.
Groovy is using optional typing. When should we explicit define type? What does it mean for execution time and generated bytecode for classes, methods and scripts? When types are checked? How they compare to Java types? All those questions are answered in this article.
Grails doesn’t have AJAX plugin yet, that would provide data tables with possibility of inline editing. Such a component should be ready in next releases of GrailsUI, today we can use solution presented by Deana Del Ponte. With JQuery plugins (jquery-in-place-editor and jquery-ui-datepicker) he creates asynchronically editable table with date fields.
Starting from stating that logging is important and following by some guidance what to log, author presents standard logging system in Grails: Log4J. He describes Log4J (loggera, categories, levels and appenders) and its usage and way of configuration in Grails.
This plugin allows sending and receiving messages to and from Jabber server. We get to know it creating simple messenger.
Source: http://www.javaexpress.pl/article/show/Recenzja_GroovyMag_072009