scripts
scripts copied to clipboard
Provide "SetupWizard" via Bean instead of by Injection
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?
Makes sense to me.
@bubach is your problem related to this issue?