Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

E4/RAP Integration/Bundle Initialization

Bundle initializations

This is a general problem with single sourcing RCP/RAP code (for example initializing image, color and font registry at bundle start), but there seems not so much to do in our case. Most of the special initializations for RAP take place in the WorkbenchPlugin, where the JobManagerAdapter and a special HttpServiceTracker are initialized.

Back to the top