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/NewAndNoteworthy/3.10"

(Support for bean-based table page data (in progress))
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
(52 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{ScoutPage|cat=Release 3.10}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
This page shows what you need to know about the new Eclipse [[Scout/Release/Luna | Scout 3.10]] release shipped with Eclipse [[Luna]].
+
 
+
== M1 (Friday, August 23, 2013) ==
+
Bug Lists:
+
[https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Technology&list_id=6473399&product=Scout&query_format=advanced&target_milestone=3.10.0%20Luna&target_milestone=3.10.0%20M1&order=bug_status%2Cbug_id&query_based_on= 3.10.0M1],
+
[https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&query_format=advanced&target_milestone=3.9.1%20RC1&product=Scout 3.9.1]
+
 
+
=== Scout is using GIT flow ===
+
{{Bug|411769}}
+
 
+
Scout is using GIT flow with 3.10 as described [[Scout/Contribution_Guidelines | here]]. We also try to make contributions more efficient and update our [[Scout/Contributions_for_Scout_Committers | documentation for committers]]
+
 
+
=== New french translations for ScoutTexts ===
+
{{Bug|414392}} - New ScoutTexts entries were proposed for French language (fr and fr_BE).
+
 
+
The only change is in the fr_BE language. Beside this one, 14 entries were added to the French language (e.g. missing translations until now). Theses translations will be used in all Scout applications deployed in French, unless the text entry is overridden in the project.
+
 
+
=== Tree Box with support for auto check of child nodes  ===
+
 
+
{{Bug|368107}}
+
 
+
AbstractTreeBox provides a new configuration method getConfiguredAutoCheckChildNodes that will cause the auto check / uncheck of all childs nodes if their parent node is checked / unchecked.
+
 
+
=== Scout SDK: Eclipse 3.6 not supported anymore ===
+
Scout SDK does not run with Eclipse 3.6 anymore. Scout Runtime is still compatible to eclipse 3.6. Please upgrade your eclipse IDE!
+
 
+
=== Scout SDK: Tooling Functionality for F2 ===
+
{{Bug|409468}}
+
 
+
[[Scout/Concepts/F2 | F2]] is a simple update manager for Eclipse or Java based applications that can be downloaded from the [http://marketplace.eclipse.org/content/f2-updater eclipse marketplace]. Scout SDK provides a new technology checkbox to help integrating F2 into your Scout application. A tutorial is provided [[Scout/Tutorial/3.10/UpdateWithF2 | here]].
+
 
+
[[Image:addF2SupportToScoutApplication.jpg|400px]]
+
 
+
== M2 (Friday, October 04) ==
+
 
+
=== Rayo Look and Feel: custom XML ===
+
{{Bug|417579}} and {{Bug|408611}}:
+
There is an addition in the Scout RT Swing API allowing to provide a custom configurations for Look and Feels. This new extension point is used by Rayo: it is now possible to exchange the XML. See {{ScoutLink|Concepts|Rayo#Use_a_custom_XML|Use a custom XML with the Rayo Look and Feel}}.
+
 
+
=== Minor API Enhancements ===
+
{{Bug|416848}} ServiceTunnelServlet
+
 
+
{{Bug|416862}} Scheduler
+
 
+
=== Enhancement of SWT look and feel extension point ===
+
{{Bug|407261}} The Look and Feel extension point for SWT now has a new property for setting the background color of disabled fields (color.background.disabled). Setting the foreground color of disabled fields (color.forground.disabled) has already been available.
+
 
+
[[Image:Swtlookandfeelextensionpoint.PNG|600px]]
+
 
+
 
+
=== SDK: Test Suite and CBI ===
+
{{Bug|397542}} We have added the possibility to run the SDK Test suite from our maven Build. Because these tests require an UI Layer, they are not activated by default (analog to our UiTests in the RT). To activate them, run the build with the profile <tt>include-sdktest</tt>.
+
 
+
  mvn clean install -Pinclude-sdktest
+
 
+
Sidenote: for the moment we have some tests failing. This is probably due to a discrepancy between running tests from eclipse and running test from maven. We will work on this.
+
 
+
== M3 (planned: Friday, November 15) ==
+
 
+
=== Service tunnel plugin ===
+
With bug {{Bug|405353}}, we have introduced a new plugin: <tt>org.eclipse.scout.rt.servicetunnel</tt>
+
 
+
This plugin contains the classes handling the service tunnel (client-server {{ScoutLink|Concepts|Communication|communication}}) that were previously contained in the <tt>org.eclipse.scout.rt.client plugin</tt>. As a result the client plugin has a dependency on the new servicetunnel plugin. If you work with plugin based product file (every project created by the Scout SDK does) you should add the new plugin as new dependency in your client product files. The [https://bugs.eclipse.org/bugs/show_bug.cgi?id=405353#c5 migration notes] in bugzilla contained additional information that will help you to fix the depreciation warnings.
+
 
+
The service tunnel classes are now independent from the client. This allows, for example to reuse this bundle in the server application to do server-server instead of client-server communication.
+
 
+
[[Image:Scout_Servicetunnel_Class_Diagram.png|thumb|right|200px|Scout service tunnel classes.]]
+
 
+
In the client plugin you should now consider {{ScoutJavadoc|IClientServiceTunnel|I}} and {{ScoutJavadoc|ClientServiceTunnel|C}} when you want to extend the service tunnel mechanism.
+
 
+
In the service tunnel plugin, the architecture has also evolved: <tt>HttpBackgroundJob</tt> does not exist anymore. Instead there are {{ScoutJavadoc|HttpBackgroundExecutable|C}} (runnable which is executed by a Job) and {{ScoutJavadoc|HttpBackgroundExecutor|C}} (composite which holds a Job and an HttpBackgroundExecutable together). In the service tunnel plugin, you will also find the abstract classes you can extend for you own use case (for example {{ScoutJavadoc|AbstractHttpServiceTunnel<T extends ISession>|C}} can be used as parent class for a <tt>ServerHttpServiceTunnel</tt>).
+
 
+
 
+
=== TablePageData Dto ===
+
{{Bug|412752}} introduced a new type of transfert object for {{ScoutLink|Concepts|TablePage}}: the {{ScoutLink|Concepts|TablePageData}} objects. Similar to {{ScoutLink|Concepts|FormData}} it contains the content of the page that comes from the server to the client. Like for the FormData the PageData is linked with the {{ScoutJavadoc|PageData|A}} annotation:
+
 
+
<source lang="java">
+
@PageData(PersonTablePageData.class)
+
public class PersonTablePage extends AbstractPageWithTable<Table> {
+
  //... content of the page
+
}
+
</source>
+
 
+
{{Bug|419138}}: in the client plugin-in, in the {{ScoutEvent|LoadData}} event (new event that replace {{ScoutEvent|LoadTableData}}) it is possible to import the pageData:
+
<source lang="java">
+
@Override
+
protected void execLoadData(SearchFilter filter) throws ProcessingException {
+
  PersonSearchFormData formData = (PersonSearchFormData) filter.getFormData();
+
  if (formData == null) {
+
    formData = new PersonSearchFormData();
+
  }
+
 
+
  PersonTablePageData pageData = SERVICES.getService(IStandardOutlineService.class).getPersonTableData(formData);
+
  importPageData(pageData);
+
}
+
</source>
+
 
+
{{Bug|419140}}: the {{ScoutLink|Concepts|Sql_Service|SQL Support}} of Scout also offer support to select into TablePage data. For example:
+
 
+
<source lang="java">SQL.selectInto("SELECT person_nr, last_name, first_name FROM person INTO :{personNr}, :{lastName}, :{firstName}", pageData);</source>
+
 
+
For your table field, if you decide to switch your {{ScoutLink|Concepts|TableData}} from array based table data to bean based table data, the SQL support provides you the same possibilites (holder, input bind, output bind, filter...).
+
 
+
{{Bug|418997}}: the SDK was modified to take care of this modification. When a new Table page is generated, the SDK can also generate the corresponding TablePageData.
+
 
+
=== ClientNotification - SingleUserFilter ===
+
With {{Bug|408551}}, the default value of SingleUserFilter's <b>isMulticast</b> was changed from <b>false</b> to <b>true</b>.
+
 
+
== M4 (planned: Friday, December 20) ==
+
 
+
== M5 (planned: Friday, February 07, 2014) ==
+
 
+
== M6 (planned: Friday, March 22) ==
+
 
+
== M7 (planned: Friday, May 10) ==
+
 
+
== RC1 (planned: Friday, May 24) ==
+
 
+
== RC2 (planned: Friday, May 31) ==
+
 
+
== RC3 (planned: Friday, June 07) ==
+
 
+
== RC4 (planned: Friday, June 14) ==
+
 
+
== Bugfixes Overview ==
+
 
+
The following list shows all bugs which have been fixed for this release. The list also contains all new enhancements.
+
 
+
*[https://bugs.eclipse.org/bugs/buglist.cgi?list_id=4143616&classification=Technology&query_format=advanced&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=Scout&target_milestone=3.9.0%20Kepler&target_milestone=3.9.0%20M2&target_milestone=3.9.0%20M3&target_milestone=3.9.0%20M4&target_milestone=3.9.0%20M5&target_milestone=3.9.0%20M6&target_milestone=3.9.0%20M7&target_milestone=3.9.0%20RC1&target_milestone=3.9.0%20RC2&target_milestone=3.9.0%20RC3&target_milestone=3.9.0%20RC4 Bug list for 3.9.0]
+
 
+
== Migration Guidelines  ==
+
 
+
Some features and bugfixes sometimes require a change of the API. If this has been the case for the new release then you'll find behind the link below a guideline how to migrate your scout application to the newest release.
+
 
+
{{ScoutLink|Migration|3.10| Migration Guidelines for 3.10}}
+

Latest revision as of 10:31, 18 March 2024

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

Back to the top