I am trying to learn Eclipse RCP and read articles online. I am confused that the Eclipse RCP tutorials talk about developing Eclipse plugins. I can not understand Eclipse RCP.
What is the relationship between Eclipse RCP and Eclipse plugins?
I want to develop an application with Eclipse RCP as a user interface (this is not it?). What does this have to do with the development of the Eclipse plugin?
Both of them use Eclipse as an integrated development environment (IDE).
Eclipse Rich Client Platform (RCP) - Java . OSGi.
Eclipse RCP - SWT .
Eclipse Eclipse IDE.
, Eclipse RCP Eclipse OSGi.
Eclipse - , java, ++ ..
Eclipse IDE - RCP Eclipse.
Eclipse, Eclipse IDE. Eclipse, RCP Eclipse, .
Eclipse RCP, . swt, . Eclips RCP .
Eclipse , . , RCP .
.
, RCP "CAR", "AC", "AC" "CAR", .
Plugin RCP - Application.
Eclipse RCP is a plugin. This may have more plugins. In Eclipse World, everything has a plugin.
If you create an RCP plugin, this is just the foundation for building your application on it, your starting point. You can create your application by creating more plugins (not rcp plugins) and integrating them into your RCP application.
In the end you will get a plugin based application.