Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

RAP/1.0.1 Service Release News

< RAP
Revision as of 11:01, 7 December 2007 by Unnamed Poltroon (Talk) (New page: | RAP wiki home | [http://eclipse.org/rap RAP project home] | ===RAP 1.0.1 Service Release - New and Noteworthy=== As with every service release the main aspect is to provide bug ...)

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

| RAP wiki home | RAP project home |

RAP 1.0.1 Service Release - New and Noteworthy

As with every service release the main aspect is to provide bug fixed which didn't get into the 1.0 release. Here are some of the more noteworthy things available in the service release which is now available for download.


RAP Common

Fixed bugs

See the Bug List which contains all bugs fixed for this service release besides fixed items not tracked in bugzilla.

Performance improvements

We addressed some critical performance issues in order to have better response times for the user of RAP applications.

Internationalization (I18N)

The growing need for multi-language applications leaded us to provide I18N support in RAP. With this your application will be translated based on the locale of the user. You only need to activate it and provide the translations for your application. See [RAP/I18N I18N] for more details how to use it.

RAPI18N.PNG

RWT/JFace standalone

To have the same abilities like the original implementation of SWT and JFace you're now able to deploy RAP applications without the dependency to an OSGi implementation (e.g. Equinox). This means you can use RWT and JFace standalone without the whole bunch of bundles sitting on top like the Workbench which is useful for simple applications. See [RAP/RWT Standalone RWT Standalone] for more informations about how to setup such an environment.

Patch Fragments

Many users complain about missing API which is not yet implemented in RAP. As the RAP team decided to not implement NOPs we still see the need of the community in order to "single-source" applications. With patch fragments you're now able to "patch" existing RAP bundles to add classes/methods by either implementing them yourself or just having emtpy bodies to let your application compile. The RAP team is not proud if this solution or encourage you to do this. We just wanted have at least the possibility to do so. See [RAP/Patch_Fragments Patch fragments] how to use this technique.

Virtual Tree rework


Back to the top