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"

 
(68 intermediate revisions by 10 users not shown)
Line 1: Line 1:
__NOTOC__
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
__NOEDITSECTION__
+
 
+
Welcome to the Eclipse Scout Wiki.
+
 
+
<div style="float: right; width: 50%; ">
+
* '''[http://live.eclipse.org/node/1020 Scout Webinar]''' - Building of a demo application
+
* '''{{ScoutLink|Overview|name=Overview}}''' - What it is, what it does
+
* '''{{ScoutLink|HowTo|Install Scout SDK|name=Install}}''' - Install Scout SDK
+
* '''{{ScoutLink|Tutorial|name=Tutorial}}''' - A list of available Scout SDK Tutorials
+
* '''{{ScoutLink|Documentation|name=Documentation}}''' - A bit more about the architecture
+
* '''{{ScoutLink|Contribution|name=Contributing to Scout}}''' - Contribution guidelines
+
* '''{{ScoutLink|Release|Juno|Overview|name=Juno Overview}}''' - Juno documentation
+
</div>
+
 
+
[[Image:ScoutIconLarge.gif]]
+
 
+
'''Simple'''. '''Stable'''. '''Flexible'''.
+
 
+
* Eclipse Scout is a mature and open framework for modern, service oriented business applications.
+
* It substantially boosts developer productivity and is simple to learn.
+
* User friendly applications are straight forward to implement with Scout’s comprehensive set of user interface components.
+
* Completely based on Java/Eclipse, Scout Applications are easy to integrate in most IT environments.
+
 
+
 
+
<div style="border: 1px dashed #3c78b5;background-color: #f0f0f0;padding: 10px;">
+
=Latest Project News =
+
* '''2012-01-03''' - Over 20'000 downloads for Eclipse Scout 3.7.1
+
* '''2011-06-22''' - Eclipse Indigo 3.7.0 including Scout
+
* '''2010-12-02''' - Source code available at Eclipse
+
* '''2010-02-08''' - The [http://www.eclipse.org/proposals/scout/ Scout proposal] is online.
+
</div>
+
 
+
All project news: {{ScoutLink|OldNews|name=all news}}
+
 
+
Scout consists of a runtime and an SDK part. The runtime is purely based on [http://www.eclipse.org/equinox/ Equinox] and Eclipse. The [[Scout SDK|SDK part]] is an extension to JDT and PDE with a perspective for easy click-and-build of a {{ScoutLink|Overview|Scout_application|name=complete application}}.
+
 
+
{| border="0" cellspacing="0" valign="top" style="width:100%; margin-top: 15px;"
+
 
+
|-valign="top"
+
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
+
<h1>What is Scout Runtime?</h1>
+
* '''{{ScoutLink|Overview|Slides|Presentations}}''' - check out slides and related materials used in Scout presentations
+
* '''{{ScoutLink|Overview|Why You Should Use Scout|Arguments for Scout}}''' - twelve reasons why you should use Scout
+
* '''[[media:Factsheet_scout_2011.pdf‎|Eclipse Scout Factsheet]]''' - the 2011 edition of the scout factsheet
+
 
+
|
+
<h1>What is Scout SDK?</h1>
+
* '''{{ScoutLink|SDK|name=Scout SDK}}''' - development kit for the Eclipse IDE
+
 
+
|-valign="top"
+
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
+
<h1>Getting Started</h1>
+
* '''[http://live.eclipse.org/node/1020 Scout Webinar]''' - 37 minutes: Scout project background, and implementation of a demo application
+
* '''[http://www.youtube.com/watch?v=1iCKib1gTkk Screencast 1], [http://www.youtube.com/watch?v=aUKVmZIRdV4 Screencast 2],[http://www.youtube.com/watch?v=AnZYptB7uIk Screencast 3]''' - watch the demo movies
+
* '''{{ScoutLink|HowTo|Install Scout SDK|Install Scout}}''' and start to play around
+
* '''{{ScoutLink|Tutorial|HelloWorld|The "Hello World!"}}''' the Scout "Hello World" application
+
* '''{{ScoutLink|Tutorial|name=More Tutorials}}''' - more Scout SDK tutorials to play with
+
* '''[[Scout_DeployToTomacat|Deploy your application]]''' Deploy your Scout application to a Tomcat webserver
+
* '''[[Scout_DatabaseDevelopmentPerspective|Add Database Development]]''' configured the database development perspective for your DerbyDb
+
* '''{{ScoutLink|HowTo|name=How To}}''' - recipes for common Scout tasks
+
 
+
|
+
<h1>Get in Touch!</h1>
+
* '''[http://www.eclipse.org/scout Scout Home]''' - the Scout website
+
* '''[http://www.eclipse.org/forums/eclipse.scout Scout Forum]''' - the starting point for community discussions, assistance on Scout development and general questions
+
* '''[https://dev.eclipse.org/mailman/listinfo/scout-dev Scout Newsgroup]''' - scout-dev@eclipse.org
+
* '''[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;bug_status=RESOLVED;bug_status=VERIFIED;product=Scout&columnlist=bug_id%2Cbug_severity%2Cpriority%2Ctarget_milestone%2Cbug_status%2Cresolution%2Ccomponent%2Cassigned_to%2Cshort_desc Scout Bugs]''' - all open bugs
+
* '''[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;product=Scout&columnlist=bug_id%2Cbug_severity%2Cpriority%2Ctarget_milestone%2Cbug_status%2Cresolution%2Ccomponent%2Cassigned_to%2Cshort_desc Scout Bugs]''' - all bugs (includes resolved & closed ones)
+
* '''[irc://irc.freenode.net/#eclipse-scout #eclipse-scout]''' - a small [[IRC]] channel
+
 
+
 
+
* '''[http://www.bsiag.com/scout Scout Blog]''' - latest news about Scout
+
* '''[http://twitter.com/EclipseScout Scout Twitter]''' - follow us on Twitter
+
* '''[https://www.ohloh.net/p/eclipsescout Scout ohloh]''' - code metrics and more
+
* '''[http://www.bsiag.com/eclipse BSI AG]''' - the currently contributing organization
+
 
+
 
+
|}
+
 
+
[[Category:Eclipse Project]]
+
[[Category:Eclipse Technology Project]]
+
[[Category:Scout]]
+

Latest revision as of 07:30, 18 March 2024

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

Back to the top