Roo-In-Action-MEAP-and-Whitepaper-Samples by krimple

Released samples for the Spring Roo in Action MEAP, and any papers or articles that come out of the pre-release process

Welcome to the Roo in Action sample projects page. Until we release the book, we will be posting periodic code snapshots of various blog, MEAP and white-paper content on this site.

Samples

Dependencies

You should run these samples on Roo 1.1 or higher, using JDK 1.6 and Maven 2.2.1 for best effect. I have not tested these samples on Maven 3.0.

Install

Simply install Roo, pull down the samples and test them. Web samples are meant to be run with mvn tomcat:run, and non-graphical samples can be run by executing JUnit tests. Using SpringSource tool suite or IntelliJ Idea with the AspectJ plugin will make it easy to run tests.

License

You are granted the license to download and experiment with these samples. Please do not fork our repository and share without permission from Manning and the author. These are throwaway samples, so likely you won't be re-inventing Hadrian's wall by using them, but play nice. :)

Authors

Ken Rimple (krimple@chariotsolutions.com)

Contact

Ken Rimple (krimple@chariotsolutions.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/krimple/Roo-In-Action-MEAP-and-Whitepaper-Samples