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
Message Driven POGOs: When Groovy, Spring and OpenMQ collide
When we last left this story, I was talking about integrating Grails and JMS so that groovyblogs can put all of its feed and thumbnail fetch requests... more »
0 commentsSave Tags: frameworks, groovy
Grails controller unit testing with Expando
The Controller has two properties 'cswService' and 'exporterService'. These properties will be setted by spring, all controlled by the Grails runtime... more »
0 commentsSave Tags: frameworks, groovy
Grails on Sakila
Some time ago I wanted to create a real-life demo application in Grails. Back in May or June I took the MySQL Sakila sample database and started... more »
0 commentsSave Tags: frameworks, groovy
Groovier PasswordKeeper
Password Keeper is a Groovy port of an AIR application of the same name featured on MakeUseOf.com. The Substance Look and Feel closely simulates the... more »
0 commentsSave Tags: groovy
Using JavaFX objects from within Java: a very bad joke from Sun
Accessing JavaFX from Java...so bad it just boggles the mind.
2 commentsSave Tags: groovy, gui, java, open source
Java Fork/Join + Groovy
This is an executable blog post. Download the post here and run it using Groovy with jsr166y.jar in your classpath. This was created and presented for... more »
0 commentsSave Tags: frameworks, groovy, java
jSilhouette: demo screenshots and code
jSilhouette includes a demo application for each one of its subprojects (geom, scene & jfx) showing the shapes in action. This post is a recollection... more »
0 commentsSave Tags: groovy, gui, java, other languages
Modalbox in Grails
There is a nice and handy javascript library for creating kind of a modal “window”, similar to the famous lightbox. Here are few lines of code to make... more »
0 commentsSave Tags: groovy, how-to
Integrating a simple Flex search application with Grails
The Grails framework greatly simplifies the task of building a Java web application. This article illustrates one approach to integrating a Flex... more »
0 commentsSave Tags: flash-flex, frameworks, groovy
Getting started with Grails and Extjs
Getting Grails and ExtJS working together
0 commentsSave Tags: frameworks, groovy, javascript
via