-
Notifications
You must be signed in to change notification settings - Fork 48
Programming RCP apps
Andrey Hihlovskiy edited this page May 8, 2014
·
3 revisions
Definition: RCP application is an OSGi-based Java application, based on Equinox launcher and set of Eclipse RCP plugins.
RCP application does have a GUI, although it is very minimalistic at the beginning. The programmer must fully define RCP application views, menus, toolbars etc.etc.