Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dierk/groovyinaction

Source code of the book Groovy in Action, 2nd edition
https://github.com/dierk/groovyinaction

groovy jvm language

Last synced: 3 days ago
JSON representation

Source code of the book Groovy in Action, 2nd edition

Awesome Lists containing this project

README

        

# Groovy In Action
Source code of the book [Groovy in Action, 2nd edition (manning,](http://manning.com/koenig2/?a_aid=regina&a_bid=8ade3b0e)
[amazon)](http://www.amazon.com/gp/product/1935182447/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182447&linkCode=as2&tag=httpgroovycan-20&linkId=XLTAIALXLIUBWPOH)

### Use it? Star it!
All source code is free for everybody's use under the Apache 2 license.

If you want to do us a favor in return, please give this repo a "star" such that we can get at least a feeling of how many developers are using it. _Thanks!_

# Prerequisites

* Java 1.7 or higher
* Groovy 2.4.1 or higher

# Considerations

One can run all listings by calling

groovy alltests

However, since some listings rely on external
constraints like special versions of the JVM
(e.g. to test Groovy features for Java 8) or
OS-specific integration features, some listings
may be excluded from execution.

Listings are usually made such that you can
`cd` into the directory for that chapter and
call the listing via

groovy mylistingname

If no other instructions apply, you best
use Groovy 2.4.1 and Java 7. More recent versions
will also work in most cases.

There are code adaptions to Java 8.
Please use the Java_8 branch if you rely on those.

Keep groovin'

The authors