Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/Concepts

< Scout
Revision as of 11:55, 5 June 2011 by Unnamed Poltroon (Talk) (new version of the page (old content is available on other pages))

The Scout documentation has been moved to https://eclipsescout.github.io/.

The Concepts pages define concepts and elements used in the Eclipse Scout Framework.

Plug-ins

Scout Client Shared Server.png

A Scout project is composed of different Eclipse plug-ins. (each plug-in is an Eclipse Project)

The Scout runtime rely on The Scout documentation has been moved to https://eclipsescout.github.io/.. Therefore additional plug-ins are required:

  • SWT UI Plug-In (eg your.application.ui.swt)
  • Swing UI Plug-In (eg your.application.ui.swing)

Client

Note.png
TODO
Main concepts in the client


Server

Note.png
TODO
Main concepts in the Server


Shared

Note.png
TODO
Main concepts in the Shared


See also

Back to the top