Skip to main content
Jump to: navigation, search

Scout/SDK/Explorer View

< Scout‎ | SDK


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


The Scout Explorer view enables to browse through the entire Scout application. It is the main entry point to add elements to your application (Forms, menu items, fields, outlines in the client application, and services in the server application).

Screenshot

ScoutExplorer.png

Project structure tree

A typical Scout Project consist of different plugins :

UI Plug-Ins

Client Plug-In

Shared Plug-In

Server Plug-In

Bundle Dependencies

Scout SDK Explorer groups your application bundled into groups. Subprojects are usually displayed as a subgroup of its root project. The SDK explorer considers plugin dependencies to build the presented bundle tree.

Note.png
Project does not appear correctly in the SDK explorer
Ensure to have the dependencies formulated as illustrated.

EclipseScout BundleDependencies.png

See also

Back to the top