| Eclipse is an open platform for tool integration built by an open community of tool providers. It is a layered architecture with frameworks that can be reused depending upon the sort of the application or tool-related task you wish to support. The frameworks comprising this layered architecture can be divided into three groups: Platform Runtime, Rich Client Platform (RCP), and the Workbench IDE. While the Eclipse platform is designed to serve as an open tools platform, it is architected so that its components could be used to build just about any client application. The minimal set of plug-ins needed to build a rich client application is collectively known as the Rich Client Platform (RCP)
This course focuses on RCP and will help you understand how to implement your own application using Eclipse. It will explain you, the reusable frameworks in Eclipse, how they relate to one another, and scenarios for building on the common configurations of Eclipse technology.
RCP allows you to quickly build a professional-looking application, with native look-and-feel, on multiple platforms, let you to keep your focus on your value-add. The components that form RCP are of high quality, are actively maintained, and are open source.
This is an in-depth course on how to build Eclipse 3.2 RCP of increasing complexity. |