Tag Archives: rcp
First Eclipse 4 Training in Italy with Vogella
Last week I had the chance for a unique and amazing experience: being co-trainer, side-by-side with Lars Vogel, for the first Eclipse 4 Training in Italy! It has been a five days of intensive and engaging learning time, alternating slides … Continue reading
Single sourcing for databases management with RAP, EMF and Teneo
In the previous article Single sourcing with Eclipse RAP we have seen how to develop an Eclipse project and then run it both as a Desktop (RCP) Application an as a Web (RAP) Application. Now we will see how to … Continue reading
Single sourcing with Eclipse RAP
An introduction to RAP RAP (Rich Ajax Platform) is the framework that allows you to develop an RCP application an make it available over the network just pointing the browser to a given link. In this article we will see … Continue reading
Launch checking
In case you get some error during launch, it is reccomended to check that the launch itself contains all needed plugins. To do this, click Run -> Run Configurations… select the launch go to Configuration tab and make sure that … Continue reading
Clean workspace
In case of errors in the workspace, it could be useful to make a Refresh and a Clean operation. Here you’ll find how: Refresh Let’s select all plug-ins inside the workspace, right-click Refresh on the context menu. Clean Click the … Continue reading
EMF Development
This section was designed with the aim to be a practical path for learning how to quickly develop Eclipse RCP application based on EMF (work is in progress …) First steps How to create an RCP application From Model to … Continue reading
How to create an RCP application
Select File -> New -> Other… and choose Plug-in Project, then Next. In Project name field let’s give a name to our project, e.g. it.rcpvision.rcptutorial.application leave other options unchanged and press Next. At the next step let’s make sure that … Continue reading
