Reactor - a foundation for asynchronous applications on the JVM
We’re pleased to announce that, after a long period internal incubation, we’re releasing a foundational framework for asynchronous... more »
Tweet 0 Comments Save Tags: cloud , frameworks , groovy , java
Java Code To Byte Code - Part One
Explains how Java code get compiled to byte code in simple terms describing each instruction and how memory is updated during execution.
Tweet 0 Comments Save Tags: groovy , hardware , how-to , java
Griffon 1.3.0 released
The Griffon team is happy to announce Griffon 1.3.0, the latest release of the 1.x series. Griffon is an application framework for... more »
Tweet 0 Comments Save Tags: announcement , frameworks , groovy , java
How to use NetBeans to write Groovy scripts
In this post we are going to see how to develop applications using NetBeans and Portofino 4. The traditional development of a web... more »
Atlassian - Git Flow Comes to Java
Git Flow makes managing features, releases, and bug fixes really simple and provides structure to the dev cycle. But there’s one problem:... more »
Tweet 0 Comments Save Tags: agile , groovy , java , open source
How to use IntelliJ Idea to write and debug Groovy scripts
The traditional development of a web application in IntelliJ Idea requires the creation of a web project and its deployment on an... more »
Tweet 0 Comments Save Tags: groovy , methodology , tools
Groovy ActiveRecord for Google Appengine
Garfa - is Groovy ActiveRecord for Google Appengine. Extends you Groovy class with methods for querying, storing and updating models for... more »
Tweet 0 Comments Save Tags: cloud , database , groovy , open source
Ultra-light persistence helper for groovy scripts
In groovy scripts, when you need persistence, and you often feel hibernate is overkill but handwritten SQL is headache. You don't want to... more »
Tweet 0 Comments Save Tags: groovy , open source