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"

(167 intermediate revisions by 20 users not shown)
Line 1: Line 1:
The [http://www.eclipse.org/proposals/scout/ Eclipse Scout] project is a proposed open source project under the Eclipse Technology Project.
+
__NOTOC__
 +
__NOEDITSECTION__
  
== Key Concepts ==
+
<div style="float: right; width: 40%; ">
 +
* '''{{ScoutLink|HowTo/{{ScoutCurrentVersion}}|Install Scout SDK|name=Install}}''' Scout
 +
* Follow the '''{{ScoutLink|Tutorial|name=Tutorials}}'''
 +
* Read the '''{{ScoutLink|Book/4.0|name=Scout Book}}'''
 +
* '''{{ScoutLink|Contribution|name=Contribute}}''' to Scout
 +
</div>
  
== How Tos ==
+
[[Image:ScoutIconLarge.gif]]
 +
 
 +
'''Eclipse Scout''' is a framework for business applications.
 +
Scout applications are based on Java/Eclipse and run on the desktop, in a web browser, and on mobile devices.
 +
 
 +
[[Image:Eclipsescout_businessapplication_kepler.png]]
 +
 
 +
Thanks to the clean separation of the UI model from the UI technology, Scout applications can simultaneously support different UI technologies. Currently, Scout supports Swing and SWT on the desktop and Eclipse RAP for web and/or mobile applications.
 +
 
 +
With the tooling provided by Scout SDK, Scout is simple to learn and boosts productivity. To get started, have a look at the {{ScoutLink|Tutorial|name=Wiki tutorials}} and the {{ScoutLink|Book/4.0|name=Scout book}}.
 +
 
 +
{| border="0" cellspacing="0" valign="top" style="width:100%; margin-top: 15px;"
 +
 
 +
|-valign="top"
 +
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
 +
<h1>Get Started</h1>
 +
* '''{{ScoutLink|Overview|Screencasts|name=Watch the Scout video tutorials}}''' ! start with [http://www.youtube.com/watch?v=SgbKrZHseTQ&list=PLM9RhoqzsT4Xvkf1lo4ry57JdneEGUJaC Tutorial Part 1]
 +
* '''{{ScoutLink|HowTo/{{ScoutCurrentVersion}}|Install Scout SDK|Install Scout}}''' and start to play around
 +
* '''{{ScoutLink|Tutorial/{{ScoutCurrentVersion}}|HelloWorld|The "Hello World!"}}''' the Scout "Hello World" application
 +
* '''{{ScoutLink|Tutorial/{{ScoutCurrentVersion}}|name=More Tutorials}}''' - more Scout SDK tutorials to play with
 +
* '''{{ScoutLink|HowTo/{{ScoutCurrentVersion}}|name=How To}}''' - recipes for common Scout tasks
 +
* '''{{ScoutLink|Concepts|name=Documentation}}''' - description of the Scout concepts
 +
* '''{{ScoutLink|SDK|name=Scout SDK}}''' - development kit for the Eclipse IDE
 +
|
 +
<h1>Scout Project News</h1>
 +
* '''[http://twitter.com/EclipseScout Twitter]''' - follow us on Twitter
 +
* '''[http://www.bsiag.com/scout Blog]''' - News about Scout
 +
* '''{{ScoutLink|Release|Luna|Overview|name=Luna Documentation }}''' - Scout 4.0
 +
* '''{{ScoutLink|Release|Mars|Overview|name=Mars Documentation }}''' - Scout 5.0 (development)
 +
* '''[[media:EclipseScout_Factsheet_2014.pdf‎|Scout Factsheet]]''' - the 2014 edition
 +
* '''{{ScoutLink|Overview|Slides|Scout Presentations}}''' - slides and related materials
 +
 
 +
|-valign="top"
 +
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
 +
<h1>Get in Touch</h1>
 +
* '''[http://www.eclipse.org/scout Scout Home]''' - the Scout website
 +
* '''[http://www.eclipse.org/forums/eclipse.scout Scout Forum]''' - community discussions
 +
* '''[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://dev.eclipse.org/mailman/listinfo/scout-dev Scout Newsgroup]''' - scout-dev@eclipse.org
 +
 
 +
* '''[irc://irc.freenode.net/#eclipse-scout #eclipse-scout]''' - a small [[IRC]] channel
 +
* '''[https://www.ohloh.net/p/eclipsescout Scout ohloh]''' - code metrics and more
 +
* '''[http://www.bsiag.com BSI AG]''' - the currently contributing organization
 +
 
 +
|
 +
 
 +
|}
 +
 
 +
[[Category:Eclipse Project]]
 +
[[Category:Eclipse Technology Project]]
 +
[[Category:Scout]]

Revision as of 14:39, 16 October 2014


ScoutIconLarge.gif

Eclipse Scout is a framework for business applications. Scout applications are based on Java/Eclipse and run on the desktop, in a web browser, and on mobile devices.

Eclipsescout businessapplication kepler.png

Thanks to the clean separation of the UI model from the UI technology, Scout applications can simultaneously support different UI technologies. Currently, Scout supports Swing and SWT on the desktop and Eclipse RAP for web and/or mobile applications.

With the tooling provided by Scout SDK, Scout is simple to learn and boosts productivity. To get started, have a look at the The Scout documentation has been moved to https://eclipsescout.github.io/. and the The Scout documentation has been moved to https://eclipsescout.github.io/..

Get Started

Scout Project News

Get in Touch

Back to the top