❯ Guillaume Laforge

Posts

InfoQ interview: Latest Happenings and Future of Groovy

I had the pleasure of being interviewed by Rick Hightower for InfoQ, on the features of Groovy 1.8, and also what we’re working on for Groovy 2.0.

If you’re interested, here’s the article: Latest Happenings and Future of Groovy 1.8, 2.0 and Beyond


Handy Gradle startup script

Dierk published a gist on GitHub with a handy Gradle build script to help you bootstrap a Gradle-built project from scratch, without having to create the directory layout manually, or install the Gradle wrapper.

This is pretty neat and should be integrated in Gradle to ease the creation of projects!

I’ve updated the gist with a more recent version of Groovy and Gradle.

And so that I never forget about this handy Gradle build script, I’m blogging about it and reproducing it here, to save me precious minutes finding it again the next time I need it! So without further ado, here’s the script in question:

Read more...

Coming back to the new Google App Engine pricing policy

In a recent article, I was complaining about the new Google App Engine pricing policy. Obviously, as I have a few applications deployed on App Engine, and as I’m developing Gaelyk, a lightweight toolkit for this platform, I was worried about being heavily affected by those changes.

In this article, I’d like to do a short summary of my experience so far.

I have close to 10 applications deployed on Google App Engine. Most are just demos that nobody ever accesses. But three of them are quite important to me:

Read more...

Gaelyk 1.1 released

Gaelyk 1.1 has just been released!
Gaelyk is a lightweight toolkit for writing and deploying Groovy apps on Google App Engine.
In this version, all the components have been updated to their latest versions:

This blog is now running Gaelyk 1.1 pretty happily!
You should be able to see the announcement on the Gaelyk Google group for the details, but here’s the list of changes:

Read more...

Latest Groovy releases and roadmap updates

On this post on the Groovy website, we’ve announced the releases of Groovy 1.8.4 and the first beta of 2.0, as well as cover some updates on the roadmap.

In a nutshell, the big highlights are the static type checking support and invoke dynamic support. We’re also going to investigate whether it makes sense to also cover static compilation. And we’ve also announced a new version numbering scheme, to move Groovy forward.

Read more...

A Groovy page on Google+

With Google+ releasing its new “page” feature, I’ve created a page for the Groovy project on Google+. The idea is to post some regular updates on what’s going on in the Groovy project, its ecosystem, and share any interesting article that’s of interest to those using Groovy.


SpringOne2GX, Chicago, this week

It’s the conference season. After JavaOne, comes SpringOne2GX, in Chicago, this week (October 25th till 28th). Then Greach in Madrid (Spain), Devoxx in Antwerp (Belgium) and we’ll finish with Groovy/Grails eXchange in London (UK).

In Chicago this week, we’ll have 4 tracks dedicated to Groovy, Grails, and the big Groovy ecosystem (Gradle, Griffon, Spock, Geb…) over three days. That’s a lot of sessions and speakers ready to tell you all about what’s rocking in our world!

Read more...

Groovy 1.8.3 and 1.9-beta-4 released

The Groovy development team has just released Groovy 1.8.3 and 1.9-beta-4.

For the impatients:

Those two releases are essentially about bug fixes and minor enhancements, but we also have interesting developments going on for static type checking your Groovy code, and for invoke dynamic support for performance of our dynamic core. But it’ll be better that I save those topics for some future posts!

Read more...

Google announces Dart, new language for the web

Google announces Dart, at the Goto Conference: a new programming language for “structured web programming”, for building web applications. Google also launched the Dart website, where you can read about the rationale of the language, the specification, and play with some live examples.

The team behind Dart

Reknown engineers Lars Bak and Gilad Bracha are on stage to present the language. Lars Bak worked on many virtual machines like Sun’s HotSpot or more recently Google V8, whereas Gilad Bracha is also famous for his work on the Java specification, his Smalltalk background, and the creation of a recent language called Newspeak (a flavour of Smalltalk). So with such a team of VM and language experts, you can expect some interesting outcome.

Read more...

GR8Conf is coming to Australia

The now famous GR8Conf conference dedicated to all things Groovy, is now coming to Australia, as announced on the GR8Conf blog! It will take place in Canberra, side by side with the Open Source Developers Conference (OSDC), on November 15th.

The GR8Conf Australia website is already up and is running a Call for Papers. So if you have a presentation on Groovy, Grails, Griffon, Gradle, Spock, CodeNarc, Gaelyk, etc, with introductions, deep dives, case studies, and so on, feel free to submit a talk!

Read more...