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

RAP/1.4 Release Summary

New Widgets

In this release, the RAP widget set was enhanced by a completely new Tree implementation. Also the browser widget was improved to support mash-ups using SWT's Browser functions API. Real scrollbars

New and updated API

Again, we added lots of missing API to improve single sourcing.

  • Indigo (3.7) APIs
  • Key Bindings

Theming improvements

RAP now comes with a contemporary theming out-of-the-box, that has rounded borders, gradients, and drop shadows (a new feature in 1.4). By using the CSS3-Support of modern browsers we could further improve the performance and add support for the Android browser.

  • Support for mobile platforms

We ensured that RAP works also on the iPhone and on Android.


Tooling improvements

Client improvements

We optimized the JavaScript client to be more lightweight and compatible with other libraries such as JQuery.


Draft for RT Roundup

Highlights

  • Framework
    • Keybinding support.
    • Eclipse UI Indigo (3.7) API (Workbench, JFace, SWT)
    • IApplication support.
    • Servlet 3.0 support.
    • Mobile Device support (iOS and android devices)
    • Improved JavaScript compression.
  • Widgets
    • New and enhanced Tree implementation.
    • Tooltip Widget.
    • Improved Browser Widget with Browser-Functions.
    • Non-native scrollbars.
  • Theming
    • New default theme.
    • Shadows added.
    • CSS3 support.
  • Tooling
    • Improved and enhanced RAP launcher.
    • Launcher for RWT standalone applications added.
    • Improved target installation.
    • Simplified beginner hurdles.

Back to the top