Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.36 KB

File metadata and controls

39 lines (28 loc) · 1.36 KB

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

A note on dependencies and security alerts

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.

Architecture

Auto-generated architecture diagram. See docs/context-map.md for the full context map (core application, containers/cloud, and database connections).

flowchart TD
  User([User / Client])
  App["Making-Java-Groovy"]
  User --> App
Loading