Skip to content

Example projects

B. K. Oxley (binkley) edited this page Jul 14, 2024 · 7 revisions
Sample

TODO book structure

Redo this page illustating projects with:

  • Use of common frameworks
  • Deployments
  • Non-Java languages
  • Replace the HATEOAS project with something simple for a Spring Boot application

Consider breaking this out to separate additional chapters or appendices.


Simple projects

These samples are external projects, are at varying states of maturity, and are frequently updated (espcially for dependency versions).

Kotlin

  • KUnits (Maven) is a pleasure project to represent units of measurement in Kotlin
  • Kotlin Rational (Maven) explores a math library for rationals (fractions) akin to BigDecimal
  • Magic Bus (Gradle) is a library for using messaging patterns within a single application (it talks to itself)

Spring Boot

Clone this wiki locally