Welcome To Snipplr


Everyone's Recent Groovy Snippets Tagged groovy



1 2 3 4 Next »
how to call session from grails service (spring service)
0 1494 posted 16 years ago by callmeblessed
how to loop an array / collection / list but with index. instead of using each{} closure, you can use eachWithIndex{} closure
1 1350 posted 16 years ago by callmeblessed
This script will alow you to download files from a remote FTP
2 2115 posted 16 years ago by kouphax
Using Groovy you can extend the Sql, DataSet and GroovyResultSet objects present in the language to do simple object mapping similar to iBatis et al. An example of using the code below /* POGO used in the mapping */ class BranchFax {...
0 1626 posted 16 years ago by kouphax
Calculates the number of Months between 2 given dates
1 2623 posted 16 years ago by kouphax
An example on how to invoke Ant targets which are defined in build.xml.
0 1252 posted 16 years ago by narkisr
This example shows how to clone an object from an existing one by using MOP in Groovy, first we find all the writable properties of the cloned object class, secondly we traverse them and on each iteration we copy the value from the current object i...
2 2159 posted 17 years ago by narkisr
Generating MD5 HEX string from either URL or File instance in Groovy (more elegant than the Java version).
1 2031 posted 17 years ago by narkisr
0 1000 posted 17 years ago by kowalskg
1 1429 posted 17 years ago by sjtai
2 1807 posted 17 years ago by hansamann
Decorator design pattern implemented in Groovy, two implementation are provided, the first is naive and not general, the second is MOP based and can be used in much more scenarios.
0 1619 posted 17 years ago by narkisr
Mediator design pattern implemented in Groovy (based upon http://www.javacamp.org/designPattern/).
1 1525 posted 17 years ago by narkisr
0 999 posted 17 years ago by dima767
0 1062 posted 18 years ago by dima767
Here's a quick block of code that adds a valid Atom feed to you Grails application. Validate here: http://feedvalidator.org/check?url=http://aboutgroovy.com/item/atom
1 1137 posted 18 years ago by scottdavis99
1 2 3 4 Next »