Workspace Launcher for your RCP application

There seems to be a number of features that eclipse has that we need to make available in our RCP application. One such feature that many like to have in their RCP application is the eclipse’s default workspace launcher.This mainly applies to those RCP applications that has a project stuff nature. One point or other [...]

Convertion of an eclipse plugin to a standalone RCP application

The platform-independent Eclipse RCP architecture makes rich-client applications easy to write as the business logic is organized into reusable components called plugins. In this article, We are going to convert Mylyn 2.2 Release Plugin to a standalone RCP application. I choose Mylyn because it is one of the most popular eclipse plugin known to [...]