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

https://github.com/froala/wysiwyg-editor-java-sdk

Java SDK to ease the integration of Froala WYSIWYG Editor on server side.
https://github.com/froala/wysiwyg-editor-java-sdk

froala-editor rich-text-editor wysiwyg wysiwyg-editor wysiwyg-html-editor wysiwyg-java

Last synced: 5 months ago
JSON representation

Java SDK to ease the integration of Froala WYSIWYG Editor on server side.

Awesome Lists containing this project

README

          

# Froala WYSIWYG Editor Java SDK

Easing the [Froala WYSIWYG HTML Editor](https://github.com/froala/wysiwyg-editor) server side integration in Java projects.

## Dependencies

JRE version >= 1.5 is required.

## Installation

1. Clone this repo or download the zip.

2. Import `Lib/wysiwyg-editor-java-sdk.jar` or load `Lib` project directory in your project and import it.

3. To run examples:

* Open `Examples` and `Lib` projects in your IDE.
* Run `Examples` on a server like Tomcat. It will be available on `http://localhost:3005/`

## Import lib

* Eclipse -> Right click on your project -> Build Path -> Configure Build Path... -> Libraries -> Add JARs -> Select `Lib/wysiwyg-editor-java-sdk.jar`.

## Import project

* Eclipse -> Right click on your project -> Build Path -> Configure Build Path... -> Projects -> Add -> Select `Lib` project.

## Documentation

* [Official documentation](https://www.froala.com/wysiwyg-editor/docs/sdks/java)

## Help
- Found a bug or have some suggestions? Just submit an issue.
- Having trouble with your integration? [Contact Froala Support team](http://froala.dev/wysiwyg-editor/contact).

## License

The Froala WYSIWYG Editor Java SDK is licensed under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.

Froala Editor has [3 different licenses](http://froala.com/wysiwyg-editor/pricing) for commercial use.
For details please see [License Agreement](http://froala.com/wysiwyg-editor/terms).