Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Need Help: GEF-Application
Need Help: GEF-Application [message #183218] Tue, 31 May 2005 21:53 Go to next message
Eclipse UserFriend
Originally posted by: RWotsch.gmx.de

Hallo,

I have a small problem by the use of GEF.

I am an absolute beginner in this area and I have never worked with the
GEF-Plugin.

I use the Eclipse platform 3.0.1! In addition, I have added the Plugin
GEF-SDK-3.0.1 and the GEF-examples-3.0.1 to my Eclipse platform.

I have already perused the GEF Developer Guide to understand the
construction of a GEF-Application! With the help of the Developer Guide I
wanted to try to generate my own small editor but I don't know what kind
of project ("File->New->Project->??") I have to use!

For example, Tomcat: With (File-> New-> Other-> Java-> Tomcat Project) one
can provide to himself directly a Tomcat project. Is there also such a
thing for GEF or how does one provide a project GEF??

I have perused the GEF Developer Guide and the FAQ's, however, I could not
find out what project I should use for it. I hope that somebody can help
me! I am grateful for every help.
Re: Need Help: GEF-Application [message #183236 is a reply to message #183218] Tue, 31 May 2005 22:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: christian.sell.netcologne.de

Hallo Robert,

The first thing that has to be said is that there is no GEF application
as such. What you will be creating is an eclipse plugin, as GEF depends
on the eclipse runtime infrastructure (and your app will benefit from
it, too).
Therefore, the project you create will be a Plugin Project. On the way
through the wizard you will then have the choice of creating a "Rich
Client Application", which is a special type of plugin that uses eclipse
as a standalone runtime environment (without the IDE stuff). You will
probably not need that now.

There are no wizard templates for GEF that I am aware of, so you will
create a plain editor plugin, add GEF as a dependency and adapt the
generated code. The best way is to use one of the example plugins that
come with the GEF distro as a reference.

HTH,
christian

Robert Wotsch wrote:
> Hallo,
>
> I have a small problem by the use of GEF.
>
> I am an absolute beginner in this area and I have never worked with the
> GEF-Plugin.
>
> I use the Eclipse platform 3.0.1! In addition, I have added the Plugin
> GEF-SDK-3.0.1 and the GEF-examples-3.0.1 to my Eclipse platform.
>
> I have already perused the GEF Developer Guide to understand the
> construction of a GEF-Application! With the help of the Developer Guide
> I wanted to try to generate my own small editor but I don't know what
> kind of project ("File->New->Project->??") I have to use!
>
> For example, Tomcat: With (File-> New-> Other-> Java-> Tomcat Project)
> one can provide to himself directly a Tomcat project. Is there also such
> a thing for GEF or how does one provide a project GEF??
>
> I have perused the GEF Developer Guide and the FAQ's, however, I could
> not find out what project I should use for it. I hope that somebody can
> help me! I am grateful for every help.
>
Re: Need Help: GEF-Application [message #183310 is a reply to message #183236] Wed, 01 June 2005 05:27 Go to previous message
Eclipse UserFriend
Originally posted by: RWotsch.gmx.de

Many thanks for the quick answer.
This has really helped me.


Now I understand how I can use the GEF-Plugin.

Yours sincerely
Robert
Previous Topic:Need Help: GEF-Application
Next Topic:how to run EDiagram example?
Goto Forum:
  


Current Time: Thu Apr 25 08:12:27 GMT 2024

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

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

Back to the top