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 software that was developed to be used together with 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 in any way.  
+
This is a list of software that was developed to be used together with 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 in any way''. If you have trouble, you should try to contact the authors. For incubator projects, visit the RAP newsgroup.
  
 
{| width="100%" cellspacing="1" cellpadding="1" border="1"
 
{| width="100%" cellspacing="1" cellpadding="1" border="1"
Line 53: Line 53:
 
| 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]  
 
| [https://github.com/eclipsesource/rap-gmap Google Maps Widget]  
Line 73: Line 66:
 
| Browser-Widget based rich text edtior widget  
 
| Browser-Widget based rich text edtior widget  
 
| Tim Buschtöns  
 
| Tim Buschtöns  
| [http://eclipsesource.com/blogs/2012/03/22/ckeditor-for-rap/ blog],[https://github.com/eclipsesource/rap-ckeditor/blob/master/README.md readme], [https://github.com/eclipsesource/rap-ckeditor.git Git]
+
| [http://eclipsesource.com/blogs/2012/03/22/ckeditor-for-rap/ blog],[https://github.com/eclipsesource/rap-ckeditor/blob/master/README.md readme], [https://github.com/eclipsesource/rap-ckeditor.git Git], [http://ckeditor.com/ original widget]
 +
|-
 +
| [https://github.com/eiswind/ckeditor-eclipse-rcp CKEditor by Thomas Kratz]
 +
| custom&nbsp;widget
 +
| github
 +
| Fork of the above CKEditor widget
 +
| Thomas Kratz
 +
| [https://github.com/eiswind/ckeditor-eclipse-rcp/blob/master/README.md readme], [https://github.com/eiswind/ckeditor-eclipse-rcp Git]
 +
|-
 +
| [https://github.com/eiswind/codemirror-eclipse-rcp Code Mirror]
 +
| custom&nbsp;widget
 +
| github
 +
| Browser-Widget based code editor
 +
| Thomas Kratz
 +
| [https://github.com/eiswind/codemirror-eclipse-rcp/blob/master/README.md readme], [https://github.com/eiswind/codemirror-eclipse-rcp Git], [http://codemirror.net/ original widget]
 +
|-
 +
| [https://github.com/eiswind/tablecombo-rap-port Nebula TableCombo Widget]
 +
| port
 +
| github
 +
| Adjusted version of the original TableCombo widget
 +
| Thomas Kratz
 +
| [https://github.com/eiswind/tablecombo-rap-port/blob/master/README.md readme], [https://github.com/eiswind/tablecombo-rap-port Git], [http://www.eclipse.org/nebula/widgets/tablecombo/tablecombo.php original implementation]
 +
|-
 +
| [https://github.com/eiswind/gantt-chart-eclipse-rcp Dojo based Gantt Chart]
 +
| example
 +
| github
 +
| a dojo Compatible Bean Model of the gantt chart
 +
| Thomas Kratz
 +
| [https://github.com/eiswind/gantt-chart-eclipse-rcp/blob/master/README.md readme], [https://github.com/eiswind/gantt-chart-eclipse-rcp Git]
 
|-
 
|-
 
| [https://github.com/eclipsesource/rap-single-sourcing Single Sourcing Example]  
 
| [https://github.com/eclipsesource/rap-single-sourcing Single Sourcing Example]  
Line 95: Line 116:
 
| Holger Staudacher  
 
| Holger Staudacher  
 
| [http://eclipsesource.com/blogs/2011/06/07/jquery-timeago-in-java-with-rap/ blog], [https://github.com/eclipsesource/rap-timeago.git Git]
 
| [http://eclipsesource.com/blogs/2011/06/07/jquery-timeago-in-java-with-rap/ blog], [https://github.com/eclipsesource/rap-timeago.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]
 
|}
 
|}

Revision as of 05:32, 12 June 2012

Add-Ons for RAP

This is a list of software that was developed to be used together with 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 in any way. If you have trouble, you should try to contact the authors. For incubator projects, visit the RAP newsgroup.

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
Google Maps Widget custom widget github Browser-Widget based RCP/RAP gmap widget Tim Buschtöns blog,readme,Git
CKEditor custom widget github Browser-Widget based rich text edtior widget Tim Buschtöns blog,readme, Git, original widget
CKEditor by Thomas Kratz custom widget github Fork of the above CKEditor widget Thomas Kratz readme, Git
Code Mirror custom widget github Browser-Widget based code editor Thomas Kratz readme, Git, original widget
Nebula TableCombo Widget port github Adjusted version of the original TableCombo widget Thomas Kratz readme, Git, original implementation
Dojo based Gantt Chart example github a dojo Compatible Bean Model of the gantt chart Thomas Kratz readme, Git
Single Sourcing Example example/snippets github Using OSGi services to single-source an RCP and RAP Application Holger Staudacher blog, 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
RAP mobile server enhancement github Server components for RAP mobile EclipseSource Git

Copyright © Eclipse Foundation, Inc. All Rights Reserved.