jmolecules
Libraries to help developers express architectural abstractions in Java code (by xmolecules)
persistence | jmolecules | |
---|---|---|
2 | 4 | |
203 | 1,233 | |
4.9% | 3.5% | |
8.2 | 7.0 | |
24 days ago | 10 days ago | |
Java | Java | |
GNU General Public License v3.0 or later | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
persistence
Posts with mentions or reviews of persistence.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-09-22.
-
Jakarta EE 10 released!
Have you never used the Servlet API? JPA? Those validation annotations from the javax.validation package? JAX-RS to define REST Endpoints? CDI for dependency injection?
-
Deprecating JPA no-args constructors
You can open issues related to the API here: https://github.com/eclipse-ee4j/jpa-api/issues
jmolecules
Posts with mentions or reviews of jmolecules.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-16.
- Libraries to help developers express architectural abstractions in Java code
-
Spring Modulith: have we reached modularity maturity?
Spring Modulith is the successor of Oliver Drotbohm's Moduliths project (with a trailing S). It uses both ArchUnit and jMolecules. At the time of this writing, it's experimental.
- jMolecules 2021.2.0 released
-
Deprecating JPA no-args constructors
You could move towards modeling your code around DDD building blocks (like aggregates etc.) and declare those concepts in code explicitly using jMolecules types. There is a dedicated jMolecules Integrations ByteBuddy Plugin, that would then add the necessary boilerplate code and default mappings required by the expressed concept. This makes the code shown here a fully working JPA model. You can argue that the lack of JPA oddities is odd itself in the first place but I like the idea of expressing the architectural concept explicitly and the technology integration completely flowing from that.
What are some alternatives?
When comparing persistence and jmolecules you can also consider the following projects:
validation - Jakarta Validation
educational-platform - Modular Monolith Java application with DDD
rest - Jakarta RESTful Web Services
cp-ddd-framework - 轻量级DDD正向/逆向业务建模框架,支撑复杂业务系统的架构演化!
servlet - Jakarta Servlet
archifacts - archifacts is a library to extract your architectural concepts out of your application's code
amber-docs - https://openjdk.org/projects/amber
buckpal - An example approach for implementing a Clean/Hexagonal Architecture
moduliths - Building modular, monolithic applications using Spring Boot
spring-modulith-sample
c4-notation - Technical resources for using the C4 model for visualizing software architecture.
persistence vs validation
jmolecules vs educational-platform
persistence vs rest
jmolecules vs cp-ddd-framework
persistence vs servlet
jmolecules vs archifacts
persistence vs amber-docs
jmolecules vs amber-docs
jmolecules vs buckpal
jmolecules vs moduliths
jmolecules vs spring-modulith-sample
jmolecules vs c4-notation