Source code for Making Java Groovy by Ken Kousen
Repo is organized into individual chapters. Each chapter contains one or more projects, each with its own gradle build file. Most have their own README files to describe how to build and test, normally using Gradle.
As additional chapters are completed, their code will be added here.
Please send any questions or comments to:
Ken Kousen (email)
Kousen IT, Inc.
@kenkousen
This repository is the companion source code for the published book Making Java Groovy (Manning, 2013). Dependency versions are intentionally left as they appear in the book so the code matches the printed text. Some of those old dependencies have known vulnerabilities; the corresponding Dependabot alerts have been dismissed deliberately. This code is meant for reading alongside the book, not for production use.
Auto-generated architecture diagram. See
docs/context-map.mdfor the full context map (core application, containers/cloud, and database connections).
flowchart TD
User([User / Client])
App["Making-Java-Groovy"]
User --> App