Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How to migrate my RCP Application to a RAP Application
How to migrate my RCP Application to a RAP Application [message #79016] Mon, 24 March 2008 11:06 Go to next message
Eclipse UserFriend
Originally posted by: moussaoui_ensi.yahoo.fr

Hello,

I had developed an RCP application and i want to migrate it to a RAP
application but i do not know which changes that i ought to do in order to
reach this action.
this is the description of myu appli.
**********************Despendencies:****************
org.eclipse.ui
org.eclipse.core.runtime
org.eclipse.gef
org.eclipse.ui.views
**********************Extensions:********************
org.eclipse.core.runtime.application
org.eclipse.ui.perspectives
org.eclipse.ui.editors
************************Plugin.xml*******************
<plugin>

<extension
id="application"
point="org.eclipse.core.runtime.applications">
<application>
<run
class="com.omegaing.logieditor.Application">
</run>
</application>
</extension>
<extension
point="org.eclipse.ui.perspectives">
<perspective
name="RCP Perspective"
class="com.omegaing.logieditor.Perspective"
id="Logigramme.perspective">
</perspective>
</extension>
<extension
point="org.eclipse.ui.editors">
<editor
class="com.omegaing.logieditor.MyLogigramEditor"

contributorClass=" com.omegaing.logieditor.MyLogigramEditorActionBarContributor "
default="true"
icon="/icons/logigramme.png"
id="omegaing.logieditor"
name="Logigramme">
</editor>
</extension>

</plugin>

Please help me, i ought to do this deployment.
Thanks a lot.
Re: How to migrate my RCP Application to a RAP Application [message #79073 is a reply to message #79016] Mon, 24 March 2008 18:52 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

there are several threads in this newsgroup regarding the subject of
migrating RCP application to RAP. So please have a look. Just one hint
in advance: There is no support for GEF yet. So if the use of GEF in
your app is not just negligible, you could run into serious problems
providing a useful transition.

Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Jean [mailto:moussaoui_ensi@yahoo.fr]
Bereitgestellt: Montag, 24. März 2008 12:07
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: How to migrate my RCP Application to a RAP Application
Betreff: How to migrate my RCP Application to a RAP Application


Hello,

I had developed an RCP application and i want to migrate it to a RAP
application but i do not know which changes that i ought to do in order
to reach this action.
this is the description of myu appli.
**********************Despendencies:****************
org.eclipse.ui
org.eclipse.core.runtime
org.eclipse.gef
org.eclipse.ui.views
**********************Extensions:********************
org.eclipse.core.runtime.application
org.eclipse.ui.perspectives
org.eclipse.ui.editors
************************Plugin.xml*******************
<plugin>

<extension
id="application"
point="org.eclipse.core.runtime.applications">
<application>
<run
class="com.omegaing.logieditor.Application">
</run>
</application>
</extension>
<extension
point="org.eclipse.ui.perspectives">
<perspective
name="RCP Perspective"
class="com.omegaing.logieditor.Perspective"
id="Logigramme.perspective">
</perspective>
</extension>
<extension
point="org.eclipse.ui.editors">
<editor
class="com.omegaing.logieditor.MyLogigramEditor"

contributorClass="com.omegaing.logieditor.MyLogigramEditorActionBarContr
ibutor"
default="true"
icon="/icons/logigramme.png"
id="omegaing.logieditor"
name="Logigramme">
</editor>
</extension>

</plugin>

Please help me, i ought to do this deployment.
Thanks a lot.
Previous Topic:IWorkbench#restart behaves like IWorkbench#close ?
Next Topic:Pagination control with Tableviewer
Goto Forum:
  


Current Time: Wed Sep 25 12:26:56 GMT 2024

Powered by FUDForum. Page generated in 0.06706 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top