Changes

Jump to: navigation, search

Teams Winter 2011/team1/RCP/Create RPC Application

87 bytes added, 13:55, 9 March 2011
Create a RCP Application
=== Create a RCP Application ===
'''This tutorial uses the [http://www.vogella.de/articles/EclipseJFaceTable/article. html#jfaceviewers Jface Tutorial ] as reference.''' <br/>
In this tutorial we are going to demonstrate how to build a simple RCP application to maintain student's information. We keep the data in a List object and will not preserve data. <br/>
<br/>
'''Run Configuration'''<br/>
You can also set the run configuration if required, for example if there is a separate project for a view and you want to add that view to the perspective of the current project you need to make sure that both projects are running, so you need to set that in the run configuration, and you can reach it by right clicking on the project in Project explorer view and select Run As> Run configuration, and double clicking on the '''OSGI FrameworkEclipse Application''' to create a new Run configuration for the application.However , for this project we do not need any new run configuration. <br/>
=== Add Model ===
1
edit

Navigation menu