spring-modulith VS pf4j

Compare spring-modulith vs pf4j and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
spring-modulith pf4j
4 2
658 2,254
3.6% 1.8%
9.3 7.5
7 days ago about 1 month ago
Java Java
Apache License 2.0 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.

spring-modulith

Posts with mentions or reviews of spring-modulith. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-17.
  • Understanding the potential of Modulith architecture
    1 project | dev.to | 25 Jan 2024
    If you use Java and Spring, you can have a look at Spring Modulith. It is an experimental Project by Spring to build modular Monoliths with Spring. This project can help to encapsulate your modules and to find a good project structure. For example it is helpful that references to internal module packages (sub-packages) are rejected.
  • Spring Modulith
    1 project | news.ycombinator.com | 28 Dec 2023
  • Make microservices look like monoliths
    3 projects | news.ycombinator.com | 17 Jun 2023
    Spring Modulith is trying to enforce strict module boundaries.

    I haven't yet tried it myself, but it looks promising:

    https://spring.io/projects/spring-modulith

  • Is it Time to go Back to the Monolith?
    1 project | dev.to | 14 Feb 2023
    To get a sense of the latter part you can check out the Spring Modulith project. It’s a modular monolith that lets us build a monolith using dynamic isolated pieces. With this approach we can separate testing, development, documentation and dependencies. This helps with the isolated aspect of microservice development with little of the overhead involved. It removes the overhead of remote calls and the replication of functionality (storage, authentication, etc.).

pf4j

Posts with mentions or reviews of pf4j. We have used some of these posts to build our list of alternatives and similar projects.
  • Java dynamic SPI registrations
    1 project | /r/javahelp | 6 Sep 2022
    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
    1 project | /r/Clojure | 10 Apr 2021
    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?

When comparing spring-modulith and pf4j you can also consider the following projects:

actio - The Node.js framework for microservices and monoliths.

Design Patterns - Design patterns implemented in Java

Moleculer - :rocket: Progressive microservices framework for Node.js

jext - Simple extension framework for Java applications

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.

moduliths - Building modular, monolithic applications using Spring Boot

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.

educational-platform - Modular Monolith Java application with DDD