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.3 Release Summary

< RAP
Revision as of 12:05, 28 May 2010 by Rsternberg.eclipsesource.com (Talk | contribs) (New page: <h2>SWT API for Single Sourcing</h2> RAP implements a subset of the SWT API. And, the larger this subset, the easier it becomes to develop applications for RCP and RAP from a single code b...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SWT API for Single Sourcing

RAP implements a subset of the SWT API. And, the larger this subset, the easier it becomes to develop applications for RCP and RAP from a single code base. In this release, we've extended the RAP API to cover close to 100% of SWT.

Improved and customizable Look and Feel

Following the latest trends in today's Web2.0 user interfaces, we added RAP support for features such as rounded borders, gradients, and animations. We updated the default look and feels provided by RAP to include extensions implementing these features. See the online demos for a look at the changes.

Integration with other Eclipse Projects

Here are the latest examples of how other Eclipse projects are integrating with RAP:

  • EMF provides RAP support for Helios
  • Riena's ridgets run on RAP
  • The MAT and RAP teams work together on a single sourced version of the Memory Analyzer
  • BIRT continues to be a popular choice for integrating reporting into RAP applications

Back to the top