Alternative JAR Entry Points Using Java Dependency Injection Frameworks
January 10, 2023In this post, we introduce a simple new pattern that allows dependency injection to take place before an alternative entry point is executed in a Java application. This pattern also has the advantage of working with different popular open source Java dependency injection frameworks, such…