java

NetBeans IDE 6.7.1 with JavaFX Now Available for Download!

The NetBeans Team is pleased to announce the release of NetBeans IDE 6.7.1, which supports the latest JavaFX SDK. Download NetBeans 6.7.1 (A JavaFX-only...

2 replies - 8350 views - 07/27/09 by Tinu A in Announcements

Fast immutable persistent functional queues for concurrency with Groovy

Everybody probably heard that functional data structures are great for concurrency. In this note I am going to show why is it so and to show how easy to...

1 replies - 2994 views - 02/22/10 by Alex Tkachman in Articles

First preview of static compiler for Groovy is available

I am happy to report that first preview of static compiler for groovy is available at http://code.google.com/p/groovypptest/

0 replies - 1155 views - 12/15/09 by Alex Tkachman in Announcements

Static Groovy, GridGain and GPars for distributed concurrent programming

This article continues story started in my previous articles:

0 replies - 2059 views - 12/11/09 by Alex Tkachman in Articles

Groovy Recipes Greasing the Wheels of Java

Groovy is a dynamic language that compiles to bytecode and runs on the JVM, just like Java. Its goals are to remove much of the overhead that Java programmers put up with in their daily coding....

0 replies - 4291 views - 10/06/09 by Dan Clark in Book Reviews

Grails in Action

Since I’ve followed Glen Smith’s blog and Peter Ledbrook’s work for months, I had high expectations for this book. At the end, I experienced no dissatisfaction....

4 replies - 4780 views - 09/03/09 by Alessio Spadaro in Book Reviews

Programming Groovy

I'm very happy to have had the opportunity to have my adventure with Groovy start with this book. It's well written, fun to read and gives a perfect introduction into the language, especially for a...

0 replies - 3439 views - 09/03/09 by Andrzej Grzesik in Book Reviews

Conference - Groovy & Grails eXchange 2009, London, UK December 9-10

Following on from the success in previous years, Skills Matter is pleased to organise another Groovy & Grails eXchange. We hope to bring together the...

0 replies - 859 views - 09/01/09 by Wendy Devolder in Announcements

Interview: James Williams on Griffon

The Strange Loop conference is a unique software developer conference in St.

0 replies - 3518 views - 08/28/09 by Alex Miller in News

Groovy Numerics 0.0.1 Released: Parallel Computation

Groovy Financial Math I:  Parellel ExecutionGroovy Collection class for numeric values that allows parallel execution of algebraic expressions.  Future...

0 replies - 874 views - 05/30/09 by Jonathan Felch in Announcements

Create Real-World Web Applications using Grails 1.1 with New Book

This book will introduce developers to the dynamic JVM-based Groovy programming language, and through this, will help them understand the relationship between...

0 replies - 522 views - 05/15/09 by Saalim Shaikh in Announcements

GOP (groovy option parser) v0.9 available

GOP is a command line option parsing alternative to CliBuilder An example is the easiest explanation 

0 replies - 1825 views - 12/31/08 by Travis Hume in Announcements

The Top 5 Books I Read in 2008

I read several books in 2008, 90% of them were technical. I also read a number of books related to software development rather than a specific framework or...

11 replies - 16320 views - 12/22/08 by Meera Subbarao in Articles

Lightest, a Task-Oriented Testing Framework - 0.1 Release!

This is the 0.1 release of the "Lightest" testing framework, built on Groovy and TestNG. The goals of Lightest are:

0 replies - 1839 views - 11/03/08 by Haw-Bin Chai in Announcements

JavaFx: the hidden threading rule

The following post is the result of my latest JavaFx Script experiments mixed with Stu's Java.Next series (1,2). Alright, so Stu decides to showcase how the...

6 replies - 10013 views - 08/13/08 by Andres Almiray in News