Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmolecules/jmolecules-examples
Example projects for jMolecules
https://github.com/xmolecules/jmolecules-examples
Last synced: about 2 months ago
JSON representation
Example projects for jMolecules
- Host: GitHub
- URL: https://github.com/xmolecules/jmolecules-examples
- Owner: xmolecules
- License: apache-2.0
- Created: 2021-08-05T14:58:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T08:17:49.000Z (over 1 year ago)
- Last Synced: 2023-05-19T09:26:41.390Z (over 1 year ago)
- Language: Java
- Size: 187 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: readme.adoc
- License: LICENSE
Awesome Lists containing this project
README
= jMolecules Examples
This repository contains examples that showcase the usage of jMolecules and jMolecules Integrations.
* link:jmolecules-axon[`jmolecules-axon`] -- Shows how jMolecules annotations can be used to work out of the box with Axon.
* link:jmolecules-kotlin[`jmolecules-kotlin`] -- Shows how to use the kMolecules Domain-Driven Design annotations.
* link:jmolecules-spring-data-jdbc[`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.
* link:jmolecules-spring-data-jpa[`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
* https://github.com/odrotbohm/spring-restbucks[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.