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/Overview/Scout application"

(New page: An application built with Scout is a complete application. Typically it has a UI with perspectives, views, forms and pages. It may also have a back-end part that is running inside an...)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{ScoutPage|cat=Overview}}
 +
 
An application built with [[Scout]] is a complete application.  
 
An application built with [[Scout]] is a complete application.  
 
Typically it has a UI with perspectives, views, forms and pages.  
 
Typically it has a UI with perspectives, views, forms and pages.  
Line 8: Line 10:
 
* Rich client platforms with a J2EE Backend (Equinox, SWT/Swing)
 
* Rich client platforms with a J2EE Backend (Equinox, SWT/Swing)
  
[[Scout SDK]] guides the developer in building Scout based SOA compliant applications.
+
{{ScoutLink|SDK|name=Scout SDK}} guides the developer in building Scout based SOA compliant applications.
  
 
== See also ==
 
== See also ==
* [[Scout_Project_From_Existing_Workspace|Download an existing Scout application]]
+
* {{ScoutLink|Tutorial|name=Scout Tutorials}}
* [[Scout_minicrm_Step-by-StepHowTo|Create your first Scout application]]
+
* [[Scout_IMAP_Step-by-StepHowTo|Create your second Scout application]]
+
 
+
 
+
[[Category: Scout Runtime]]
+

Revision as of 09:04, 2 May 2012

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

An application built with Scout is a complete application. Typically it has a UI with perspectives, views, forms and pages. It may also have a back-end part that is running inside an application server with server-side Equinox.

Examples of such applications are:

  • Standalone rich client platforms (Equinox, SWT/Swing)
  • SOA/ESB node consisting of J2EE with service registry and web services (Equinox)
  • Rich client platforms with a J2EE Backend (Equinox, SWT/Swing)

The Scout documentation has been moved to https://eclipsescout.github.io/. guides the developer in building Scout based SOA compliant applications.

See also

Back to the top