- Perspectives in Eclipse workbench are visual containers that group related views and editors to accomplish a specific task.
- Creating a perspective involves defining an extension in plugin.xml and implementing the perspective class to control initial layout.
- Views display data from the domain model and are created by defining an extension point and implementing the view class.
- The entry point for an RCP application is a class that implements IApplication to control application execution and create the workbench.