Larger examples of using Groovy in the Wild with a focus on applications or tasks rather than just showing off the features, APIs or modules:
- Accessing SQLServer using groovy
- Alternate Spring-Groovy-Integration
- Auto setup and download dependencies jars
- Batch Image Manipulation
- Calculating a SHA1 hash for large files
- command line groovy doc or methods lookup
- Compute distance from Google Earth Path (in .kml file)
- Concurrency with Groovy
- Convert SQL Result To XML
- Embedded Derby DB examples
- Embedding a Groovy Console in a Java Server Application
- Executing External Processes From Groovy
- Expect for Groovy
- Formatting simple tabular text data
- Greedy Coin Changer in Groovy
- Groovy Alternatives to Inner Classes
- Groovy as script
- Guy Steele's word split example using Groovy and GPars
- How many Triangles (list, regex, grep) example
- Installing or Update Groovy Automatically
- InstallTextMateGroovyBundle
- Integrating Groovy in an application - a success story
- Iterator Tricks
- Martin Fowler's closure examples in Groovy
- Other Examples
- Parsing Groovy Doc Online
- Plotting graphs with JFreeChart
- PoorMansMixins
- Reading from a Blob
- Recipes For File
- Regex search for a class in the JVM runtime classpath
- Search one or more jar files for a specified file or directory
- Simple file download from URL
- Solving Sudoku
- StreamingMarkupBuilder and IMAP client example
- SwingBuilder with custom widgets and observer pattern
- Tomcat tools
- Unsign Jar Files (Recursively)
- Using Groovy with Boost
- Using Hibernate with Groovy
- Using JGoodies Animation with Groovy
- Using JScience with Groovy
- Using MarkupBuilder for Agile XML creation
- Using Regex Patterns to find word phone numbers
- Using the Delegating Meta Class
- Using the Eclipse Modeling Framework (EMF)
- Using the Eclipse UML2 Framework
- Using the Proxy Meta Class
- Windows Look And Feel for groovyConsole
- WrappingGroovyScript
- Writing to a Blob
- Yaml and Groovy
Additional real-world example for the German readers: http://berndschiffer.blogspot.com/2007/03/groovy-im-fluss-ein-beispiel-aus-der.html
Labels
1 Comment
Hide/Show CommentsFeb 04, 2009
Johan Pelgrim
Hi there,
Yesterday I came across this pearl, while trying to find a solution to my Groovy problem
http://pleac.sourceforge.net/pleac_groovy/index.html
(PLEAC - Programming Language Examples Alike Cookbook)
Something to mention on this Cookbook page?