Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Re: gef-dev Digest, Vol 53, Issue 2

Hello Ian.....Thanks for your useful information....& While surfing..I cross over about "e4"..With this we could able to develop a GEF application as a web project...is it??..So, intern it will convert all the java codes into actionscript. It means, finally we could get .swf file of our GEF application????...Is so, can I use that .swf file anywhere?

Am not clear with above things..So...take me to right direction.if it wrong....

Thanks & Regards,
Malar

On Wed, Aug 12, 2009 at 9:30 PM, <gef-dev-request@xxxxxxxxxxx> wrote:
Send gef-dev mailing list submissions to
       gef-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
       https://dev.eclipse.org/mailman/listinfo/gef-dev
or, via email, send a message with subject or body 'help' to
       gef-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
       gef-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gef-dev digest..."


Today's Topics:

  1. Re: Using GEF Plugin As an Library (Ian Bull)


----------------------------------------------------------------------

Message: 1
Date: Tue, 11 Aug 2009 14:32:03 -0700
From: Ian Bull <irbull@xxxxxxxxxxxxxxxxx>
Subject: Re: [gef-dev] Using GEF Plugin As an Library
To: GEF development <gef-dev@xxxxxxxxxxx>
Message-ID:
       <2d7391310908111432l76cff988h191432f8076dd953@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="windows-1252"

Just like the Shapes examples has a dependency on GEF, GEF has a dependency
on RCP (the Eclipse Rich Client Platform).  This doesn't mean it requires
Eclipse, but it does require "parts of Eclipse" (these parts are known as
RCP).  This is because GEF requires views, editors, actions, plug-in
extension, string translations, etc...

You should be able to craft a target that includes GEF + RCP that will give
you what you need.

If you are new to RCP development, take a second to google "Eclipse Rich
Client Platform".  You will find a lot of resources to help you.

cheers,
ian

On Mon, Aug 3, 2009 at 7:30 AM, malar vizhi <malarsow@xxxxxxxxx> wrote:

> Hello All,
>
>
> I just want to make sure on one thing. I think, to run a GEF shapes
> example, eclipse must be there in my system. Because it requires eclipse to
> run, opens another eclipse workbench & running. Is it possible to develop my
> own simple java project (not plugin project) to drag & drop some images from
> palette by using GEF (org.eclipse.gef.examples.shapes.jar) plugin as a
> library? So that I could invoke the required methods from GEF Package. My
> main concern is, project should work with simple jre, it shouldn’t required
> eclipse to run once developed. Will it be possible by this way?
>
>
>
> Because my requirement is exactly like what shapes example giving (drag &
> drop some image from palette & capture some details for each image using
> property window).
>
>
>
> Please give me some idea…
>
>
>
> Thanks in Advance
> Malar
>
>
>
> _______________________________________________
> 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://eclipsesource.com | http://twitter.com/eclipsesource
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://dev.eclipse.org/mailman/private/gef-dev/attachments/20090811/f7e2c84c/attachment.html

------------------------------

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


End of gef-dev Digest, Vol 53, Issue 2
**************************************


Back to the top