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"

(46 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
Welcome to the Eclipse Scout Wiki.
 
  
 
<div style="float: right; width: 50%; ">
 
<div style="float: right; width: 50%; ">
* '''{{ScoutLink|Overview|name=Overview}}''' - what it is, what it does
+
* '''{{ScoutLink|HowTo/{{ScoutCurrentVersion}}|Install Scout SDK|name=Install}}''' - Install Scout SDK
* '''{{ScoutLink|Documentation|name=Documentation}}''' - a bit more about the architecture
+
 
* '''{{ScoutLink|Tutorial|name=Tutorial}}''' - A list of available Scout SDK Tutorials
 
* '''{{ScoutLink|Tutorial|name=Tutorial}}''' - A list of available Scout SDK Tutorials
* '''{{ScoutLink|Release|Indigo|Overview|name=Indigo Overview}}''' - Indigo documentation
+
* '''{{ScoutLink|Book/3.9|name=Book}}''' - An experiment to crowdwrite an Eclipse Scout book
* '''{{ScoutLink|HowTo|Install Scout SDK|name=Install}}''' - Install Scout SDK
+
* '''{{ScoutLink|Concepts|name=Documentation}}''' - A bit more about the architecture
 +
* '''{{ScoutLink|Contribution|name=Contributing to Scout}}''' - Contribution guidelines
 +
* '''{{ScoutLink|Release|Kepler|Overview|name=Kepler Overview}}''' - Kepler documentation
 
</div>
 
</div>
  
Line 16: Line 15:
 
'''Simple'''. '''Stable'''. '''Flexible'''.  
 
'''Simple'''. '''Stable'''. '''Flexible'''.  
  
* Eclipse Scout is a mature and open framework for modern, service oriented business applications.  
+
* Eclipse Scout is a mature and open framework for modern, service oriented business applications.
 +
* Using a single codebase, scout applications run on the desktop, in the browser, and on tablet and mobile devices.
 
* It substantially boosts developer productivity and is simple to learn.
 
* 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.  
 
* 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.
 
* 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=
 
* '''2011-05-17''' - Check our [http://live.eclipse.org/node/1020 Scout Webinar]
 
* '''2011-03-24''' - Added [[Scout_HelloWorld|"Hello World"]] tutorial and [[Scout_DeployToTomacat|deploy to Tomcat]] for Scout apps
 
* '''2011-02-11''' - Scout on Indigo release train
 
* '''2010-12-02''' - Source code available at Eclipse
 
* '''2010-04-09''' - Notification by EMO: Successful creation review
 
* '''2010-02-08''' - The [http://www.eclipse.org/proposals/scout/ Scout proposal] is online.
 
</div>
 
 
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;"
 
{| border="0" cellspacing="0" valign="top" style="width:100%; margin-top: 15px;"
Line 38: Line 25:
 
|-valign="top"  
 
|-valign="top"  
 
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
 
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
<h1>What is Scout Runtime?</h1>
+
<h1>What is Scout?</h1>
* '''{{ScoutLink|Overview|Slides|Presentations}}''' - check out slides and related materials used in Scout presentations
+
* '''{{ScoutLink|Overview|name=Overview}}''' - What it is, what it does
 +
* '''{{ScoutLink|SDK|name=Scout SDK}}''' - development kit for the Eclipse IDE
 
* '''{{ScoutLink|Overview|Why You Should Use Scout|Arguments for Scout}}''' - twelve reasons why you should use Scout
 
* '''{{ScoutLink|Overview|Why You Should Use Scout|Arguments for Scout}}''' - twelve reasons why you should use Scout
 +
* '''{{ScoutLink|Overview|Slides|Presentations}}''' - check out slides and related materials
 +
* '''[[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
+
<h1>Get Started</h1>
 +
* '''{{ScoutLink|Screencasts|3.8|name=Watch the new Scout 3.8 video tutorials}}''' ! start with [http://www.youtube.com/watch?v=cDsKszUY56Q&feature=plcp 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
  
 
|-valign="top"  
 
|-valign="top"  
 
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
 
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
<h1>Getting Started</h1>
+
<h1>Get in Touch</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 with the tutorials
+
* '''[[Scout_HelloWorld|Scout HelloWorld application]]''' The Scout "Hello World" application
+
* '''[[Scout_DeployToTomacat|Deploy your Scout application]]''' Deploy of the Scout application (including client) to a Tomcat webserver
+
* '''{{ScoutLink|Tutorial|Project From Existing Workspace|Download an existing Scout application}}''' no need to start from scratch: import this workspace and download a modified DerbyDb
+
* '''{{ScoutLink|Tutorial|Minicrm Step-by-Step|Create a mini CRM application}}''' by following this step-by-step tutorial
+
* '''{{ScoutLink|Tutorial|minicrm|Create a mini CRM application}}''' by following this new tutorial
+
* '''{{ScoutLink|Tutorial|IMAP Step-by-Step|Create an IMAP client/server application}}''' by following this step-by-step tutorial
+
* '''{{ScoutLink|Tutorial|Advanced Minicrm|Integrate webservices into your Scout application}}''' call webservices by following this step-by-step tutorial
+
* '''[[Scout_DatabaseDevelopmentPerspective|The Database Development perspective]]''' configured the database development perspective for your DerbyDb
+
* '''{{ScoutLink|HowTo|name=How To}}''' - recipies for common Scout tasks
+
* '''{{ScoutLink|FAQ|name=FAQ}}''' - answers to commonly asked questions about Scout
+
 
+
|
+
<h1>Get in Touch!</h1>
+
 
* '''[http://www.eclipse.org/scout Scout Home]''' - the Scout website  
 
* '''[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
+
* '''[http://www.eclipse.org/forums/eclipse.scout Scout Forum]''' - community discussions
* '''[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=scout&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=enhancement&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Scout Bugs]''' - all open bugs
+
* '''[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 Scout Bugs]''' - all bugs (includes resolved & closed ones)
+
* '''[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
 
+
* '''[http://www.bsiag.com/scout Scout Blog]''' - the lastet 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
 
* '''[https://www.ohloh.net/p/eclipsescout Scout ohloh]''' - code metrics and more
* '''[http://www.bsiag.com/eclipse BSI AG]''' - the currently contributing organisation
+
* '''[http://www.bsiag.com/eclipse BSI AG]''' - the currently contributing organization
 +
 
 +
|
 +
<h1>Scout Project News</h1>
 +
* '''[http://twitter.com/EclipseScout Twitter]''' - follow us on Twitter
 +
* '''[http://web.stagram.com/n/eclipsescout/ Instagram]''' - Pictures related to Scout
 +
* '''[http://www.bsiag.com/scout Blog]''' - News about Scout
  
 +
All project news: {{ScoutLink|OldNews|name=all news}}
  
 
|}
 
|}

Revision as of 05:43, 20 December 2012


ScoutIconLarge.gif

Simple. Stable. Flexible.

  • Eclipse Scout is a mature and open framework for modern, service oriented business applications.
  • Using a single codebase, scout applications run on the desktop, in the browser, and on tablet and mobile devices.
  • 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.

What is Scout?

Get Started

Get in Touch

Scout Project News

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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.