Recently Added Projects 
Lightweight registry that observes Web Services to insure a healthy SOA. Monitors and logs the availability of services. If a WSDL description of a service has changed the registry will detect the change.
Go To Membrane SOA Registry
GraphicsBuilder provides an easy way to create Java2D graphics in a similar manner as JavaFX Script but in a groovier way.
Go To GraphicsBuilder
This simple application written in the Groovy language allows users to connect to FogBugz servers (FogBugz On Demand or server version 6.0+) and produce simple timesheet reports.
Go To FogBugzReporter
Provides a simple Groovy API through which to programmatically interact with Atlassian's JIRA.
Go To Jiration
This plugin is intended to ease your way of implementing an OAuth consumer for your Grails app. It provides built-in controller actions, service methods, and taglib to help you perform the two fundamental tasks you ever want to do as an OAuth consumer - to guide the user to authorize your app, and access OAuth protected resources after getting the authorization.
Go To Grails OAuth
SwingxtrasBuilder is a Groovy builder for an heterogeneous collection of Swing components. Those components are not packaged on a suite or their suite is too small to warrant a builder of their own.
Go To SwingxtrasBuilder
FlamingoBuilder is a Groovy builder for the open source Flamingo Swing component suite
Go To FlamingoBuilder
CSSBuilder is a Groovy builder for styling a Swing application with CSS
Go To CSSBuilder
Groovy Monkey is a dynamic scripting tool for the Eclipse Platform that enables you to automate tasks, explore the Eclipse API and engage in rapid prototyping.
Go To Groovy Monkey
The Installer plugin provides useful packaging solutions for your Griffon application. The current supported options are
* IzPack: platform independent installer, highly configurable.
* RPM: RedHat Package Manager based installer, works on RedHat, Fedora, CentOS, Mandriva.
* DMG: MacOsX based installer
Go To Griffon Installer
Griffon is a Grails like application framework for developing desktop applications in Groovy.
Go To Griffon
Gradle is a build system which provides:
* A very flexible general purpose build tool like Ant.
* Switchable, build-by-convention frameworks a la Maven (for Java and Groovy projects).
* Powerful support for multi-project builds.
* Powerful dependency management (based on Apache Ivy).
* Full support for your existing Maven or Ivy repository infrastructure.
* Support for transitive dependency management without the need for remote repositories and pom.xml or ivy.xml files (optional).
* Ant tasks as first class citizens.
* Groovy build scripts.
Go To Gradle
Groowiki is a Wiki program and a document management system together. It lets you edit Wiki pages in a tree structure just like any other wiki, but it also gives you subversion access that makes it very easy to add files to the content.
Go To Groowiki
The CodeNarc project provides a static analysis tool and framework for analyzing Groovy source code.
CodeNarc scans Groovy source code, looking for violations of predefined or custom rules and generates an HTML report of the results. These rules include checks for coding standards, or searching for unused code, possible bugs or bad coding practices.
Go To CodeNarc
AribaWeb is an Open Source component-based web application development framework for creating rich, AJAX-enabled applications with the absolute minimum of code (and no hand-coded Javascript).
Go To AribaWeb
Alex incorporates convention based builds with easy extensibility. Alex also supports a DSL, which gets rid of the xml clutter offered by most build systems.
Go To AlexBuild
easyb is a BDD framework (like RSpec & JBehave) that provides a domain specific language which makes application verification simple, fun, and easy. easyb provides support for two types of specifications, Behaviors and Stories. Behaviors are created with before and it. Stories are created with scenario, given, when and then.
Go To easyb
Hydra-perf is a clustered performance testing tool. Hydra-perf uses Terracotta to distribute method invocations across the agent/controller grid and maintains shared state through the use of a data grid. Test scripts are written in Groovy and executed on the agent processes.
Go To Hydra-perf
Spock is a testing and specification framework for Java and Groovy developers. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers.
Go To Spock
Cloud Tools is a set of tools for deploying, managing and testing Java EE applications on Amazon's Elastic Computing Cloud (EC2). It also has a maven and a grails plugin.
Go To Cloud Tools
Lightest is a task-oriented test automation framework that aims to simply the process of creating functional, integration, and domain-specific testing frameworks. It leverages the flexible TestNG execution engine with the expressiveness of the Groovy language
Go To Lightest
GrailsBlog is an open source blog application written in Groovy and Grails.
Go To Grails Blog
AWS Groovy Clouds is an open source library for AWS written in Groovy. It supports S3, SQS, and SDB with a simple interface.
Go To AWS Groovy Clouds
A scheduler module for Magnolia CMS which supports Groovy jobs, as well as native Magnolia's Command jobs. Based on the original magnolia-scheduler module (which in turn uses Quartz), it adds a nice UI in Magnolia AdminCentral for creating and monitoring your jobs and support for jobs written in Groovy.
Go To mgnlgroovy-scheduler
EasySpec uses annotations to define the unit of interest, context, and behaviors for BDD-style specifications. Because there is no test runner, you are free to use your favorite. Easy Spec is independent of the testing framework.
Go To EasySpec