| [news.eclipse.platform] Re: RCP vs Plug-ins question |
An RCP *is* a bunch of plugins. You'd have to go out of your way to write an RCP that wouldn't be a set of plugins. I'd recommend developing them as individual plugins, and test them in an Eclipse workbench. You can then separately develop the RCP hooks that create the main perspectives, and add views in as needed. Alex.