Skip to content
#

factory-bean

Here are 5 public repositories matching this topic...

A Spring Core project that uses a custom FactoryBean to dynamically create different engine implementations (Diesel, Electric, Hybrid) based on external configuration. It demonstrates loose coupling and runtime flexibility by selecting the desired engine via properties without changing the application code.

  • Updated May 4, 2026
  • Java

A Spring Core project that dynamically selects encryption algorithms (AES, RSA, SHA) using the FactoryBean pattern and external configuration. It demonstrates clean design principles like dependency injection and strategy-based architecture for flexible, scalable encryption handling.

  • Updated May 5, 2026
  • Java

Improve this page

Add a description, image, and links to the factory-bean topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the factory-bean topic, visit your repo's landing page and select "manage topics."

Learn more