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/Release/Indigo"

< Scout‎ | Release
(New and Noteworthy)
m (New and Noteworthy: change link to NewAndNoteworthy)
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{ScoutPage|cat=Release 3.7}}
 
= Eclipse Scout (Indigo Release) =
 
= Eclipse Scout (Indigo Release) =
  
Administrative pages required for Eclipse projects / [[http://wiki.eclipse.org/Indigo Indigo]] Release Train projects.
+
Scout release review documentation
 +
* '''{{ScoutLink|Release|IndigoDoc|Documentation|name=Scout Indigo Documentation}}''' - Release documentation
  
Current status for [[http://eclipse.org/indigo/planning/SimultaneousReleaseOverview.php?action=project&projectid=technology.scout Eclipse Scout]]
+
Useful Links
 +
* [https://www.google.com/calendar/embed?src=gchs7nm4nvpm837469ddj9tjlk@group.calendar.google.com&ctz=America/New_York&gsessionid=OK Indigo RT schedule]
 +
* [http://wiki.eclipse.org/Indigo Indigo RT projects]
 +
* [http://eclipse.org/indigo/planning/SimultaneousReleaseOverview.php?action=project&projectid=technology.scout Eclipse Scout project status]
  
 
For access to all projects see the following [[http://eclipse.org/indigo/planning/SimultaneousReleaseGrid.php overview]]
 
For access to all projects see the following [[http://eclipse.org/indigo/planning/SimultaneousReleaseGrid.php overview]]
  
== Capabilities ==
+
 
X
+
  
 
== Planning Document ==
 
== Planning Document ==
Line 14: Line 18:
  
 
== New and Noteworthy ==
 
== New and Noteworthy ==
 +
[[Image:ScoutIcon32c.jpg]]
 +
 +
{{ScoutLink|NewAndNoteworthy/3.7|name=New and Noteworthy (Indigo)}}
 +
 
Eclipse Scout is a new Eclipse project shipped for the first time with the Indigo release train.
 
Eclipse Scout is a new Eclipse project shipped for the first time with the Indigo release train.
  
Eclipse Scout is a mature and open framework for modern, service oriented business applications.
+
=== Overview ===
Scout substantially boosts developer productivity and is simple to learn.
+
* Eclipse Scout is a mature and open framework for modern, service oriented business applications.
 +
* Scout 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.
  
User friendly applications are straight forward to implement with Scout’s comprehensive set of user interface components.
+
=== New Featurs in Scout Core ===
Completely based on Java/Eclipse, Scout Applications are easy to integrate in most IT environments.
+
 
 +
* Column Filter
 +
 
 +
New column filter feature. Scout Tables now have a column filter feature that allows simple content based filtering.
 +
 
 +
* Memory Policy
 +
 
 +
Introduction of a memory policy for Scout clients. Based on the memory policy defined a scout client may uses different caching mechanisms for the construction and handling of outlines.
 +
 
 +
* Dynamic Log-Level Setting
 +
 
 +
Log-Levels can be defined/changed at runtime for Scout applications.
 +
 
 +
=== New Features in Scout SDK ===
 +
 
 +
* Scout Object Properties show Tool Tips
 +
 
 +
* Automatic Form Data Creation
 +
 
 +
* Context Menu "Export to WAR" on Server Node of Scout Explorer
 +
 
 +
== Bugzilla Tickets ==
 +
 
 +
* Tickets in [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;target_milestone=3.7.0%20Indigo;product=Scout Scout 3.7.0]
 +
* Tickets in [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;target_milestone=3.7.1;product=Scout Scout 3.7.1]
 +
* Tickets in [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;target_milestone=3.7.2;product=Scout Scout 3.7.2]
  
 
== Build Process ==
 
== Build Process ==
Line 26: Line 62:
  
 
== Ramp down Policy ==
 
== Ramp down Policy ==
x
+
We use daily builds. No API changes after M6, no new features after M7. In the RC phase only bugs marked P2 or higher or severity major or higher will be fixed.
  
 
== Unit Tests ==
 
== Unit Tests ==
x
 
 
  
 
+
Unit tests are executed during the nightly build of Eclipse Scout RT and Eclipse Scout SDK. The test suites contain simple unit tests as well as GUI tests. The latter are based on Scout's testing support bundles which is built on top of java.awt.Robot. Therefore our GUI tests require a fully-fledged desktop environment. The tests are currently executed on BSI's infrastructure.
== Retention Policy ==
+
x
+
  
 
== Project Metrics ==
 
== Project Metrics ==
 
project metrics for Eclipse Scout provided on [[https://www.ohloh.net/p/eclipsescout/analyses ohloh]]
 
project metrics for Eclipse Scout provided on [[https://www.ohloh.net/p/eclipsescout/analyses ohloh]]

Revision as of 05:11, 9 July 2013

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

Eclipse Scout (Indigo Release)

Scout release review documentation

Useful Links

For access to all projects see the following [overview]


Planning Document

Link to project plan as [XML document]

New and Noteworthy

ScoutIcon32c.jpg

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

Eclipse Scout is a new Eclipse project shipped for the first time with the Indigo release train.

Overview

  • Eclipse Scout is a mature and open framework for modern, service oriented business applications.
  • Scout 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.

New Featurs in Scout Core

  • Column Filter

New column filter feature. Scout Tables now have a column filter feature that allows simple content based filtering.

  • Memory Policy

Introduction of a memory policy for Scout clients. Based on the memory policy defined a scout client may uses different caching mechanisms for the construction and handling of outlines.

  • Dynamic Log-Level Setting

Log-Levels can be defined/changed at runtime for Scout applications.

New Features in Scout SDK

  • Scout Object Properties show Tool Tips
  • Automatic Form Data Creation
  • Context Menu "Export to WAR" on Server Node of Scout Explorer

Bugzilla Tickets

Build Process

x

Ramp down Policy

We use daily builds. No API changes after M6, no new features after M7. In the RC phase only bugs marked P2 or higher or severity major or higher will be fixed.

Unit Tests

Unit tests are executed during the nightly build of Eclipse Scout RT and Eclipse Scout SDK. The test suites contain simple unit tests as well as GUI tests. The latter are based on Scout's testing support bundles which is built on top of java.awt.Robot. Therefore our GUI tests require a fully-fledged desktop environment. The tests are currently executed on BSI's infrastructure.

Project Metrics

project metrics for Eclipse Scout provided on [ohloh]

Back to the top