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 "Learn About Eclipse"

Line 8: Line 8:
  
 
* [http://eclipse.org/resources/resource.php?id=336 Developing Plug-ins for Eclipse] A complete course on Plug-in development.
 
* [http://eclipse.org/resources/resource.php?id=336 Developing Plug-ins for Eclipse] A complete course on Plug-in development.
 +
 +
[http://eclipse.org/resources/?sort=date&category=Plug-ins More Eclipse Plug-in resources]
  
 
The Eclipse Rich Client Platform:
 
The Eclipse Rich Client Platform:
  
 
* [http://eclipse.org/resources/resource.php?id=257 The Anatomy of an Eclipse RCP Application]
 
* [http://eclipse.org/resources/resource.php?id=257 The Anatomy of an Eclipse RCP Application]
 +
 +
 +
[http://eclipse.org/resources/?sort=date&category=RCP More Eclipse RCP resources]
  
 
Important Eclipse Technology:
 
Important Eclipse Technology:
  
 
* [http://www.eclipse.org/articles/article.php?file=Article-Understanding-Layouts/index.html Understanding Layouts in SWT]
 
* [http://www.eclipse.org/articles/article.php?file=Article-Understanding-Layouts/index.html Understanding Layouts in SWT]
 +
* [http://eclipse.org/articles/Article-SWT-images/graphics-resources.html Taking a look at SWT Images]
 
* [http://eclipse.org/articles/Article-WorkbenchSelections/article.html Using the Selection Service]
 
* [http://eclipse.org/articles/Article-WorkbenchSelections/article.html Using the Selection Service]
 
* [http://www.eclipse.org/articles/article.php?file=Article-Adapters/index.html Adapters]
 
* [http://www.eclipse.org/articles/article.php?file=Article-Adapters/index.html Adapters]
 
* [http://eclipse.org/articles/article.php?file=Article-Accessibility351/index.html Designing Accessible Plug-ins in Eclipse]
 
* [http://eclipse.org/articles/article.php?file=Article-Accessibility351/index.html Designing Accessible Plug-ins in Eclipse]
 +
 +
[http://eclipse.org/resources/?sort=date&category=RCP More Eclipse Technology resources]
  
 
Other Resources:
 
Other Resources:
  
 +
* [http://eclipse.org/examples/ Examples]
 
* [[The Official Eclipse FAQs]]
 
* [[The Official Eclipse FAQs]]
 
* [http://www.eclipse.org/swt/snippets SWT Snippets] Bits of code demonstrating how to use the Standard Widget Toolkit.
 
* [http://www.eclipse.org/swt/snippets SWT Snippets] Bits of code demonstrating how to use the Standard Widget Toolkit.

Revision as of 11:09, 11 April 2011

This document provides a starting point for software developer who would like to learn about building products on Eclipse frameworks and APIs.

Getting Started

Most (but not all) technology developed by Eclipse projects are based on the Eclipse Platform. The Eclipse Platform Technical Overview whitepaper provides a good overview of the platform.

Learning about Plug-ins:

More Eclipse Plug-in resources

The Eclipse Rich Client Platform:


More Eclipse RCP resources

Important Eclipse Technology:

More Eclipse Technology resources

Other Resources:

Ask Questions

Perhaps the best way to learn about Eclipse is to ask questions. If you're not sure about where to ask a question, try the "New Comer" forum. Note that you'll have to create an account to contribute to the forum (you don't need an account to browse).

There is also a very large Eclipse contingent on Stack Overflow; tag your question with "eclipse".

This page is moderated by the EMO.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.