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

E4/Doc/Template

< E4‎ | Doc
Revision as of 01:06, 5 April 2010 by Brentbarkman.gmail.com (Talk | contribs)

Under Construction: Please read first!

The evolution of this document is a collaborative effort between a team of students at the University of Manitoba and the wider Eclipse community. Details about the project can be found here and on our Blog.

Your input is not just welcome; it is needed! Please contribute as your expertise allows, while adhering to our template. To send your feedback and any questions or comments you may have please email us. Also, while we do our very best to be as accurate and precise as possible, it is worth noting that we are students with limited exposure to the Eclipse platform, so if you see any incorrect technical details please let us know.

Diagram of services in E4.
A placeholder diagram.

Both a general and eclipse-centric description go here.

Relevant Terms

  • List - and description of
  • Relevant Terms - goes here

Motivation

What problem does this service solve? What's the use case that it makes easier?

Applicability

Where does it apply?

Implementation

The details surrounding actually consuming or contributing to the service as well as tips and tricks.

This is also where the code samples will live if there are any:

@Inject MSomething;
public void foo() {
}

Related Services

  • A hyper-linked list of related services

Back to the top