On SWT based eclipse rcp application I can build a Plugin B that contributing UI elements to plugin A, in most cases this is a main rcp application plugin.
For example I can contribute with a plugin a new Menu to my main menu.
This works awesome. Actually I do some research with JavaFX basded RCP Applications.
For some reason a UI contribution not work for me. I checked out some javafx eclipse rcp application from github, but all of them do entire UI staff in a single main plugin.
Is it that generelly possible to builid multi plugin javafx rcp application?