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
({{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}}: add link to the Icon Editor)
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{ScoutPage|cat=SDK}}
 
{{ScoutPage|cat=SDK}}
  
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).
+
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 ==
  
 
[[Image:ScoutExplorer.png]]
 
[[Image:ScoutExplorer.png]]
Line 7: Line 9:
 
== Project structure tree ==
 
== Project structure tree ==
  
A typical Scout Project consist of:
+
A typical Scout Project consist of different plugins :
  
=== Client Applications ===
+
=== {{ScoutLink|Concepts|UI Plug-Ins|UI Plug-Ins}} ===
  
* Swt application
+
* Swt UI
* Swing application
+
* Swing UI
 +
** {{ScoutLink|Concepts|Rayo|Rayo Swing Look And Feel}}
 +
* {{ScoutLink|Concepts|RAP|RAP UI}}
 +
** {{ScoutLink|Concepts|Mobile|Mobile support based on RAP}}
  
=== Client Model ===
+
=== {{ScoutLink|Concepts|Client Plug-In|Client Plug-In}} ===
  
* Client Session
+
* {{ScoutLink|Concepts|ClientSession|Client Session}}
* Desktop  
+
* {{ScoutLink|Concepts|Desktop|Desktop}}
* Forms
+
* {{ScoutLink|Concepts|Form|Forms}}
* Search Forms
+
* {{ScoutLink|Concepts|Search Form|Search Forms}}
* Wizard
+
* {{ScoutLink|Concepts|Wizard|Wizard}}
* Local Lookup Calls
+
* {{ScoutLink|Concepts|LocalLookupCall|Local Lookup Calls}}
 
* Services
 
* Services
* Outilines
+
* {{ScoutLink|Concepts|Outline|All Outlines}}
* Pages
+
* {{ScoutLink|Concepts|Page|All Pages}}
 +
* {{ScoutLink|Concepts|Template|Templates}}
 +
* Libraries
 +
 
 +
=== {{ScoutLink|Concepts|Shared Plug-In|Shared Plug-In}} ===
 +
 
 +
* {{ScoutLink|Concepts|Icons|Icons}}
 +
** When the '''Icons''' node is selected, it is possible to open the {{ScoutLink|SDK|Icons Editor}} from the {{ScoutLink|SDK|Object Properties View}}.
 +
* {{ScoutLink|Concepts|Permission|Permission}}
 +
* {{ScoutLink|Concepts|CodeType|Enumerations}}
 +
* {{ScoutLink|Concepts|LookupCall|Lookup Calls}}
 +
* Libraries
 +
* {{ScoutLink|Concepts|Text Provider Service|Text Provider Services}}
 +
** When a text provider service is selected, it is possible to open the {{ScoutLink|SDK|NLS Editor}} from the {{ScoutLink|SDK|Object Properties View}}.
  
=== Shared ===
+
=== {{ScoutLink|Concepts|Server Plug-In|Server Plug-In}} ===
  
* Icons
+
* {{ScoutLink|Concepts|ServerSession|Server Session}}
* Texts
+
* {{ScoutLink|Concepts|Lookup Service|Lookup Services}}
* Permission
+
* {{ScoutLink|Concepts|Outline Service|Outline Services}}
* Enumerations
+
* {{ScoutLink|Concepts|Process Service|Process Services}}
* Lookup Calls
+
* Common Services:
 +
** {{ScoutLink|Concepts|Sql_Service|Sql Services}}
 +
** Bookmark Storage Services
 +
** Calendar Services
 +
** SMTP Services
 +
* Custom Services
 +
* Libraries
 +
* {{ScoutLink|SDK|JAXWS-SDK|Webservices (JAX-WS RI 2.1.6)}}
  
===  Server Application ===
+
== 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|Project does not appear correctly in the SDK explorer|Ensure to have the dependencies formulated as illustrated.}}
 +
[[Image:EclipseScout_BundleDependencies.png]]
  
* Server Session
+
== See also ==
* Lookup Services
+
* {{ScoutLink|SDK|name=Scout SDK}}
* Outilne Services
+
* {{ScoutLink|SDK|Perspective|Scout Perspective}}
* Process Services
+
* Commun Services
+
* Axis Web Services Consumer
+
* Axis Web Services Providers
+

Revision as of 11:52, 8 September 2014

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 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 :

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/.

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