JavaFx interview at InfoWorld
Didn't see that one coming too, but yes Paul Krill, editor at large at InfoWorld, interviewed me a couple of weeks ago, precisely after publishing a... more »
0 commentsSave Tags: groovy, gui, java
Java.next #3: Dispatch
This is Part Three of a series of articles on Java.next. In Part Three, I will explore how the Java.next languages (JRuby, Groovy, Clojure, and Scala)... more »
0 commentsSave Tags: groovy, java, other languages, ruby
Groovy's -e and friends: The Command Line for Java Developers
At the risk of turning this into a Groovy blog, here's an extended comment on a neat post by Jesse Wilson. With its Java-friendly syntax and... more »
0 commentsSave Tags: groovy
High Performance Grails
I’ve been looking at performance issues for the site we’re building at work. The database is obviously going to be the biggest bottleneck, so we’ve... more »
0 commentsSave Tags: frameworks, groovy
Using Oracle Coherence with Grails Part I
Where i work, each with we’re assigned to a different tasks. My tasks this week are: test Beehive Webservices (i’ll post about it later) and test... more »
0 commentsSave Tags: frameworks, groovy
Parallelize your arrays with JSR 166y
The JSR-166y, which I described earlier in the post dedicated to the fork/join functionality is really amazing in how nicely it shields developers... more »
0 commentsSave Tags: groovy, java
Java SwingBuilder 0.2 - solving all Swing pain points one at a time
Version 0.2 of the Java SwingBuilder. Java SwingBuilder is an attempt to bring dynamic language-type productivity to Java Swing UI development by... more »
0 commentsSave Tags: groovy, gui, java, open source
Using GORM outside of Grails
The author explains how he got GORM to work outside of Grails - with the latest version.
0 commentsSave Tags: database, frameworks, groovy
ExtJS Grids and Grails
I’ve been playing around with ExtJS and Grails lately. I have to say that I’m quite impressed with the quality of ExtJS (I’ve used YUI a lot in the... more »
0 commentsSave Tags: frameworks, groovy, javascript
SwingBuilder's binding revisited
Looks like the previous SwingBuilder binding entry stroke a chord on Greg Bollinger. Greg writes at dzone links: That's pretty cool but... more »
0 commentsSave Tags: frameworks, groovy, java
Grails Jbpm Plugin
Most business applications would benefit from using a workflow framework to handle the interaction between different people and services. Jbpm plugin... more »
0 commentsSave Tags: groovy, how-to, open source
Java, Groovy & JavaFx: side to side 2
Second part of the Java,Groovy,JavaFx series. The following table details the language features introduced in JSE 5 and how they may or may not be... more »
4 commentsSave Tags: groovy, java, other languages
Taking SwingBuilder's binding for a spin
One of the appealing features of JavaFx Script is that it has binding baked right into the language, it also sports the notion of triggers. You can... more »
2 commentsSave Tags: groovy, gui, java
Sprinkle some Groovy into your App Part 1
Easily add Groovy scripting to your existing Java application.
0 commentsSave Tags: groovy, java
Grails, Custom Datatypes and Conversion
For the application I am currently developing I am trying to use OOP best practices. That means I tend to use many value objects for different things,... more »
0 commentsSave Tags: frameworks, groovy
jSilhouette update
A couple of days ago there was an announcement on this blog about jSilhouette's 0.1 release, followed by a comparison between the geom, scene and jfx... more »
0 commentsSave Tags: frameworks, groovy, java
Groovy Domain Specific Language Tutorial
Although it may seem like an advanced topic, writing a simple Domain Specific Language (DSL) in Groovy is actually pretty easy. Groovy's dynamic... more »
0 commentsSave Tags: groovy
Groovy threads
Note: I think I’ll re-write this post, it’s a little confusing, but I’m in a rush.
0 commentsSave Tags: groovy
svn: inconsistent line ending style
Today I was adding grails tutorials into SVN repository. Yes I know it should be in the repository long time ago :). And something that should be... more »
0 commentsSave Tags: eclipse, groovy, how-to
A Java-near-speed Groovy
I'm currently be able to make Groovy speed step closer to Java. It's a high aim, and it's clear to be possible with JVMIT now. I was working on... more »
0 commentsSave Tags: groovy, java
The Grails event model
Everything in Grails, from build scripts to individual artifacts such as domain classes and controllers, throw events at key points during an... more »
0 commentsSave Tags: frameworks, groovy, open source
Groovy File IO : Staying at the Ritz
Every few months, I find myself writing a quick utility where, among other things, I want to copy a file. Usually within an hour, I want not only to... more »
0 commentsSave Tags: groovy
Rapid Web Application Prototyping with Maven and Groovy
Utilizing both Maven and Groovy you can rapidly prototype web apps, and in this blog I'll walk you through exactly how to do that. First we are going... more »
0 commentsSave Tags: groovy, how-to, java, web design
Java, Groovy & JavaFx: side by side 1
While experimenting with JavaFx Script I encountered a few gotchas switching from Java/Groovy, mostly related to my preconceptions of the language... more »
0 commentsSave Tags: groovy, java, other languages
Interview with Andrew Glover
Andrew Glover is the man with the plan when the Java platform and testing meet. Groovy Zone interviewed this charismatic speaker and well known... more »
0 commentsSave Tags: groovy, opinion
via