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
m (Project structure tree)
Line 9: Line 9:
 
== Project structure tree ==
 
== Project structure tree ==
  
A typical Scout Project consist of:
+
A typical Scout Project consist of different plugins :
  
=== Client Applications ===
+
=== Client UI Plugins ===
  
* Swt application
+
* Swt UI
* Swing application
+
* Swing UI
  
=== Client Model ===
+
=== Client Model Plugin ===
  
 
* Client Session
 
* Client Session
Line 28: Line 28:
 
* Pages
 
* Pages
  
=== Shared ===
+
=== Shared Plugin ===
  
 
* Icons
 
* Icons
Line 36: Line 36:
 
* Lookup Calls
 
* Lookup Calls
  
=== Server Application ===
+
=== Server Plugin ===
  
 
* Server Session
 
* Server Session
Line 45: Line 45:
 
* Axis Web Services Consumer
 
* Axis Web Services Consumer
 
* Axis Web Services Providers
 
* Axis Web Services Providers
 
  
 
== See also ==
 
== See also ==
 
* {{ScoutLink|SDK|name=Scout SDK}}
 
* {{ScoutLink|SDK|name=Scout SDK}}
 
* {{ScoutLink|SDK|Perspective|Scout Perspective}}
 
* {{ScoutLink|SDK|Perspective|Scout Perspective}}

Revision as of 07:28, 28 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).

Screenshot

ScoutExplorer.png

Project structure tree

A typical Scout Project consist of different plugins :

Client UI Plugins

  • Swt UI
  • Swing UI

Client Model Plugin

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

Shared Plugin

  • Icons
  • Texts
  • Permission
  • Enumerations
  • Lookup Calls

Server Plugin

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

See also

Back to the top