- RAP Runtime (Target Components): contains the RAP runtime to be used as target platform, including sources and a simple demo application. Available as p2 repository.
- RAP Tools: useful tools for developing RAP applications, templates and documentation for RAP development. Available as p2 repository.
RAP 2.2 API is binary compatible with RAP API in earlier 2.x versions, i.e. applications developed for RAP 2.x will run on RAP 2.2 without further changes.
However, custom widgets may need to be adjusted due to updates of the request processing.
The Remote Application Platform is designed as the basis for internationalized products. The user interface elements provided by the RAP components, including dialogs and error messages, are externalized. The English strings are provided as the default resource bundles. The RAP project contributes its configuration to the Eclipse Babel project.
The RAP 2.2 Runtime is compatible with
- Java: Compiler level and minimum execution environment is Java 1.5 (J2SE 5.0). However, when used with javax.servlet 3.0, JavaSE-1.6 is required.
- Java Servlet API: RAP can be used with any compliant servlet container. Required servlet API version is 2.5 .. 3.0.
- Equinox/OSGi: Equinox (Kepler) is included in the basic target requirements. However, RWT and RWT-OSGi will run on any compliant OSGi container.
The default RAP client will support the following web browsers/rendering engines:
- Internet Explorer 7 and later
- Google Chrome 7 and later
- Firefox 4 and later
- Safari 4 and later
- Opera 11 and later
- iOs 5 and later (Safari)
- Android 3 and later (stock browser, limited, Chrome)
Name | Date | Description |
---|---|---|
M1 | 2013/08/23 | |
M2 | 2013/10/04 | |
M3 | 2013/11/15 | |
RC1 | 2013/11/29 | |
RC2 | 2013/12/06 |
Widget Toolkit Enhancements
- Text: allow re-using the base text widget for other widget types like DateTime
- Table / Tree: Support flexible row layouts
- Widget Tooltip: Revise look and feel
Include ClientScripting in RWT
RAP Tools