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 10:01, 18 June 2011 by Unnamed Poltroon (Talk)

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

Scout Client Concepts.png

The client typical Eclipse Scout application is composed of The Scout documentation has been moved to https://eclipsescout.github.io/.. Each outline contains The Scout documentation has been moved to https://eclipsescout.github.io/. that are represented in a tree (on the left). A kind of pages are The Scout documentation has been moved to https://eclipsescout.github.io/. (in red) that represent a list of entities (here “categories”). A The Scout documentation has been moved to https://eclipsescout.github.io/. (in green) can be associated to the TablePage in order to limit the list of entities. In the The Scout documentation has been moved to https://eclipsescout.github.io/., a context The Scout documentation has been moved to https://eclipsescout.github.io/. (in purple) can be added in order to propose some actions on the entity: typically create, modify and delete operations. To create or modify an Entity, a The Scout documentation has been moved to https://eclipsescout.github.io/. (in orange) can be used.


Server

The server exposes services for the client:


Shared

It contains resources that are required by the Client and the Server: The Scout documentation has been moved to https://eclipsescout.github.io/., The Scout documentation has been moved to https://eclipsescout.github.io/., The Scout documentation has been moved to https://eclipsescout.github.io/., The Scout documentation has been moved to https://eclipsescout.github.io/., The Scout documentation has been moved to https://eclipsescout.github.io/., Interfaces...


See also

Back to the top