You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Currently we provide a
UiSetupWizardImplementation
by calling the injectedSetupWizard(...)
method. This looks strange to me, because we normally provide functionality implemented on the Java side withBean
s. What do you think, should we add a bean class on the Java side, that creates a newUiSetupWizardImplementation
instance, instead of the injected method?The text was updated successfully, but these errors were encountered: