scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Provide "SetupWizard" via Bean instead of by Injection

Open madoar opened this issue 6 years ago • 2 comments

Currently we provide a UiSetupWizardImplementation by calling the injected SetupWizard(...) method. This looks strange to me, because we normally provide functionality implemented on the Java side with Beans. What do you think, should we add a bean class on the Java side, that creates a new UiSetupWizardImplementation instance, instead of the injected method?

madoar avatar Sep 12 '19 19:09 madoar

Makes sense to me.

plata avatar Sep 16 '19 17:09 plata

@bubach is your problem related to this issue?

plata avatar Mar 15 '21 16:03 plata