1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-20 11:28:01 -05:00

Add Architecture section (#1111)

Move ArchUnit into that section and add jMolecules to that as well.
This commit is contained in:
Oliver Drotbohm 2024-11-12 15:06:17 +01:00 committed by GitHub
parent 58a15e2dc3
commit 89c1a74f0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.