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

Difference between revisions of "RAP"

Line 22: Line 22:
 
=== Solutions and Guides ===
 
=== Solutions and Guides ===
 
:[[RAP/Custom_Widgets|Custom Widget Development]]
 
:[[RAP/Custom_Widgets|Custom Widget Development]]
:[[RAP/UI_Callback|Server push in RWT (aka UI Callback)]]
+
:[[RAP/ClientScripting|ClientScripting (client-side event handling)]]
:[[RAP/RWT_Cluster|RWT and servlet clustering configurations]]
+
:[[RAP/UI_Callback|Server push in RAP(aka UI Callback)]]
 +
:[[RAP/RWT_Cluster|RAP and servlet clustering configurations]]
 
:[[RAP/Patch Fragments|Patch Fragments]]  
 
:[[RAP/Patch Fragments|Patch Fragments]]  
  
Line 36: Line 37:
 
:[[RAP/Running RAP on virgo|Running RAP on Virgo]]  
 
:[[RAP/Running RAP on virgo|Running RAP on Virgo]]  
 
:[[RAP/Running RAP on WebSphere|Running RAP on IBM WebSphere Application Server]]
 
:[[RAP/Running RAP on WebSphere|Running RAP on IBM WebSphere Application Server]]
 +
 +
== Documentation on RAP internals  ==
 +
:[[RAP/Protocol|The RAP communication Protocol]]
  
 
== Resources for Committer  ==
 
== Resources for Committer  ==
Line 41: Line 45:
 
:[[RAP/Bugzilla|Bugzilla Guidlelines]]
 
:[[RAP/Bugzilla|Bugzilla Guidlelines]]
 
:[[RAP/CodingStandards|Coding Standards]]
 
:[[RAP/CodingStandards|Coding Standards]]
 +
:[[RAP/Git|About the RAP Git Repository]]
 
:[[RAP/Build_Process|Build Process]]
 
:[[RAP/Build_Process|Build Process]]
  

Revision as of 10:06, 23 May 2012

Rich Ajax Platform
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File

The Rich Ajax Platform project aims to enable developers to build rich, Ajax-enabled Web applications by using the Eclipse development model, plug-ins and a Java-only API.

This wiki is used as a supplement to the RAP Project Homepage and the RAP Developers Guide. It provides information and resources that are too specific/detailed for either, have to be updated more frequently, or are only relevant for RAP commiters.

Resources for Developers working with RAP

General Information

Project Metrics
The RAP FAQ

Solutions and Guides

Custom Widget Development
ClientScripting (client-side event handling)
Server push in RAP(aka UI Callback)
RAP and servlet clustering configurations
Patch Fragments

Integration with other Projects

Stress / Load Testing with JMeter
RAP integration with e4
BIRT Integration
RAP/EMF Integration
RAP/Riena Integration
RAP integration with Equinox Security / JAAS
Running RAP on Virgo
Running RAP on IBM WebSphere Application Server

Documentation on RAP internals

The RAP communication Protocol

Resources for Committer

Bugzilla Guidlelines
Coding Standards
About the RAP Git Repository
Build Process

Outdated/Obsolete

RAP Widget Toolkit - general introduction
RWT Overview and Comparison to SWT - outdated

Back to the top