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"

m (Change "Ohloh" to "Open Hub" (rebranded))
(182 intermediate revisions by 24 users not shown)
Line 1: Line 1:
{| align="right"
+
__NOTOC__
| __TOC__
+
__NOEDITSECTION__
|}
+
  
The [http://www.eclipse.org/proposals/scout/ Eclipse Scout] project is a proposed open source project under the Eclipse Technology Project.
+
<div style="float: right; width: 30%; ">
 +
<h3>Get Started</h3>
 +
* '''[https://eclipsescout.github.io/7.0/beginners-guide.html#installation-and-setup Install]''' Scout
 +
* Do the '''[https://eclipsescout.github.io/7.0/beginners-guide.html#cha-helloworld Hello World]'''
 +
* Read the '''[https://eclipsescout.github.io/7.0/ Documentation]'''
 +
* '''{{ScoutLink|Updatesites|name=Releases}}'''
 +
* '''{{ScoutLink|Contribution|name=Contribute}}''' to Scout
 +
</div>
  
== Key Concepts ==
+
<h3>'''Eclipse Scout''' - Future Proof Business Applications</h3>
  
== How Tos ==
+
[[Image:ScoutIconLarge.gif|left]]
  
* [[Create a Scout Dialog]]
+
[[Image:scout_neon_business_application.png|800px]]
* [[Create a Scout Process Service]]
+
 
 +
Scout applications are based on Java/HTML5 and run on desktop, tablet, and mobile devices.
 +
 
 +
{| border="0" cellspacing="0" valign="top" style="width:100%; margin-top: 15px;"
 +
 
 +
|-valign="top"
 +
|style="width:50%; padding-right: 15px; padding-bottom: 15px;"|
 +
<h3>Get in Touch</h3>
 +
* '''[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
 +
* '''[https://www.openhub.net/p/eclipsescout Eclipse Scout on Open Hub]''' - code metrics and more
 +
* '''[http://www.bsi-software.com BSI Business Systems Integration AG]''' - the currently contributing organization
 +
|
 +
<h3>Scout Project News</h3>
 +
* '''[http://twitter.com/EclipseScout Twitter]''' - follow us on Twitter
 +
* '''[http://www.bsiag.com/scout Blog]''' - News about Scout
 +
* '''{{ScoutLink|Release|Oxygen|Overview|name=Oxygen Documentation }}''' - Scout 7.0
 +
* '''{{ScoutLink|Release|Photon|Overview|name=Photon Documentation }}''' - Scout 8.0 (development)
 +
* '''{{ScoutLink|Release|name=All Scout Releases}}'''
 +
* '''[[media:Factsheet_Neon_2015_16.pdf‎|Scout Factsheet]]''' - the 2015/16 edition
 +
* '''{{ScoutLink|Overview|Slides|Scout Presentations}}''' - slides and related materials
 +
|
 +
|}
  
=== Where do I load data into a TablePage? ===
+
[[Category:Eclipse Project]]
* override method '''execLoadTableData ''' where you call an outline service operation that returns a Object[][] field
+
[[Category:Eclipse Technology Project]]
* Parameter SearchFilter of execLoadTableData contains all additional WHERE clauses (that start with „AND…“) defined in the getConfiguredSearchTerm methods
+
[[Category:Scout]]

Revision as of 10:21, 15 September 2017


Get Started

Eclipse Scout - Future Proof Business Applications

ScoutIconLarge.gif

Scout neon business application.png

Scout applications are based on Java/HTML5 and run on desktop, tablet, and mobile devices.

Get in Touch

Scout Project News

Back to the top