Skip to main content

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

e4 is the experimental next generation of the Eclipse platform.  There are a lot of cool technology prototypes.  There is someone working on bringing GEF to the web by using a Java -> Flex compiler. I'm not sure the state of this. I managed to use this compiler to compile a simple Zest graph to an SWF file, but more complicated graphs had problems.

The 1.0 version of e4 is expected to ship next June.  During the next few months, the e4 team will decide what technologies will get worked on, and this is entirely a resource thing.  That is, if someone is willing to work on it, it will get worked on.  If you are interested in this, I would suggest 1. signing up to the e4 mailing list, and 2. seeing if you can help with the project.

Good luck, and thanks for your interest.

cheers,
Ian


On Wed, Aug 12, 2009 at 9:45 PM, malar vizhi <malarsow@xxxxxxxxx> wrote:
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
**************************************


_______________________________________________
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

Back to the top