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 "Eclipse Educational Screencam Planning"

(Java Programming Overview)
Line 8: Line 8:
 
==Java Programming Overview==
 
==Java Programming Overview==
 
*Overview of the Eclipse UI as it relates to Java development for people new to both Eclipse and Java.
 
*Overview of the Eclipse UI as it relates to Java development for people new to both Eclipse and Java.
 +
Elements:
 +
*Projects
 +
*Building a simple Java Application
 +
*Packages, Classes, and Methods
 +
*Configuring the build path
 +
*Run configurations
  
 
==Platform Overview==
 
==Platform Overview==

Revision as of 12:36, 10 April 2007

Usage notes:

  • We'll use this page for brainstorming.
  • Once we get to a point where a video is realistically going to be recorded, we'll move the notes to their own page and hammer out a proper script.
  • Scripts should not be considered complete; as a general rule, they are intended as guidelines.
    • Every word spoken, typed, etc. need not be (in general) scripted.

Absolute Beginner Training Videos

Java Programming Overview

  • Overview of the Eclipse UI as it relates to Java development for people new to both Eclipse and Java.

Elements:

  • Projects
  • Building a simple Java Application
  • Packages, Classes, and Methods
  • Configuring the build path
  • Run configurations

Platform Overview

This video takes the user through all the things that Eclipse is.

  • Can possibly base it on Wayne's presentation (need reference)

Basic structure:

  • Start by presenting Eclipse as a generic platform for building IDEs
    • Show Java Development Tools
    • Show C/C++ Development Tools
    • Show PHP Development Tools
  • Then, present Eclipse as a generic platform for building Tools
    • BIRT
    • Data Tools
    • Web Tools
  • Then generalize Eclipse as a Rich Client Platform
    • NASA Maestro
    • UDig
    • Dutch Railways
    • etc.
  • Discuss Eclipse as a Community
  • Present the Eclipse EcoSystem

Rich Client Platform Overview

  • Maybe base it on Wayne and Jeff's presentation (here).

Task-Oriented Training Videos

Back to the top