for Magnolia
Leverage the power of Groovy inside Magnolia
Magnolia Groovy Shell
The "Magnolia Groovy Shell" is a custom Magnolia module which adds a console for running groovy scripts inside the magnolia admin interface. This module allows to leverage all the power of Groovy+Java within Magnolia for all kinds of administrative tasks, without the need for precompiling and deploying any Java class.
Installation
The bundle is provided as a zip file; the archive contains a number of JAR files (the module itself plus the required dependencies not already available in a standard Magnolia installation).
Copy the JAR file(s) into WEB-INF/lib directory inside your Magnolia webapp or, if you're using Maven, simply declare the dependency in your pom.xml.
Requirements
The Magnolia Groovy Shell module requires Magnolia 3.6 or higher. This module will not run on java 1.4, java 5/6 is required.
Project info & quick links
-
Latest release: 1.1.3
License: GPLv3 - Download Sourceforge file download area
- Bugs and feature requests OpenmindLAB Jira
- Changelog See what's new in release 1.1.3
- Source code Subversion public url
- Maven The dependency snippet for your pom