Posts tagged with groovy
All posts tagged with groovy in chronological order with newest first.
Groovy, EMF and UML2
I wrote the Groovy EMF builder and the Groovy UML2 builder.
These tools use the builder concept of the programming language Groovy to ease the processing of Eclipse Modelling Framework and UML2 code.
Memoization in Groovy with a Decorator
Memoization is a well known optimization technique to avoid repeated calculations. With dynamic programming languages like Groovy it is possible to extend the behaviour of an already exisiting class at runtime.
Dynamic Languages Shootout / OOP 2008
The german magazine JavaSpektrum organized the "Dynamic Languages Shootout" contest for the OOP 2008 conference. The challenge was to create a computer game similiar to Scrabble in a dynamically typed programming language.
Using UML2 with Groovy
The UML2 project provides an EMF based implementation of the UML 2.x metamodel in Java. With the EMFBuilder it is possible to create and process UML2 models.