Example #1: Mail Application
There is a sample RCP application that will be created from a template by using one of Eclipse's 'new PDE Project' build-in wizards. We took this example and reimplemented it by using RCML. Here you will find all the necessary ressources to bring this example to life.
Requirements: Java 5.0, Eclipse 3.2
Install RCML runtime by using the following update site within Eclipse 3.2:
http://www.rcml.net/update
Download mailapp example from here (mailapp.zip)
Import example project into your workspace
Start application by clicking "Launch an Eclipse application" on the
"Overview" page of the plugin manifest editor. To open it - double click
on the META-INF/MANIFEST.MF file in the package explorer.
Take a look at the XML-Files in the project directory that describe the application
Example #2: Database Application
The following example shows a way of using a high-level data access component within RCML.
Requirements: Java 5.0, Eclipse 3.2
Install RCML runtime by using the following update site within Eclipse 3.2:
http://www.rcml.net/update
Download mailapp example from here (dbapp.zip)
Import example project into your workspace
Start application by clicking "Launch an Eclipse application" on the
"Overview" page of the plugin manifest editor. To open it - double click
on the META-INF/MANIFEST.MF file in the package explorer.
Take a look at the XML-Files in the project directory that describe the application