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/Add-Ons"

< RAP
(Add-Ons for RAP)
Line 1: Line 1:
 
== Add-Ons for RAP  ==
 
== Add-Ons for RAP  ==
  
This is a list of free software that was developed to be used in addition to the core RAP framework. The guidelines and policies of the RAP project do not necessarily apply.  
+
This is a list of software that was developed to be used in addition to the core RAP framework. The guidelines and policies of the RAP project do not necessarily apply. The list is as complete as possible, projects are not pre-selected.
  
 
<br>  
 
<br>  
Line 55: Line 55:
 
| Austin Riddle
 
| Austin Riddle
 
| [http://git.eclipse.org/c/rap/incubator/org.eclipse.rap.incubator.visualization.git/ Git]
 
| [http://git.eclipse.org/c/rap/incubator/org.eclipse.rap.incubator.visualization.git/ Git]
 +
|-
 +
| [https://github.com/eclipsesource/rap-mobile RAP mobile server]
 +
| enhancement
 +
| github
 +
| Server components for RAP mobile
 +
| EclipseSource
 +
| [https://github.com/eclipsesource/rap-mobile.git Git]
 +
|-
 +
| [https://github.com/eclipsesource/rap-gmap Google Maps Widget]
 +
| custom widget
 +
| github
 +
| Browser-Widget based RCP/RAP gmap widget
 +
| Tim Buschtöns
 +
| [http://eclipsesource.com/blogs/2010/12/18/a-new-google-maps-widget-for-swt-and-rap/ blog],[https://github.com/eclipsesource/rap-gmap.git Git]
 +
|-
 +
| [https://github.com/eclipsesource/rap-ckeditor CKEditor]
 +
| custom widget
 +
| github
 +
| Browser-Widget based rich text edtior widget
 +
| Tim Buschtöns
 +
| [https://github.com/eclipsesource/rap-ckeditor.git Git]
 +
|-
 +
| [https://github.com/eclipsesource/rap-single-sourcing Single Sourcing Example]
 +
| example/snippets
 +
| github
 +
| Using OSGi services to single-source an RCP and RAP Application
 +
| Holger Staudacher
 +
| [https://github.com/eclipsesource/rap-ckeditor.git Git]
 +
|-
 +
| [https://github.com/eclipsesource/org.eclipse.rap.widget.carousel Carousel Widget]
 +
| example/custom widget
 +
| github
 +
| Example for jquery based custom widget
 +
| Holger Staudacher
 +
| [http://eclipsesource.com/blogs/2010/12/08/jquery-eclipse-rap-and-a-carousel/ blog], [https://github.com/eclipsesource/org.eclipse.rap.widget.carousel.git Git]
 +
|-
 +
| [https://github.com/eclipsesource/rap-timeago Timeago]
 +
| example/custom widget
 +
| github
 +
| Example for jquery based custom widget
 +
| Holger Staudacher
 +
| [http://eclipsesource.com/blogs/2011/06/07/jquery-timeago-in-java-with-rap/ blog], [https://github.com/eclipsesource/rap-timeago.git Git]
 +
 
|}
 
|}

Revision as of 12:34, 4 June 2012

Add-Ons for RAP

This is a list of software that was developed to be used in addition to the core RAP framework. The guidelines and policies of the RAP project do not necessarily apply. The list is as complete as possible, projects are not pre-selected.


Project Type Host Description Author(s) Links
File Upload util / port RAP Incubator UploadHandler / SWT FileDialog widget Austin Riddle, Ralf Sternberg File Upload,Git,blog
ClientScripting enhancement RAP Incubator Client-side SWT-like event handling Tim Buschtöns, Ralf Sternberg Wiki,Git, blog
GEF port RAP Incubator The Graphical Editing Framework Austin Riddle Git, GEF
CNF port RAP Incubator The Common Navigator Framework Bartosz Michalik, Gunnar Wagenknecht Wiki,Git
Tabbed properties view port RAP Incubator Tabbed properties view Gunnar Wagenknecht Git
Google Visualization Widgets custom widgets RAP Incubator Google Visualization widgets as RAP custom widgets Austin Riddle Git
RAP mobile server enhancement github Server components for RAP mobile EclipseSource Git
Google Maps Widget custom widget github Browser-Widget based RCP/RAP gmap widget Tim Buschtöns blog,Git
CKEditor custom widget github Browser-Widget based rich text edtior widget Tim Buschtöns Git
Single Sourcing Example example/snippets github Using OSGi services to single-source an RCP and RAP Application Holger Staudacher Git
Carousel Widget example/custom widget github Example for jquery based custom widget Holger Staudacher blog, Git
Timeago example/custom widget github Example for jquery based custom widget Holger Staudacher blog, Git

Back to the top