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.
- Host: GitHub
- URL: https://github.com/froala/wysiwyg-editor-java-sdk
- Owner: froala
- License: mit
- Created: 2016-09-14T16:38:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T10:27:25.000Z (5 months ago)
- Last Synced: 2026-01-18T00:41:47.785Z (5 months ago)
- Topics: froala-editor, rich-text-editor, wysiwyg, wysiwyg-editor, wysiwyg-html-editor, wysiwyg-java
- Language: HTML
- Homepage: https://www.froala.com/wysiwyg-editor
- Size: 12.7 MB
- Stars: 16
- Watchers: 7
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).