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
AIR and Groovy via Spring
As a fun way to while away a Saturday evening, I decided to look at Joe's Behavioral Analytics backend code to see if I could create a Flex-based AIR... more »
0 commentsSave Tags: flash-flex, frameworks, groovy
Using Groovy to Create Sample Data in XML format for AppFuse
I have been using AppFuse 2.0 to create some applications that read from legacy databases. Under AppFuse’s standard configuration, you can populate... more »
0 commentsSave Tags: frameworks, groovy, xml
Enabling the AJAX Spinner in Grails
For standard page requests, browsers use an animated icon as an indicator to the user that the browser is waiting for the request to complete.... more »
0 commentsSave Tags: frameworks, groovy
Spring and Scripting
Spring is among the handful of Java application frameworks that is widely used in many enterprise projects. It has become a viable alternative to the... more »
0 commentsSave Tags: books, frameworks, groovy, java