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 "Scout/SDK/Explorer View"

< Scout‎ | SDK
(Draft)
 
Line 1: Line 1:
 
{{ScoutPage|cat=Scout SDK}}
 
{{ScoutPage|cat=Scout SDK}}
  
{{note|TODO|Add a screenshot and a description of the View}}
+
The scout explorer view enables to browse through the entire Scout Application. It is the main entry point to add some element to your application (Form, menu item, fields, outlines in the client application, and services in the server application).
 +
 
 +
[[Image:ScoutExplorer.png]]
 +
 
 +
== Project structure tree ==
 +
 
 +
A typical Scout Project consist of:
 +
 
 +
=== Client Applications ===
 +
 
 +
* Swt application
 +
* Swing application
 +
 
 +
=== Client Model ===
 +
 
 +
* Client Session
 +
* Desktop
 +
* Forms
 +
* Search Forms
 +
* Wizard
 +
* Local Lookup Calls
 +
* Services
 +
* Outilines
 +
* Pages
 +
 
 +
=== Shared ===
 +
 
 +
* Icons
 +
* Texts
 +
* Permission
 +
* Enumerations
 +
* Lookup Calls
 +
 
 +
===  Server Application ===
 +
 
 +
* Server Session
 +
* Lookup Services
 +
* Outilne Services
 +
* Process Services
 +
* Commun Services
 +
* Axis Web Services Consumer
 +
* Axis Web Services Providers

Revision as of 15:46, 4 July 2010

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

The scout explorer view enables to browse through the entire Scout Application. It is the main entry point to add some element to your application (Form, menu item, fields, outlines in the client application, and services in the server application).

ScoutExplorer.png

Project structure tree

A typical Scout Project consist of:

Client Applications

  • Swt application
  • Swing application

Client Model

  • Client Session
  • Desktop
  • Forms
  • Search Forms
  • Wizard
  • Local Lookup Calls
  • Services
  • Outilines
  • Pages

Shared

  • Icons
  • Texts
  • Permission
  • Enumerations
  • Lookup Calls

Server Application

  • Server Session
  • Lookup Services
  • Outilne Services
  • Process Services
  • Commun Services
  • Axis Web Services Consumer
  • Axis Web Services Providers

Back to the top