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"

(Leveraging Eclipse 4 API to Build Components for the Future (Webinar))
(Leveraging Eclipse 4 API to Build Components for the Future (Webinar))
Line 27: Line 27:
 
[[Image:LocalViews.png]]
 
[[Image:LocalViews.png]]
  
[[Image:LocalViewsPrj.zip]]
+
[[Media:WebinarProject.zip]]
  
  
 
The tutorial is available at  
 
The tutorial is available at  
 
[http://live.eclipse.org/node/1061  Eclipse Live - Webinar]
 
[http://live.eclipse.org/node/1061  Eclipse Live - Webinar]

Revision as of 13:36, 27 October 2011

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

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

Eclipse 4.0 Application Platform - Tutorial (Lars Vogel)

by Lars Vogel

Complete Eclipse 4.0 Tutorial, including an explanation of the basic concepts of the Eclipse 4.0 Application Platform.

ModeledWorkbench.jpg

The tutorial is available from www.vogella.de at: Eclipse 4.0 Application Platform - Tutorial

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

by Eric Moffatt

This is a one hour 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

Media:WebinarProject.zip


The tutorial is available at Eclipse Live - Webinar

Back to the top