❯ Guillaume Laforge

Posts

Groovy Weekly #40

No big highlight this week, but still plenty to learn from!

We have some minor releases, interesting articles on Spock, on how to leverage traits with Geb, some thoughts on reactive programming, new demos and tutorials for GrooScript.

And we can wish a happy birthday to the GR8 Ladies!

Releases

Articles

Presentations

News

Interview

Tweets

Code snippets

Events


Groovy Weekly #39

Back from JavaOne, where the Groovy project received its “Best Tech - Geek Choice Awards” from ZeroTurnaround, and where it win the Script Bowl competion this year again!

Releases

Articles

Presentations

News

Tweets

Code snippets

Events

Books


Groovy Weekly #38

Here’s a short column this week, a bit in advance, as I’m flying to JavaOne tomorrow to spread the Groovy truth!

Releases

Articles

Presentations

Tweets

Code snippets


Groovy Weekly #37

SpringOne2GX 2014 in Dallas is over. And next week starts JavaOne. It’s conference season! Speaking of which… the fine GR8Conf US crew released many more presentations this week! There’s a lot of content to go through!

Releases

News

Articles

Presentations

Screencasts

Tweets

Code snippets


Groovy Weekly #36

The SpringOne2GX 2014 conference is over, but you can see below more tweets and presentations from the second part of the conference, and the videos will be available later on on InfoQ.

Apart from the excitement around Grails 3, Spring Boot, Groovy, and more, I’d like to highlight the very interesting feedback from Scott Hickey who comes back on 6 years of production usage of Groovy at Mutual of Omaha, saying “Groovy is a phenomenal language for businnes applications”, and that there’s nothing “better” on the JVM! See the first couple of tweets in the Twitter section.

Read more...

Groovy Weekly #35

Direct live from SpringOne2GX, in Dallas! So you can expect some news and presentations from the show this week and the next, and certainly tons of tweets!

Speaking of tweets from SpringOne2GX, you’ll notice the flurry of very positive and excited reactions regarding the upcoming Grails 3 release.

In the release section, don’t miss the release of Gradle 2.1.

Releases

News

Articles

Presentations

Tweets

Code snippets

Events

Books


Beta 3 for Groovy 2.4

The Groovy development team is happy to announce the release of a third beta for Groovy 2.4.

This release contains various bug fixes and minor improvements.

I’ll highlight the fact that you can now use multiple labels on your statements (instead of just one).

With beta-3 now, many of the unneeded synthetic methods generated by Groovy are not generated anymore, reducing the number of methods nicely yielding smaller bytecode. This is of particular interest for Android developers limited in the overall number of methods used in Android applications.

Read more...

Groovy Weekly #34 back from vacations!

After a long summer break, it’s high time we resume Groovy Weekly, and come back to our every-Tuesday agenda! Get ready for lots of content!

If there were one particular item of news I’d like to highlight in this edition, that’s the news about the New York Times that is going to use Groovy and its Android support (in the upcoming Groovy 2.4), as well as RxJava, to revamp its Android application to make more “reactive”.

Read more...

Disable @Grab with a global AST transformation

On the Groovy mailing-list, we had an interesting question about how to disable annotations like @Grab, to prevent users from downloading third-party dependencies. There are a few possibilities for that, but my favorite was to create a global AST transformation that would generate a compilation error if the @Grab annotation is found on an import.

I created a first small prototype within a script, but I used an injected local transformation to get everything working with a simple script. So I decided afterwards to do it for real this time, using a real project on Github with a proper global AST transformation this time.

Read more...

Groovy Weekly #33

You probably remember Groovy and Gradle being selected in RebelLabs’ report as part of the 10 “kick-ass” technologies developers love? But I’m also happy to report that Groovy won the Geek Choice Award, showing how groovy Groovy is!

GR8Conf US 2014 last week is delivering tons of great videos and materials from all the speakers that came to the conference, and I hope you’ll find time to watch a few. My personal highlight was the great Q&A talk by Scott Hickey and Jim McGill on looking back into 9 years of using Groovy at a big US insurance company. Don’t miss it!

Read more...