Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse4/Tutorials"

(Eclipse 4.0 Application Platform - Tutorial (Lars Vogel))
(Changed order as Toms Tutorial is a bit outdated.)
Line 2: Line 2:
  
 
__TOC__
 
__TOC__
==The Eclipse 4.0 Application Platform - An Introduction to e4 (Tom Schindl)==
 
by [http://tomsondev.bestsolution.at Tom Schindl]
 
 
This 60 page tutorial accompanied by the source code for a fully running application introduces the reader to the core concepts of the Eclipse 4.0 Application Platform.
 
 
[[Image:MailApp40.png|400px]]
 
 
The tutorial is available from [http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released  Toms Blog]
 
 
 
==Eclipse RCP based on Eclipse 4.2 (Eclipse e4) - Tutorial  (Lars Vogel)==
 
==Eclipse RCP based on Eclipse 4.2 (Eclipse e4) - Tutorial  (Lars Vogel)==
 
by [http://wwww.vogella.de Lars Vogel]
 
by [http://wwww.vogella.de Lars Vogel]
Line 19: Line 10:
  
 
The tutorial is available from www.vogella.de at: [http://www.vogella.de/articles/EclipseE4/article.html  Eclipse RCP based on Eclipse 4.2 (Eclipse e4) - Tutorial ]
 
The tutorial is available from www.vogella.de at: [http://www.vogella.de/articles/EclipseE4/article.html  Eclipse RCP based on Eclipse 4.2 (Eclipse e4) - Tutorial ]
 +
 +
==The Eclipse 4.0 Application Platform - An Introduction to e4 (Tom Schindl)==
 +
by [http://tomsondev.bestsolution.at Tom Schindl]
 +
 +
This 60 page tutorial accompanied by the source code for a fully running application introduces the reader to the core concepts of the Eclipse 4.0 Application Platform.
 +
 +
[[Image:MailApp40.png|400px]]
 +
 +
The tutorial is available from [http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released  Toms Blog]
  
 
==Leveraging Eclipse 4 API to Build Components for the Future (Webinar)==
 
==Leveraging Eclipse 4 API to Build Components for the Future (Webinar)==

Revision as of 06:42, 16 January 2012

This page collects available tutorials on writing applications who are targeting the Eclipse 4.0 Application Platform/SDK.

Eclipse RCP based on Eclipse 4.2 (Eclipse e4) - Tutorial (Lars Vogel)

by Lars Vogel

Complete Eclipse RCP Tutorial based on 4.2 Tutorial

ModeledWorkbench.jpg

The tutorial is available from www.vogella.de at: Eclipse RCP based on Eclipse 4.2 (Eclipse e4) - Tutorial

The Eclipse 4.0 Application Platform - An Introduction to e4 (Tom Schindl)

by Tom Schindl

This 60 page tutorial accompanied by the source code for a fully running application introduces the reader to the core concepts of the Eclipse 4.0 Application Platform.

MailApp40.png

The tutorial is available from Toms Blog

Leveraging Eclipse 4 API to Build Components for the Future (Webinar)

by Eric Moffatt

This is a webinar that covers the major parts of the e4 architecture / API upon which Eclipse 4 is based. It also presents a code pattern that will allow an eclipse view to be presented wherever you want (Wizard page, Dialog...).

LocalViews.png

This is the project used to create the Wizard Page shown above: Media:WebinarProject.zip.

Just unzip it and add it to your workspace. Then running an inner will show a new entry in the 'New...' dropdown called 'Local Views' (which is the page you see above)

The tutorial is available at Eclipse Live - Webinar

Copyright © Eclipse Foundation, Inc. All Rights Reserved.