Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need help to begin with Eclipse RCP [closed]

I am just a beginner in eclipse rcp and I'm feeling it hard to understand the concepts. Infact I struggling to create a button, somebody please give a good suggestion as to how to start with rcp.

like image 662
SHIV Avatar asked Jun 15 '10 06:06

SHIV


People also ask

What is the difference between Eclipse and Eclipse RCP?

Eclipse-based applications which are not primarily used as software development tools are called Eclipse RCP applications. An Eclipse 4 RCP application typically uses the base components of the Eclipse platform and adds additional application specific components.

What is RCP programming?

The rich client platform (RCP) is a programmer tool that makes it easier to integrate independent software components, where most of the data processing occurs on the client side.

What is Eclipse rich client platform?

Eclipse Rich Client Platform helps in building java applications that are Application Platform independent. Eclipse Rich Client Platform can also be used for building non-IDE applications. Eclipse Rich Client Platform provides a general UI, which can be extended by developers to suit their business needs.


2 Answers

The Vogella's tutorial on RCP is both up-to-date and quite complete, and updated for E4, including its E4 CSS Spy and other Eclipse e4 Tools..

Eclipse 4 Application Project

You can also read about the difference between plug-in, feature and product in eclipse RCP.

like image 181
VonC Avatar answered Sep 21 '22 04:09

VonC


In addition to the RCP resources mentioned by VonC, for lower-level stuff (you mentioned creating a button) check out the SWT snippets: http://www.eclipse.org/swt/snippets/

like image 21
Fabian Steeg Avatar answered Sep 19 '22 04:09

Fabian Steeg