Skip to content

eclipse-rap/org.eclipse.rap

Repository files navigation

Eclipse RAP Runtime (Remote Application Platform)

Welcome and thank you for your interest in this project. The Eclipse RAP Runtime provides a powerful widget toolkit and integrates well with proven technologies such as Java EE and OSGi. You can write your application entirely in Java, reuse code and benefit from world-class IDE tools.

Git Repository Structure

directory content
bundles/ all bundle projects
tests/ unit test projects
features/ feature projects
releng/ projects for release engineering
examples/ for bundles containing exemplary applications and demo code

Additional information regarding source code management, builds, coding standards, and more can be found on the Getting involved with RAP development pages. For more information, refer to the RAP wiki pages.

Building RAP Runtime

The RAP project uses Maven in combination with Eclipse Tycho to build its bundles, features, examples and p2 repositories, and it's easy to run the build locally! All you need is Maven installed on your computer, and then you need to run the following command from the root pom.xml of the RAP Runtime Git repository:

mvn clean verify

As a result, you get a p2 repository with all RAP e3 Runtime bundles and features in

releng/org.eclipse.rap.build/repository/target/repository/

and a second one with the RAP e4 Runtime bundles in

releng/org.eclipse.rap.build/repository.e4/target/repository/

Official builds are available from the RAP Download page.

Compiling and building the RAP demo projects is explained here.

Contributions

Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA) and sign off on the Eclipse Foundation Certificate of Origin.

For more information, please visit the project's contribution guide.

License

Eclipse Public License - v 1.0

Contact

Contact the project developers via the RAP Forum or the project's "dev" mailing list.

Search for bugs

This project uses GitHub issues to track ongoing development and bugs.

Create a new bug

Be sure to search for existing bugs before you create a new RAP bug report. Remember that contributions are always welcome!