Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] GEF outside of Eclipse, not yet?

Yep, that's actually the whole point behind RCP (Rich Client Platform).  RCP just factors out all the workbench code (the code that manages the view, editors, plugins, etc...), and you can build your own (branded) customized platform.

The best way to experiment with this is to use
File -> New -> Other
Select Plug-in Project
Give it a Name -> Next
Select Create Rich Client Application -> Next
Choose RCP Mail Template

Then if you click on the plugin.xml, you can launch the sample mail app. You can also export this whole project.  Once you have an RCP application up and running, you should be able to add GEF to it.

However, Rasmus is right, this is not really appropriate for this list.  There are several articles on Eclipse.org about RCP. For questions, checkout the platform newsgroup and maybe even the newcomer newsgroup.

Sorry for spamming the list with this information. I just remember starting with Eclipse, and getting started is not easy.

Good luck,
Ian


On Thu, Feb 19, 2009 at 5:19 PM, Jonathan Wong <jhannwong@xxxxxxxxx> wrote:
And I can package the RCP into a stand-alone product?

Ian Bull wrote:
Yes, you can use GEF outside of Eclipse (in an RCP application).  You can't use GEF is a straight SWT application.

cheers,
ian

On Wed, Feb 18, 2009 at 6:56 PM, Jonathan Wong <jhannwong@xxxxxxxxx <mailto:jhannwong@xxxxxxxxx>> wrote:

   Is it still not possible to use GEF outside of Eclipse (like RCP)?

   Is it easy to change GEF to do so? A couple of hours' work?
   _______________________________________________
   gef-dev mailing list
   gef-dev@xxxxxxxxxxx <mailto:gef-dev@xxxxxxxxxxx> ------------------------------------------------------------------------


_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev

_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev



--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484
http://twitter.com/irbull | http://twitter.com/eclipsesource

Back to the top