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

Deployment Requirements

Revision as of 01:00, 17 October 2007 by Jimse.novell.com (Talk | contribs) (New page: This page is a work in progress. It seeks to identify the needs of the different kinds of people consuming deployments listed on the Deployments page. == Deployers == These people wo...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page is a work in progress. It seeks to identify the needs of the different kinds of people consuming deployments listed on the Deployments page.

Deployers

These people would like the easiest method of downloading something, configuring it, and running it. Furthermore. they:

  1. would probably rather not deal with running a make.
  2. probably don't want to deal with searching the world for jar files.
  3. are not interested in source code or (re)building the project.
  4. may or may not have Eclipse installed

Developers

These people are made up of developers and those who prefer to learn by digging into the code and perhaps tweaking it. Developers may want to change existing code or wish to write 'providers' or 'handlers' for some of the components that offer that ability. Furthermore, they:

  1. probably don't want to deal with searching the world for jar files.
  2. may have Eclipse installed and want to use the IDE. If so,
    1. probably want an easy way to get all dependency projects
  3. may not have Eclipse installed, and/or want to use some external way of developing. If so,
    1. may want to get dependency projects
      1. this should be fairly easy to do, not requiring them to hunt around for information
    2. may want to only get dependency binaries (no code for dependencies)

Back to the top