Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.03 KB

readme.adoc

File metadata and controls

12 lines (8 loc) · 1.03 KB

jMolecules Examples

This repository contains examples that showcase the usage of jMolecules and jMolecules Integrations.

  • jmolecules-axon — Shows how jMolecules annotations can be used to work out of the box with Axon.

  • jmolecules-kotlin — Shows how to use the kMolecules Domain-Driven Design annotations.

  • jmolecules-spring-data-jdbc — Shows how a domain model using jMolecules DDD types to express domain concepts can be persisted with minimal additional JDBC metadata.

  • jmolecules-spring-data-jpa — Shows how a domain model using jMolecules DDD types to express domain concepts can be persisted with minimal additional JPA metadata.

External examples

  • Spring RESTBucks — a hypermedia-based REST service exposing a coffee ordering business process. Uses jMolecules integrations for Spring, Jackson and persistence code generation via the jMolecules ByteBuddy plugin.