Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-schild/ckeditor-java-connector

ckeditor java connector with vaadin 6.x
https://github.com/a-schild/ckeditor-java-connector

ckeditor vaadin6

Last synced: 4 days ago
JSON representation

ckeditor java connector with vaadin 6.x

Awesome Lists containing this project

README

        

# ckeditor-java-connector
ckeditor java connector with vaadin 6.x

Allows you do handle ckeditor file upload, file and link browsing from a java backend
Supports also pasting of images since CKEditor 4.5 and JSON formats since CKEditor 4.9 for instant uploads

https://ckeditor.com/docs/ckeditor4/latest/guide/dev_file_browser_api.html

Usage with maven:

``` XML

org.aarboard
ckeditor-java-connector
1.0-22

```

``` XML

org.aarboard
ckeditor-java
1.0-22

```