Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=SDK}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Scout SDK is an Eclipse plugin set. Scout SDK operates on top of both the Eclipse JDT/PDE model.  
+
Scout SDK guides the developer in building Scout based SOA compliant applications.  
+
Instead of implementing the same patterns of an application again and again, Scout SDK helps to reduce development time by offering tooling and outline views to navigate the application.
+
As a consequence, developers can focus their work on the business logic of the application.
+
In the background Scout SDK takes care of the sound architecture and complete structure of the Java project.
+
 
+
{{ScoutLink|Overview|Scout application|The result}} of a solution developed with Scout SDK is a pure Java solution consisting of one or more Equinox/Eclipse based applications.
+
 
+
 
+
Like a lot of Eclipse plugins, Scout SDK provides a {{ScoutLink|SDK|Perspective|Scout Perspective}} and folowing views :
+
* {{ScoutLink|SDK|Designer View|Designer View}}
+
* {{ScoutLink|SDK|Explorer View|Explorer View}}
+
* {{ScoutLink|SDK|Object Properties View|Object Properties View}}
+
 
+
 
+
[[Image:Scout_sdk.png]]
+

Latest revision as of 07:31, 18 March 2024

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

Back to the top