RAP Incubator

The incubator is a place at RAP where we make interesting / promising developments visible and accessible for the community. The community can evaluate and use the code by checking it out from CVS. Only the developers that contributed the code will take care of newsgroup / mailing list questions and bugzilla bugs. The incubator content is not released with any of the RAP builds! If functionality from the incubator is broadly used by the community, is mature and meets the necessary quality standards we will move it out of the incubator into the main development stream.

Available components

PDE Runtime

PDE Runtime

PDE Runtime is an adoption of the platform PDE Runtime code that offers the Plugin Registry and the Error log.

Available in CVS at sandbox/org.eclipse.rap.pde.runtime

GMap component

GMap

The Google Maps component provides a simple integration of a GMap in a custom widget. This component is used as an example for the "Custom widget tutorial".

Available in CVS at sandbox/org.eclipse.rap.demo.gmaps

search component

Search

Search is an adoption of the org.eclipse.search code that offers a search dialog and a search result view. Clients can contribute search dialog pages (extension point 'org.eclipse.search.searchPages') and search result view pages (extension point 'org.eclipse.search.searchResultViewPages') to integrate their searches to the shared search user interface.

Available in CVS at sandbox/org.eclipse.rap.search

Forms Examples

Forms Examples

Forms Examples is an adoption of the org.eclipse.rap.ui.forms.examples plug-in that demonstrates the major features of the Eclipse Forms API.

Available in CVS at sandbox/org.eclipse.rap.ui.forms.examples