Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] More info about the project

Hi,

I think you can already start today by writing your code in a way that
you can run it in Eclipse 4.0 or better directly on the Eclipse 4.0
Application Platform.

I proposed a talk for Eclipse Summit Europe about "SingleSourcing for
Eclipse 4.x and Eclipse 3.x" and there's already an example available
showing how this is done - I'm talking about my Formbased-ModelEditor
who is written using the 4.0 Programing Model but runs ALSO in an
Eclipse 3.x environment through the so called Forward Compat Layer.

So if I'd have today to make the choice I'd go for the following
bundle/project-structure:

* org.myplugin: Only has depdendencies on core-bundles and equinox and
                SWT/JFace. Components in there are POJOs and probably
                uses DI-stuff from e4

* org.myplugin.3x: Integrates the bundles into the Eclipse 3.x world

In the 4.1 timeframe I want to invest some of my time into the Forward
Compat Layer which by then should provide all our 20 things in a 3.x env.

Tom

Am 02.08.10 21:52, schrieb Marcel Gorri:
> Hi all, 
> 
> I'm a committer from Sequoyah project, and recently I started to study
> and follow e4 project. I've read the whitepaper (among other documents)
> and downloaded a build in order to check e4 working.
> 
> So now I have some questions that might be basic since I'm new to e4
> discussions. 
> - When e4 is going to be released? Will it be released in Indigo?
> - When are other projects expected to migrate and use new features from e4?
> - Is there a roadmap of features vs dates, where I can check the
> features that will be implemented?
> 
> Basically, what we are trying to do is to determine the necessary effort
> for e4 integration when the time comes. 
> 
> Can you please help me on this?
> 
> Best regards,
>  Marcel
> 
> 
> 
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev


-- 
B e s t S o l u t i o n . a t                        EDV Systemhaus GmbH
------------------------------------------------------------------------
tom schindl                                        geschaeftsfuehrer/CEO
------------------------------------------------------------------------
eduard-bodem-gasse 5/1    A-6020 innsbruck      phone    ++43 512 935834


Back to the top