Community
Participate
Working Groups
The current configuration API allows to register IEntryPoint implementation as classes only. To improve the integration with DI capable containers like OSGi DS, Spring etc. there should be the possibility to gain access to the entry point instance before the IEntryPoint#createUI() method gets called. The easiest way to do so is probably to provide an registration possibility that uses an IEntryPointFactory.
Commited a first version that should be completley backwards compatible in CVS-Head
The IEntryPointFactory interface exists, is useful, and there doesn't seem to be a need for changes. Thanks Frank!