groovy-lamp – run Groovy scripts in a LAMP style server
Love Groovy but hate Java web servers? Wish you could use the Groovy language to write scripts in the same way as you do for PHP and other ‘drop in the file and hit refresh’ languages? Now you can! Provides a simple Java proxy to connect to the web-server (Apache, Lighttpd) via the Simple CGI (SCGI) standard. The proxy handles requests for ‘.groovy’ files and uses the Groovy script engine to run them.
Continue reading over at dzone...
