I am using a Weld SE container in my JavaFX application (via AfterburnerFX actually). A component is initialized (when a dialog window is shown to the user) and it's fields are injected. However, creating one of its dependencies takes much time.
Is there an available facility to instantiate a bean asynchronously directly in Weld SE? If not, what's a common design pattern to handle this?