blob: 854abe24e09e65e65f432316f10b709e9a1494f2 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1" ?>
<!--
Copyright (c) 2010, 2011 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-->
<noteworthy version="1.4">
<entry category="RWT" milestone="M1">
<title>
New API added
</title>
<description>
<![CDATA[
This will make it easier for the community to reuse existing code or
to utilize new features.
Here is a list of API methods added in M1:
<br />
<ul>
<li><code>FontData()</code> constructor</li>
<li><code>FontData#setName(),
FontData#setHeight(),
FontData#setStyle(),
FontData#setLocale()
</code></li>
<li><code>TreeItem#getImage()</code></li>
</ul>
]]>
</description>
</entry>
<entry category="RWT" milestone="M1">
<title>
New Tree implementation
</title>
<description>
<![CDATA[
We have a new implementation of the SWT Tree widget which is faster,
more flexible, and provides many new features:
<ul>
<li>Item and cell colors/fonts</li>
<li>Item height does adapt to font / image size now</li>
<li>SWT.FULL_SELECTION support</li>
<li>Gridlines</li>
<li>Themeable indentation symbols (treelines, expand/collapse icons)</li>
<li>Improved SWT.VIRTUAL support makes big trees load much faster</li>
</ul>
<img src="images/tree-modern.png"
style="margin-top: 10px; margin-bottom: 10px"/>
<img src="images/tree-columns.png"
style="margin-top: 10px; margin-bottom: 10px"/>
<img src="images/tree-gay.png"
style="margin-top: 10px; margin-bottom: 10px"/>
]]>
</description>
</entry>
<entry category="Common" milestone="M1">
<title>
Servlet 3.0 Support
</title>
<description>
<![CDATA[
In order to support new application servers that already ship
with <a href="http://java.sun.com/products/servlet/index.jsp">Servlet API</a>
(<code>javax.servlet.*</code>) 3.0, RAP is now able to leverage the new
Servlet specification. Deploying RAP on application servers like
<a href="http://tomcat.apache.org/">Tomcat 7</a> or
<a href="https://glassfish.dev.java.net/">Glassfish 3</a>.
is now possible.
]]>
</description>
</entry>
<entry category="JFace / Workbench" milestone="M1">
<title>
IApplication support
</title>
<description>
<![CDATA[
IApplication support has been change to use fully qualified application
ids.
]]>
</description>
</entry>
<entry category="Tooling" milestone="M1">
<title>
IApplication support
</title>
<description>
<![CDATA[
With this milestone the RAP launcher supports choosing and launching
IApplications.
<img src="images/applicationTooling.png"
style="margin-top: 10px; margin-bottom: 10px"/>
]]>
</description>
</entry>
<entry category="RWT" milestone="M2">
<title>
New API added
</title>
<description>
<![CDATA[
This will make it easier for the community to reuse existing code or
to utilize new features.
Here is a list of API methods added in M2:
<br />
<ul>
<li><code>Display#getSystemTray()</code></li>
<li><code>Tree#getTopItem()</code></li>
<li><code>Tree#setTopItem( TreeItem )</code></li>
</ul>
]]>
</description>
</entry>
<entry category="RWT" milestone="M2">
<title>
Improved iPad support
</title>
<description>
<![CDATA[
While RAP was already running on iPad, a number of bugs and glitches
made it barely usable. We fixed many of these problems, mostly issues
with the touch-interface and layouting. Also, a RAP-application can
now be run in fullscreen-mode. Simply touch the "+", select "Add to Home
Screen", and start it from there.
<img src="images/ipadfull.png"
style="margin-top: 10px; margin-bottom: 10px"/>
Note that pinch-zoom is disabled in fullscreen-mode.<br/>
Some issues remain, but we will continue to improve
support for iPad and other mobile devices.
]]>
</description>
</entry>
<entry category="RWT" milestone="M2">
<title>
New Default Theme
</title>
<description>
<![CDATA[
After introducing the Business and Fancy Design with
<a href="/rap/noteworthy/1.3/">RAP 1.3</a>, RWT gets a
new default theme with this milestone. The new default theme is a
migration of the existing Business theme. The old theme is still
available as a separate bundle called
<code>org.eclipse.rap.rwt.theme.classic</code>.<br><br>
<b>New Default Theme:</b>
<img src="images/defaultTheme.png"
style="margin-top: 10px; margin-bottom: 10px"/>
<b>Classic Theme:</b>
<img src="images/classicTheme.png"
style="margin-top: 10px; margin-bottom: 10px"/><br>
To activate the classic theme simply add the bundle to an exsiting
launch configuration and change the servlet name to "classic". An
alternative way to use the classic theme is to create an own branding
and set the <code>themeId</code> to
<code>org.eclipse.rap.rwt.theme.classic</code>.
]]>
</description>
</entry>
<entry category="RWT" milestone="M3">
<title>
New API added
</title>
<description>
<![CDATA[
This will make it easier for the community to reuse existing code or
to utilize new features.
Here is a list of API methods added in M3:
<br />
<ul>
<li><code>Tree#getGridLineWidth()</code></li>
<li><code>Text#setTextChars( char[] )</code></li>
<li><code>Text#getTextChars()</code></li>
</ul>
]]>
</description>
</entry>
<entry category="RWT" milestone="M3">
<title>
Theme Extensions
</title>
<description>
<![CDATA[
The theming was extended in serveral places:
<br />
<ul>
<li>It's now possible to style the separator label like:
<pre>
Label[SEPARATOR] {
...
}
</pre>
</li>
<li>The Label has a new themeable element called
<code>Label-SeparatorLine</code>. It's possible to style the background
image (gradient), background color, border, border radius and line
width.
<br />
For example:
<pre>
Label-SeparatorLine {
background-image: none;
background-color: transparent;
border: 1px solid #a4a4a4;
border-radius: 0px;
width: 2px;
}
</pre>
</li>
<li><code>MenuItem</code> has a new themeable property
<code>background-image</code>.
</li>
</ul>
]]>
</description>
</entry>
<entry category="RWT" milestone="M3">
<title>
JQuery compatibility
</title>
<description>
<![CDATA[
In the past, using <a href="http://jquery.com/">JQuery</a> with RAP
(e.g. for custom-widgets) was very problematic because "$" was used by
both RAP and JQuery as a global variable. RAP is not doing this anymore,
so if you wish to use JQuery, now you can.
]]>
</description>
</entry>
<entry category="RWT" milestone="M3">
<title>
Optimized client
</title>
<description>
<![CDATA[
RAP is now using a new javascript-compressor (based on the
<a href="http://developer.yahoo.com/yui/compressor/">YUI
Compressor</a>), and we also refactored/removed a lot of existing
javascript code. These two actions reduced the size of the client from
984 kB to 909 kB.
]]>
</description>
</entry>
<entry category="RWT" milestone="M4">
<title>
New API added
</title>
<description>
<![CDATA[
This will make it easier for the community to reuse existing code or
to utilize new features.
Here is a list of API methods added in M4:
<br />
<ul>
<li><code>Browser#evaluate( String )</code></li>
<li><code>Browser#addProgressListener( ProgressListener )</code></li>
<li><code>Browser#removeProgressListener( ProgressListener )</code>
</li>
<li><code>GC#drawText()</code> now supports
<code>SWT.DRAW_MNEMONIC</code> style flag.</li>
</ul>
]]>
</description>
</entry>
<entry category="RWT" milestone="M4">
<title>
Theme Extensions
</title>
<description>
<![CDATA[
The theming was extended in serveral places:
<br />
<ul>
<li>Table border is now themable, but <code>border-radius</code> property
is still not supported.
</li>
<li><code>opacity</code> property has been added to buttons.
</li>
<li>The themability of the <code>Sash</code> has been improved.
<code>background-image</code> and <code>background-color</code> properties
have been added to <code>Sash</code> element. <code>:hover</code> state is
now supported:<br>
<img src="images/sashhover.png"
style="margin-top: 10px; margin-bottom: 10px"/>
</li>
<li>It's now possible to set a background image or gradient for the list
items:<br>
<img src="images/listitemgradient.png"
style="margin-top: 10px; margin-bottom: 10px"/>
</li>
</ul>
]]>
</description>
</entry>
<entry category="RWT" milestone="M4">
<title>
New scrollbars
</title>
<description>
<![CDATA[
A new client-side scrollbar implementation replaces the previously used
native scrollbars in almost all widgets. It features a number of
improvements:
<br/>
<ul>
<li>It looks and behaves the same on every OS.</li>
<li>
We will be able to make it themeable, changing look and size.
(As of this writing it uses the limited theming of the Slider.)
</li>
<li>It enables basic scrolling for Tree and Table on the iPad.</li>
<li>
It slightly improves scrolling for Tree and Table by automatically
adapting to the clients performance.
</li>
</ul>
]]>
</description>
</entry>
<entry category="RWT" milestone="M5">
<title>
ToolTip widget
</title>
<description>
<![CDATA[
RWT now has an implementation of the ToolTip widget. It represents popup
windows that are used to inform or warn the user.
The new ToolTip widget is fully themeable.
<br/>
<img style="margin-top:10px; margin-bottom:10px" src="images/tooltip.png" />
<br/>
Note: By introducing this new widget we had to rename the existing CSS
element <code>ToolTip</code> to <code>Widget-ToolTip</code>.
This CSS element is used for styling tooltip texts on widgets, as set
using <code>Control#setTooltipText()</code>.
The new ToolTip widget can now be styled with the CSS element
<code>ToolTip</code>.
<br/>
This change was necessary to remain consistent within our naming scheme.
Please update your custom themes accordingly.
]]>
</description>
</entry>
<entry category="RWT" milestone="M5">
<title>
Themeable Scrollbars
</title>
<description>
<![CDATA[
<img style="margin-top:10px; margin-bottom:10px;float:left;" src="images/scrollbars.png" />
<br/>The new scrollbar-implementation is now fully themeable. This is also
another small step in our effort to support mobile devices: The scrollbars
can now be made wider, so it becomes much less awkward trying to hit the
up/down buttons on a touch-interface. As a result the Table is now finally
usable on iPad & Co.
]]>
</description>
</entry>
<entry category="RWT" milestone="M5">
<title>
New API added
</title>
<description>
<![CDATA[
This will make it easier to reuse existing code or to utilize new
features. Here is a list of API methods added in this milestone:
<br />
<ul>
<li><code>CLabel#setBackground( Color[], int[] )</code></li>
<li><code>Browser#getWebBrowser()</code></li>
<li><code>Image( Device, int, int )</code> constructor</li>
<li><code>GC#setAdvanced( boolean )</code> and
<code>GC#getAdvanced()</code></li>
</ul>
]]>
</description>
</entry>
<entry category="Common" milestone="M5">
<title>
New Bundles included
</title>
<description>
<![CDATA[
As of this milestone, RAP will be shipped with three new bundles
included in the target components:
<ul>
<li>org.eclipse.equinox.servletbridge</li>
<li>org.eclipse.equinox.servletbridge.extensionbundle</li>
<li>org.eclipse.equinox.http.servletbridge</li>
</ul>
With these bundles included the step to check them out
for creating a WAR archive will be obsolete. Additionally, the
<a href="http://wiki.eclipse.org/RAP/Equinox_WAR_products">WAR Product
tooling</a> is now able to work out-of-the-box without the need to
modify an existing target platform.
]]>
</description>
</entry>
<entry category="JFace / Workbench" milestone="M5">
<title>
Tooltips for TreeViewer
</title>
<description>
<![CDATA[
The <code>TreeViewer</code> now supports tooltips for its content too.
It can be activated by calling
<code>ColumnViewerToolTipSupport#enableFor()</code>.
Afterwards you need to override
<code>CellLabelProvider#getToolTipText(Object)</code> and have it
return the respective tooltip text. Other tooltip-related methods
(<code>getToolTipBackgroundColor</code>, etc.) are not supported.
<br />
<img src="images/TreeViewerToolTip.png"
title="TreeViewer showing a tooltip"
style="margin-top:10px" />
]]>
</description>
</entry>
<entry category="JFace / Workbench" milestone="M5">
<title>
JFace and Workbench upgraded to 3.7
</title>
<description>
<![CDATA[
With this milestone, the JFace and Workbench implementations shipped
with RAP has been upgraded to the Eclipse 3.7 code base. The current
version is based on M2 and will be updated again before the release.
]]>
</description>
</entry>
<entry category="JFace / Workbench" milestone="M5">
<title>
KeyBindings
</title>
<description>
<![CDATA[
One of the most requested features in RAP is finally available. It's
now possible to use key bindings, for example CTRL+S to save editors.
You can define new keybindings using the standard extension point:
<br />
<img src="images/keybinding.png"
title="Define a keybinding"
style="margin-top:10px" />
Emacs key sequences are not supported and the
<code>emacsAcceleratorConfiguration</code> scheme is missing.
]]>
</description>
</entry>
<entry category="RWT" milestone="M6">
<title>
New API added
</title>
<description>
<![CDATA[
This will make it easier to reuse existing code or to utilize new
features. Here is a list of API methods added in this milestone:
<br />
<ul>
<li><code>Display#getAppMenuBar()</code></li>
<li><code>Display#getSystemTaskBar()</code></li>
<li><code>Display#getSystemMenu()</code></li>
<li><code>Display#getTouchEnabled()</code></li>
<li><code>Control#getOrientation()</code> and
<code>Control#setOrientation( int )</code></li>
<li><code>Control#getTouchEnabled()</code> and
<code>Control#setTouchEnabled( boolean )</code></li>
<li><code>Control#addTouchListener( TouchListener )</code> and
<code>Control#removeTouchListener(&nbsp;TouchListener&nbsp;)</code></li>
<li><code>Control#addGestureListener(&nbsp;GestureListener&nbsp;)</code> and
<code>Control#removeGestureListener(&nbsp;GestureListener&nbsp;)</code></li>
<li><code>Menu#getOrientation()</code> and<br />
<code>Menu#setOrientation( int )</code></li>
<li><code>Menu#getDefaultItem()</code> and<br />
<code>Menu#setDefaultItem( MenuItem )</code></li>
<li><code>Shell#getToolBar()</code></li>
<li><code>MenuItem#getId()</code> and
<code>MenuItem#setId( int )</code></li>
<li><code>SWT.NO_RADIO_GROUP</code> style for Composites and Menus</li>
<li><code>Control#getAccessible()</code> and related API<br/>
</li>
</ul>
<strong>Accessibility:</strong>
In this milestone an <em>emulated</em> implementation of the SWT Accessibility API has been added.
Same as on some SWT platforms, it's an empty implementation that does not provide any functionality.
It may be replaced with a real implementation in the future.
]]>
</description>
</entry>
<entry category="RWT" milestone="M6">
<title>
FileUpload widget
</title>
<description>
<![CDATA[
<p>
The widget <code>org.eclipse.rwt.widgets.FileUpload</code> has been introduced.
This is a very basic, button-like component that lets users select a file from their local
file system.
This file can then be programmatically uploaded to a given URL.
</p>
<p>
To accept and store those files on the server, a server-side component is also needed.
This part is not included in the FileUpload widget itself.
A default implementation is currently being developed in the RAP Incubator and will be made
available soon.
An implementation of the SWT <code>FileDialog</code>, based on the new FileUpload widget, is
also under development in the Incubator.
</p>
]]>
</description>
</entry>
<entry category="Tooling" milestone="M6">
<title>
Target installation
</title>
<description>
<![CDATA[
The RAP Tooling includes a target installer that sets the RAP Runtime as target platform in
Eclipse.
With this milestone, the tooling can download the latest runtime from our
<a href="http://eclipse.org/rap/downloads/">p2 repositories</a>
and does no longer include the runtime.
This <a href="/rap/developers-guide/devguide.php?topic=getting-started/setup-ide.html">tutorial</a> shows
how you can use the RAP target installation tooling.<br/>
<img src="images/targetInstallation.png"
title="Target installation tooling"
style="margin-top:10px" />
]]>
</description>
</entry>
<entry category="RWT" milestone="M6">
<title>
Client logging simplified
</title>
<description>
<![CDATA[
The client's logging system has been drastically simplified in order to reduce client-size.
RWT itself does not use the logging anymore, but a rudimentary implementation is still
in place for custom-widget developers.
As a result of these changes, the RWT log-levels are no longer supported.
When RAP is started in the Debug variant, all log-messages are shown, while the Standard
(production) variant will not output any logging messages.
Browsers without a JavaScript-console will not display any messages at all (but all modern
browser have one).
]]>
</description>
</entry>
<entry category="Tooling" milestone="M6">
<title>
RAP Launcher
</title>
<description>
<![CDATA[
Several enhancements to the RAP Launcher have been made:
<ul>
<li>
The launcher now supports browsing of servlet names, entry points and applications
not only from the workspace but also from the active target platform.
</li>
<li>
The launcher now validates the selected servlet name and the selected entry point or
application against the selected bundles.
It shows an error if the selection is not contained in any of the selected bundles.
</li>
<li>
Since the client does not support log-levels anymore, a warning is shown if
any other level than "off" is selected.
</li>
</ul>
<img src="images/servletValidation.png"
title="Validation of the Servlet name, Entry point, Application"
style="margin-top:10px; border:1px solid black" />
]]>
</description>
</entry>
<entry category="RWT" milestone="M6">
<title>
Theme Extensions
</title>
<description>
<![CDATA[
TableItem and TreeItem now support <code>text-decoration</code> CSS property.
In combination with custom variants, it's now possible to decorate item text
in runtime. For example:
<br />
<pre>
TableItem.notAvailable {
text-decoration: line-through;
}
</pre>
]]>
</description>
</entry>
<entry category="RWT" milestone="M7">
<title>
Application Scope
</title>
<description>
<![CDATA[
The internals of RWT have been changed so that it is now possible to run more than one
instances of RWT in the same Java Virtual Machine.
<br />
Applications that wish to leverage this should no longer use static fields to store
instances with application scope. Instead they should make use of the new
<code>IApplicationStore</code>.
<br />
Note: for applications using the workbench, these changes don't make a difference
as multiple workbench applications cannot be run in parallel in a single virtual machine.
]]>
</description>
</entry>
<entry category="RWT" milestone="M7">
<title>
Response Content Compression
</title>
<description>
<![CDATA[
We decided to entirely remove support for GZIP-compressing response content
(<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=342242">bug 342242</a>).
Initially, RAP always compressed response content. As it turned out that this
interfered with Tomcat and chunked transfer encoding
(<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=259977">bug 259977</a>),
compression was made configurable to transition from using RAP's compression to using
the servlet engines compression feature.
<br />
If you wish to use content compression, please make sure that the servlet container
that you deploy the RAP application into, is configured accordingly.
Learn here how to enable content compression for
<a href="http://wiki.eclipse.org/RAP/FAQ#How_do_I_use_GZip_compression_with_the_Equinox_HttpService.3F">Jetty</a> and
<a href="http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#Standard_Implementation">Tomcat</a>.
]]>
</description>
</entry>
<entry category="RWT" milestone="M7">
<title>
Shadows
</title>
<description>
<![CDATA[
RAP-Theming now supports shadows on the following widgets:
<ul>
<li>Shell</li>
<li>Menu</li>
<li>Widget-ToolTip</li>
<li>ToolTip</li>
<li>Combo-List</li>
<li>CCombo-List</li>
</ul>
<img title="Shadows in RAP" style="margin-bottom:7px" src="images/Shadows.png" />
Shadows can have configurable horizontal offset, vertical offset, blur-radius and color.
In Internet Explorer the blur-effect might look slightly different due to technical
limitations. Shadow also supports transparency using the
<a href="http://www.w3.org/TR/css3-color/#rgba-color">rgba</a> notation for color.
]]>
</description>
</entry>
<entry category="RWT" milestone="M7">
<title>
CSS3-Support
</title>
<description>
<![CDATA[
RAP now uses CSS3 to render rounded borders, gradients and shadows in Google Chrome, Safari
(including iPad/iPhone) and Firefox 4. Other browser still use
<a href="http://eclipse.org/rap/noteworthy/1.3/#RWT">vector graphics</a>.
In Internet Explorer 9 CSS3 might be supported in the
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=270397#c3">future</a>.
]]>
</description>
</entry>
<entry category="RWT" milestone="M7">
<title>
Drag-behavior enabled on iPad/iPhone
</title>
<description>
<![CDATA[
The following widgets now support their native drag-and-drop behavior on iOS:
<ul>
<li>ScrollBar</li>
<li>Shell</li>
<li>Sash</li>
<li>Scale</li>
<li>Slider</li>
<li>TableColumn</li>
<li>TreeColumn</li>
</ul>
This is <em>not</em> to be confused with support for the SWT Drag and Drop API, which is
currently not enabled on iOS-devices.<br/>
It is recommended to increase the size for the draggable elements to make them easier to
hit with a finger. Since this can be done using only theming, its possible to target mobile
and desktop clients with the same application, but different themes.
]]>
</description>
</entry>
<entry category="RWT" milestone="M7">
<title>
Key Bindings
</title>
<description>
<![CDATA[
We introduced a simple and single-sourcing capable way of adding key bindings to plain RWT
applications.
In order to instruct the client to issue key events for certain key sequences, a list of
<em>active</em> key sequences must be attached to the display using
<code>Display#setData()</code> with the new constant <code>RWT.ACTIVE_KEYS</code>.
<br/>
The resulting key events can then be handled, just like in SWT, by adding a global key event
listener to the display using <code>Display.addFilter()</code>.
For details, please refer to the JavaDoc of <code>RWT.ACTIVE_KEYS</code>.
]]>
</description>
</entry>
<entry category="Tooling" milestone="M7">
<title>
Target Check in Templates
</title>
<description>
<![CDATA[
When you chose one of the RAP templates in the New Plug-in Project wizard, the tooling will
ensure that a RAP target platform is activated. If not, a dialog will appear that offers
to install and activate a RAP target.
<br/>
<img src="images/TargetCheck.png" title="RAP Target Platform check" style="margin:10px 0;"/>
]]>
</description>
</entry>
<entry category="Tooling" milestone="M7">
<title>
Improved Launcher
</title>
<description>
<![CDATA[
We re-organized the Main tab of the RAP launcher and added some new features:
<br/>
<img src="images/ImprovedLauncherMainTab.png" title="Improved RAP Launcher Main Tab"
style="margin:10px 0;" />
<br/>
<p>
You can now configure the location of the <em>Instance Area</em> in the launcher's Main tab.
The instance area is the OSGi data location, where all bundles of the running application
can store their state information.
This includes resources that are used by the RAP server, such as images, but also the
setting store.
By selecting the option <strong>Clear the instance area before launching</strong>, you can
ensure that all these resources are cleared when you re-start a RAP application.
</p>
<p>
You can now specify a <em>Context Path</em> in the launcher.
The context path is an optional additional path segment that enables you to launch your
application with a URL similar to your real deployment environment.
As an example, when you deploy an application named myapp on tomcat, it will usually be
accessible under an URL like <code>http://server:port/myapp/myservletname</code>,
where myapp is the webapp, and myservletname is the servlet name you choose in the branding.
</p>
<p>
Moreover, the launcher will now display a preview of the URL that your application will be
accessible at.
</p>
]]>
</description>
</entry>
<entry category="Tooling" milestone="M7">
<title>
RWT Application Launcher
</title>
<description>
<![CDATA[
The RAP tooling has grown by yet another launch configuration. With the <em>RWT Application
Launcher</em> you can run RWT applications with just one shortcut. For those that might not
have heard of RWT yet, think of it as SWT/Web. RWT is RAP without the workbench and OSGi,
it plays the same role in RAP as SWT does for the Eclipse Platform/RCP.
<br />
<img src="images/rwt-launcher.png" style="margin-top: 10px; margin-bottom: 10px"/>
To run an RWT application, select a class (e.g. in the editor or package explorer) that
implements <code>IEntryPoint</code> and hit <code>Alt+Shift+X 3</code> (please feel free to
<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=RAP&rep_platform=All&op_sys=all">file a bug</a>
if you find a more suitable shortcut that is not yet taken by another launch configuration).
You can also launch an RWT application by selecting a project instead of a class file. You
will be prompted to select a class from those classes that define an entry point.
<br />
Besides launching RWT applications, it can also be used to run arbitrary web applications,
provided that there is a deployment descriptor (<code>web.xml</code>).
<br />
]]>
</description>
</entry>
<entry category="RWT" milestone="RC">
<title>
AdapterFactory changed scope
</title>
<description>
<![CDATA[
The <code>org.eclipse.rwt.AdapterFactory</code> changed its scope. Until now, it had
so called <em>session scope</em>. Each session had its own instance of a registered
AdapterFactory. Now, the AdapterFactories live in <em>application scope</em>, meaning
that there is exactly one instance of every registered AdapterFactory type.
<br />
Only those applications that register their own implementations of
<code>AdapterFactory</code> are affected by this change.
The AdapterFactories used by RWT internally have been adapted to this change.
For the reasons that led to this change, please see
<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=342302">bug 342302: Move
AdapterFactory into application scope</a>.
We apologize for any inconveniences this may cause.
]]>
</description>
</entry>
<!--
<entry category="Other" milestone="M7">
<title>
RAP Incubator Projects Repository
</title>
<description>
<![CDATA[
The RAP project provides a p2-repository (<repository URl>) which includes all available
incubator projects for RAP. This p2-repository is an comfortable way for our users to consume incubator projects.
]]>
</description>
</entry>
-->
</noteworthy>