Difference between revisions of "Teams Winter 2011/team1/RCP/Create RPC Application"
Ladanzahir (talk | contribs) (→Add Model) |
Ladanzahir (talk | contribs) (→Create Model Package) |
||
Line 28: | Line 28: | ||
=== Add Model === | === Add Model === | ||
==== Create Model Package ==== | ==== Create Model Package ==== | ||
− | [[Image: RCPMpdel1.jpg | | + | [[Image: RCPMpdel1.jpg | 700px]]<br/> |
[[Image: RCPMpdel2.jpg | 400px]]<br/> | [[Image: RCPMpdel2.jpg | 400px]]<br/> | ||
[[Image: RCPMpdel3.jpg | 400px]]<br/> | [[Image: RCPMpdel3.jpg | 400px]]<br/> | ||
+ | |||
==== Add Model Class(s) ==== | ==== Add Model Class(s) ==== | ||
==== Add Model Provider ==== | ==== Add Model Provider ==== |
Revision as of 15:33, 8 March 2011
Contents
Create a RCP Application
Start The Application
Create an new plug-in project from File menu (File>New>Project>Plug-in Development> Plug-in project).
Name it: "cs.ecl.rcp.SimpleRCP"
Select "Yes" in responce to the question:" Would you like to create a rich client application?"
Select the "Hello RCP" in the Templates screen.
Un-check "Add branding".
The "RCP" project is created with some classes already in it. We will modify this project to create our RCP application for the purpose if this tutorial.
Run The Application
To run the application, right click on the project and select :Run As> Eclipse Application. Alternatively, you can click on the "Run an Eclipse Application" In the "Testing section of the project Overview window.
At this point, the application starts and looks like this: