A Look Inside HornetQ

Project Lead Tim Fox introduces HornetQ,  a multi-protocol, embeddable, high performance messaging system.

Data Visualization with Flex

Learn techniques for collecting data in real-time using Flex and visualizing it using traditional and advanced charting controls.

Daily Dose - Google Seeks Chrome Patents

Google Seeks Chrome Patents   At least four patent applications have been filed by Google relating to their Chrome browser technology.  Three are related to the Google Native Client, which lets...

DZONE DAILY DOSE by mitchp

New in Groovy 1.7.1: Constructor Mocking and Half Mocks

The Groovy MockFor object got some fun new features this weekend: constructor mocking and "half-mocks". The tickets are marked for Groovy 1.7.1, so...

0 replies - 1265 views - 02/08/10 by Hamlet D'Arcy in Articles

Groovy.compareTo(Groovy++) - Part 1

My previous article A sneak peek into Groovy++ covered what Groovy++ is, what are the pros and cons of using it, where it fits compared to Groovy and Java and...

4 replies - 2088 views - 02/07/10 by RoshanDawrani in Articles

Using Groovy to Generate Objective-C

I'm in the process of porting a Windows Mobile application to the iPhone for a local company.  The existing Windows Mobile application uses a local database...

5 replies - 2545 views - 02/05/10 by Gregg Bolinger in Articles

Immutable data structures in groovy++. Why not?

Immutable data structures are a hot topic these days. Indeed, they seem to solve the fundamental problem present in all destructively updated data structures:...

2 replies - 2222 views - 02/04/10 by venechka in Articles

Alex Tkachman on Static Groovy: the inside scoop

The notion of an statically typed Groovy has caused quite the waves lately in both Java and Groovy communities. Dzone caught up with Alex Tkachman, project...

14 replies - 3081 views - 02/02/10 by Andres Almiray in News

Reviews for Grails: A Quick-Start Guide and Kanban and Scrum

A couple weeks ago, I had a business trip from Denver to Washington, DC. Since I didn't have any coding to do on the flight, I brought along a couple books and...

1 replies - 1400 views - 02/02/10 by Matt Raible in Articles

Grails BlazeDS 4 Integration Plugin

One of the main goals I’ve been pursuing for a few months is the integration of Grails with Flex 4.

3 replies - 1544 views - 01/29/10 by Sebastien Arbogast in Articles

JBoss and eXo's "Ultimate Mashup Platform"

In September 2009, JBoss and eXo Platform announced that they'd been working together on the GateIn portal project.  The GateIn portal is a merger of two...

0 replies - 2640 views - 01/28/10 by mitchp in Articles

The Best Groovy Modules You Might Not Know About

It's no secret that Groovy and its many related goodies are quite popular, especially at DZone where the announcement of Groovy 1.7 got 137 up votes, making it...

0 replies - 4194 views - 01/26/10 by mitchp in Articles

A sneak peek into Groovy++ - What is it? Why is it there?

While some find Groovy language still in its infancy, others know that there is now Groovy++ and are all eyes and ears on what "++" of the language...

9 replies - 4204 views - 01/25/10 by RoshanDawrani in Articles

How come that Groovy++ overperform Java?

This article continues my writings on statically typed groovy. More information on motivations and goals of the project can be found in my previous articles...

13 replies - 7705 views - 01/12/10 by Alex Tkachman in Articles

Popular Languages of 2009

The TIOBE index for 2009 says that Google's new Go programming language experienced more growth in popularity than any other language in 2009.  The growth is...

5 replies - 8494 views - 01/11/10 by mitchp in News

Groovy Spring Integration: Using Groovy Scriptlets as Spring Beans

Spring’s support for scripting languages allows you to extend your Java applications with beans defined in a scripting language, such as Groovy. Spring...

0 replies - 1004 views - 01/10/10 by RoshanDawrani in Articles

Groovy AST Transformations by Example: Adding Methods to Classes

What can you do with a Groovy AST Transformation? A difficult question, considering the answer is "almost anything". One frequent use of AST...

1 replies - 1937 views - 01/08/10 by Hamlet D'Arcy in Articles

Grails OAuth and LinkedIn APIs

Back in November, I wrote about how to talk to LinkedIn APIs with GWT. A week later, I figured out how to do it with Grails and contributed a patch to the...

2 replies - 2524 views - 12/23/09 by Matt Raible in Articles