What is Eclipse rich client platform?

What is Eclipse rich client platform?

The Rich Client Platform (RCP) is an exciting new way to build Java applications that can compete with native applications on any platform. This tutorial is designed to get you started building RCP applications quickly. It has been updated for Eclipse 3.1.2. By Ed Burnette, SAS. July 28, 2004.

What is included in a rich client platform?

Rich client platform

  • A core (microkernel), lifecycle manager.
  • A standard bundling framework.
  • A portable widget toolkit.
  • File buffers, text handling, text editors.
  • A workbench (views, editors, perspectives, wizards)
  • Data binding.
  • Update manager.

What is plugin development in Eclipse?

The Plug-in Development Environment (PDE) provides tools to create, develop, test, debug, build and deploy Eclipse plug-ins, fragments, features, update sites and RCP products.

What is RCP programming?

A Rich Client Platform (RCP) is a specialized computer program intended for the creation of Java applications built on the Eclipse architecture. Applications written with an RCP are portable and can be reused, mixed and matched.

What is the difference between thin client and rich client?

A rich client is a networked computer falling between a fat client and a thin client. Fat refers to a computer with many locally-stored programs/resources and little network resource dependence. Thin refers to a computer with few locally-stored programs/resources and great network resource dependence.

What is RCP technology?

How do I import a plugin project into Eclipse?

How to Open Plugins in Eclipse

  1. Click the “File” menu and select “Import.”
  2. Click “Plug-in Development” and “Plug-ins.”
  3. Click a radio button under “Import From” to choose which option your want — the current platform, a different platform or your hard drive.
  4. Click the plugins you want to open to select them.

What applications have been built using the rich client platform?

Several applications have been built using the Rich Client Platform. The RCP Applications section of the Eclipse Community page lists several apps, including case studies of a few. NASA/JPL is using Eclipse RCP as the foundation of their next version of Maestro, and more.

What is Eclipse RCP?

Introduction to Eclipse based applications Eclipse based applications, called Eclipse RCP ( Eclipse Rich Client Platform ), use the Eclipse framework to create feature-rich stand-alone desktop applications. The Eclipse IDE can be viewed as a special Eclipse application with the focus on supporting software development.

What is an Eclipse plug-in?

As Eclipse is build as an extensible framework, plug-ins can use and extend other plug-ins. For example, a new plug-in can create new menu entries or toolbar entries. An Eclipse RCP application typically uses the same base components as the Eclipse IDE.

What is Eclipse IDE?

The Eclipse IDE can be viewed as a special Eclipse application with the focus on supporting software development. For example, the Java development tools (JDT) provide the functionality to develop Java applications. An Eclipse application consists of individual software components, called plug-ins .