PhoenicisOrg / scripts

Phoenicis scripts
GNU Lesser General Public License v3.0
64 stars 49 forks source link

Provide "SetupWizard" via Bean instead of by Injection #1126

Open madoar opened 5 years ago

madoar commented 5 years ago

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?

plata commented 5 years ago

Makes sense to me.

plata commented 3 years ago

@bubach is your problem related to this issue?