blob: 6c73611105e814b864fe5d207717f32f4e996b50 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="Asciidoctor 1.5.2" />
<title>Scout Tooling</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400" />
<link rel="stylesheet" href="css/eclipse.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="css/coderay-eclipse.css" />
</head>
<body class="article">
<table border="0" class="navigation" style="width: 100%;" summary="navigation">
<tr>
<td align="left" colspan="1" rowspan="1" style="width: 30%"><a href="tutorial_helloworld.html" shape="rect" title="Hello world Tutorial"><img alt="Previous" border="0" src="images/prev.gif" /></a></td>
<td align="center" colspan="1" rowspan="1" style="width: 40%"></td>
<td align="right" colspan="1" rowspan="1" style="width: 30%"><a href="sdk_perspective.html" shape="rect" title="Scout Perspective"><img alt="Next" border="0" src="images/next.gif" /></a></td>
</tr>
<tr>
<td align="left" colspan="1" rowspan="1" style="width: 30%">Hello world Tutorial</td>
<td align="center" colspan="1" rowspan="1" style="width: 40%"></td>
<td align="right" colspan="1" rowspan="1" style="width: 30%">Scout Perspective</td>
</tr>
</table>
<div id="header">
</div>
<div id="content">
<div class="sect1">
<h2 id="scout-tooling"><a class="anchor" href="#scout-tooling"></a>Scout Tooling</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Eclipse Scout comes with a comprehensive tooling, the Scout SDK.</p>
</div>
<div class="paragraph">
<p>Thanks to this tooling, developing Scout applications is made simpler, more productive and also more robust. Initially, a solid understanding of the Java language is sufficient to start developing Scout applications and only a rough understanding of the underlying Eclipse/OSGi/JEE technologies is required.</p>
</div>
<div class="paragraph">
<p>The Scout SDK consists of navigation support for the application model defined by the Scout runtime and provides many intuitive component wizards. This creates an ideal environment for beginners to build complete, high-quality Scout applications. Typically Java developers only need a few days of Scout training to start creating their own advanced client server business applications.</p>
</div>
<div class="paragraph">
<p>The Scout SDK also helps developers to become more productive. Many repetitive and error prone tasks run automatically in the background or are taken care of by the component wizards of the Scout SDK. This starts with the initial creation of a Scout client server application, continues with the wizards to create complete dialogs and pages and includes the automatic management of the data transfer objects needed for the client server communication.</p>
</div>
<div class="paragraph">
<p>Finally, the application code created by the Scout SDK wizards helps to ensure that the resulting Scout application has a consistent and robust code base and is well aligned with the application model defined by the Scout runtime framework.</p>
</div>
<div class="paragraph">
<p>The Scout Tooling provides:</p>
</div>
<div class="ulist">
<ul>
<li> <p><a href="sdk_perspective.html">Scout Perspective</a></p> </li>
<li> <p><a href="sdk_view.html">Scout Views</a></p> </li>
</ul>
</div>
</div>
</div>
</div>
<table border="0" class="navigation" style="width: 100%;" summary="navigation">
<tr>
<td align="left" colspan="1" rowspan="1" style="width: 30%"><a href="tutorial_helloworld.html" shape="rect" title="Hello world Tutorial"><img alt="Previous" border="0" src="images/prev.gif" /></a></td>
<td align="center" colspan="1" rowspan="1" style="width: 40%"><a href="scout_user_guide.html" shape="rect" title="Eclipse Scout User Guide"><img alt="Eclipse Scout User Guide" border="0" src="images/home.gif" /></a></td>
<td align="right" colspan="1" rowspan="1" style="width: 30%"><a href="sdk_perspective.html" shape="rect" title="Scout Perspective"><img alt="Next" border="0" src="images/next.gif" /></a></td>
</tr>
<tr>
<td align="left" colspan="1" rowspan="1" style="width: 30%">Hello world Tutorial</td>
<td align="center" colspan="1" rowspan="1" style="width: 40%"></td>
<td align="right" colspan="1" rowspan="1" style="width: 30%">Scout Perspective</td>
</tr>
</table>
<div id="footer">
<div id="footer-text">
Version 5.0.0-SNAPSHOT
<br /> Last updated 2015-06-08 15:18:50 CEST
</div>
</div>
</body>
</html>