From 89c1a74f0da2393b21ad08d4d0de5c99714224df Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 12 Nov 2024 15:06:17 +0100 Subject: [PATCH] Add Architecture section (#1111) Move ArchUnit into that section and add jMolecules to that as well. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9cea27..d61ee14 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A curated list of awesome Java frameworks, libraries and software. ## Contents - [Projects](#projects) + - [Architecture](#architecture) - [Bean Mapping](#bean-mapping) - [Build](#build) - [Bytecode Manipulation](#bytecode-manipulation) @@ -84,6 +85,13 @@ A curated list of awesome Java frameworks, libraries and software. ## Projects +### Architecture + +_Frameworks and libraries that help implementing and verifying design and architecture concepts._ + +- [ArchUnit](https://github.com/TNG/ArchUnit) - Test library for specifying and asserting architecture rules. +- [jMolecules](https://github.com/xmolecules/jmolecules) - Annotations and interfaces to express design and architecture concepts in code. + ### Bean Mapping _Frameworks that ease bean mapping._ @@ -1081,7 +1089,6 @@ _Everything related to the creation and handling of random data._ _Provide environments to run tests for a specific use case._ -- [ArchUnit](https://github.com/TNG/ArchUnit) - Test library for specifying and asserting architecture rules. - [Apache JMeter](http://jmeter.apache.org) - Functional testing and performance measurements. - [Arquillian](http://arquillian.org) - Integration and functional testing platform for Java EE containers. - [cdi-test](https://github.com/guhilling/cdi-test) - JUnit extension for easy and efficient testing of CDI components.