RCP Platform Resources
RCP Platform Resources
The following site provide more in-depth information on developing RCP applications.
- http://wiki.eclipse.org/index.php/Rich_Client_Platform This is the official Eclipse site for RCP. There are many useful resources provided through this site.
- http://www-128.ibm.com/developerworks/views/opensource/libraryview.jsp?search_by=gentle+introduction+swt+jface This article series provides a good introduction to the SWT and JFace libraries used in the Commerce Manager.
- http://www.eclipse.org/articles/Article-Forms/article.html This article provides an introduction to Eclipse Forms, which is used extensively throughout the Commerce Manager.
- http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/samples/org.eclipse.swt.examples/doc-html/swt_controls_ex.html An Eclipse plugin that demonstrates examples of common SWT widgets.
- http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/CatalogSWT-JFace-Eclipse.htm This is an excellent source of well coded Eclipse / SWP / RCP examples.
- http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/DemonstratesTableViewers.htm
- http://www.eclipse.org/articles/Article-UI-Guidelines/Contents.html This is the official Eclipse UI guidelines page, with extensive guidelines covering all aspects of the Eclipse UI framework.
- http://www.eclipse.org/articles/Article-Plug-in-architecture/plugin_architecture.html Helpful in understanding the Plug-in architecture
- http://www.eclipse.org/articles/Article-WorkbenchSelections/article.html The selection service explained
- http://wiki.eclipse.org/index.php/JFace_Data_Binding All about the JFace data binding framework