moduliths
pf4j
moduliths | pf4j | |
---|---|---|
5 | 2 | |
819 | 2,422 | |
- | 1.2% | |
0.0 | 8.0 | |
about 2 years ago | 4 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
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.
moduliths
-
Spring Modulith: have we reached modularity maturity?
Even since the microservices craze started, some cooler heads have prevailed. In particular, Oliver Drotbohm, a developer on the Spring framework, has been a long-time proponent of the moduliths alternative. The idea is to keep a monolith but design it around modules.
- Monolith app seperated on modules?
-
Can you recommend any Github Spring Boot projects that can be used as a reference for good practices along the lines of documentation, automated testing, and deployment?
Not sure if that will be complete example but for coding I would go trough Spring dev members in Github: - Olivier Gierke : https://github.com/moduliths/moduliths (Modulith) - Rossen Stoyanchev : https://github.com/rstoyanchev - Dave Syer : https://github.com/dsyer
-
archifacts is launched
Conceptually, there a lot of similarities to Moduliths. Moduliths helps you to build modular Spring Boot applications which are preferred to be deployed as a single unit. Like archifacts Moduliths uses ArchUnit to enforce certain architectural constraints and - based on some rules - it's able to identify the application's building blocks.
-
What are some most useful things you coded with ArchUnit?
Moduliths - a Spring Boot extension that allows to structure your application into logical modules, test those individually and derive high-level documentation for the structure created.
pf4j
-
Java dynamic SPI registrations
I'm working in a spring boot based environment using a setup similar to pf4j where additional JARs can be loaded at will during runtime. Each plugin may implement a set of interfaces which are then dynamically registered in the Applications IoC. The important part is: Each jar is loaded within a separate ClassLoader.
-
PF4J and Clojure
Hi everyone! Recently I've needed to figure out how PF4J library can be used from Clojure, and it was not very straightforward in some parts. There were almost no information on using PF4J from Clojure, so I've wrote this post, explaining what I've did to make things work by creating example plugin, as per PF4J demo application. Hope it will be useful for someone!
What are some alternatives?
ArchUnit-Examples - Examples for ArchUnit (A Java architecture test library, to specify and assert architecture rules in plain Java)
Design Patterns - Design patterns implemented in Java
parallel-collectors - Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.
jext - Simple extension framework for Java applications
jmolecules - Libraries to help developers express architectural abstractions in Java code
Microserver - Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monolith styles.
RIBs - Uber's cross-platform mobile architecture framework - Android Repository
ofbiz-framework - Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.
buckpal - An example approach for implementing a Clean/Hexagonal Architecture
educational-platform - Modular Monolith Java application with DDD
JeecgBoot - 🔥「企业级低代码平台」前后端分离架构SpringBoot 2.x/3.x,SpringCloud,Ant Design&Vue3,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式,引入AI模型能力 OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。
spring-modulith - Modular applications with Spring Boot