Spring Tips: Spring Plugin

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Nice, I have tons of places where I used my own impl of this pattern. This will help refactoring. Thanks!

jimmyl
Автор

Nice one! Gave me idea where I can use it in my project. Some refactoring on the way. Thanks Josh!

thelanelim
Автор

Thank you Josh! Explanation is precise and to the point 😀

Decent
Автор

Just two days ago we tried to use this pattern, but due to not having the idea we did it manually. Thanks.

codecoffee-farsi
Автор

I was wrong the entire time.
I saw this in one of the spring source and have been doing this pattern in my codes for a long time, but I name it with "Factory" prefix instead of "Strategy", as I thought this is a Factory Pattern.
Man, I have no idea what I'm doing lol.

delberthjulensbeti
Автор

Thank you very much, can I package these plugins in separate jars?

digitech
Автор

Hi @joshLong Is there a way of deploying the plugins while the application is already running without restarting? I can't find proper documentation, I really need to use this

AntonyOmeri
Автор

I don’t get the different to having multiple components that implement the same interface and then just autowireing the interface type as a map with the bean name as key or using qualifier annotation ?

julianruppel
Автор

What Is differece between plugin and make manually? Wha is extra or advantage? It's become probably a complex code using a dependency.

NikiStarGamer
Автор

Hey Josh, I'm trying to get an idea on this use case. How is this different from @ConditionalOnProperty on a @Configuration class that defines a bunch of beans?

RajaAnbazhagan